@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sight.css
 author     :Ability Consultant
style info  :観光案内ページ用設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* googlemap
----------------------------------------------------------- */
#sight .con_map {
	width: 720px;
	margin: 0 auto;
}

#sight .con_map h3 {
	margin: 0 0 10px 0;
}

#sight .con_map #map {
	width: 718px;
	height: 448px;
	margin: 0 0 5px 0;
	border: 1px #e1ccd5 solid;
}



/* con_spot 観光スポット
----------------------------------------------------------- */
#sight .con_spot {
	width: 720px;
	margin: 0 auto;
}

#sight .con_spot h3 {
	margin: 0 0 10px 0;
}

/* スポット - 大 */
#sight .con_spot .list_spot_l {
	width: 720px;
	margin: 0 0 10px 0;
}

/* スポット - 小 */
#sight .con_spot .box_list_spot {
	width: 720px;
	overflow: hidden;
}

#sight .con_spot .list_spot_sl {
	width: 355px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}

#sight .con_spot .list_spot_sr {
	width: 355px;
	margin: 0 0 10px 0;
	float: right;
	overflow: hidden;
}

#sight .con_spot .list_spot_sl .photo,
#sight .con_spot .list_spot_sr .photo {
	padding: 0 10px 0 0;
	float: left;
}

#sight .con_spot .list_spot_sl .txt,
#sight .con_spot .list_spot_sr .txt {
	overflow: hidden;
	zoom: 1;
}


/* 見出し */
#sight .con_spot h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(../sightseeing/images/bg_spot_name.jpg) no-repeat 0 0;
	line-height: 30px;
	font-weight: bold;
	color: #4f1111;
}

/* ボタン */
#sight .con_spot .bt {
	text-align: right;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}