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

ul.faqmenu{
	margin:10px auto 50px;
	}
ul.faqmenu li{
	float:left;
	width:44%;
	margin:7px 0 10px 3%;
	padding:2px 0 0 3%;
	background-image:url(../img/common/arrow_b.png);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#main_box_sub_sp h3{
	margin-top:35px;
}
#main_box_sub_sp h4{
	background-color:#EBEBED;
	padding:7px 2%;
	font-size:125%;
	color:#000;
}
#main_box_sub_sp h4 span {
	font-weight:bold;
	color:#004795;
	margin-right:1%;
}
#main_box_sub_sp dl{
	width:100%;
	clear:both;
	margin:15px auto 20px;
	}
#main_box_sub_sp dl dt{
	font-weight:bold;
	color:#F19B1D;
	margin:0 0% 0 5%;
	font-size:125%;
	float:left;
	width:5%;
	}
#main_box_sub_sp dl dd{
	float:right;
	text-align:left;
	width:90%;
	line-height:1.8em;
}
#main_box_sub_sp dl dd table{
	border-collapse: collapse;
	border:1px solid #666;
}
#main_box_sub_sp dl dd table th{
	text-align: center;
	font-weight: bold;
	background-color: #efefef;
	border:1px solid #666;
	padding: 5px;
	}
#main_box_sub_sp dl dd table td{
	border:1px solid #666;
	padding: 5px;
}
