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

/* ----------------------------------------------------------- */
/* staff */
/* ----------------------------------------------------------- */

.thumb {
	width: 160px;
	margin: 0 auto;
}

.thumb li {
	width: 50px;
	float: left;
	margin-right: 2px;
	padding-bottom: 2px;
}

.kouno, .suzuki, .okazawa, .arakida, .seino, .muramatsu, .morimitsu{
	height:200px;
	background-position:200px 30px;
	padding: 30px 0 80px 320px;
	zoom:100%;
}

.kouno { background: url(../images/staff/kouno.jpg) no-repeat left center; }
.suzuki { background: url(../images/staff/suzuki.jpg) no-repeat left center; }
.okazawa { background: url(../images/staff/okazawa.jpg) no-repeat left center; }
.arakida { background: url(../images/staff/arakida.jpg) no-repeat left center; }
.seino { background: url(../images/staff/seino.jpg) no-repeat left center; }
.muramatsu { background: url(../images/staff/muramatsu.jpg) no-repeat left center; }
.morimitsu { background: url(../images/staff/morimitsu.jpg) no-repeat left center; }

.staff-name {
	background: url(../images/common/dot-line.png) repeat-x left bottom;
	font-size: 14px;
	padding-left: 5px;
}

.staff-detail {
	width: 300px;
}

.staff-detail li {
	width: 150px;
	float: left;
	font-family:"Times New Roman", Times, serif;
}

/* ----------------------------------------------------------- */
/* access */
/* ----------------------------------------------------------- */

.shop-title {
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	width: 60px;
	font-size: 10px;
	padding: 2px 2px 2px 5px;
	background: url(../images/common/bg_icon.png) no-repeat left 5px; 
}

#shop-info {
	width: 415px;
	float: right;
}

#shop-map {
	width: 470px;
	float: left;
}

/* ----------------------------------------------------------- */
/* menu */
/* ----------------------------------------------------------- */

.menu-list {
	width: 160px;
	margin: 0 auto;
}

.menu-list li {}

.menu-list li a {
	background: #002b92;
	font-size: 10px;
	height: 23px;
	margin-bottom: 1px;
	line-height: 23px;
	text-indent: 10px;
	display: block;
}

.menu-list li a:hover {
	background: #1255F6;
	font-size: 10px;
	height: 23px;
	margin-bottom: 1px;
	line-height: 23px;
	text-indent: 10px;
	display: block;
	text-decoration: none;
}

.menu-box {
	line-height: 1.6;
	margin: 0px 0 5px 5px;
}

.menu-name {
	width: 240px;
	float: left;
 	clear: both;
	font-weight: bold;
	color: #594c4c;
}

.menu-price {
	padding: 0 0 0 360px;
	text-align: right;
	font-size: 14px;
}

.menu-detail {
	font-size: 10px;
	padding: 0 10px 20px 10px;
	color: #999;
}
/* ----------------------------------------------------------- */
/* coupon */
/* ----------------------------------------------------------- */

.coupon-area {
	width: 420px;
	background: #bac9f1;
	height: 80px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.coupon-area-off {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.coupon-box {
	line-height: 1.6;
	margin: 0px 0 5px 5px;
}

.coupon-name {
	width: 330px;
	float: left;
 	clear: both;
	font-weight: bold;
	color: #545454;
	font-size:10px;
}

.coupon-price {
	padding: 0 0 0 270px;
	text-align: right;
	font-size: 12px;
}

.coupon-detail {
	font-size: 10px;
	padding: 0 10px 0px 10px;
	color: #545454;
}
.coupon_txt{
	font-size:12px;
}
/* ----------------------------------------------------------- */
/* concept */
/* ----------------------------------------------------------- */

.bg-concept {
	background: url(../images/concept/bg_concept.jpg) no-repeat 20px center;
	padding: 0 0 0 350px;
}





