@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration:line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

p {margin:0px;}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}


body {
	font-size: 14px;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#F2F2F2;
}

#header {
	margin: 0 auto;
	width: 960px
}

#menu {
	margin: 0 auto;
	padding: 0 0 0 5px;
	width: 925px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
}

h1 {
	margin:0 0 20px 0;
	font-size:1.3em;
	padding:15px 0;
	background-color: #FFF;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #61605E;
	border-bottom-color: #ccc;
}

h2 {
	margin:0 0 15px 0;
	font-size:1.6em;
	border-bottom:3px solid #999999;
	padding: 5px 0 0 0;
	height: 45px;
	clear:both;
}
#title {
	padding: 5px 0 0 0;
	width: 445px;
	float:left;
}
#bt {
	width: 220px;
	float:right;
}

.foot_bt {
	margin: 20px auto;
	text-align: center;
}

h3 {
	margin:20px 0 15px 0;
	font-size:18px;
	border-bottom:3px solid #D4D4D4;
	padding:0 0 3px 0;
	clear:both;
}

a {
	color:#06C;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;
}
a:hover {
	color:#06C;
	text-decoration:none;
}
#wrapper {
	width:840px;
	margin:20px auto 0 auto;
	padding:30px 40px;
	background:#fff;
	border-radius:10px;
	-moz-box-shadow:0px 1px 3px #000;
	-webkit-box-shadow:0px 1px 3px #000;
	box-shadow:0px 1px 3px #000;
}
#sp-pic {
}
.link {
	font-size:16px;
	margin:30px 0;
}
.sanko {
	text-align:center;
}
#back-top {
	position:fixed;
	right:5px;
	bottom:5px;
	margin:0;
}
#back-top a {
	font-size:0.9em;
	padding:10px 20px;
	margin:0;
	float:left;
	font-weight:900;
	color:#FFF;
	text-shadow:-1px 1px 1px #000;
	-moz-box-shadow:inset 0px 0px 3px #000;
	-webkit-box-shadow:inset 0px 0px 3px #000;
	box-shadow:inset 0px 0px 3px #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #555, #333);
background-image: -ms-linear-gradient(top, #555, #333);
background-image: -o-linear-gradient(top, #555, #333);
background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#333));
background-image: -webkit-linear-gradient(top, #555, #333);
background-image: linear-gradient(top, #555, #333);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
#back-top a:hover {
	text-decoration:none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:40px;
	text-shadow:0px 0px 0px #000;
	-moz-box-shadow:inset 0px 0px 3px #000;
	-webkit-box-shadow:inset 0px 0px 3px #000;
	box-shadow:inset 0px 0px 3px #000;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #555, #333);
background-image: -ms-linear-gradient(top, #555, #333);
background-image: -o-linear-gradient(top, #555, #333);
background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#333));
background-image: -webkit-linear-gradient(top, #555, #333);
background-image: linear-gradient(top, #555, #333);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
ul#navi li {
	list-style:none;
	float:left;
}
ul#navi li a {
	font-size:1.1em;
	display:inline-block;
	padding:20px;
	margin:0 10px 0 0;
	font-weight:100;
	color:#FFF;
	-moz-box-shadow:inset 0px 0px 3px #000;
	-webkit-box-shadow:inset 0px 0px 3px #000;
	box-shadow:inset 0px 0px 3px #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #555, #333);
background-image: -ms-linear-gradient(top, #555, #333);
background-image: -o-linear-gradient(top, #555, #333);
background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#333));
background-image: -webkit-linear-gradient(top, #555, #333);
background-image: linear-gradient(top, #555, #333);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
ul#navi li a:hover {
	text-decoration:none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:5px;
	text-shadow:0px 0px 0px #000;
	-moz-box-shadow:inset 0px 0px 3px #000;
	-webkit-box-shadow:inset 0px 0px 3px #000;
	box-shadow:inset 0px 0px 3px #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555', endColorstr = '#333')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #555, #333);
background-image: -ms-linear-gradient(top, #555, #333);
background-image: -o-linear-gradient(top, #555, #333);
background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#333));
background-image: -webkit-linear-gradient(top, #555, #333);
background-image: linear-gradient(top, #555, #333);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
ul#navi li#go-voice a {
	margin-bottom:30px;
}

table.pc {
	margin:0 0 0 0;
	width: 857px;
}

.pc th {
	padding:7px 0 32px 0;
}

.pc th.mormal {
	padding:7px 0 32px 0;
	background-image: url(../images/download3_no.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.pc td {
	padding:7px;
}

.pc th a {
	display: block;
	width: 200px;
	padding:7px 0 32px 0;
	background-image: url(../images/download3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.pc th a:hover {
	display: block;
	width: 200px;
	padding:7px 0 32px 0;
	background-image: url(../images/download3_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

table.pc2 {
	margin:0 0 0 -10px;
	width: 857px;
}

.pc2 th {
	padding:7px;
}


table.voice {
	width:842px;
	margin:0 auto 25px auto;
}
.voice th {
	padding:10px;
	border:solid 1px #999;
}
.voice td {
	padding:10px;
	border:solid 1px #999;
}
.user-voice-b {
	padding:20px;
	margin:0;
	border-bottom:1px dotted #999;
	background-color:#f6f6f6;
}


table.sp {
	width:662px;
	margin:0 0 50px 0;
}
.sp th {
	padding:10px;
	border:solid 1px #000;
}
.sp td {
	padding:10px;
	border:solid 1px #000;
}
table.fp {
	width:342px;
	margin:0 0 50px 0;
}
.fp th {
	padding:10px;
	border:solid 1px #000;
}
.fp td {
	padding:10px;
	border:solid 1px #000;
}
.user-voice {
	padding:20px;
	margin:0;
	border-bottom:1px dotted #999;
}
.user-voice-b {
	padding:20px;
	margin:0;
	border-bottom:1px dotted #999;
	background-color:#f6f6f6;
}
.tyui {
	margin:20px 0;
}
#copy {
	width:840px;
	color:#666;
	text-align:center;
	margin:0 auto;
	display:block;
	padding:20px 0;
}

.txt_red {
	color:#F00;
}

.midashi {
	font-size:16px;
	font-weight:bold;
}


#construction {
	margin: 0;
	padding: 150px 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

/* トップページ
--------------------------------------------- */
.top_left {
	margin: 0 20px 0 0;
	float: left;
}

.top_right {
	margin: 0;
	float: left;
}

.top_blog {
	margin: 20px 0 0 0;
	border: 4px solid #E0E0E0;
	padding: 10px 15px;
}

.top_blog .tit {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.top_blog .left {
	margin: 0 10px 0 0;
	float: left;
}

.top_blog .right {
	margin: 0;
	float: left;
}


/* スペース
--------------------------------------------- */
.ms5 {
	margin: 5px 0 0 0;
	padding: 0;
}

.ms5_ce {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

.mms10 {
	margin: 10px 0 0 0;
	padding: 0;
}

.ms10_ce {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

.ms15 {
	margin: 15px 0 0 0;
	padding: 0;
}

.ms15_ce {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}

.ms20 {
	margin: 20px 0 0 0;
	padding: 0;
}

.ms20_ce {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

.ms25 {
	margin: 25px 0 0 0;
	padding: 0;
}

.ms30 {
	margin: 30px 0 0 0;
	padding: 0;
}

.ms30_ce {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.ms40 {
	margin: 40px 0 0 0;
	padding: 0;
}

.ms40_ce {
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.ms50 {
	margin: 50px 0 0 0;
	padding: 0;
}

.ms50_ce {
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.ms60 {
	margin: 60px 0 0 0;
	padding: 0;
}

.ms60_ce {
	margin: 60px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.ud_ms10 {
	margin: 0 0 10px 0;
	padding: 0;
}

/* テキスト
--------------------------------------------- */
.txt_b {
	font-weight: bold;
}

.txt_12 {
	font-size: 12px;
	font-weight:normal;
}

.txt_16 {
	font-size: 16px;
}

.txt_16_b {
	font-size: 16px;
	font-weight: bold;
}

.txt_18 {
	font-size: 18px;
}

.txt_18_b {
	font-size: 18px;
	font-weight: bold;
}

.txt_red {
	color:#C00;
}

.txt_16_red {
	font-size: 16px;
	color:#C00;
}

.txt_16_orenge {
	font-size: 16px;
	color:#F90;
}
