@charset "EUC-JP";

/*
よくある質問
---------------------------------*/
.pan {
	padding-top:10px;
}
.faq_head h2 {
	margin: 0 0 15px 0;
	padding: 10px;
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
	background: linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
	-pie-background: linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
	border-bottom: 2px solid #888888;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}

.faq_head_notice {
	margin-left: 1em;
	font-size: 14px;
	font-weight: normal;
	color: #f00;
}

.faq_box {
	margin: 0 0 30px 20px;
	padding: 10px;
	border: 2px solid #000;
	border-radius: 7px;
}

.faq_box_title {
	margin: 0 0 10px 0;
	padding: 7px 0 7px 20px;
	background: #212121;
	border-radius: 7px;
	color: #ecba23;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
.faq_box_title.list {
	font-size: 12px;
}
.faq_box_title.detail {
	font-size: 16px;
}

.faq_box_list {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: -0.5em;
}
.faq_box_list li {
	list-style-type: disc;
}

.faq_box_detail {
	list-style: none;
	margin: 0 2px;
	padding: 0 0 5px;
}

.faq_box_question {
	margin: 8px 0;
	padding: 8px 0 8px 52px;
	background: url(/pc/img/icon/icon_question.png) 10px 8px no-repeat;
	border-top: 1px solid #aeafaf;
	border-bottom: 1px dotted #aeafaf;
	font-size: 12px;
	line-height: 2.7;
	font-weight: bold;
}
li:first-child .faq_box_question {
	border-top: none;
}

.faq_box_answer {
	margin: 0;
	padding: 3px 0 10px 52px;
	background: url(/pc/img/icon/icon_answer.png) 10px 0 no-repeat;
	font-size: 12px;
	line-height: 1.6;
}

.faq_box_answer .r-indent {
	display: inline-block;
	padding: 0 0 0 1em;
	text-indent: -1em;
}


.navi_faq {
	width: 160px;
	border-radius: 5px;
	margin: 15px 0 10px;
}

.navi_faq .side_faq_tit {
	width: 160px;
	height: 38px;
	line-height: 38px;
	padding: 0 1em;
	text-align: center;
	background: #fff;
	border-bottom: 3px solid #d1d1d1;
}

.navi_faq li>a {
	display: block;
	min-height: 28px;
	line-height: 1.2;
	font-size: 12px;
	padding: 7px 15px 7px 12px;
	color: #000;
	background: #fff url(/pc/img/icon/side_genre_arrow.png) 95% center no-repeat;
	border-bottom: 1px dashed #d1d1d1;
}

.faq05_6{
	display: block;
	background: #fff url(/pc/img/faq/faq05_6.png) 100% center no-repeat;
	height: 316px;
	width:400px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0;
}