﻿/* COMMON */
/* ２列表示の店舗一覧の間隔幅*/
.slvsp {
	width: 12px;
}
/* 店舗一覧の行間*/
.slhsp {
	height: 30px;
}
.slhsp_top {
	height: 10px;
}
.jname {
	font-weight: bold;
	font-size: 11pt;
	height: 18px;
/*	letter-spacing:-2pt; */
	padding-top: 2px;
}
.enames {
	width: 5px;
}
/* SHOP */
.sbshop a {
}
.sbshop .jname {
	color: white;
	background-color: #FFA800;
}
.sbshop .jname a {
	color: white;
	background-color: #FFA800;
}
.sbshop .ename {
	color: #542D08;
	background-color: #F8C768;
}
.sbshop .enames {
	background-color: #F8C768;
}
.sbshop h4 {
	color: #BB7057;
	margin-top: 3px;
	margin-bottom: 1px;
}
.sbshop h4 a {
	color: #BB7057;
	margin-top: 3px;
	margin-bottom: 1px;
}
.sbshop h4 a:link {
	color: #BB7057;
}
.sbshop h4 a:visited {
	color: #BB7057;
}
.sbshop h4 a:active {
	color: #BB7057;
}
.sbshop h4 a:hover {
	color: #D6ECBA;
}

/* RESTAURANT */
.sbrest a {
}
.sbrest a:hover {
}
.sbrest .jname {
	color: white;
	background-color: #CA4C00;
}
.sbrest .jname a {
	color: white;
	background-color: #CA4C00;
}
.sbrest .ename {
	color: #542D08;
	background-color: #EC884B;
}
.sbrest .enames {
	background-color: #EC884B;
}
.sbrest h4 {
	color: #CA4C00;
	margin-top: 3px;
	margin-bottom: 1px;
}
.sbrest h4 a {
	color: #CA4C00;
	margin-top: 3px;
	margin-bottom: 1px;
}
.sbrest h4 a:link {
	color: #CA4C00;
}
.sbrest h4 a:visited {
	color: #CA4C00;
}
.sbrest h4 a:active {
	color: #CA4C00;
}
.sbrest h4 a:hover {
	color: #D6ECBA;
}
/* KIDS' ROOM */
.sbkids a {
}
.sbkids .jname {
	color: white;
	background-color: #3DC8FC;
}
.sbkids .jname a {
	color: white;
	background-color: #3DC8FC;
}
.sbkids .ename {
	color: #9D4200;
	background-color: #8Ef0FF;
}
.sbkids .enames {
	background-color: #8Ef0FF;
}
.sbkids h4 {
	color: #0093CA;
	margin-top: 3px;
	margin-bottom: 1px;
}
/* SCHOOL */
.sbschl a {
}
.sbschl .jname {
	color: white;
	background-color: #7CA60C;
}
.sbschl .jname a {
	color: white;
	background-color: #7CA60C;
}
.sbschl .ename {
	color: #9D4200;
	background-color: #B0CF61;
}
.sbschl .enames {
	background-color: #B0CF61;
}
.sbschl h4 {
	color: #336600;
	margin-top: 3px;
	margin-bottom: 1px;
}
/* ODD LINE */
.sbtext_odd {
	background-color: #F5F9EF;
}
/* EVEN LINE */
.sbtext_even {
	background-color: #FEF4E6;
}
/* Corner */
.sbcorner_top {
	width: 6px;
	height: 21px;
}
.sbcorner_btm {
	width: 6px;
	height: 6px;
}
.sbvframe {
	width: 1px;
	background-color: #CCCCCC;
}
.sbhframe {
	height: 1px;
	background-color: #CCCCCC;
}
/* RESTAURANT CATEGORY 2boxes/line */
.rbrest .jname {
	color: white;
	background-color: #CA4C00;
}
.rbrest .jname a {
	color: white;
	background-color: #CA4C00;
}
.rbrest .ename {
	color: #792E00;
	background-color: #EC884B;
	letter-spacing: 0px;
}
.rbrest .enames {
	background-color: #EC884B;
}
.rbrest .location {
	color: #792E00;
	float:right;
	text-align:right;
}
.rbrest .location a {
	color: #792E00;
}
.rbrest .location a:link {
	color: #792E00;
}
.rbrest .location a:visited {
	color: #792E00;
}
.rbrest .location a:active {
	color: #792E00;
}
.rbrest .location a:hover {
	color: #D6ECBA;
}
.rbrest h4 {
	color: #CA4C00;
	margin-top: 3px;
	margin-bottom: 1px;
}
/* RESTAURANT CATEGORY 1box/line */
.rbrest1 .jname { /* 日本語店舗名 */
	color: white;
	float:left;
	text-align:left;
}
.rbrest1 .jname a {
	color: white;
}
.rbrest1 .ename {
	color: #792E00;
	background-color: #EC884B;
	letter-spacing: 0px;
}
.rbrest1 .enames {
	background-color: #EC884B;
}
.rbrest1 .location {
	color: #792E00;
	float:right;
	text-align:right;
}
.rbrest1 .location a {
	color: #792E00;
}
.rbrest1 .location a:link {
	color: #792E00;
}
.rbrest1 .location a:visited {
	color: #792E00;
}
.rbrest1 .location a:active {
	color: #792E00;
}
.rbrest1 .location a:hover {
	color: #D6ECBA;
}
.rbrest1 h4 { /* 業態名 */
	color: white;
	font-weight: bold;
	font-size: 8pt;
	height: 17px;
	letter-spacing:-1pt;
	float: right;
	text-align: right;
	padding-top:3px;
}
.rbrest1 h5 { /* 説明 */
	width: 390px;
}
/* RESTAURANT CATEGORY 1box/line */
.rbrest2 .jname { /* 日本語店舗名 */
	color: white;
	float:left;
	text-align:left;
}
.rbrest2 .jname a {
	color: white;
}
.rbrest2 .ename {
	color: #792E00;
	background-color: #EC884B;
	letter-spacing: 0px;
}
.rbrest2 .enames {
	background-color: #EC884B;
}
.rbrest2 .location {
	color: #792E00;
	float:right;
	text-align:right;
}
.rbrest2 .location a {
	color: #792E00;
}
.rbrest2 .location a:link {
	color: #792E00;
}
.rbrest2 .location a:visited {
	color: #792E00;
}
.rbrest2 .location a:active {
	color: #792E00;
}
.rbrest2 .location a:hover {
	color: #D6ECBA;
}
.rbrest2 h4 { /* 業態名 */
	color: white;
	font-weight: bold;
	font-size: 8pt;
	height: 17px;
	letter-spacing:-1pt;
	/*float: right;*/
	text-align: right;
	padding-top:3px;
}
.rbrest2 h5 { /* 説明 */
	width: 338px;
}
/* レストランカテゴリのメニュー*/
.shopmenu {
	width: 392px;
}
.shopmenu .topsp {
	width: 390px;
	height: 8px;
}
.shopmenu .name {
	width: 303px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 0px;
}
.shopmenu .price {
	width: 80px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 0px;
}
.shopmenu .bottomsp {
	width: 390px;
	height: 2px;
}
.shopmenu2 {
	width: 355px;
	margin-top: 10px;
}
.shopmenu2 .topsp {
	width: 353px;
	height: 8px;
}
.shopmenu2 .name {
	width: 263px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 0px;
}
.shopmenu2 .price {
	width: 70px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 0px;
}
.shopmenu2 .bottomsp {
	width: 353px;
	height: 2px;
}
/* レストランカテゴリのデータ*/
.shopdata1 {
	width: 332px;
	margin-top: 10px;
}
.shopdata1 .topsp {
	width: 330px;
	height: 8px;
}
.shopdata1 .item 
{
	color: #498200;
	width: 80px;
	height: 18px;
	text-align: right;
	letter-spacing: 0px;
}
.shopdata1 .value {
	width: 250px;
	height: 18px;
	text-align: left;
	letter-spacing: 0px;
}
.shopdata1 .comment {
	color: #498200;
	width: 330px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.shopdata1 .bottomsp {
	width: 330px;
	height: 2px;
}
.shopdata2 {
	width: 355px;
	margin-top: 10px;
}
.shopdata2 .topsp {
	width: 353px;
	height: 8px;
}
.shopdata2 .item 
{
	color: #498200;
	width: 80px;
	height: 18px;
	text-align: right;
	letter-spacing: 0px;
}
.shopdata2 .value {
	width: 268px;
	height: 18px;
	text-align: left;
	letter-spacing: 0px;
	padding-left: 5px;
}
.shopdata2 .bottomsp {
	width: 353px;
	height: 2px;
}
/* レストランカテゴリのパーティメニュー*/
.shopparty {
	width: 339px;
}
.shopparty .topsp {
	width: 337px;
	height: 8px;
}
.shopparty .party 
{
	width: 337px;
	height: 18px;
	letter-spacing: 0px;
	padding-left:10px;
	padding-right:10px;
}
.shopparty .bottomsp {
	width: 337px;
	height: 2px;
}
.shopparty h4 { /* 説明 */
	width: 317px;
	color: #BB7057;
	text-align: left;
}

/* 店舗詳細の NEW OPEN のスタイル */
.openstyle {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin-bottom:8px;
}
