@charset "utf-8";
/* CSS Document */

#contents .faq_box {
	margin:auto;
	width:1000px;
}
#contents .faq_box dl dt {
	position:relative;
	margin:3px 0 15px 0;
	font-weight:bold;
}
#contents .faq_box dl dd {
	position:relative;
	margin:3px 0 30px 0;
}
#contents .faq_box dl > dt:before , #contents .faq_box dl > dd:before {
	font-weight:bold;
	padding:5px 0;
	text-align:center;
	width:21px;
	font-size:87.5%;
	line-height: 10px;
	position: absolute;
	left: -30px;
	top: 2px;
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
	border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}
#contents .faq_box dl > dt:before {
	content: 'Q';
	color: #fff;
	background-color:#333;
}
#contents .faq_box dl > dd:before {
	content: 'A';
	color: #fff;
	background-color:#cf070d;
}


@media screen and (min-width: 0px) and (max-width: 1040px) {
#contents .faq_box {
	width:100%;
}
#contents .faq_box dl dt {
	padding:0 0 0 30px;
}
#contents .faq_box dl dd {
	padding:0 0 0 30px;
}
#contents .faq_box dl > dt:before , #contents .faq_box dl > dd:before {
	left:0;
}
}