@charset "utf-8";

/* ------------------------------------------------------------

	filename:	detail.css
	created:	151203
	update:		151203
	
------------------------------------------------------------ */



body#toppage{
	
}

body#toppage p.att{
	color : #ff0000;
	background : url('../images/bg_att_mark.png') no-repeat;
	background-position : 0 50%;
	padding-left : 13px;
	text-align : center;
	display : inline-block;
	margin :5px auto;
	font-size : 9px;
	-webkit-background-size: auto 11px;
	-moz-background-size: auto 11px;
	background-size: auto 11px;
	min-height : 11px;
	line-height : 11px;
}


body#toppage div.mainBlockWrap{
	background-image : url('../images/bg_main_wrap_bottom.png');
	background-repeat : no-repeat;
	background-position : center bottom;
	background-color : #57dfff;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	padding-bottom : 50px;
}

body#toppage div.mainBlockWrap h1{
	text-align : center;

}

body#toppage div.mainBlockWrap ul{
	margin : 10px auto 20px auto;
}
body#toppage div.mainBlockWrap ul li{
	float : left;
	margin : 0;
	width : 33%;
}

body#toppage div.mainBlockWrap p.btn{
	border : 1px solid #e8380d;
	background : #fff6f6;
	margin : 0 30px;
}
body#toppage div.mainBlockWrap p.btn a{
	color : #e8380d;
	background : url('../images/bg_main_btn.png') no-repeat;
	background-position : 100% 50%;
	font-size : 18px;
	font-weight : bold;
	display : block;
	padding : 10px 25px 10px 10px;
	text-align : center;
	-webkit-background-size: 400px auto;
	-moz-background-size:  400px auto;
	background-size:  400px auto;
	line-height : 1.2em;
	
}



body#toppage div.faq{
	background : #fff url('../images/bg_faq.png') repeat-x;
	background-position : bottom center;
	padding : 15px 0 25px 0;
	-webkit-background-size: 100%;
	-moz-background-size:  100%;
	background-size:  100%;
}

body#toppage div.faq h2{
	font-size : 20px;
	font-weight : bold;
	color : #26b6e6;
	background : url('../images/bg_faq_title.png') no-repeat;
	-webkit-background-size: 25px auto;
	-moz-background-size:  25px auto;
	background-size:  25px auto;
	background-position : 0 50%;
	padding-left : 30px;
	margin : 15px;
	line-height : 1.2em;
	min-height : 30px;
}
body#toppage div.faq .faqWrap{
	background : url('../images/bg_faq_top.png') no-repeat;
	background-position : top center;
	margin : 15px;
	padding-top : 15px;
	-webkit-background-size: 100%;
	-moz-background-size:  100%;
	background-size:  100%;
}
body#toppage div.faq ul{
	background : url('../images/bg_faq_bottom.png') no-repeat;
	background-position : bottom center;
	padding-bottom : 15px;
	-webkit-background-size: 100%;
	-moz-background-size:  100%;
	background-size:  100%;
}
body#toppage div.faq ul li{
	background : url('../images/bg_faq_mark.png') no-repeat;
	background-position : 0 50%;
	padding-left : 40px;
	margin : 25px 15px 25px 27px;
	font-size : 16px;
	line-height : 1.2em;
	min-height : 28px;
}
body#toppage div.faq ul li a{
	color : #333;
}
body#toppage div.faq ul li a:hover{
	text-decoration : underline;
}


body#toppage div.faq p.moreBtn{
	margin-right : 15px;
	margin-top : 5px;
	float : right;
}
body#toppage div.faq p.moreBtn a{
	background : #26b6e6 url('../images/bg_faq_moreBtn.png') no-repeat;
	background-position : 0 50%;
	display : block;
	padding : 5px 5px 5px 30px;
	font-size : 18px;
	font-weight : bold;
	color : #fff;
	width : 5em;
}
body#toppage div.faq p.moreBtn a:hover{
	background : #f0ed0b url('../images/bg_faq_moreBtn-hover.png') no-repeat;
	background-position : 0 50%;
	color : #38bae7;
}



body#toppage div.regionBnr{
	margin : 10px auto;
	text-align : center;
	width : 90%;
}

body#toppage div.mov{
	background : #fdffe9;
	padding : 15px 0 25px 0;
}
body#toppage div.mov .innerbox{
	text-align : center;
}

body#toppage div.mov .innerbox div.movautowidth{
	width : 300px;
	margin : 10px auto;
}


body#toppage div.mov h2{
	font-size : 20px;
	font-weight : bold;
	color : #26b6e6;
	background : url('../images/bg_mov_title.png') no-repeat;
	-webkit-background-size: 25px auto;
	-moz-background-size:  25px auto;
	background-size:  25px auto;
	background-position : 0 50%;
	padding-left : 30px;
	margin : 15px;
	line-height : 1.2em;
	min-height : 30px;
	padding-top : 0.3em;
}