@charset "UTF-8";


/*===========================================================
サーチページ*/


#search_result {
	width: 530px;
	padding-bottom: 43px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;

}
#search_result h2 {
	height: 40px;
	width: 530px;
	text-indent: -9999px;
	background: url(../images/h2_search_result.jpg) no-repeat left top;
}
.result {
	float: left;
	line-height: 1.8;
	font-size: 85.7%;
	margin-bottom: 5px;
}

.aj_p_result {
	line-height: 1.8;
	font-size: 85.7%;
	margin-bottom: 5px;
}


#result1,#result2,#result3,#result4 {
	margin-bottom: 15px;
	border: 2px solid #DFD8CA;
	padding: 4px;
}

#result5 {
	margin-bottom: 5px;
	border: 2px solid #DFD8CA;
	padding: 4px;
}



#search_result table {
	border: 1px solid #D8CFBE;
}

#search_result table th {
	padding-top: 12px;
	text-align: left;
	padding-left: 8px;
}

.result_img {
	width: 148px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8CFBE;
	background: url(../images/search_img_bg.jpg) repeat left top;
}
.result_img img {
	display: block;
	height: 95px;
	width: 125px;
	margin: 10px auto;
}

#result1 p ,#result2 p ,#result3 p ,#result4 p,#result5 p{
	padding-left: 8px;
	line-height: 1.6;
	padding-top: 5px;
	padding-right: 8px;
	font-size: 85.7%;
}
.detail {
	height: 17px;
	width: 84px;
	margin-top: 5px;
	margin-bottom: 6px;
	text-indent: -9999px;
	display: block;
	background: url(../images/search_details.jpg) no-repeat left top;
}


/*サーチ結果ここまで
================================================================*/
