@charset "utf-8";
/* -----------------------------------------
services.css
/services/以下用css
----------------------------------------- */


/* ショップ＆レストラン共通
----------------------------------------- */

/* shopMainArea */

body.SHOP .shopMainArea {
	padding: 10px 30px 45px 40px;
}

body.SHOP .leadText {
	margin-bottom: 30px;
	font-weight: bold;
}

body.SHOP .leadText .icon {
	float: left;
	padding: 3px 0;
	width: 100px;
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
}

body.SHOP .leadText .ari_icon {
	float: left;
	padding: 3px 0;
	width: 143px;
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
}

body.SHOP .leadText .time_icon {
	float: left;
	padding: 3px 0;
	width: 130px;
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
}

body.SHOP .leadText .text {
	padding: 6px 0 0 115px;
	font-size: 114.3%;
	line-height: 1.4;
}

body.SHOP .leadText .ari_text {
	padding: 6px 0 0 150px;
	font-size: 114.3%;
	line-height: 1.4;
}

body.SHOP .leadText .time_text {
	padding: 0 0 0 145px;
	font-size: 114.3%;
	line-height: 1.4;
}

body.SHOP dl.shopData dt {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

body.SHOP dl.shopData dd {
	padding-left: 105px;
}

body.SHOP dl.shopData dd.nowrap {
	white-space: nowrap;
}

@media screen and (max-width: 600px) {

	body.SHOP .shopMainArea {
		padding: 10px 30px 45px 30px;
	}

	body.SHOP .leadText {
		margin-bottom: 36px;
	}

	body.SHOP dl.shopData dt {
		width: 75px;
	}

	body.SHOP dl.shopData dd {
		padding-left: 85px;
	}
	body.SHOP dl.shopData dd.nowrap {
		white-space: normal;
	}
}

@media screen and (max-width: 400px) {

	body.SHOP .leadText .icon {
		float: none;
		margin-bottom: 10px;
	}

	body.SHOP .leadText .text {
		padding: 0;
	}
}


/* ShopTab */

body.SHOP #ShopTab {
	display: table;
	width: 100%;
}

body.SHOP #ShopTab li {
	display: table-cell;
	vertical-align: middle;
	background: url(/common/img/bg_01.png) repeat-x left bottom;
	border: 1px solid #e2e2e2;
	border-bottom: 3px solid #e2e2e2;
}

body.SHOP #ShopTab.tab6 li { width: 16.6%; }
body.SHOP #ShopTab.tab5 li { width: 20%; }
body.SHOP #ShopTab.tab4 li { width: 25%; }
body.SHOP #ShopTab.tab3 li { width: 33.3%; }
body.SHOP #ShopTab.tab2 li { width: 50%; }

body.SHOP #ShopTab li.current {
	border-bottom: 3px solid #004898;
	font-weight: bold;
}

body.SHOP #ShopTab li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #333;
	line-height: 1.3;
}

body.SHOP .shopTabContents {
	border: 1px solid #dbdbdb;
	background-color: #fcfcfc;
	padding: 15px;
	display: none;
}

body.SHOP .shopTabContents.show {
	display: block;
}

@media screen and (max-width: 560px) {

	body.SHOP #ShopTab {
		display: none;
	}

	body.SHOP .shopTabContents {
		display: block;
		background-color: #fff;
		border: none;
		padding: 0;
	}
}


/* menuArea */

body.SHOP .menuArea {
	position: relative;
	padding-right: 215px;
}

body.SHOP table.menuList {
	width: 100%;
}

body.SHOP table.menuList th,
body.SHOP table.menuList td {
	padding: 2px 12px;
}

body.SHOP table.menuList td {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

body.SHOP table.menuList td.face {
	text-align: left;
	white-space: normal;
	font-weight: normal;
}

body.SHOP table.menuList tr.odd th,
body.SHOP table.menuList tr.odd td {
	background-color: #f1f1f1;
}

body.SHOP .menuPhotoList {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

body.SHOP .menuArea .titleArea {
	border-left: 3px solid #004898;
	padding-left: 10px;
	margin-bottom: 7px;
	line-height: 1.5;
}

@media screen and (max-width: 650px) {

	body.SHOP .menuArea {
		padding-right: 0;
	}

	body.SHOP table.menuList {
		margin-bottom: 30px;
	}

	body.SHOP .menuPhotoList {
		position: static;
		width: 100%;
		overflow: hidden;
	}

	body.SHOP .menuPhotoList li {
		float: left;
		width: 50%;
	}

	body.SHOP .menuPhotoList li:nth-child(odd) {
		clear: both;
	}

	body.SHOP .menuPhotoList li div {
		width: 200px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {

	body.SHOP .menuPhotoList li {
		width: 100%;
	}
}


/* takeoutMenu */

body.SHOP .takeoutMenu li {
	float: left;
	width: 30%;
	margin-right: 3.3%;
	margin-bottom: 30px;
}

body.SHOP .takeoutMenu li .titleArea {
	position: relative;
	border-left: 3px solid #004898;
	min-height: 39px;
	padding-left: 10px;
	margin-bottom: 7px;
	line-height: 1.5;
}

body.SHOP .takeoutMenu li .title {
	font-size: 85.7%;
}

body.SHOP .takeoutMenu li .price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
}

body.SHOP .takeoutMenu li .photo {
	border: 1px solid #e3e3e3;
	text-align: center;
}

@media screen and (max-width: 750px) {

	body.SHOP .takeoutMenu li {
		width: 45%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 450px) {

	body.SHOP .takeoutMenu li {
		float: none;
		width: auto;
		margin-right: 30px;
	}
}


/* mapArea */

body.SHOP .mapArea {
	max-width: 600px;
	margin: 0 auto 10px;
}


/* coupon */

body.SHOP #CouponPrintBtn {
	margin-bottom: 20px;
	text-align: right;
}

@media screen and (max-width: 500px) {

	body.SHOP #CouponPrintBtn {
		display: none;
	}
}

body.SHOP .couponArea {
	border: 1px solid #c8c8c8;
	background: url(/services/shop/restaurant01/img/bg_coupon.gif) repeat-x 0 0 #fff;
	padding: 20px;
	margin-bottom: 20px;
}

body.SHOP .couponArea .title {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 15px;
	margin-bottom: 14px;
	font-size: 35px;
	color: #004898;
	text-align: center;
	line-height: 1.3;
}

body.SHOP .couponArea .couponText {
	border-bottom: 5px solid #004898;
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

body.SHOP .couponArea .note {
	font-size: 85.7%;
	line-height: 2.2;
}

body.SHOP .dotLine li {
	height: 44px;
	border-top: 1px dotted #ababab;
}

@media screen and (max-width: 500px) {

	body.SHOP .couponArea .title {
		font-size: 28px;
	}

	body.SHOP .couponArea .couponText {
		padding-bottom: 8px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	body.SHOP .couponArea .note {
		font-size: 85.7%;
		line-height: 1.8;
	}
}


/* 東京ビッグサイトイメージキャラクター
----------------------------------------- */

body#CHARACTER #CharacterArea {
	margin: 0 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
}

body#CHARACTER #CharacterArea .twoColL {
	float: left;
	width: 47%;
}

body#CHARACTER #CharacterArea .twoColR {
	float: right;
	width: 47%;
}

body#CHARACTER #CharacterArea h2 {
	margin: 0 0 20px 25px;
	font-size: 114.3%;
}

body#CHARACTER #CharacterArea .copyright {
	margin: 5px 0 0 25px;
	font-size: 85.7%;
}

@media screen and (max-width: 500px) {

	body#CHARACTER #CharacterArea h2 {
		margin: 0 0 10px 15px;
	}

	body#CHARACTER #CharacterArea .copyright {
		margin: 5px 0 0 5px;
		font-size: 71.4%;
	}
}


/* オリジナルグッズ
----------------------------------------- */

body#GOODS .goodsMenu li {
	float: left;
	width: 30%;
	margin-right: 3.3%;
	margin-bottom: 30px;
}

body#GOODS .goodsMenu li.threeClear {
	clear: both;
}

body#GOODS .goodsMenu li .titleArea {
	position: relative;
	border-left: 3px solid #004898;
	min-height: 42px;
	padding-left: 10px;
	margin-bottom: 7px;
	line-height: 1.5;
}

body#GOODS .goodsMenu li .title {
	font-size: 85.7%;
}

body#GOODS .goodsMenu li .price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
}

body#GOODS .goodsMenu li .photo {
	display: table;
	border: 1px solid #e3e3e3;
	height: 180px;
	width: 100%;
	margin-bottom: 10px;
}

body#GOODS .goodsMenu li .photo div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

body#GOODS .goodsMenu li .textArea {
	font-size: 92.9%;
	line-height: 1.6;
}

@media screen and (max-width: 750px) {

	body#GOODS .goodsMenu li.twoClear {
		clear: both;
	}

	body#GOODS .goodsMenu li.threeClear {
		clear: none;
	}

	body#GOODS .goodsMenu li {
		width: 45%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 450px) {

	body#GOODS .goodsMenu li {
		float: none;
		width: auto;
		margin-right: 30px;
	}
}


/* ご利用いただける店舗
----------------------------------------- */

body#CARD_LIST .cmnTable th {
	width: 32%;
}

.imageSet img {
    padding: 0;
  }

