@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	gnav active
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :service.css
 author     :Ability Consultant
style info  :ホテルサービス
=================================================================== */
/*-----------------------------------------------------------
	gnav active
-----------------------------------------------------------*/
#gnav li.gnav_ser a {
	border-top: 3px solid #f4f8f8;
	background: #f4f8f8;
}

/*-----------------------------------------------------------
	.con_intro
-----------------------------------------------------------*/
.con_intro {
	margin-bottom: -50px;
}

.con_intro h4 {
	clear: both;
	text-align: center;
}

.nav_page {
	width: 80%;
	margin: 0 auto 20px;
	overflow: hidden;
	*zoom: 1;
	text-align: center;
	padding-top: 20px;
}

.nav_page li {
	width: 50%;
	float: left;
}

/*-----------------------------------------------------------
	.con_service ホテルサービス
-----------------------------------------------------------*/
.con_service {
	background: url(../images/service/bg_service.jpg) center 0 repeat-y;
	overflow: hidden;
	clear: both;
	padding: 80px 0 0px;
}

.con_service .box_l {
	float: left;
	width: 50%;
	padding-left: 1%;
}

.con_service .box_l li {
	text-align: center;
	margin-bottom: 30px;
}

.con_service .box_r {
	float: right;
	width: 50%;
	padding-right: 1%;
}

.con_service .box_r li {
	text-align: center;
	margin-bottom: 30px;
}
