@charset "UTF-8";
html {
	overflow-y: scroll;
}
* {
	word-break: break-all;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address {
	color: #35363F;
}
li {
	list-style: none;
}
img,
input,
select {
	vertical-align: middle;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	word-wrap: break-word;
}
@media only screen and (max-device-width: 480px) {
  body {
	-webkit-text-size-adjust: none;
}
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input {
	background: transparent;
}
a,
img {
	border: none;
}
a:link,
a:hover,
a:active {
	color: #1470CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #802680;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
.cFix,
.cf {
	*zoom: 1;
}
.cFix:after,
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.shopSeatSelectResultStockNotes,
.sceneNav,
.pickUpContents,
.tabNav,
.locator,
.checkArea,
.usualAreaInner,
.couponArea,
.columnExB,
.itemsB,
.recommendReportMenuDetail > li,
#footer > .inner {
	*zoom: 1;
}
.inner:after,
.shopSeatSelectResultStockNotes:after,
.sceneNav:after,
.pickUpContents:after,
.tabNav:after,
.locator:after,
.checkArea:after,
.usualAreaInner:after,
.couponArea:after,
.columnExB:after,
.itemsB:after,
.recommendReportMenuDetail > li:after,
#footer > .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.dn,
.jscDN {
	display: none;
}
.pr,
.pR {
	position: relative !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mT3 {
	margin-top: 3px !important;
}
.mT4 {
	margin-top: 4px !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mR5 {
	margin-right: 5px !important;
}
.mR10 {
	margin-right: 10px !important;
}
.mL5 {
	margin-left: 5px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fgRed {
	color: #D0111B;
}
.fcLiteRed {
	color: #E73820;
}
.fcColOrigin {
	color: #CC0000;
}
.fcBlue {
	color: #1470CC;
}
.fcLGray {
	color: #999999;
}
strong,
.strong,
.bold {
	font-weight: bold;
}
.vaT {
	vertical-align: top;
}
.zm1 {
	zoom: 1;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background-image: url(/SYS/cmn/images/common/bg_hack.png);
	background-repeat: repeat;
}
.TBImages_overlayMacFFBGHack {
	background-image: url(/SYS/cmn/images/common/bg_hack02.png);
	background-repeat: repeat;
}
.TB_overlayBG {
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.TBImages_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay {
  /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window_calender {
	position: fixed;
	display: none;
	background: #ffffff;
	z-index: 1020;
	color: #000000;
	border: 4px solid #EBEBED;
	text-align: left;
	top: 50%;
	left: 50%;
}
#TB_window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	overflow: hidden;
	padding-left: 15px;
	background-color: #F4F2EE;
	border: 1px solid #707070;
	color: #000000;
	text-align: left;
	z-index: 1020;
}
* html #TB_window,
* html #TB_window_calender {
  /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window #TB_dummy {
	height: 100px;
	width: 100px;
}
#TB_window img#TB_Image {
	display: block;
	margin-left: 15px;
	border: none;
}
#TB_caption {
	margin: 5px 15px 0 15px;
	padding-bottom: 9px;
	border-bottom: 1px solid #D4D2CD;
	font-size: 120%;
	line-height: 1.33;
}
#TB_secondLine {
	position: relative;
	height: 40px;
	margin: 0 15px 5px 15px;
	padding: 5px 0 0 0;
	border-top: 1px solid #fff;
	font-size: 120%;
	text-align: center;
	color: #666;
}
span#TB_next,
span#TB_prev {
	position: absolute;
	width: 33%;
	z-index: 99;
}
span#TB_prev {
	left: 0;
	margin-right: 25px;
	text-align: right;
}
span#TB_prev a {
	padding-left: 12px;
	background: url(/SYS/cmn/images/common/mark_links_prev.gif) left center no-repeat;
}
span#TB_next {
	right: 0;
	margin-left: 25px;
	text-align: left;
}
span#TB_next a {
	padding-right: 12px;
	background: url(/SYS/cmn/images/common/mark_links.gif) right center no-repeat;
}
span#TB_count {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 0;
}
#TB_closeWindow {
	height: auto;
	margin: 2px 10px 0 10px;
	padding: 3px;
	text-align: right;
	line-height: 1;
}
#TB_closeWindow a {
	padding: 0 0 0 13px;
	background: url(/SYS/cmn/images/common/dialog/btn_close.gif) left center no-repeat;
}
#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
  /*	line-height:1.4em;*/
}
#TB_ajaxContent.TB_modal {
	padding: 0;
}
#TB_ajaxContent p {
	padding: 5px 0 5px 0;
}
#TB_ajaxContent_calender {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}
#TB_load {
	position: fixed;
	height: 13px;
	width: 208px;
	z-index: 1030;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
  /* -height/2 0 0 -width/2 */
}
* html #TB_load {
  /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index: 990;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect {
  /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
.inner {
	width: 950px;
	margin: 0 auto;
}
.userName {
	word-wrap: normal;
}
.checkArea > .links > li,
.usualAreaInner > .links > li,
.couponArea > .links > li,
.linkArwTbl,
.shopInner .links > li {
	padding-left: 8px;
	background: url("/SYS/cmn/images/common/mark_links.gif") no-repeat -5px center;
}
#utilities {
	padding-top: 3px;
	padding-bottom: 5px;
}
#grumetSearch + #utilities {
	margin-top: 7px;
}
.back {
	float: left;
	margin-right: 15px;
}
.back > a {
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url("/SYS/cmn/images/common/mark_links_back.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.shopTopBreadcrumbList {
	overflow: hidden;
}
.shopTopBreadcrumbList > li {
	float: left;
	white-space: nowrap;
}
.shopTopBreadcrumbList > li + li {
	margin-left: 6px;
	padding-left: 13px;
	background-image: url("/SYS/cmn/images/common/bg_chevron.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
.shopTopBreadcrumbList > li > .strong {
	color: #666666;
}
.shopHeaderLead {
	padding-right: 11px;
	padding-left: 13px;
}
.shopHeaderGenreCatch {
	float: left;
}
.shopHeaderGenreCatchInner {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}
.shopHeaderLeadBtn {
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
.shopHeaderLeadBtn > li {
	float: left;
	width: 95px;
	height: 18px;
}
.shopHeaderLeadBtn > li + li {
	margin-left: 1px;
}
.btnShopHeaderDiary {
	background-image: url("/SYS/cmn/images/front_002/btn_ico_add_bookmark_off.png");
}
.btnShopHeaderKeeplist {
	background-image: url("/SYS/cmn/images/front_002/btn_ico_add_keeplist_off.png");
}
.shopHeaderContents {
	padding: 16px 11px 15px 20px;
}
.shopHeaderContentsInner {
	display: table;
	width: 100%;
	min-height: 75px;
}
.shopHeaderLogo {
	display: table-cell;
	width: 75px;
	padding-right: 10px;
	vertical-align: top;
}
.shopHeaderLogo > a {
	display: block;
	width: 69px;
	height: 69px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	text-align: center;
}
.resizeImg {
	max-width: 69px;
	max-height: 69px;
}
.shopHeaderContentsBtn {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding-left: 10px;
	padding-top: 5px;
}
.shopHeaderContentsBtnList > li {
	position: relative;
}
.shopHeaderContentsBtnList > li + li {
	margin-top: 4px;
}
.icnPoint {
	position: absolute;
	top: -18px;
	left: 54px;
}
.shopHeaderContentsBtnList + .getTicketBtn {
	margin-top: 10px;
}
.shopTitle {
	display: table-cell;
	vertical-align: top;
}
.shopInfoInnerSectionBlock > dd {
	display: inline-block;
	position: relative;
}
.shopInfoInnerSectionBlock > .shopInfoInnerItem + .shopInfoInnerItem {
	margin-left: 6px;
}
.shopInfoInnerSectionBlock > .shopInfoInnerItem + .shopInfoInnerItem:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: -6px;
	border-left: 1px solid #000000;
	height: 11px;
}
.shopInfoInnerItemTitle {
	display: inline-block;
}
.shopInfoInnerItemTitle > a {
	color: #35363F;
}
.shopInfoInnerItem .shopInfoInnerItemTitle:hover,
.shopInfoInnerItemArea .shopInfoInnerItemTitle:hover {
	cursor: pointer;
}
.shopInfoInnerItemList {
	display: none;
	position: absolute;
	left: 0;
	top: 18px;
	background: #FFFFFF;
	z-index: 100;
	border: 1px solid #CCCCCC;
}
.shopInfoInnerItemList > li > a {
	display: block;
	padding-top: 2px;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
	line-height: 1.5;
	white-space: nowrap;
}
.shopInfoInnerItemList > li > a:hover {
	background-color: #EDEDED;
}
.shopInfoInnerItemList > li:first-child > a {
	padding-top: 4px;
}
.shopInfoInnerItemList > li:last-child > a {
	padding-bottom: 4px;
}
.shopInfoListOpen > .shopInfoInnerItemTitle > a {
	text-decoration: underline;
}
.shopInfoListOpen > .shopInfoInnerItemList {
	display: block;
}
.crown {
	font-weight: bold;
}
.shopName {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.crown + .shopName {
	margin-top: 5px;
}
.shopNameRuby {
	font-size: 10px;
	color: #666666;
}
.tel {
	font-weight: bold;
	line-height: 1;
	color: #35363F;
}
.explain {
	color: #666666;
}
.icnShopHeaderContentsTel {
	vertical-align: baseline;
}
.shopInfoInnerSection {
	margin-top: 8px;
	margin-left: -18px;
	font-size: 12px;
}
.shopInfoInnerSection > li {
	float: left;
	margin-left: 18px;
	color: #666666;
}
.shopInfoInnerSectionBlock > dt {
	font-weight: bold;
	display: inline-block;
}
.shopInfoInnerSectionBlock > dt:after {
	content: "：";
}
.linkArw {
	margin-top: 3px;
}
.linkArw > a {
	padding-left: 8px;
	background: url("/SYS/cmn/images/front_002/icn_header_dot_arrow.gif") no-repeat left 6px;
	font-size: 12px;
}
.navMenu {
	padding-right: 5px;
	padding-left: 5px;
	background: url("/SYS/cmn/images/front_002/bg_shopnav.png") repeat-x left bottom;
}
.navMenuList {
	display: table;
	width: 100%;
	table-layout: fixed;
	z-index: 70;
}
.navMenuList > li {
	display: table-cell;
	position: relative;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	vertical-align: middle;
	z-index: 50;
}
.navMenuList > li:first-child {
	border-top-left-radius: 3px;
}
.navMenuList > li:last-child {
	border-right: 1px solid #BEBEBE;
	border-top-right-radius: 3px;
}
.navMenuList > .current {
	padding-top: 20px;
	padding-bottom: 15px;
	background: #FFFFFF;
	border: none !important;
}
.navMenuList > .current:before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	height: 48px;
	border-width: 6px 2px 0px;
	border-color: #E8452F;
	border-style: solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: -25;
}
.navMenuList > .current + li {
	border-left: none;
}
.navMenuList > li > a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 5px solid #EDEDED;
}
.navMenuList > .recommendReport > a,
.navMenuList > .recommendReport > span {
	padding-left: 5px;
}
.navMenuList > li > a:hover {
	background: rgba(0, 0, 0, 0.03);
	border-top: 5px solid #E6E6E6;
	text-decoration: none;
}
.shopNavReserveOkTop {
	position: absolute;
	top: -12px;
	left: 59%;
	z-index: 150;
}
.navPullDownMenu {
	position: absolute;
	top: 50px;
	right: -1px;
	left: -1px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 50;
	cursor: pointer;
}
.navPullDownMenuList {
	border: 1px solid #E3E3E3;
}
.navPullDownMenuList > li + li {
	border-top: 1px solid #E3E3E3;
}
.navPullDownMenuList > li > a {
	display: block;
	padding: 10px 0;
	background: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.navPullDownMenuList > li > a:hover {
	background: #F8F8F8;
}
.navMenuList .recommendReportNum {
	display: inline-block;
	margin-left: 3px;
}
.shopNavCheckTop {
	position: absolute;
	top: -1px;
	right: 0px;
	z-index: 150;
}
.current .shopNavCheckTop {
	top: -3px;
}
.reserveCalendarSlideContents {
	position: absolute;
	top: 39px;
	left: 0;
	padding: 5px 10px 20px 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
	z-index: 5;
}
.reservePullDownCloseBtn {
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: right;
}
.icnCloseBtn {
	display: inline-block;
	padding-left: 15px;
	background: url("/SYS/cmn/images/front_002/icn_x_mark_gray_11x11.png") no-repeat left center;
	font-size: 12px;
	line-height: 14px;
}
.reserveCalendarSlideBody {
	width: 770px;
	margin-top: 5px;
}
.reserveCalendarSlideBody > li {
	float: left;
	width: 250px;
}
.reserveCalendarSlideBody > li + li {
	margin-left: 10px;
}
.calendarTitle {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #9A9DA0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.week td + td,
.number td + td {
	border-left: 2px solid #FFFFFF;
}
.week td {
	width: 34px;
	height: 20px;
	background: #BCBFC2;
	border-top: 2px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.number td {
	width: 34px;
	height: 34px;
	border-top: 2px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: url("/SYS/cmn/images/front_002/bg_calendar_gray.png") no-repeat left top;
	text-align: center;
	color: #1570CB;
	cursor: pointer;
}
.number .not {
	background: #F5F5F5;
	cursor: default;
}
.number .dim {
	background: #F4F4F4;
	color: #CCCCCC;
	cursor: default;
}
.number .sat {
	background: url("/SYS/cmn/images/front_002/bg_calendar_blue.png") no-repeat left top;
}
.number .sun,
.number .holiday {
	background: url("/SYS/cmn/images/front_002/bg_calendar_pink.png") no-repeat left top;
}
.number .crt {
	background: #E73820 !important;
	color: #FFFFFF;
}
.number td:hover {
	background: #FFE5E4;
}
.number td > span {
	display: block;
	font-weight: bold;
	line-height: 34px;
}
.shopRecommendList {
	margin: 28px -12px 0 -11px;
}
.recommendTitle {
	position: relative;
	margin: 0;
	padding: 8px 60px;
	background: #D52C2C;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.recommendTitleIcn {
	display: block;
	position: absolute;
	top: -12px;
	left: 10px;
}
.shopRecommendWrap {
	margin-top: 10px;
	padding: 10px 16px 10px 17px;
	background: #EEEEEE;
}
.shopRecommendContent + .shopRecommendContent {
	margin-top: 20px;
}
.shopRecommendContent > li {
	float: left;
	width: 230px;
}
.shopRecommendContent > li + li {
	margin-left: 10px;
}
.shopRecommendFigure {
	width: 223px;
	height: 167px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
	text-align: center;
}
.shopRecommendFigure > a {
	display: block;
	vertical-align: top;
	text-align: center;
}
.shopRecommendFigure > a > img {
	max-width: 100%;
	max-height: 100%;
}
.shopRecommendDetail {
	margin-top: 6px;
}
.shopRecommendDetail > dt > a {
	font-weight: bold;
}
.shopRecommendCaption > li {
	font-size: 10px;
}
.shopRecommendDetailBtn {
	margin-top: 4px;
	text-align: right;
}
.shopNavPointsTimesTop,
.shopNavPointsTimesBottom {
	position: absolute;
	left: 50%;
	margin-left: -59px;
}
.shopNavPointsTimesTop {
	top: -8px;
}
.shopNavPointsTimesBottom {
	bottom: -8px;
}
#shopNavBottom {
	padding-right: 5px;
	padding-left: 4px;
	background: url("/SYS/cmn/images/front_002/bg_shopnav_bottom.png") repeat-x left top;
	border-top: 1px solid #E3E3E3;
}
.shopNavList > li {
	position: relative;
	float: left;
}
.shopNavList > .current {
	top: -1px;
}
.shopNavReserveOkBottom {
	position: absolute;
	right: 3px;
	bottom: -8px;
}
.shopNavList .recommendReportNum {
	position: absolute;
	top: 19px;
	left: 102px;
	color: #999999;
}
.shopInner > h2 {
	position: relative;
	margin-top: 20px;
	padding: 4px 22px 2px;
	background: #F4F2EE;
	border: 1px solid #D4D2CD;
	border-radius: 3px;
	font-size: 14px;
	box-shadow: 0 0 0 1px #FFFFFF inset;
}
.shopInner > h2:first-child {
	margin-top: 0;
}
.shopInner > h2 > span {
	font-weight: bold;
}
.shopInner > h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	width: 5px;
	height: 18px;
	background: #FAC786;
}
.infoTable {
	width: 100%;
	font-size: 12px;
}
.infoTable th,
.infoTable td {
	padding: 6px 8px 5px 8px;
	border: 1px solid #D6D5D1;
}
.infoTable th {
	width: 169px;
	background: #F3F2EE;
	font-weight: bold;
	text-align: left;
	color: #666;
	box-shadow: 1px 1px 0 0 #FFFFFF inset;
}
.qualificationTel {
	float: left;
	margin-right: 20px;
}
.qualificationTxt {
	overflow: hidden;
	font-size: 10px;
}
.linkArwTbl {
	margin-top: 5px;
	padding-left: 8px;
}
.recommendMenuReport {
	margin-top: 10px;
}
.recommendMenuReport + .recommendMenuReport {
	margin-top: 20px;
}
.recommendMenuReportTitle {
	float: left;
}
.recommendMenuReportLinkList {
	float: right;
}
.recommendMenuReportLinkList > li {
	display: inline-block;
	vertical-align: middle;
}
.recommendMenuReportLinkList > li + li {
	margin-left: 5px;
}
.recommendMenuIconArrow {
	padding: 4px 0 3px 8px;
	background: url("/SYS/cmn/images/front_002/icn_link_arrow.png") no-repeat left center;
	font-size: 12px;
}
.notFound {
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 12px;
	text-align: center;
}
.notFound > p + p {
	margin-top: 10px;
}
.notFound .strong {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.impressionBaseMenuSectionWrapper,
.nameBaseMenuSectionWrapper {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.impressionBaseMenuSection,
.nameBaseMenuSection {
	border: 2px solid #EDEDED;
	border-radius: 4px;
}
.impressionBaseMenuSection + .impressionBaseMenuSection,
.nameBaseMenuSection + .nameBaseMenuSection {
	margin-top: 10px;
}
.impressionBaseMenuTitle,
.nameBaseMenuTitle {
	margin-bottom: 0;
	margin-left: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}
.impressionBaseMenuEntryDate,
.nameBaseMenuEntryDate {
	margin-bottom: 0;
	font-size: 11px;
	color: #666666;
}
.impressionBaseMenuTitle > a {
	font-weight: bold;
}
.recommendMenuReportMoreLink {
	margin-top: 3px;
	text-align: right;
}
.impressionBaseMenuSection {
	padding: 10px;
}
.impressionBaseMenuTitle {
	float: left;
	width: 550px;
}
.impressionBaseMenuEntryDate {
	float: right;
}
.impressionBaseMenuText {
	margin-top: 5px;
	font-size: 12px;
}
.impressionBaseMenuAuther {
	margin-top: 10px;
	font-size: 11px;
	color: #666666;
}
.nameBaseMenuTitleWrapper {
	display: table;
	padding: 10px;
}
.nameBaseMenuTitle,
.nameBaseMenuTitleIcon {
	display: table-cell;
	width: 700px;
	vertical-align: middle;
}
.nameBaseMenuMoreLink {
	display: table-cell;
	width: 145px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}
.nameBaseMenuMoreLink a {
	background: url("/SYS/cmn/images/front_002/icn_link_arrow.png") no-repeat left 7px;
	padding-left: 8px;
}
.nameBaseMenuTitleIcon {
	padding-left: 10px;
}
.nameBaseMenuImgList {
	padding: 10px 36px;
	border-top: 2px solid #EDEDED;
}
.nameBaseMenuImgList > li {
	float: left;
	width: 98px;
	height: 98px;
	border: 1px solid #EDEDED;
	text-align: center;
}
.nameBaseMenuImgList > li + li {
	margin-left: 36px;
}
.nameBaseMenuImgList > li > img {
	max-width: 98px;
	max-height: 98px;
}
.nameBaseMenuReportDetailWrapper {
	padding: 10px;
	border-top: 2px solid #EDEDED;
}
.nameBaseMenuReportDetail + .nameBaseMenuReportDetail {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #EDEDED;
}
.nameBaseMenuTextShopTop {
	float: left;
	width: 550px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
}
.nameBaseMenuEntry {
	float: right;
}
.totop {
	margin-top: 20px;
	text-align: right;
}
.totop > a {
	display: block;
	padding: 5px;
}
.totop > a:hover {
	background: #DBF1FF;
}
.totop > a > span {
	padding-left: 15px;
	background: url("/SYS/cmn/images/common/mark_totop.gif") no-repeat left center;
}
.sideColumn {
	float: right;
	width: 176px;
}
.banner {
	margin-bottom: 12px;
	text-align: center;
}
.sideRoundSectionCampaignArea {
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #F7F7F7;
	border-radius: 5px;
}
.sideRoundSectionCampaignAreaInner {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
}
.shopInfoArea {
	width: 160px;
	margin: 10px auto 0;
	padding: 7px 4px 2px;
	background-color: #F0F0EE;
	border: solid 1px #DFDFDF;
	border-radius: 3px;
	line-height: 1;
}
.shopInfoTitle {
	padding: 6px 0 6px 42px;
	background: url("/SYS/cmn/images/front_002/icn_shop_etc_red.png") no-repeat left top;
}
.shopInfoContents {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	border-radius: 4px;
}
.shopInfoTitle + .shopInfoContents {
	margin-top: 6px;
}
.shopInfoContents + .shopInfoContents {
	margin-top: 4px;
}
.shopInfoShare {
	padding-right: 15px;
	padding-left: 15px;
}
.shopInfoShareTitle,
.shopInfoQRTitle,
.shopInfoMailTile,
.shopMagazineTitleMain {
	text-align: center;
}
.shopInfoShareContents {
	margin-top: 10px;
}
.shopInfoSocialbtn > li + li {
	margin-top: 5px;
}
.shopInfoQRImg {
	margin-top: 5px;
	text-align: center;
}
.shopInfoMailContents,
.shopMagazineContents {
	margin-top: 10px;
	text-align: center;
}
.shopMagazineTitleSub {
	margin-top: 4px;
	text-align: center;
}
.userDataArea {
	width: 160px;
	margin: 10px auto 0;
	padding: 5px 5px;
	background: #E0E0E0;
	border-radius: 3px;
	line-height: 1;
}
.userRecommendTitle {
	margin-top: 3px;
	text-align: center;
}
.userRecommendTop {
	margin-top: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	line-height: 1.4;
}
.userRecommendInner > li {
	padding: 10px;
}
.userRecommendInner > li + li {
	border-top: 1px solid #E0E0E0;
}
.userRecommendList > dd {
	margin-top: 10px;
}
.userRecommendList > dd > a {
	float: left;
	margin-right: 10px;
}
.userRecommendCaption {
	overflow: hidden;
}
.userDataInnerArea {
	background: #FFFFFF;
	border-radius: 4px;
}
.userDataInnerArea + .userDataInnerArea {
	margin-top: 3px;
}
.examinationListTitle {
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
	background: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
	background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	border-bottom: solid 1px #E5E6E7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 -1px 0 0 #FFFFFF inset;
}
.icnWindowBlue {
	display: block;
	background: url("/SYS/cmn/images/front_002/icn_window_blue.png") no-repeat 144px 18px;
}
.icnBooksBlue {
	padding: 11px 7px 11px 27px;
	background: url("/SYS/cmn/images/front_002/icn_books_blue.png") no-repeat 7px 14px;
}
.userDataStatusClose {
	padding: 15px 8px;
}
.userDataSwitch {
	padding: 8px 7px 6px;
	border-top: dotted 1px #E0E0E0;
	text-align: right;
}
.iconPlusCircleGray {
	padding-left: 19px;
	background: url("/SYS/cmn/images/front_002/icn_plus_gray.png") no-repeat left center;
}
.shopHistoryTitle {
	position: relative;
	padding: 12px 9px 10px;
}
.udAllDeleteBtn {
	position: absolute;
	top: 10px;
	right: 6px;
}
.shopPickUpArea {
	width: 170px;
	margin: 10px auto 0;
	border-radius: 3px;
}
.shopPickUpTitle {
	padding: 10px 6px 8px;
	background: #FFF5D8;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.spuTitleMain {
	margin-left: 4px;
}
.shopPickUpList {
	padding: 7px 12px 7px;
	background: #F1F1F1;
	border-top: solid 1px #FFFFFF;
	line-height: 1.4;
}
.shopPickUpList > li + li {
	margin-top: 6px;
	padding-top: 10px;
	border-top: dotted 1px #CCCCCC;
}
.spuSectionTitle {
	font-size: 12px;
}
.spuSectionArea {
	margin-left: 5px;
	word-break: break-word;
}
.shopPickUpSection > dd {
	margin-top: 5px;
}
.thoseLooking {
	width: 170px;
	margin: 15px auto 0;
}
.thoseLooking > ul {
	padding: 10px 9px;
	background: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.thoseLooking > ul > li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
}
.lookingImage {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	text-align: center;
}
.lookingLinkTitle > a {
	font-size: 12px;
	text-decoration: underline;
}
.lookingText {
	overflow: hidden;
}
.couponBtn {
	display: block;
	margin-top: 5px;
}
#footer {
	margin-top: 10px;
}
#footer .links {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #DFDFDF;
}
#footer .links > a {
	color: #555555;
}
#footer ul {
	float: right;
	margin-top: 5px;
}
#footer ul > li {
	float: left;
	line-height: 1;
}
#footer ul > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #999;
}
#grumetSearch {
	margin-top: 15px;
}
#grumetSearch table {
	width: 950px;
	background: none;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
#grumetSearch th {
	width: 110px;
	padding: 0;
	background: #F0F0EE;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#grumetSearch td {
	padding: 7px 10px;
	vertical-align: middle;
}
.lineR {
	width: 400px;
	border-right: 1px solid #d6d5d1;
	white-space: nowrap;
}
#grumetSearch dt {
	font-weight: bold;
	color: #666666;
	line-height: 1.2;
}
.searchWord {
	width: 260px;
	margin: 2px;
	padding: 3px 3px 3px 2px;
	border: 1px solid #91ABC5;
}
#grumetSearch select {
	margin: 2px;
	padding: 2px 3px 2px 2px;
	border: 1px solid #91ABC5;
}
.grumetSrcShop2 {
	margin-top: 6px;
}
.grumetSrcShop > dt,
.grumetSrcShop2 > dt {
	float: left;
	width: 57px;
}
.grumetSrcShop > dd,
.grumetSrcShop2 > dd {
	float: left;
}
.searchAreaList > li {
	float: left;
	line-height: 1.2;
	white-space: nowrap;
}
.searchAreaList > li + li {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #999999;
}
.searchAreaList > li > a {
	font-weight: bold;
}
.scrollArea {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.scrollAreaInner {
	width: 950px;
	margin: 0 auto;
}
.scrollAreaShopInfo {
	float: left;
	box-sizing: border-box;
}
.scrollAreaShopImgWrap {
	display: inline-block;
	width: 54px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
.scrollAreaShopImg {
	max-width: 54px;
	max-height: 54px;
}
.scrollAreaTitle {
	display: inline-block;
	max-width: 500px;
	vertical-align: middle;
}
.scrollAreaShopImgWrap + .scrollAreaTitle {
	margin-left: 5px;
}
.scrollAreaCrown {
	font-size: 11px;
	line-height: 1.8;
}
.scrollAreaName {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.33;
}
.scrollAreaBtnList {
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
}
.scrollAreaBtnList > li {
	float: right;
}
.scrollAreaBtnList > li + li {
	margin-right: 10px;
}
/* お食事券_ライトボックス
--------------------------------------------------*/
/* general */
.fs15 {
	font-size: 15px;
}
.padB5 {
	padding-bottom: 5px;
}
/* wrap */
#TB_window.lightBoxMealTk {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lightBoxMealTk,
.lightBoxMealTk #TB_title {
	background-color: #FFFFFF !important;
	border: 2px solid #CCCCCC !important;
	position: fixed !important;
}
.lightBoxMealTk #TB_ajaxContent {
	overflow: hidden !important;
	height: 100% !important;
	margin: 0 auto;
}
.lightBoxMealTk p.closeBtn {
	float: right;
	background: url(/SYS/cmn/images/common/dialog/btn_close.gif) no-repeat scroll left center transparent;
	cursor: pointer;
	margin: 0;
	padding-left: 13px !important;
	font-size: 12px;
}
.ticketSpLimitedTitle {
	margin-top: 10px;
	border: 3px solid #E41A12;
	background-color: #FFFFFF;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	color: #E41A12;
	font-weight: bold;
}
.wTxtArea {
	width: 98%;
}
.questionnaireTable input {
	width: 1em;
	margin: -2px 1px 2px 0;
	padding: 0;
	vertical-align: middle;
}
*:first-child + html .questionnaireTable input {
	margin: 0;
}
/* inner */
.shopMealTicketTitle {
	float: left;
	padding: 5px 0 2px 32px;
	font-size: 15px;
	font-weight: bold;
	background: url(/SYS/ticket/images/icon/icon_shop_meal_title.png) no-repeat left center;
}
.shopMealTickets {
	margin-top: 20px;
	margin-left: -9px;
}
.shopMealTickets > li {
	float: left;
	width: 173px;
	margin-left: 9px;
}
.shopMealTickets > li > a {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	zoom: 1;
}
.shopMealTickets > li > a:hover {
	text-decoration: none;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF8D1), to(#FFFCF2));
	background: -moz-linear-gradient(top, #FFF8D1, #FFFCF2);
	background: -ms-linear-gradient(top, #FFF8D1, #FFFCF2);
	background: -o-linear-gradient(top, #FFF8D1, #FFFCF2);
	background: linear-gradient(top, #fff8d1, #fffcf2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFF8D1, endcolorstr=#FFFCF2, gradienttype=0);
}
.shopMealTickets > li > a:hover .forDetail {
	text-decoration: underline;
}
.bgShopMealCoupon {
	position: relative;
	height: 142px;
	padding-top: 2px;
	background: url(/SYS/ticket/images/bg/bg_shop_meal_ticket.png) no-repeat left center;
}
.shopMealCouponTitle {
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.shopMealCouponText {
	line-height: 1;
	padding: 10px 0 7px 0 !important;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
.shopMealCouponText + div {
	padding-bottom: 4px;
}
.discountPer {
	float: left;
	width: 70px;
	padding: 2px 0 2px 10px !important;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
}
.discountOff {
	padding: 0 0 0 2px !important;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.discountValue {
	float: right;
	padding: 4px 5px 0 0 !important;
	line-height: 1;
	font-size: 23px;
	font-weight: bold;
	color: #BC2225;
	white-space: nowrap;
}
.pointImage {
	float: left;
	padding: 0 0 0 10px !important;
	line-height: 1;
}
.pointCount {
	float: right;
	padding: 0 5px 2px 0 !important;
	font-size: 10px;
	color: #333333;
}
.forDetail {
	position: absolute;
	right: 5px;
	bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url("/SYS/cmn/images/front_002/icn_link_arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.yourChoicePrice {
	float: left;
	width: 70px;
	margin-right: 1px;
	padding: 0 0 0 8px !important;
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.sectionTitle {
	background: url(/SYS/ticket/images/bg/bg_title.gif) repeat-x scroll center bottom transparent;
	padding-bottom: 2px;
}
p.seoText, p.seoTextRight {
	color: #666666;
	font-size: 10px;
}
p.seoTextRight {
	text-align: right;
}
.section p.seoText, .section p.seoTextRight {
	color: #555555;
}
#shopInfo {
	margin-top: 25px;
}
#mainVisual {
	float: left;
	margin-right: 34px;
}
.mainView {
	position: relative;
	width: 540px;
	height: 360px;
	background: -webkit-gradient( linear, left top, left bottom, from(#000000), to(#2F2C2C));
	background: -webkit-linear-gradient(top, #000000, #2F2C2C);
	background: -moz-linear-gradient(top, #000000, #2F2C2C);
	background: linear-gradient(to bottom, #000000, #2F2C2C);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#2f2c2c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000',EndColorStr='#2f2c2c')";
}
.mainView img {
	margin: 0 auto;
	display: block;
	max-height: 360px;
	max-width: 480px;
}
.mainShowImg > img {
	display: block;
	max-height: 360px;
	max-width: 480px;
	margin: 0 auto;
}
.imgCaptionWrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.7;
}
.shopSlideshowImgCaption {
	position: relative;
	padding: 8px 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.mainViewUnder {
	position: relative;
	height: 43px;
	background: url("/SYS/cmn/images/front_002/bg_photo.png") repeat-x left top;
}
.imgListPrevBtn,
.imgListNextBtn {
	position: relative;
	top: 0;
	float: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 100;
}
.imgListPrevDimBtn,
.imgListNextDimBtn {
	position: relative;
	float: left;
}
.hoverBorder:hover {
	cursor: pointer;
}
.slideImgListWrap {
	position: relative;
	overflow: hidden;
	float: left;
	width: 325px;
	height: 42px;
}
.slideImgList {
	position: absolute;
	left: 0;
	min-width: 286px;
	margin: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(#D4D4D4), to(#B2B2B2));
	background: -webkit-linear-gradient(top, #D4D4D4, #B2B2B2);
	background: -moz-linear-gradient(top, #D4D4D4, #B2B2B2);
	background: linear-gradient(to bottom, #D4D4D4, #B2B2B2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D4D4D4', endColorstr='#B2B2B2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#D4D4D4',EndColorStr='#B2B2B2')";
}
.slideImgList > li {
	float: left;
	margin: 4px 0 4px 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hoverBorder {
	position: absolute;
	width: 31px;
	height: 31px;
	margin: 4px 0 4px 5px;
	border: 3px solid #FF9B11;
	z-index: 10;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.shopSlideshowExternal {
	float: right;
	padding: 8px 5px 5px;
}
.xmlErrorMessage {
	padding-top: 170px;
	text-align: center;
	color: #FFFFFF;
}
.topShopInfoWrap {
	overflow: hidden;
}
.topShopInfo > dt {
	border-radius: 4px;
}
.topShopInfoTitle {
	display: block;
	padding: 5px 5px 6px 35px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.topShopInfoTitleNote {
	position: relative;
	top: 1px;
}
.topShopInfo > dd {
	margin-top: 8px;
	font-size: 12px;
}
.topShopInfo > dd + dt {
	margin-top: 15px;
}
.shopMeter {
	padding-top: 5px;
	line-height: 1;
	*zoom: 1;
}
.shopMeter:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.shopMeter > dt,
.shopMeter > dd {
	float: left;
}
.shopMeter > dt ~ dt,
.shopMeter > dd ~ dd {
	margin-top: 8px;
}
.shopMeter > dt {
	width: 39px;
}
.shopMeter > dd {
	width: 332px;
}
.shopSpecialNotation > li {
	display: inline-block;
}
.shopSpecialNotation > li + li {
	margin-left: 3px;
}
.imgReserveClassification {
	float: left;
}
.reserveLimit {
	display: block;
	overflow: hidden;
	font-size: 11px;
}
.mainContentsWrap {
	margin-top: 25px;
}
.typeD #mainContents {
	float: left;
	width: 760px;
}
.articleBox ~ .articleBox {
	margin-top: 30px;
}
.articleBoxCalendarHead,
.articleBoxProfitCoupon {
	margin-bottom: 15px;
}
.articleBoxCalendarHeadInner,
.articleBoxProfitCouponInner {
	width: 700px;
	min-height: 36px;
	padding: 0px 10px 0px 50px;
	font-weight: bold;
}
.ttlCalendarHeadInner,
.ttlProfitCouponInner {
	display: table-cell;
	width: 191px;
	padding-top: 11px;
	background: none;
	vertical-align: top;
}
.ttlCalendarHeadInner > img,
.ttlProfitCouponInner > img {
	vertical-align: top;
}
.articleBoxCalendarHeadNote,
.articleBoxProfitCouponNote {
	display: table-cell;
	padding: 3px 0 1px 12px;
	font-size: 12px;
	vertical-align: middle;
}
.articleBoxCalendarHeadNote {
	position: relative;
	top: 1px;
	margin-left: 27px;
	line-height: 1.1;
}
.articleBoxProfitCouponNote {
	margin-left: 12px;
	line-height: 1.4;
}
.couponContentList {
	border: 4px solid #FFC375;
	border-radius: 4px;
}
.couponContentList > li + li {
	border-top: 1px dotted #FFC375;
}
.couponContentList > li > a {
	display: block;
	padding: 9px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.couponContentList > li > a:hover {
	background-color: #F8F8F8;
}
.couponContentUnder {
	margin-top: 10px;
}
.couponContentUnderBtn {
	float: right;
}
.balloon {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}
.balloonWrap {
	padding-left: 3px;
	background: url("/SYS/cmn/images/front_002/icn_request_balloon_before.png") no-repeat left top;
}
.balloonWrapSecond {
	padding-right: 7px;
	background: url("/SYS/cmn/images/front_002/icn_request_balloon_after.png") no-repeat right top;
}
.balloonWrapInner {
	padding: 3px 10px;
	border-top: 1px solid #FFC375;
	border-bottom: 1px solid #FFC375;
	font-size: 12px;
	color: #666666;
}
.balloonWrapInnerTicketNum {
	font-weight: bold;
	color: #FF9900;
}
.shopInfoResetDatePt9 {
	float: left;
}
.calendarWrap {
	position: relative;
}
.calendarContainer {
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 66px;
	margin: 0 auto;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.calendarConteinerInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 66px;
	background: #FFFFFF;
}
.vacantCalendarList {
	position: absolute;
	top: 0;
	width: 720px;
}
.vacantCalendarList.thisWeeks {
	left: 0;
}
.vacantCalendarList.thisWeeks > .last-child {
	border-right: 1px solid #CFCFCF;
}
.vacantCalendarList.nextWeeks {
	left: 720px;
}
.vacantCalendarList > li {
	float: left;
	width: 90px;
	text-align: center;
}
.vacantCalendarList > li * {
	cursor: pointer;
}
.vacantCalendarList > li + li {
	width: 89px;
	border-left: 1px solid #CFCFCF;
}
.vacantCalendarList > li > a {
	display: block;
	position: relative;
	height: 64px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.vacantCalendarList > li > p {
	position: relative;
	height: 64px;
	border: 1px solid #FFFFFF;
}
.vacantCalendarList > li > a > .calendarDaysTop,
.vacantCalendarList > li > p > .calendarDaysTop {
	height: 18px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.vacantCalendarList > li > a > .calendarDaysTop .dayOfTheWeek,
.vacantCalendarList > li > p > .calendarDaysTop .dayOfTheWeek {
	margin-left: 2px;
	font-size: 10px;
	font-weight: bold;
}
.vacantCalendarList > li > a > .calendarDaysMiddle,
.vacantCalendarList > li > p > .calendarDaysMiddle {
	height: 19px;
	font-size: 10px;
}
.vacantCalendarList > li > a > .calendarDaysBottom,
.vacantCalendarList > li > p > .calendarDaysBottom,
.vacantCalendarList > li > p > .calendarDaysBottomHoliday {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.vacantCalendarList > li > a > .calendarDaysBottom.calendarSymbol {
	font-size: 16px;
}
.vacantCalendarList > li > a > span,
.vacantCalendarList > li > p > span {
	display: block;
}
.vacantCalendarList > li > a {
	background: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
	background: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
	background: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
	background: linear-gradient(to bottom, #FFFFFF, #EDEDED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED',GradientType=0 );
}
.vacantCalendarList > li > a:hover {
	background: #FEE6A3;
	background: -webkit-gradient( linear, left top, left bottom, from(#FEE6A3), to(#FEE3A7));
	background: -webkit-linear-gradient(top, #FEE6A3, #FEE3A7);
	background: -moz-linear-gradient(top, #FEE6A3, #FEE3A7);
	background: linear-gradient(to bottom, #FEE6A3, #FEE3A7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE6A3', endColorstr='#FEE3A7',GradientType=0 );
}
.vacantCalendarList > .sat > a {
	background: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#D8F0FF));
	background: -webkit-linear-gradient(top, #FFFFFF, #D8F0FF);
	background: -moz-linear-gradient(top, #FFFFFF, #D8F0FF);
	background: linear-gradient(to bottom, #FFFFFF, #D8F0FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D8F0FF',GradientType=0 );
}
.vacantCalendarList > .sun > a {
	background: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#FFE2DE));
	background: -webkit-linear-gradient(top, #FFFFFF, #FFE2DE);
	background: -moz-linear-gradient(top, #FFFFFF, #FFE2DE);
	background: linear-gradient(to bottom, #FFFFFF, #FFE2DE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFE2DE',GradientType=0 );
}
.vacantCalendarList > .dim > p {
	background: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 );
}
.vacantCalendarList > li > a {
	color: #333333 !important;
}
.vacantCalendarList > li > p {
	color: #999999;
}
.vacantCalendarList > .sat > a > .calendarDaysTop,
.vacantCalendarList > .sat > a > .calendarDaysMiddle {
	color: #0066FF;
}
.vacantCalendarList > .sun > a > .calendarDaysTop,
.vacantCalendarList > .holiday > a > .calendarDaysTop {
	color: #E41A12;
}
.vacantCalendarList > .sun > a > .calendarDaysMiddle,
.vacantCalendarList > .holiday > a > .calendarDaysMiddle {
	color: #E41A12;
}
.vacantCalendarList > li > a > .calendarDaysBottom {
	font-weight: bold;
	color: #1470CC;
}
.vacantCalendarList > li > a:hover > .calendarDaysBottom {
	color: #1470CC;
	text-decoration: underline;
}
.vacantCalendarList > .dim * {
	cursor: default;
}
.vacantCalendarList > .dim > p {
	color: #999999 !important;
}
.calendarScrollLeft,
.calendarScrollRight {
	position: absolute;
	width: 20px;
	height: 68px;
	z-index: 200;
	cursor: pointer;
}
.calendarScrollLeft {
	top: 0;
	left: 0;
}
.calendarScrollRight {
	top: 0;
	right: 0;
}
.calendarScrollLeft .jscDisabled,
.calendarScrollRight .jscDisabled {
	cursor: default;
}
.calendarListInfo {
	margin-bottom: 5px;
	text-align: right;
}
.calendarListInfo > li {
	display: inline;
	line-height: 1;
}
.calendarListInfo > li > span {
	margin-right: 2px;
	font-weight: bold;
	color: #1470CC;
}
.calendarListInfo > li > span:after {
	content: ":";
	display: inline-block;
	width: 4px;
}
.calendarListInfo > li > img {
	margin-right: 3px;
}
.calendarListInfo > li + li {
	margin-left: 4px;
}
.calendarListInfo > li > .dim {
	color: #999999;
}
.calendarBtnGroupRight {
	margin-top: 10px;
	text-align: right;
}
.calendarStockToday {
	position: absolute;
	top: 40px;
	left: 20px;
}
.calendarBalloonRight {
	display: inline-block;
	height: 23px;
	padding-right: 4px;
	background: url("/SYS/sokuyoyaku/images/icn/balloon_right.png") no-repeat right top;
	vertical-align: top;
}
.calendarBalloonInner {
	display: inline-block;
	background: url("/SYS/sokuyoyaku/images/icn/balloon_inner.png") repeat-x left center;
	height: 23px;
	padding-right: 5px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: top;
	color: #FFFFFF;
}
.shopSeatSelectWrap {
	padding-left: 40px;
	padding-right: 30px;
}
.shopSeatSelectTitle {
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.shopSeatSelectPullDownWrap {
	margin-top: 6px;
}
.shopSeatSelectVacancyBtn {
	float: right;
	cursor: pointer;
}
.shopSeatSelectList > li {
	position: relative;
	float: left;
	width: 160px;
}
.shopSeatSelectList > li:first-child {
	width: 200px;
}
.shopSeatSelectList > li + li {
	margin-left: 5px;
}
.shopSeatSelectBox {
	display: block;
	position: relative;
	border: 1px solid #DFDFDF;
}
.shopSeatSelectBox:hover {
	text-decoration: none;
}
.shopSeatSelectBox:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 5px;
	top: 17px;
	right: 8px;
	background: url("/SYS/cmn/images/front_002/ico_selectbox_arrow_gray.png") no-repeat left top;
}
.shopSeatSelectBox > span {
	display: block;
	overflow: hidden;
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 1;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shopSeatSelectCalendarIcon {
	padding-left: 34px;
	background: url("/SYS/cmn/images/front_002/ico_calendar.png") no-repeat 9px 11px;
}
.shopSeatSelectTimeIcon {
	padding-left: 32px;
	background: url("/SYS/cmn/images/front_002/ico_time.png") no-repeat 8px 11px;
}
.shopSeatSelectHumanIcon {
	padding-left: 32px;
	background: url("/SYS/cmn/images/front_002/ico_human.png") no-repeat 8px 11px;
}
.shopSeatSelectChildList {
	position: absolute;
	overflow-y: auto;
	top: 39px;
	left: 0px;
	width: 100%;
	max-height: 340px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.shopSeatSelectChildList > li {
	font-size: 12px;
	color: #9A9DA0;
}
.shopSeatSelectChildList > .disabled,
.shopSeatSelectChildList > .disabled.selected {
	background-color: #F4F4F4;
	cursor: default;
	pointer-events: none;
}
.shopSeatSelectChildList > .selected {
	background-color: #FFE5E4;
}
.shopSeatSelectChildList > li > span {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}
.shopSeatSelectChildList > li > span:hover {
	background-color: #FFE5E4;
	text-decoration: underline;
}
.shopSeatSelectResult {
	margin-top: 15px;
	padding-right: 13px;
	padding-left: 2px;
}
.shopSeatSelectResultStockMessage {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.shopSeatSelectResultStockDetail {
	margin-top: 10px;
}
.shopSeatSelectResultStockTime > li {
	display: table;
	float: left;
	width: 126px;
	height: 44px;
	text-align: center;
}
.shopSeatSelectResultStockTime > li + li {
	margin-left: 10px;
}
.shopSeatSelectResultStockTime > li > a,
.shopSeatSelectResultStockTime > li > span {
	display: table-cell;
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
.shopSeatSelectResultStockTime > li > a {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_btn.png");
}
.shopSeatSelectResultStockTime > li > a:hover {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_btn_on.png?1");
	color: #EDEDED;
}
.shopSeatSelectResultStockTime > li > a.reqTime {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_req_btn.png");
	color: #22A9DF;
}
.shopSeatSelectResultStockTime > li > a.reqTime:hover {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_req_btn_on.png");
}
.shopSeatSelectResultStockTime > li > span {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_btn_dim.png");
}
.shopSeatSelectResultStockNotes {
	margin-top: 12px;
	text-align: right;
}
.shopSeatSelectResultStockNotes > dt,
.shopSeatSelectResultStockNotes > dd {
	display: inline-block;
	line-height: 16px;
}
.shopSeatSelectResultStockNotes > dd {
	margin-left: 2px;
	color: #666666;
}
.shopSeatSelectResultStockNotes > dd ~ dt {
	margin-left: 16px;
}
.shopSeatSelectResultRequestBtn {
	margin-top: 6px;
	font-size: 12px;
	text-align: right;
}
.requestReserveBtn {
	font-size: 14px;
}
.shopSeatSelectResultStockTimeErrorMessage {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #FF0A0A;
}
.shopSeatSelectErrorMessage {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #FF0A0A;
}
.shopSeatSelectLoading {
	margin-top: 20px;
	text-align: center;
}
.sceneNav {
	margin-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.sceneNavPrivate,
.sceneNavParty {
	float: left;
}
.sceneNavParty {
	margin-left: 3px;
}
.sceneNavShopDetail {
	float: right;
}
.tabNav {
	padding-right: 10px;
	padding-left: 10px;
}
.tabNav > li {
	float: left;
}
.tabNav > li + li {
	margin-left: 3px;
}
#private {
	padding: 10px 19px 50px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
}
#private > *:first-child {
	margin-top: 0;
}
#private h4 {
	font-weight: bold;
}
.slideShow > a {
	display: block;
}
.columnPssA {
	float: left;
	margin-right: 10px;
}
.columnPssB {
	overflow: hidden;
}
.pickUpContents > .column3A {
	float: left;
}
.pickUpContents > .column3A + .column3A {
	margin-left: 10px;
}
.pickUpContents .photoSS > a {
	width: 98px;
	height: 98px;
}
.pickUpContents .photoSS > a > img {
	max-width: 98px;
	max-height: 98px;
}
.pickUpContents .columnPssB > h4 > span {
	font-weight: bold;
}
.pickUpContents .columnPssB > p {
	margin-top: 7px;
}
.messageArea {
	position: relative;
	width: 690px;
	margin-top: 40px;
}
.btFollow {
	position: absolute;
	top: 7px;
	right: 15px;
	margin: 0;
}
.messageWrap {
	margin-top: 5px;
	padding: 5px 10px;
}
.messageWrap > ol > li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #E0E0E0;
}
.twDate {
	margin-top: 3px;
	font-size: 10px;
}
.twDate > a {
	color: #666666;
}
.messageWrap > ul > li {
	text-align: right;
}
.messageArea > p {
	margin-top: 3px;
	font-size: 10px;
	text-align: right;
}
.vacantTitle {
	margin-top: 40px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.vacantTitleNotes {
	float: left;
	margin-top: 5px;
	font-size: 10px;
}
.vacantTime {
	float: right;
	margin-top: 5px;
	font-size: 10px;
}
.vacant {
	width: 100%;
	margin-top: 5px;
	font-size: 8px;
}
.vacant th {
	width: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.vacant .mo {
	width: 70px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.vacant td {
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.vacant .status {
	padding: 4px 0;
	font-size: 12px;
}
.vacantInfo,
.vacantAttention {
	line-height: 1.2;
}
.vacantInfo {
	margin-top: 7px;
	font-size: 10px;
}
.vacantInfo > dt,
.vacantInfo > dd {
	float: left;
}
.vacantInfo > dd + dt {
	margin-left: 10px;
}
.vacantAttention {
	margin-top: 5px;
	font-size: 10px;
}
.ownerRecommend {
	margin-top: 40px;
}
.ownerA {
	position: relative;
	float: left;
	width: 341px;
}
.shopInfoResetDatePt1 {
	position: absolute;
	top: 160px;
	font-size: 10px;
	color: #666666;
}
.ownerA > .inBox {
	margin-top: 20px;
	margin-left: 106px;
}
.ownerA > .inBox > p {
	margin-top: 5px;
}
.ownerB {
	float: right;
}
.photoLL > a {
	width: 368px;
	height: 368px;
}
.ownerRecommend + .locator {
	margin-top: 28px;
}
.column4B {
	float: left;
	width: 49%;
}
.column4B + .column4B {
	margin-left: 2%;
}
.photo {
	float: left;
	margin-right: 10px;
}
.photo a {
	width: 168px;
	height: 168px;
}
.text {
	overflow: hidden;
}
.text > p {
	margin-top: 5px;
}
.siblingA {
	margin-top: 40px;
}
.siblingA + .locator {
	margin-top: 17px;
}
.column5A {
	float: left;
	width: 122px;
}
.column5A + .column5A {
	margin-left: 22px;
}
.photoS > a {
	width: 120px;
	height: 120px;
}
.column5A > h4 {
	margin-top: 10px;
}
.column5A > h4 + p {
	margin-top: 13px;
}
.column5A > .price {
	margin-top: 5px;
}
.shopInfoResetDatePt8 {
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}
.sticking {
	margin-top: 33px;
}
.sticking .slideShow > a {
	width: 198px;
	height: 198px;
}
.sticking h4 + p {
	margin-top: 8px;
}
.checkArea,
.usualArea,
.couponArea {
	margin-top: 30px;
}
.checkArea > p:first-child,
.usualAreaInner > p:first-child,
.couponArea > p:first-child {
	float: left;
	margin-top: 6px;
}
.checkArea > .links,
.usualAreaInner > .links,
.couponArea > .links {
	float: left;
	margin-top: 5px;
}
.checkArea > .links > li,
.usualAreaInner > .links > li,
.couponArea > .links > li {
	display: inline;
	padding-left: 8px;
}
.checkArea > .links > li + li,
.usualAreaInner > .links > li + li,
.couponArea > .links > li + li {
	margin-left: 2px;
}
.checkArea > .links > li > a,
.usualAreaInner > .links > li > a,
.couponArea > .links > li > a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.checkArea > .btn,
.usualAreaInner > .btn,
.couponArea > .btn {
	float: right;
}
.usualAreaInner > p:first-child {
	font-weight: bold;
}
.couponArea > p:first-child {
	font-weight: bold;
}
.particularSituation {
	margin-top: 28px;
}
.senceB {
	float: right;
	width: 333px;
	padding-bottom: 17px;
}
.senceB > h3 {
	text-align: right;
}
.senceB > .icon {
	margin-top: 27px;
}
.senceB > .icon > li,
.text02 > .icon > li {
	display: inline;
}
.senceB > p {
	margin-top: 14px;
}
.senceA {
	float: left;
}
.particularSituation + .locator {
	margin-top: 28px;
}
.text02 {
	overflow: hidden;
}
.text02 > .icon + p {
	margin-top: 10px;
}
.seatsPhotoWrap {
	margin-top: 40px;
}
.photoExtra {
	margin-top: 17px;
}
.columnPlex {
	float: left;
	width: 240px;
}
.columnPlex > .photoL {
	margin-bottom: 5px;
}
.photoL > a {
	width: 238px;
	height: 238px;
}
.columnPlex > .place {
	float: left;
	margin: 0 10px 5px;
	font-weight: bold;
}
.columnPlex > .people {
	float: right;
	clear: none !important;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.columnPlex > .place + p,
.columnPlex > .people + p {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.photoExtra ~ .column5A {
	width: 120px;
	margin-top: 5px;
}
.photoExtra ~ .column5A + .column5A {
	margin-left: 25px;
}
.photoExtra ~ .column5A > .photoS {
	margin-bottom: 10px;
}
.photoExtra ~ .column5A > .photoS > a {
	width: 118px;
	height: 118px;
}
.photoExtra ~ .column5A .place {
	float: left;
	margin-top: 0;
	margin-bottom: 5px;
}
.photoExtra ~ .column5A .people {
	float: right;
	clear: none !important;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
.photoExtra ~ .column5A .place + p,
.photoExtra ~ .column5A .people + p {
	clear: both;
}
.facilitiesPhotoWrap > .column5A {
	width: 120px;
	margin-top: 17px;
}
.facilitiesPhotoWrap > .column5A + .column5A {
	margin-left: 25px;
}
.facilitiesPhotoWrap > .column5A > .photoS > a {
	width: 118px;
	height: 118px;
}
.facilitiesPhotoWrap > .column5A > .photoS + p {
	margin-top: 10px;
}
.hospitalityArea {
	margin-top: 28px;
}
.columnExA {
	float: left;
	width: 250px;
	margin-right: 43px;
}
.hospitalityArea .text {
	float: left;
	width: 218px;
	margin-top: 110px;
}
.hospitalityArea .text > p {
	margin-top: 10px;
}
.hospitalityArea .photo {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 0;
}
.hospitalityArea .photo a {
	width: 198px;
	height: 198px;
}
.firstLocator > .columnExB {
	overflow: hidden;
}
.firstLocator .text {
	margin-right: 7px;
}
.firstLocator .text > h4 {
	text-align: right;
}
.secondLocator {
	margin-top: 10px;
	margin-left: 260px;
}
.secondLocator .text {
	margin-left: 17px;
}
.shopInfoDetail {
	margin-top: 10px;
	padding-left: 10px;
}
.shopInfoDetail + .shopInfoDetail {
	margin-top: 20px;
}
.shopInfoDetail > h3,
.recommendMenuReportTitle {
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.shopInfoDetail > h3:before,
.recommendMenuReportTitle:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 17px;
}
.shopInner .links > li > a {
	font-size: 12px;
}
.shopInner > h2 + .links {
	margin-top: 10px;
	padding-left: 10px;
}
.infoTable {
	margin-top: 10px;
}
.tdu > a {
	font-weight: bold;
	text-decoration: underline;
}
.tdu > a:hover {
	text-decoration: none;
}
.shopInfoDetail > .cardNotes {
	margin-top: 10px;
}
.shopInfoDetail > .cardNotes + p {
	margin-top: 3px;
}
.topShopInfo > dt {
	background: #F0F0EE;
}
.ttlFeature {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_feature.png");
}
.ttlAccess {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_access.png");
}
.ttlShopHour {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_business_hours.png");
}
.ttlReserve {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_reserve_s.png");
}
.articleBoxCalendarHead,
.articleBoxProfitCoupon {
	background: #F0F0EE;
	border-radius: 4px;
}
.articleBoxCalendarHeadInner {
	background: url("/SYS/cmn/images/front_002/icn_shop_reserve.png") no-repeat left top;
}
.articleBoxProfitCouponInner {
	background: url("/SYS/cmn/images/front_002/icn_shop_coupon.png") no-repeat left top;
}
.sceneNav {
	border-bottom: 1px solid #CCCCCC;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 );
}
.sceneNavPrivate,
.sceneNavParty {
	position: relative;
	top: 1px;
}
.sceneNavShopDetail {
	position: relative;
	top: 1px;
}
.tabNav {
	border-top: 1px solid #CCCCCC;
	background: -webkit-gradient( linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF);
	background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	background: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF',GradientType=0 );
}
.tabNav > li {
	position: relative;
	top: -1px;
}
.slideShow {
	background-image: url("/SYS/cmn/images/common/icon_zoom.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border: solid 1px #ECECEC;
	text-align: center;
}
.pickUpArea {
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_pickUp_body.gif") repeat-y left top;
}
.pickUpContents {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_pickUp_bottom.gif") no-repeat left bottom;
}
.pickUpContents > .column3A {
	width: 225px;
}
.columnPssA > .slideShow {
	background-color: #FFFFFF;
}
.messageArea {
	padding: 10px 15px 3px;
	background: #DDEEF6;
}
.messageWrap {
	background: #FFFFFF;
}
.vacantTitle {
	border-left: 5px solid #D4D2CD;
}
.vacant {
	background: #F0EDE8;
	border: 3px solid #DFD8CE;
}
.vacant th {
	border: 1px solid #DFD8CE;
	color: #666666;
}
.vacant .mo {
	border-right: 2px solid #DFD8CE;
}
.vacant td {
	border: 1px solid #DFD9CF;
}
.vacant .status {
	background: #FFFFFF;
	border-bottom: 3px solid #DFD8CE;
}
.bdBTbl02 {
	border-bottom: 2px solid #DFD8CE !important;
}
.bdBTbl03 {
	border-bottom: 3px solid #DFD8CE !important;
}
.fgLGrayCal {
	color: #BABABA;
}
.fgBlueCal {
	color: #94B2BE;
}
.fgRedCal {
	color: #C3A1A1;
}
.bgGrayCal {
	background: #F4F3F1 !important;
}
.bgBlueCal {
	background: #D7F1FE !important;
}
.bgRedCal {
	background: #FCE6E7 !important;
}
.bgDGrayCal {
	background: #DFD8CE !important;
}
.vacantAttention {
	color: #BC2225;
}
.shopInfoResetDatePt1 {
	left: 25px;
}
.shopInfoResetDatePt8 {
	color: #666666;
}
.sticking > .locator {
	padding: 3px 15px 13px;
	border-right: 1px solid #D6D5D1;
	border-bottom: 1px solid #D6D5D1;
	border-left: 1px solid #D6D5D1;
	background: #F4F2EE;
}
.checkArea {
	padding: 6px 5px 6px 52px;
	border: 1px solid #CFCFCF;
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_check.jpg") no-repeat left top;
}
.checkArea > .links,
.usualAreaInner > .links,
.couponArea > .links {
	margin-left: 19px;
}
.usualArea {
	padding: 5px 5px 5px 19px;
	border-top: 1px dotted #D4D4D4;
	border-bottom: 1px dotted #D4D4D4;
}
.usualAreaInner > p:first-child {
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_exclamation_mark.gif") no-repeat left center;
	padding-left: 32px;
}
.couponArea {
	padding: 6px 5px 5px 52px;
	background-image: url("/SYS/cmn/images/common/shop/bg_shoptop_check_coupon.gif");
}
.facilitiesPhotoWrap {
	margin-top: 15px;
}
.shopInner {
	padding: 40px 20px 10px;
}
.shopInfoDetail > h3:before,
.recommendMenuReportTitle:before {
	background: #D4D2CD;
}
/* 姉妹店リンク */
ul.links > li.headShop {
	margin-bottom: 1em;
	background-position: -5px 3px;
}
ul.links > li.headShop span.headShop {
	font-size: 14px;
	font-weight: bold;
}
ul.links + ul.linkRel {
	margin-top: 10px;
}
ul.linkRel {
	text-align: right;
}
ul.linkRel a {
	padding-left: 13px;
	background: url(/SYS/cmn/images/common/mark_links.gif) 0 50% no-repeat;
	font-size: 12px;
}
#TB_window.TB_window_postReport,
#TB_window.TB_window_addList {
	border: none;
	background-color: transparent;
}
.TB_window_postReport .addListPopupTop,
.TB_window_addList .addListPopupTop {
	background: url(/SYS/cmn/images/front_002/bg_addlist_popup_top.png) no-repeat 0 0;
	padding-top: 6px;
	margin: 0 3px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.TB_window_postReport .addListPopupBottom,
.TB_window_addList .addListPopupBottom {
	background: url(/SYS/cmn/images/front_002/bg_addlist_popup_bottom.png) no-repeat 0 bottom;
	background-color: rgba(0, 0, 0, 0.2);
	padding-bottom: 6px;
}
.TB_window_postReport .addListPopupInner,
.TB_window_addList .addListPopupInner {
	position: relative;
	border-right: 3px solid #A3A8AF;
	border-left: 3px solid #A3A8AF;
}
.TB_window_postReport .addListHeaderWrapper,
.TB_window_addList .addListHeaderWrapper {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px 14px;
	background: #EFEFED;
}
.TB_window_postReport .addListHeader,
.TB_window_addList .addListHeader {
	font-size: 16px;
	font-weight: bold;
}
.TB_window_postReport .addListContent,
.TB_window_addList .addListContent {
	background-color: #FFFFFF;
	padding: 0 12px 0 10px;
}
.TB_window_postReport .addListContentTextWrapper,
.TB_window_addList .addListContentTextWrapper {
	padding: 9px 0 9px 3px;
}
.TB_window_postReport .addListContentText,
.TB_window_addList .addListContentText {
	font-size: 14px;
	color: #D2232A;
	line-height: 20px;
	margin-left: 8px;
}
.TB_window_postReport .addListContentList > li,
.TB_window_addList .addListContentList > li {
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
}
.TB_window_postReport .addListContentListReg,
.TB_window_addList .addListContentListReg {
	padding: 10px 2px 11px 4px;
}
.TB_window_postReport .addListContentListLogin,
.TB_window_addList .addListContentListLogin {
	padding: 10px 2px 5px 4px;
}
.TB_window_postReport #TB_ajaxContent p,
.TB_window_addList #TB_ajaxContent p {
	padding: 0;
}
.TB_window_postReport .fl,
.TB_window_addList .fl {
	float: left;
}
.TB_window_postReport .fr,
.TB_window_addList .fr {
	float: right;
}
.TB_window_postReport .mT2,
.TB_window_addList .mT2 {
	margin-top: 2px;
}
.TB_window_postReport .closeBtn,
.TB_window_addList .closeBtn {
	position: absolute;
	right: 2px;
	bottom: -32px;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
/* [EOF] */
