@charset "UTF-8";

#contents.second.case h2 {
	padding: 7px 0 6px 10px;
	background: #1a3c63;
	font-size: 17px;
	color: #fff;
	line-height: 1.0;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}


dl {
	float: left;
	width: 180px;
	margin: 0 40px 40px 0;
	padding: 9px;
	border: 1px solid #ccc;
	background: #f6fafe;	
}
dl.last {
	margin: 0 0 40px 0;
}
dl dt {
	margin-bottom: 8px;
	
}
dl dd {
	color: #125bae;	
}
#contents dl dd a {
	color: #125bae;	
}
#contents dl dd a:hover {
	text-decoration: underline;
}



#contents.second.case div.cotblock {
	width: 610px;
	margin: 0 auto 40px auto;
}
#contents.second.case h3 {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	color: #125bae;
}
#contents.second.case h4 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	color: #125bae;
}
#contents.second.case table {
	border-collapse: collapse;	
}
#contents.second.case table th {
	padding-right: 15px;
	border-right: 1px solid #ccc;	
	vertical-align: top;
}
#contents.second.case table td {
	padding-left: 15px;
	vertical-align: top;
}


