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

.mainVisual{
	background:url("../../../faq/img/mainVisual.jpg");
}

h2.faq_tit{
	background-color: #538DD5;
	color: #fff;
	text-indent: 0 !important;
	padding: 0 0 0 10px;
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: normal;
	width: 527px;
	line-height: 36px;
	height: 36px;
}

dl.faq_dl{
	padding: 10px;
	margin: 0;
}

dl.faq_dl dt{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.4em;
}

dl.faq_dl dd{
	margin: 0 0 20px;
	line-height: 1.4em;
}

dl.faq_dl dd .caption{
	background-color: #ddd;
	text-align: center;
	margin: 20px auto 0;
	padding: 10px 0;
	width: 96%;
}

dl.faq_dl dd table{
	margin: 10px auto 0;
	width: 96%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

dl.faq_dl dd table th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	font-weight: normal;
	text-align: center;
	padding: 5px 3px;
	font-size: 11px;
	line-height: 1.2em;
}

dl.faq_dl dd table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 5px 3px;
	font-size: 11px;
	line-height: 1.2em;
}

dl.faq_dl dd table tr:nth-child(odd){
	background-color: #f2f2f2;
}

.bg_blue{
	background-color: #538DD5 !important;
	color: #fff;
}

.red{ color: #f00;}