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

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

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

#fac h2.title{
	margin:0 0 16px;
}
#fac h3{
	padding:30px 0 20px 0;
	width:700px;
}
#fac h4.meet{
	padding:30px 0 20px 0;
	width:700px;
}


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


/* .con_read
-----------------------------------------------*/
#fac .con_read {
	margin: 0;
	background:url(../facilities/images/bg_infor.jpg) no-repeat left top;
	padding: 45px 0 10px 279px;
}
#fac .con_read h3 {
	width:421px;
	padding: 0 0 24px;
}

/* .box_fac
-----------------------------------------------*/
#fac .box_fac{
	width:700px;
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:20px;
	background:url(../facilities/images/bg_line.gif) bottom center no-repeat;
}
#fac .box_fac h4{
	float:left;
}
#fac .box_fac p.txt_desc{
	margin-left:220px;
	padding: 12px 0;
}
#fac .box_fac p.btn_link{
	text-align:right;
}


/* .txt_plan
-----------------------------------------------*/
#fac .txt_plan{
	width:450px;
	height:115px;
	padding-right:250px;
	background:url(../facilities/images/img_plan.gif) right no-repeat;
}

/* .txt_diet
-----------------------------------------------*/
#fac .txt_diet{
	width:241px;
	padding-left:459px;
	background:url(../facilities/images/img_diet.jpg) left no-repeat;
}
#fac .txt_diet table{
	margin:3px 0 10px 0;
	width:220px;
}
#fac .txt_diet table th,
#fac .txt_diet table td{
	font-weight:normal;
	padding:2px;
	border-bottom:#d3d3d3 1px dotted;
}



/* .box_meet
-----------------------------------------------*/
#fac .box_meet{
	overflow:hidden;
}
#fac .box_meet table.box_rate{
	float:left;
	width:345px;
	border:#a4bcd3 1px solid;
	vertical-align:middle;
	text-align:center;
}
#fac .box_meet table.box_rate th{
	background:#d1e5f7;
	padding:7px 5px;
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	border:#a4bcd3 1px solid;
}
#fac .box_meet table.box_rate td{
	padding:7px 5px;
	vertical-align:middle;
	text-align:center;
	border:#a4bcd3 1px solid;
}
#fac .box_meet p.txt_rate{
	margin-left:360px;
}
#fac p em{
	padding-top:20px;
	display:inline-block;
	font-size:0.88em;
}


/* .box_3col
-----------------------------------------------*/
#fac .box_3col{
	width:220px;
	padding-right:20px;
	float:left;
}
#fac .trim{
	padding-right:0;
}


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

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


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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