@charset "UTF-8";

/*-----------------------------------------
	common.cssの変更
-----------------------------------------*/

.box-pin {
	margin-bottom:25px;
}


/*-----------------------------------------
	おすすめスポット
-----------------------------------------*/

.rec-h3 {
	width:564px;
	margin-bottom:15px;
	padding-bottom:13px;
	background:url(/img_201003/line_box_dot.gif) bottom center no-repeat;
}

.rec-h3 span {
	display:block;
	padding-left:25px;
	color:#895642;
	font-size:131%;
	font-weight:bold;
	background:url(/img_201003/icon_box_lbl.gif) 0 4px no-repeat;
}

.rec-box {
	width:548px;
	margin:0 auto;
}

/*紹介文*/

.rec-header {
	clear:both;
	width:548px;
	margin:0 0 10px 0;
	padding-bottom:19px;
	border-bottom:1px solid #DDDDDD;
}

.rec-header-left {
	float:left;
	width:206px;
}

.rec-header-ph{
	margin-bottom:7px;
	border:3px solid #DDDDDD;
}

.rec-head-sttl {
	float:left;
	width:75px;
	margin-top:3px;
}

.rec-head-sttl-txt {
	float:right;
	width:126px;
	text-align:left;
}

.rec-header-txt {
	float:right;
	width:320px;
}


/*詳細*/

.rec-info-ttl {
	width:548px;
	padding-bottom:10px;
}

.rec-info-box {
	width:548px;
}

.rec-info-box-line {
	margin-bottom:5px;
	padding-bottom:6px;
	background:url(/img_201003/line_disc.gif) bottom repeat-x;
}

.rec-info-box span {
	padding-left:15px;
	background:url(/img_201003/icon_maru_ye.gif) 0 4px no-repeat;
}



.rec-conte-last {
	clear:both;
	width:548px;
	margin:0 auto;
}

.rec-ttl {
	float:left;
	width:87px;
	margin-top:3px;
}

.rec-txt {
	float:right;
	width:446px;
	text-align:left;
}


/*map*/
.rec-map-ttl {
	width:548px;
	margin:25px auto 0 auto;
	padding-bottom:10px;
}

#map {
	width:542px;
	height:292px;
	margin:0 auto;
	border:3px solid #DDDDDD;
}


