@charset "utf-8";


/* index
==========================================*/
#contents .index_section {
	clear: both;
	margin: 0 0 30px 20px;
}
#contents .index_section .property {
	float: left;
	width: 200px;
	padding-right: 15px;
}
#contents .index_section .property .ph {
	margin-bottom: 15px;
	text-align: center;
}
#contents .index_section .property p {
	text-align:left;
	font-size:90%;
}

#contents .index_section .property h3 span {
	margin-bottom: 5px;
}

#contents .index_section .property h3 span span {
	display:inline;
	margin:0;
	padding:0;
	border:none;
	font-weight:normal;
	font-size:80%;
}
#contents .index_section .property .btn {
	margin-top: 8px;
}

#contents .index_section .property .ph a {
	text-align:center;
}


/* detail
==========================================*/
#contents .main_ph {
	text-align: center;
	margin-bottom: 30px;
}

#contents .outline_section {
	clear: both;
	margin-bottom: 30px;
}
#contents .outline_section dl {
	float: left;
	width: 300px;
	padding: 0 10px 0 20px;
}
#contents .outline_section dt {
	float: left;
	padding-left: 10px;
	border-left: 2px solid #abc3d6;
	font-weight: bold;
}
#contents .outline_section dd {
	margin-bottom: 0.5em;
	padding: 0 0 0.6em 6.5em;
	background: url(../../common/images/com_ex003.gif) repeat-x left bottom;
}
#contents .outline_section dd.area {
	padding-left: 10em;
}
* html #contents .outline_section dd {
	text-indent: -3px;
}

#contents .detail_section {
	clear: both;
	margin-bottom: 30px;
}
#contents .detail_section div {
	float: left;
	width: 300px;
	padding: 0 10px 0 20px;
}
