@charset "UTF-8";
/* CSS Document */

@import url("init.css");
@import url("common.css");

/***** case *****/
#contents div.main ul.caseNavi {
	text-align: right;
}

#contents div.main ul.caseNavi li {
	display: inline;
	padding: 0 6px 0 4px;
	border-right: 2px solid #014C6F;
}

#contents div.main ul.caseNavi li.last {
	padding-right: 0;
	border: none;
}

#contents div.main div.case h4 {
	padding: 5px 8px;
	border-bottom: 3px solid #014C6F;
	background-color: #E6EDF1;
	color: #014C6F;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 30px 0;
}

#contents div.main div.case div.map {
	margin-bottom: 50px;
}

#contents div.main div.case h5 {
	padding: 5px 8px;
	border-top: 2px solid #014C6F;
	border-bottom: 2px solid #014C6F;
	background-color: #E6EDF1;
	color: #014C6F;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents div.main div.case div.left {
	width: 265px;
	border: 1px solid #014C6F;
	float: left;
	margin-right: 10px;
}

#contents div.main div.case div.right {
	width: 300px;
	float: left;
}

#contents div.main div.case div.right table tr th {
	border-bottom: 4px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background-color: #014C6F;
	width: 97px;
}

#contents div.main div.case div.right table tr td {
	border-bottom: 4px solid #FFF;
	padding-left: 10px;
	font-size: 12px;
}

#contents div.main div.case div.thumbnail {
	margin: 5px 0;
}

#contents div.main div.case div.thumbnail ul li {
	width: 140px;
	border: 1px solid #014C6F;
	float: left;
	margin-right: 6px;
}

#contents div.main div.case div.thumbnail ul li.last {
	margin: 0;
}

#contents div.main div.case img {
	vertical-align: bottom;
}

#contents div.main div.case p.comment {
	margin-bottom: 65px;
}

#contents div.main div.case div.anchor {
	margin-bottom: 20px;
}

