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

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */

/* ページタイトル画像 */
#header .unav_wrap {
	background: url(../access/images/bg_title.jpg) no-repeat center;
	}

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 共通背景
----------------------------------------------------------- */
#main .con_acc .con_acc_wrap1 {
	background: url(../access/images/bg_mid.png) repeat-y;
	margin-bottom: 20px;
	margin-top: 80px;
	}
#main .con_acc .con_acc_wrap2 {
	background: url(../access/images/bg_top.png) no-repeat top left;
	}
#main .con_acc .box_acc {
	width: 870px;
	margin: 0 auto;
	padding: 45px 0 20px;
	}

/* .
----------------------------------------------------------- */
#main .con_acc h3 {
	margin-bottom: 30px;
	}
#main .con_acc .box_acc #map {
	width: 870px;
	height: 580px;
	}
/*		マップ吹き出し			*/
#main .con_acc .con_fuk {
	width:350px;
	overflow:hidden;
	padding-bottom:5px;
}
#main .con_acc .con_fuk .pict {
	width:128px;
	float:left;
	margin-right:15px;
}
#main .con_acc .con_fuk .txt {
	float:right;
	width:200px;
}
#main .con_acc .con_fuk .txt .name {
	margin-bottom:10px;
}


#main .con_acc .box_acc .txt_map {
	font-size: 10px;
	margin: 10px 0;
	}
#main .con_acc .box_acc .ic_tra {
	margin-top: 15px;
	}
#main .con_acc .box_acc .ic_tra img{
	vertical-align: text-top;
	margin-left: 5px;
	}
/*送迎バス*/
#main .con_acc .box_acc .con_sou {
	overflow: hidden;
	}
#main .con_acc .box_acc .con_sou .img_l{
	width: 420px;
	}
#main .con_acc .box_acc .con_sou .img_sou {
	margin-top: 25px;
	}
#main .fukidashi {
	width: 200px;
	}
#main .con_acc .box_acc .box_tbl{
	margin-top: 10px;
}
#main .con_acc .box_acc .con_sou .tbl_basic th,
#main .con_acc .box_acc .con_sou .tbl_basic td{
	padding: 3px 10px !important; 
}	


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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