@charset "utf-8";
/* ===================================================================
CSS information

 file name  : sightseeing.css
 author     : Ability Consultant
style info  : 観光案内 ページ設定
=================================================================== */

/*----------------------------------------------------
	.con_intro		イントロ部分
----------------------------------------------------*/
.con_intro {
	width: 950px;
	padding: 0 0 3px;
	margin-bottom: 50px;
	min-height: 318px;
	background:url(../images/sightseeing/bg_intro.jpg) no-repeat right bottom;
}

.con_intro h3 {
	margin-bottom: 40px;
}

.con_intro p {
	padding-bottom: 60px;
}

.con_intro .box_intro {
	width: 550px;
	overflow:hidden;
}

.con_intro .box_intro ul li {
	float: left;
	margin-right: 5px;
	height: 43px;
}


/*----------------------------------------------------
	.con_sig		共通カラム
----------------------------------------------------*/
.con_sig {
	margin-bottom: 30px;
}

.con_sig h3 {
	margin-bottom:30px;
}

.con_sig .wrp {
	width: 900px;
	overflow: hidden;
	background: url(../images/common/line_dou.png) repeat-x bottom;
	margin: 0 auto 30px;
	padding-bottom: 35px;
}

.con_sig .wrp div {
	float: left;
	width: 253px;
	text-align: left;
	border: 1px solid #e7e2cf;
	background: #d9d2b1;
	padding: 15px 15px 20px;
	margin-left: 20px;
}

.con_sig .wrp div:first-child {
	margin-left: 0;
}

.con_sig .last {
	background: none !important;
}

.con_sig .btn {
	margin-top: 15px;
}

/*	観光スポット・グルメスポット
----------------------------------------------------------- */
.con_sig .box_faci {
	overflow: hidden;
}

.con_sig .box_faci p {
	background: none repeat scroll 0 0 #d9d2b1;
	border: 1px solid #e7e2cf;
	margin: 0 15px 30px;
	padding: 15px 15px 20px;
	float: left;
	width: 253px;
}
