@charset "UTF-8";
/*
========================================

File Name ： detail.css
Description	：よくあるご質問
Since	:2016-2-6
Last Up Date :2018-2-19

========================================
*/
/* question_list
-------------------------------------------------------*/
.q_box,
.a_box,
.a_box p,
.a_box li,
.a_box dt,
.a_box dd,
.a_box th,
.a_box td {
	font-size:1.4rem;
	line-height:1.6;
}
.cat {
	margin-bottom:20px;
	padding:15px;
	background:#5476a7;
	color:#fff;
	font-size:1.6rem;
	line-height:1.6;
}
.q_box {
	margin-bottom:15px;
	padding-left:30px;
	background:url(/faq/img/icon_q.gif) no-repeat left 5px;
	font-weight:500;
}
.a_box {
	margin-bottom:15px;
	padding-left:30px;
	background:url(/faq/img/icon_a.gif) no-repeat left top;
}
.a_box a {
	color:#345b91;
	text-decoration:underline;
}
.a_box a:hover,
.a_box a:active {
	text-decoration:none;
}
.a_box ul {
	margin-top:0.5rem;
}
.a_box p.indent,
.a_box ul.indent li {
	padding-left:1em;
	text-indent:-1em;
}
.a_box ul.font_small li {
	font-size:1.2rem;
}
.a_box ul.gray li {
	color:#666;
}
.a_box .bold {
	font-weight:600!important;
}
/* EOF */
