@charset "UTF-8";
/*
お客様相談室 

color: #8eb51b -- ベースカラー
color: #f4ffcc -- TH背景色

*/








/* 見出し下線の色設定 */
.contact #mainCol h2 { border-color: #8eb51b; }



.contact .sectionBlock01 h3.heading01 {
	border-color: #8eb51b;
	}

.contact .sectionBlock01 h4 {
	margin: 25px 0 7px;
	color: #8eb51b;
	}


.contact .tableList01 th {
	background-color: #f4ffcc;
	}

.contact .tableList01 th,
.contact .tableList01 td {
	text-align: center;
	}

.contact .tableList01 th {
	width: auto;
	}




.contact .tableList02 {
	border-color: #8eb51b;
	}

.contact .tableList02 th {
	border-bottom: none;
	background: #fff url(/assets/image/bg/line02_green.gif) repeat-x left bottom;
	vertical-align: middle;
	}

.contact .tableList02 td {
	border-bottom: none;
	background: #fff url(/assets/image/bg/line02_green.gif) repeat-x left bottom;
	vertical-align: middle;
	}

.contact .tableList02 th.noLine,
.contact .tableList02 td.noLine {
	background: none;
	}







/*節と節内の見出し*/
.contact .sectionBlock01 {
	margin-bottom: 20px;
	}

.contact .sectionBlock01 .sectionBlock02 {
	margin-bottom: 60px;
	}

.contact .sectionBlock01 p.lead01 {
	font-size: 1.16em;
	}

.contact #qa ul {
	margin: 0 0 30px 0;
	list-style: none;
	}

.contact #qa ul li {
	padding: 2px 0;
	}

.contact #qa ul li a {
	padding-left: 15px;
	background: url(/assets/image/bg/arrow01_green.gif) no-repeat left center;
	}

.contact #qa .sectionBlock02 ul {
	margin-left: 2em;
	list-style: disc;
	}

.contact #qa .sectionBlock02 ol li img {
	vertical-align: middle;
	}
	
.contact #inquiry {
	margin-bottom: 50px;
	}

.contact a.txtLink,
.contact #inquiry a {
	color: #8eb51b;
	text-decoration: underline;
	}

.contact a.txtLink:hover,
.contact #inquiry a:hover {
	color: #ff2c00;
	}



/* 定義リスト */
.contact dl.definitionList02 {
	margin-bottom: 5px;
	}

.contact #inquiry dl.odd {
	border-top: 2px solid #8eb51b;
	padding-top: 10px;
	}


.contact dl.definitionList02 dt {
	float: left;
	clear: both;
	width: 252px;
	height: 30px;
	padding-bottom: 10px;
	background: #fff url(/assets/image/bg/line02_green.gif) repeat-x left bottom;
	}

.contact dl.definitionList02 dd {
	float: left;
	width: 374px;
	height: 30px;
	padding-bottom: 10px;
	background: #fff url(/assets/image/bg/line02_green.gif) repeat-x left bottom;
	line-height: 1;
	}

.contact dl.definitionList02 dd.txt {
	height: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	}







/* 入力フォーム */

.contact #mainCol .sectionBlock01 form dl dt {
	background: url(/assets/image/bg/line02_green.gif) repeat-x 0 0;
	}

.contact #mainCol .sectionBlock01 form dl dd {
	background: url(/assets/image/bg/line02_green.gif) repeat-x 0 0;
	}

.contact #mainCol .sectionBlock01 form p {
	background: url(/assets/image/bg/line02_green.gif) repeat-x 0 0;
	}

.contact em {
	color: #ff2c00;
	font-weight: bold;
}

.contact p.notice a {
	text-decoration: underline;
	}