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

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


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

/* 各ページ共通　タイトル
----------------------------------------------------------- */
#access h4{
	margin-bottom: 30px;
	}

#access .con_acc{
	margin-bottom: 70px;	
	}

#access .con_acc2{
	margin-bottom: 0px;	
	}

#access .con_acc2 .box_acc{
	margin: 0 20px;
	}

#access .con_acc2 .box_acc p{
	margin: 0 0 15px;
	}

#access .con_acc2 .box_acc p span{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	}

#access .box_map {
	background-color: #FFF;
	margin-bottom: 70px;
	padding-bottom: 25px;
}

#access .box_map p.txt_bigmap {
	background: url(../access/images/ic_zoom.gif) no-repeat 0 50%;
	padding-left:17px;
	font-weight: bold;
	margin: 15px 0 0 530px;
}

#access #parking .box_acc {
	overflow: hidden;
	}
	
#access #parking .box_acc .img_par {
	float: left;
	}

#access #parking .box_acc .txt_par {
	width: 350px;
	float: right;
	}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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