@charset "UTF-8";
/* CSS Document */

/* 店舗案内ページ全体定義 */

#sub_navigation li:hover {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}
#shop.sub1 #smenu1 {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}
#shop.sub2 #smenu2 {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}

/* 店舗一覧ページ定義 */

#sub_list {
	margin-bottom: 36px;
}
#sub_list li {
	padding-bottom: 14px;
	border-bottom: 1px solid #f2d6bc;
	margin-bottom: 16px;
	float: left;
	width: 560px;
}
#sub_list div {
	float: left;
	width: 273px;
}
#sub_list p {
	margin-bottom: 18px;
}
#sub_list p.marui {
	margin-bottom: 6px;
}
#sub_list p.caption {
	text-align: right;
	margin-bottom: 0px;
}
#sub_list .photo {
	float: right;
	display: block;
}

/* 個々の店舗ページ定義 */

#nogi h4, #marui h4{
	font-size: 70%;
	margin-bottom: 6px;
}
#nogi .left_column {
	float: left;
	width: 275px;
	margin-bottom: 24px;
}
#nogi .right_column {
	float: right;
	width: 275px;
	margin-bottom: 24px;
}
#nogi .left_column2 {
	float: left;
	width: 230px;
	margin-bottom: 36px;
	clear: left;
	padding-right: 20px;
}
#nogi .right_column2 {
	float: left;
	width: 230px;
	margin-bottom: 36px;
}
#nogi .left_column2 li, #nogi .right_column2 li {
	font-size: 70%;
}
#marui .left_column {
	float: left;
	width: 181px;
	margin-bottom: 24px;
	padding-right: 5px;
}
#marui .center_column {
	float: left;
	width: 189px;
	margin-bottom: 24px;
	padding-right: 4px;
}
#marui .right_column {
	float: left;
	width: 181px;
	margin-bottom: 24px;
}
#marui .right_column .caption {
	margin-left: 4px;
}
#access h4 {
	font-size: 78%;
	color: #b88731;
	padding-bottom: 8px;
}
#access dl {
	margin-bottom: 8px;
}
#access dt {
	float: left;
	width: 5em;
	padding-bottom: 8px;
}
#access dd {
	margin-left: 5em;
	padding-bottom: 8px;
}
#access .left_column {
	float: left;
	width: 245px;
	padding-right: 20px;
	margin-top: 16px;
}
#access .right_column {
	float: right;
	width: 295px;
}
body.popup {
	background: url(none);
}
.popup #container {
	background: #FFFFFF;
	width: 560px;
	padding: 30px 20px;
}
.popup h2 {
	padding-bottom: 24px;
}
.popup .print {
	text-align: center;
	margin-top: 24px;
}

