@charset "utf-8";

body#faq {
	background: url(../img/bg_main.jpg) no-repeat top center fixed #000;
}

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#faq header {
	text-align: center;
	height: 280px;
	background: url(../img/header01.jpg) center top;
}

body#faq header div.lBox h1 {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

body#faq header div.sBox {
	display: none;
}

body#faq div.navBox {
	position: absolute;
	top: 190px;
}


/* ------------------------------------- /
/   Main
/* ------------------------------------- */

body#faq h2 {
	background: url(../faq/img/h2.png) center no-repeat;
	height: 106px;
	text-indent: -9999px;
	margin-top: 0;
}

body#faq h2.sitemap {
	background: url(../faq/img/h2_02.png) center no-repeat;
	height: 106px;
	text-indent: -9999px;
	margin-top: 0;
}

div#faq01,div#faq02,div#faq03,div#faq04,div#faq05 {
}

body#faq dl {
	border: solid 2px #000;
	border-radius: 10px;
	background: rgba(255,255,255,0.60);
}

body#faq dt {
	background: url(../faq/img/ico_q.png),-webkit-gradient(linear, left top, left bottom, from(#05842a), to(#053d15));
    background: url(../faq/img/ico_q.png),-moz-linear-gradient(top, #05842a, #053d15);
    background: url(../faq/img/ico_q.png),-ms-linear-gradient(top, #05842a, #053d15);
    background: url(../faq/img/ico_q.png),linear-gradient(top, #05842a, #053d15);
    background-repeat:no-repeat;
	color: #FFF;
	padding: 5px 10px 5px 35px;
	min-height: 35px;
}

body#faq dt:first-child {
	border-radius: 8px 8px 0 0;
}

body#faq dd {
	background: url(../faq/img/ico_a.png) no-repeat 5px 5px;
	min-height: 35px;
	padding: 10px 10px 5px 35px;
	margin-bottom: 10px;
}


@media screen and (max-width: 767px) { /* 767px以下の場合 */

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#faq header {
	text-align: center;
	height: auto;
	background: none;
}

body#faq header div.lBox {
	display: none;
}

body#faq header div.sBox {
	display: block;
}

body#faq div.navBox {
	position: static;
}


/* ------------------------------------- /
/   Main
/* ------------------------------------- */

body#faq {
	background: none #000;
}

body#faq h2 {
	background: url(../faq/img/h2_s.jpg);
	width: 100%;
	height: 0;
	padding-top: 18.2%;
	background-size: cover;
}
body#faq h2.sitemap {
	background: url(../faq/img/h2_02s.jpg);
	width: 100%;
	height: 0;
	padding-top: 18.2%;
	background-size: cover;
}

}