@charset "utf-8";
/* CSS Document */
.mainContents_inner {
	padding: 10px 25px 40px 25px;
	border:solid 1px #e0e0e0;
}
.mainContents_inner h3 {
	color: #333333;
	font-size:24px;
	line-height:1.2;
	padding: 20px 0 10px 20px;
}
.mainList {
overflow: hidden;
    width: 682px;
    margin: 0 auto;
}
.mainList li {
	float:left;
	height: 94px;
	list-style-type: none;
	margin: 0 10px 10px 0;
	width: 336px;
	line-height:1.3
}
.mainList li a {
	    font-size: 20px;
    padding: 21px 0 0 16px;
    display: block;
    color: #fff;
    font-weight: bold;
		text-decoration: none;
}
.mainList li:nth-child(1) {
	background-image: url(../img/img_qna01.png);
	background-size: contain;
	background-repeat: no-repeat;
	
}.mainList li:nth-child(2) {
	background-image: url(../img/img_qna02.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right:0px;
	
}.mainList li:nth-child(3) {
	background-image: url(../img/img_qna03.png);
	background-size: contain;
	background-repeat: no-repeat;
	
}.mainList li:nth-child(4) {
	background-image: url(../img/img_qna04.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right:0px;
	
}
#panel {
	border-bottom: 1px solid #333333;
}
#panel li {
	list-style-type: none;
}
#panel > .panelTtl {
	background-image: url(../img/ico_qna01.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	color: #333333;
	cursor: pointer;
	padding: 15px 10px 10px 48px;
	font-size: 17px;
	margin-left:5px;
}
#panel > .panelNaiyou {
	background-image: url(../img/ico_qna02.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0px 0 0 40px;
	padding: 10px 10px 10px 37px;
}
.faqContent {
	margin: 0 auto;
	padding-top:30px;
	width:682px;
}
.faqContent h4 {
    background: #007EA9;
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    margin: 0px 0 15px 0;
		padding-top:4px;
}
.faqContent h5 {
    border-bottom: 1px solid #333;
    color: #007EA9;
    font-size: 20px;
		font-weight:normal;
    line-height: 1.5;
		padding-bottom:5px;
}