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

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
#bus #main a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* common
-----------------------------------------------*/
#bus h1{
	margin:24px 0 0;
}

#bus h2.title{
	margin:0 0 16px;
}

#bus #menu{
	margin-top:0;
}

.desc{
	font-size:1.08em;
	line-height:1.6;
}

.btn_link{
	text-align:right;
}

/* .con_use
-----------------------------------------------*/
.con_use,
.con_break{
	width:700px;
	padding-right:10px;
	}
	
.con_use .box_acc{
	background:url(../business/images/bg_acc.jpg) no-repeat right bottom;
	margin-bottom:30px;
	}
	
.con_use .box_acc h4,
.con_break .box_room h4{
	margin-bottom:30px;
	}

.con_use .box_acc .desc{
	width:380px;
}

.con_use .box_acc .btn_link{
	padding-bottom:15px;
	width:380px;
}


.con_use .box_room,
.con_break .box_viking{
	background:url(../business/images/bg_room.jpg) no-repeat left top;
	padding-left:354px;
	margin-bottom:35px;
	min-height:224px;
	/height:auto !important;
	/height:224px;
	}
	
.con_use .box_room h4,
.con_break .box_viking h4{
	margin-bottom:25px;
	}

.con_use .box_room .desc,
.con_break .box_viking .desc{
	width:346px;
}

.con_use .box_room .btn_link,
.con_break .box_viking .btn_link{
	padding:20px 0 0;
	width:346px;
}

/* .con_break
-----------------------------------------------*/
.con_break{
	margin-top:75px;
}

.con_break .box_room{
	background:url(../business/images/bg_b_room.jpg) no-repeat right bottom;
	margin-bottom:30px;
	min-height:260px;
	/height:auto !important;
	/height:260px;
}

.con_break .box_room .desc,
.con_break .box_room .btn_link{
	padding-bottom:30px;
	width:300px;
}

.con_break .box_viking{
	background:url(../business/images/bg_viking.jpg) no-repeat left top;
}

.con_break .box_viking .btn_link{
	paddiing-top:12px;
}












/* pagetop */
#bus .pagetop{
	padding:30px 10px 0px 0;
	font-size:0.88em;
}

#bus .pagetop a{
	padding-left:14px;
	background:url(../images/ic_pagetop.gif) no-repeat left 0.2em;
	text-decoration:underline;
}

/* clearfix */
.box_res ul:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}