@charset "utf-8";

@import "../../common/css/0-import.css";


#conts .bigBox {
	clear: both;
	margin: 0px 15px 39px 15px;
}

#conts .bigBox ul.faq_list {
	padding: 10px 22px 20px;
	border:1px solid #ccc;
	margin-bottom:7px;
}


#conts .bigBox ul.faq_list li {
	line-height: 1.4;
	padding: 8px 0 0 0;
	font-weight:bold;
}

#conts dl.faq_detail {
	padding: 0 3px 8px 0;
	background: url(../../images/faq/bg_border.gif) 0 bottom repeat-x;
	margin-top:25px;
}

#conts dl.faq_detail dt {
	background: url(../../images/faq/icon_q.gif) 0 0 no-repeat;
	padding: 6px 0 0 42px;
	line-height: 1.4;
	min-height: 24px;
	margin-bottom: 25px;
}

* html #conts dl.faq_detail dt {
	height: 24px;
}

#conts dl.faq_detail dd.answer {
	background: url(../../images/faq/icon_a.gif) 0 0 no-repeat;
	padding: 6px 0 0 42px;
	line-height: 1.4;
	min-height: 24px;
}

* html #conts dl.faq_detail dd.answer {
	height: 24px;
}

#conts dl.faq_detail dd.link {
	line-height: 1.4;
	text-align: right;
	font-weight: bold;
	margin-top:3px;
}


