@charset "utf-8";
/* Copyright 2013 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

ホテルマップ

------------------------------------------------------------ */

/* グローバルナビ　アクティブ
---------------------------------------------- */
div#navi_global02 ul li:nth-of-type(3).active{
	background:url(../img/txt_navi06_on.png), url(../img/bg_navi_global02_on.jpg);
	background-size:78px 15px, 100% 45px;
	background-repeat:no-repeat, no-repeat;
	background-position:center center, 0 0;
}

/* div
---------------------------------------------- */
div.wrap_map{
	margin-bottom:25px
}
div.wrap_map iframe{
	width:100%;
	height:167px;
}

/* ul
---------------------------------------------- */
/*--list_hotel01--*/
ul.list_hotel01_top,
ul.list_hotel01{
	width:100%;
	display:table;
	table-layout:fixed;
	border-bottom:1px dotted #FFFFFF;
}

ul.list_hotel01_top li{
	background:url(../img/ico_arrow02.gif) no-repeat left 0.8em;
	background-size:4px 6px;
	padding:5px 0 10px 10px;
	line-height:1.2;
	width:50%;
	display:table-cell;
}

ul.list_hotel01 li{
	background:url(../img/ico_arrow02.gif) no-repeat left 1.3em;
	background-size:4px 6px;
	padding:13px 0 13px 10px;
	line-height:1.2;
	width:50%;
	display:table-cell;
}

ul.list_hotel01_top li a,
ul.list_hotel01 li a{
	display:block;
}

/*--list_hotel02--*/
ul.list_hotel02 li{
	background:url(../img/ico_arrow02.gif) no-repeat left 0.3em;
	background-size:4px 6px;
	margin-bottom:13px;
	padding:0 0 13px 10px;
	border-bottom:1px dotted #FFFFFF;
	line-height:1.2;
}

ul.list_hotel02 li:last-child{margin-bottom:0;}
ul.list_hotel02 li a{
	display:block;
}