@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
 style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main		メイン
----------------------------------------------------*/

#access .con_intro {
	margin-bottom:40px;
}

#access #main h3{
	margin-bottom:20px;
}


/*----------------------------------------------------
	.m_menu　案内メニュー
----------------------------------------------------*/
#access #main .m_menu {
	margin-bottom:15px;
	width:700px;
	height:47px;
	overflow:hidden;
	background:url(../access/images/m_menu.gif) 0 0 no-repeat;
}

#access #main .m_menu li {
	list-style:no outside;
	text-indent:-9999px;
	float:left;
	height:47px;
}

#access #main .m_menu li a {
	height:47px;
	display:block;
	overflow:hidden;
}

#access #main .m_menu li.mp_car a,
#access #main .m_menu li.mp_train a,
#access #main .m_menu li.mp_other a,
#access #main .m_menu li.mp_parking a{
	width:175px;
}
#access #main .m_menu li.mp_car a:hover,
#access #main .m_menu li.mp_car a.active{
	background:url(../access/images/m_menu.gif) 0 47px;
}

#access #main .m_menu li.mp_train a:hover {
	background:url(../access/images/m_menu.gif) -175px 47px;
}

#access #main .m_menu li.mp_other a:hover {
	background:url(../access/images/m_menu.gif) -350px 47px;
}

#access #main .m_menu li.mp_parking a:hover {
	background:url(../access/images/m_menu.gif) -525px 47px;
}



/*----------------------------------------------------
	.con_map		シャトルバス
----------------------------------------------------*/

#access  #lnk_other #bus_bn {
	background-image: url(../access/images/bg_bus.jpg);
	background-repeat: no-repeat;
	background-position: 470px 16px;
	float: left;
	width: 673px;
	border: 1px solid #9C8772;
	overflow: hidden;
	padding: 0 0 20px 25px;
	margin-top:20px;
}

#access #lnk_other #bus_bn h3 {
	margin: 25px 0 15px 0;
}
#access #lnk_other #bus_bn .txt_b {
	font-weight: bold;
	margin-bottom:5px;
}
#access #lnk_other #bus_bn #map {
	width: 100%;
	margin-top: 20px;
}
#access #lnk_other #bus_bn #map p{
	padding-right: 15px;
	margin-bottom: 10px;
}
#access #lnk_other #bus_bn #map p span {
	font-size: 14px;
	font-weight: bold;
}


/*----------------------------------------------------
	.con_map		地図
----------------------------------------------------*/

#access #main .con_map{
	width:700px;
	margin-bottom:60px;
}

#access #main .con_map .bg_map {
	width:690px;
	padding:5px;
	background:#f9f5ec;
}

#access #main .con_map .bg_map #gmap{
	width:690px;
	height:340px;
}

/* 文言 */
#access #main .con_map .txt_att {
	float:right;
	margin-top:15px;
}

/*----------------------------------------------------
	 　	GOOGLE MAPのホテル吹き出し
----------------------------------------------------*/

#access .con_hotel {
	min-height:90px;
}

#access .con_hotel .logomap {
	margin-bottom: 10px;
}

#access .con_hotel .txtlogomap {
	line-height:1.4em;
	font-size:x-small;
	width:230px;
	text-align:left !important;
}



/*----------------------------------------------------
	.con_access
----------------------------------------------------*/

#access #main .con_access {
	margin-bottom:35px;
	width:700px;
	overflow:hidden;
}

#access #main .con_end {
	margin-bottom: 0;
}


#access #main .con_access p.txt_acc{
	margin-bottom:30px;
}

#access #main .con_access .box_l{
	width:335px;
	float:left;
}

#access #main .con_access .box_r{
	width:335px;
	float:right;
}


/* 右側 */
#access #main .con_access .con_r {
	float:right;
	width:400px;
}

#access #main .con_access .con_r  h4{
	font-size:14px;
	margin:20px 0 10px 0;
}

#access #main .con_access .con_r p.txt_acc {
	margin-bottom:15px;
}

#access #main .con_access .con_r p.txt_acc span {
	font-weight:bold;
}

#access #main .con_access .con_r table {
	margin-bottom:15px;
	width:400px;
}

#access #main .con_access .con_r table th {
	width:130px;
}

#access #main .con_access .con_r table span {
	font-weight:bold;
}

#access #main .con_access .con_r .btn_acc {
	text-align:right;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

