@charset "utf-8";


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

 branch-index

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
body#branch-index table.branchTable{
	width:588px;
	table-layout:fixed;
	margin:0 0 1em;
}


table.branchTable td{
	background:url(../../branch/images/index_bg_td-odd.gif) no-repeat;
}

/* cell */
table.branchTable th.name{
	width:100px;
	padding:0.3em 0 0.3em 10px;
}

table.branchTable tbody th.name{
	background:url(../../branch/images/index_bg_th-odd.gif) no-repeat;
}

table.branchTable th.rel,
table.branchTable td.rel{
	width:140px;
	padding:0.3em 0;
	background-position:-2px 0;
}

table.branchTable td.rel ul{
	width:130px;
	margin:0.4em 0 0 10px;
	list-style:none;
}

table.branchTable td.rel ul li{
	float:left;
	width:34px;
	height:11px;
	margin:0 5px 0 0;
}

/* --- */
table.branchTable th.address,
table.branchTable td.address{
	width:auto;
	padding:0.3em 0 0.3em 10px ;
}

/* --- */
table.branchTable th.phone,
table.branchTable td.phone{
	width:110px;
	padding:0.3em 0 0.3em 10px ;
}

table.branchTable th.link,
table.branchTable td.link{
	width:44px;
	padding:0.3em 0;
	text-align:center;
}

/* first-row */

table.branchTable tbody tr:first-child th,
table.branchTable tbody tr:first-child td{
	background-position:0 -5px;
	padding-top:0;
}

table.branchTable tbody tr.first-child th,
table.branchTable tbody tr.first-child td{
	background-position:0 -5px;
	padding-top:0;
}

table.branchTable tbody tr:first-child td.rel{
	background-position:-2px -5px;
	padding-top:0;
}
table.branchTable tbody tr.first-child td.rel{
	background-position:-2px -5px;
	padding-top:0;
}

table.branchTable tr{ /* IE-expression (first-child) */
	behavior: expression(
	this.className += (this.previousSibling == null) ? " first-child" : "",
	this.style.behavior = "none"
	);
}

/**/

table.branchTable thead tr th{
	background:url(../../branch/images/index_bg_th.gif) no-repeat left bottom;
	padding-bottom:15px;
}
table.branchTable thead tr:first-child th{
	background:url(../../branch/images/index_bg_th.gif) no-repeat left bottom;
	padding-bottom:15px;
}
table.branchTable thead tr.first-child th{
	background:url(../../branch/images/index_bg_th.gif) no-repeat left bottom;
	padding-bottom:15px;
}

/* stripe-row */

table.branchTable tr.even th{ /* IE-expression (first-child) */
	background-image:url(../../branch/images/index_bg_th-even.gif);
}

table.branchTable tr.even td{ /* IE-expression (first-child) */
	background-image:url(../../branch/images/index_bg_td-even.gif);
}

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

 branch-detail

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
body#branch-detail div#introduction{}
body#branch-detail div#introduction:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

body#branch-detail div#introduction div.blockHeading{
	padding:0 190px 10px 0;
	min-height:55px;
	position:relative;
	margin:0 0 0.8em;
	background:url(../images/line01.gif) repeat-x left bottom;
	zoom:1;
}

* html body#branch-detail div#introduction div.blockHeading{
	height:55px;
}

body#branch-detail div#introduction div.blockHeading:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

body#branch-detail div#introduction div.blockHeading h2{
	margin:0;
	font-size:150%;
}
body#branch-detail div#introduction div.blockHeading ul{
	position:absolute;
	top:0;
	left:450px;
	list-style:none;
	margin:0;
}

body#branch-detail div#introduction div.blockHeading ul li{
	margin:0 0 3px;
}

body#branch-detail div#introduction div.blockHeading ul li input{
	vertical-align:bottom;
	display:block;
}

body#branch-detail div#introduction p#entryDate{
	float:right;
	width:18em;
	font-size:84%;
	text-align:right;
	margin:0 0 0.5em;
}

body#branch-detail div#column1{
	width:330px;
	float:left;
}
body#branch-detail div#column2{
	width:280px;
	float:right;
}

/* information */

body#branch-detail #information iframe{
	width:288px;
	border:none;
	margin:0;
	display:block;
}

body#branch-detail #information ul{
	margin:0;
	list-style:none;
}
body#branch-detail #information ul li{
	margin:0 0 0.5em;
	padding:0 0 0.5em;
	background:url(../images/line01.gif) repeat-x left bottom;
}

body#branch-detail #information ul p{
	margin:0;
}

/* access */

body#branch-detail #access{
	margin:0 0 20px;
}

body#branch-detail #access h2{
	margin:0 0 10px;
}

body#branch-detail #access div#map{
	width:278px;
	height:228px;
	margin:0 0 0.5em;
	border:1px solid #CCC;
}

body#branch-detail #access p{
zoom:1;
}

body#branch-detail #access dl{
	margin:0;
}

body#branch-detail #access dt{
	border-left:3px solid #ff6d9d;
	padding:2px 0 2px 7px;
}

body#branch-detail #access dd{
	margin:0;
	zoom:1;
}

/* model */

body#branch-detail #model ul{
	margin:0 -50px 0 -5px;
	zoom:1;
	list-style:none;
}

body#branch-detail #model ul:after{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

body#branch-detail #model ul li{
	float:left;
	margin:0 5px 5px 0;
	width:80px;
	height:30px;
	overflow:hidden;
}

body#branch-detail #model ul li img{
	display:block;
	vertical-align:bottom;
}
/* specialroom */

body#branch-detail #specialroom ul{
	margin:0 -50px 0 -10px;
	list-style:none;
	zoom:1;
}

body#branch-detail #specialroom ul:after{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}


body#branch-detail #specialroom ul li{
	float:left;
	margin:0 10px 10px 0;
}

body#branch-detail #specialroom ul li img{
	display:block;
}

body#branch-detail #specialroom ul li#partyRoom{
	margin:0 0 10px 0;
	width:260px;
	min-height:10px;
	font-size:10px;
	color:#825323;
	position:relative;
	background:url(../../branch/detail/images/detail_ico_room_party_bg-btm.gif) left bottom;
}

body#branch-detail #specialroom ul li#partyRoom span{
	padding:10px 10px 10px 110px;
	width:140px;
	display:block;
	background:url(../../branch/detail/images/detail_ico_room_party_bg-top.gif) no-repeat;
	position:relative;
	zoom:1;
}

* html body#branch-detail #specialroom ul li#partyRoom{height:12px;}

body#branch-detail #specialroom ul li#partyRoom img{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
}

body#branch-detail #toMobile{
	background:#8e5b28;
	color:#fff;
	padding:10px 10px 5px;
	margin:0.8em 0;
}

body#branch-detail #toMobile h2{
	margin:0 0 5px;
}

body#branch-detail #toMobile input.text{
	width:200px;
	margin:0 5px 0 0;
}

body#branch-detail #toMobile input{
	vertical-align:middle;
}

body#branch-detail p#gnaviLabel{
	float:right;
}


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

 to-mobile

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
body#to-mobile p#branchName{
	font-weight:bold;
	font-size:134%;
	text-align:center;
}

body#to-mobile div.errorAlert{
	color:#d71818;
	margin:1em 0;
}

body#to-mobile p#inputField{
	text-align:center;
}

body#to-mobile p#inputField input.text{
	width:200px;
	margin:0 5px 0 0;
}

body#to-mobile p#inputField input{
	vertical-align:middle;
}

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

 search

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

table#searchSetting{
	
}

table#searchSetting th,
table#searchSetting td{
	padding:0.4em 0;
}

table#searchSetting th{
	text-align:right;
	padding-right:1em;
	width:130px;
}

table#searchSetting td{
}

table#searchSetting td label{
	white-space:nowrap;
	margin:0 1em 0 0;
}