@charset "utf-8";
/* CSS Document */

.hed_img {
	background:url(../images/category/construction_results/index/hed_img.jpg) 0 0 no-repeat;
	width:860px;
	height:120px;
	text-indent:-9999px;
}

.results_wrap {
	margin-left: 15px;
}

.results_box_all {
	padding: 5px;
	width: 598px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

.results_box_all:hover {
	padding: 5px;
	width: 598px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background: #FCFCFC;
}


.results_box {
	padding: 5px;
	float: left;
	width: 288px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

.results_box:hover {
	padding: 5px;
	float: left;
	width: 288px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background: #FCFCFC;
}



.results_box_all h3 , .results_box h3 {
	background: url(../images/category/construction_results/index/arrow.gif) no-repeat 5px center;
	padding-left: 25px;
	font-weight: normal;
	margin-bottom: 5px;
}

.results_box_all p , .results_box p {
	padding: 10px;
	height: 4.5em;
}

/*一覧
--------------------------------*/

#map {
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.construction_results_list {
	width: 640px;
	margin-bottom: 20px;
}

.construction_results_box {
	width: 640px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.construction_results_box .name {
	width: 165px;
	padding-top: 5px;
	padding-left: 35px;
	float: left;
	background: url(../images/common/arrow03.gif) no-repeat 15px center;
}

.construction_results_box .place {
	width: 340px;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}

.construction_results_box .area {
	width: 75px;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}




