@charset "utf-8";
/*  ------------------------------------------------------------------

	見出し

---------------------------------------------------------------------*/
h2.title-page {
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 15px 0;
	border-top: #dadada solid 1px;
	background: url(../images/common/title_page.gif) left bottom repeat-x;
	line-height: 1.2em;
	font-size: 2em;
}

h3.title-main {
	margin-bottom: 20px;
	background: url(../images/common/title_main_line.gif) left center repeat-x;
	line-height: 1.2em;
	font-size: 1.2em;
}

h3.title-main span {
	padding-left: 30px;
	padding-right: 10px;
	background: #fff url(../images/common/title_main.jpg)  left center no-repeat;
}

h4.title-sub {
	margin-bottom: 20px;
	background: url(../images/common/title_main_line.gif) left center repeat-x;
	line-height: 1.2em;
	font-size: 1.2em;
}

h4.title-sub span {
	padding-left: 30px;
	padding-right: 10px;
	background: #fff url(../images/common/title_main.jpg)  left center no-repeat;
}

/*  ------------------------------------------------------------------

	記事ヘッダー

---------------------------------------------------------------------*/
ul#breadcrumbs {
	position: relative;
}

/*  ページ内リンク
-----------------------------------*/
ul#page-navi {
	list-style: none;
}
ul#page-navi li {
	padding-left: 12px;
	background: #fff url(../images/common/arrow_red.gif) left center no-repeat;
	line-height: 1.6em;
}
ul#page-navi li a {
	text-decoration: none;
}
ul#page-navi li a:hover {
	text-decoration: underline;
}

/*  ------------------------------------------------------------------

	店舗一覧

---------------------------------------------------------------------*/
div.dlGroup {
	margin-bottom: 15px;
}
div.dlGroup dl {
	position: relative;
	float: left;
	background-color: #f6f6f6;
	border: 1px solid #dadada;
	padding: 15px 130px 5px 15px;
	width: 203px;
	_zoom: 1;
}
	/* ie6 hack */
* html div.dlGroup dl {
	width: 349px;
	padding-bottom: 0;
}

div.dlGroup dl.rightChild {
	float: right;
}
div.dlGroup dl dt,
div.dlGroup dl dd {
	margin-bottom: 10px;
}
div.dlGroup dl dt {
	font-size: 14px;
	font-weight: bold;
}

strong.phone-number {
	font-size: 14px;
	font-weight: bold;
	color: #e51f1f;
}

strong.station {
	font-size: 12px;
	font-weight: bold;
	color: #e51f1f;
}

div.dlGroup ul {
	position: absolute;
	top: 15px;
	right: 15px;
	list-style-type: none;
}
div.dlGroup li {
	margin-bottom: 2px;
}
div.dlGroup li.firstChild {
	margin-bottom: 5px;
}
div.dlGroup li.firstChild img {
	background-color: #FFF;
	border: #dadada solid 1px;
	padding: 1px;
}

/* start clearfix */
div.dlGroup:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0px;
	line-height: 0;
}
/* ie6 hack */
* html div.dlGroup {
	height: 1%;
}
/* ie7 hack */
*:first-child+html div.dlGroup {
	min-height: 1%;
}
/* end clearfix */











/*  ------------------------------------------------------------------

	以下、各店舗のhtml

---------------------------------------------------------------------*/

p#introduction {
	float: left;
	width: 480px;
}

dl#message {
	float: right;
	width: 333px;
}

dl#message dt {
	margin-bottom: 1em;
	border-bottom: #e51f1f solid 1px;
	font-weight: bold;
}

dl#message dt span {
	font-size: 1.2em;
}

/*  カテゴリ検索
-----------------------------------*/
ul.search-categories {
	margin-bottom: 30px;
	list-style-type: none;
}
ul.search-categories li {
	float: left;
}
/* start clearfix */
ul.search-categories:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html ul.search-categories { height: 1%; }
/* ie7 hack */
*:first-child+html ul.search-categories { min-height: 1%;}
/* end clearfix */




 /* Aside
-------------------------------------------------- */
div#aside {
	width: 220px;
	float: right;
	padding: 0;
	border: none;
	font-size: 1em;
}

div#shop-information {
	padding: 13px 13px 0;
	border: #dadada solid 1px;
	background-color: #f6f6f6;
}

/*  店舗情報
-----------------------------------*/
div#shop-information dl {
	margin-bottom: 2em;
}


div#shop-information dl dt {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

strong.phone-number {
	font-size: 14px;
	font-weight: bold;
	color: #e51f1f;
}

div#shop-information dl dd.note {
	padding-top: 1em;
	font-size: 10px;
}

div.shop-map {
	margin-bottom: 2em;
}

div.shop-map iframe {
	border: #dadada solid 1px;
}

div.shop-map p {
	padding-left: 8px;
	background: url(../images/common/arrow_red.gif)  left center no-repeat;
}

p.shop-photo {
	margin-bottom: 20px;
	padding: 1px;
	border: #dadada solid 1px;
}

p.shop-photo img {
	vertical-align: bottom;
}

p#shop_waku {
	background:#ffffff;
	border:1px solid #DADADA;
	width:170px;
	height:auto;
	margin-bottom:20px;
	padding:10px;
}

* html p#shop_waku {
	background:#ffffff;
	border:1px solid #DADADA;
	width:192px;
	height:auto;
	margin-bottom:10px;
	padding:10px;
}

p#shop_waku a{
	font-weight:bold;
	line-height:150%;
}

 /* Side
-------------------------------------------------- */
div#side h4 {
	margin-bottom: 10px;
	padding-left: 8px;
	background:  transparent url(../images/common/title_side.jpg) left no-repeat;
	font-size: 1em;
}

div#street-view {
	margin-bottom: 30px;
}

 /* 右サイドエリア
-------------------------------------------------- */

 /* バナー追加時、下記heightを1バナーにつき52px追加*/
#new_banner{
	width:218px;
	height:87px;
	background-color:#C8D6E1;
	padding:1px;
	margin-bottom:20px;
	position:relative;
	}

 /* バナー追加時、下記heightを1バナーにつき52px追加*/	
* html #new_banner{
	width:220px;
	height:92px;
	}
	
 /* バナー追加時、下記heightを1バナーにつき52px追加*/	
#new_banner_waku{
	width:210px;
	height:79px;
	background-color:#C8D6E1;
	border:1px #FFF solid;
	padding:3px;
	}
	
 /* バナー追加時、下記heightを1バナーにつき52px追加*/
* html #new_banner_waku{
	width:218px;
	height:92px;
	}

* html #new_banner ul#in {
	list-style:none;
	position:absolute;
	top:32px;
	left:5px;
	}
	
#new_banner ul#in {
	list-style:none;
	position:absolute;
	top:34px;
	left:5px;
	}


#new_banner #in li{
	height:50px;
	margin-bottom:2px;
	list-style:none;
	}

* html #new_banner #in li{
	height:50px;
	margin-bottom:0px;
	list-style:none;
	}

	
div#side h4.top_new {
	margin-bottom: 30px;
	padding-left: 36px;
	background: transparent url(/images/top/new.jpg) left no-repeat;
	position: absolute;
	left:10px;
	top:10px;
	font-size: 12px;
	color:#354E62;
	letter-spacing:1px;
	}

.new_banner_shop{
	display:block;
	margin-bottom:30px;
}
	


/*  駅情報
-----------------------------------*/
dl.station_list{
	float:left;
	margin-right:30px;
}


