@charset "UTF-8";

/*------------------文字コード UTF-8----------------*/

/*------------------上部テキスト----------------*/
#reserev_main	{
	position:relative;
	top:44px;
	line-height:2.3em;
	padding-bottom:50px;
	text-align:center;
	}

.reserev_title	{
	position:relative;
	top:44px;
	z-index:1;
	width:530px;
	height:40px;
	}

/*----------pankuzu--------*/

div.pankuzu_child	{
	width:200px;
	position:absolute;
	z-index:1000;
	top:24px;
	left:47px;
	_left:50px;
	color:#ff6666;
	font-size:12px !important;
	line-height: 1.6em;
	font-weight:400;
	}
html:not(:target) div.pankuzu_child { top:23px; }
html:not([lang*=""]) div.pankuzu_child { top:24px; }
head~/* */body div.pankuzu_child { top:23px; }

div#pankuzu	{
	width:50px;
	height:33px;
	position:absolute;
	left:10px;
	z-index:500;
	}

ul.links {
	position: absolute;
	padding:10px 0px;
	}

ul.links li {
	font-size:12px;
	height:33px;
	list-style-type:none;
	position: relative;
	z-index: 200;
	padding: 0px 5px 6px 3px;
	line-height: 1.5em;
	color:#ff6666;
	font-weight:400;
	float: left;
	}

ul.links li a{
	text-decoration:none;
	color:#ff6666 !important;
	}

ul.links div.ahover {
	background:url(../images/pankuzu_hover.gif) top right no-repeat;
	margin-top:-8px;
	left:0;
	}

div.ahover {
	position: absolute;
	}

/*----------calendar--------*/


.datepick div	{
	position:relative;
	z-index:100000;
	}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; z-index:100000;  /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
	}

.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 12px;
	}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button	{	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em;
	}

.ui-widget-content	{
	position:relative; z-index:100000; 
	border: 1px solid #FBA0A0/*{borderColorContent}*/;
	background: #fff6f6;
	color: #EF4F4F;
	}

.ui-widget-content a	{
	color: #F84F4F !important;
	}

.ui-widget-content a:hover	{
	color: #fff !important;
	}

.ui-widget-content a:hover	{
	color: #fff;
	}

.ui-widget-header {
	border: 1px solid #FBA0A0;
	background: #FC6B6B;
	color: #ffffff;
	font-weight: bold;
	}

.ui-widget-header a {
	color: #ffffff;
	}

/* Interaction states
----------------------------------*/

.uistate-default	{
	position:relative; z-index:100010; 
	border: 1px solid #FBA0A0;
	background: #ffffff;
	font-weight: 400;
	color: #888888;
	outline: none;
	}

.uistate-default a, .uistate-default a:link, .uistate-default a:visited	{
	color: #F84F4F/*{fcDefault}*/;
	text-decoration: none;
	outline: none;
	}


a.uistate-active	{
	color:#fff !important;
	}

/*土日祝*/
.uistate-default_rest	{
	position:relative; z-index:100010; 
	border: 1px solid #FBA0A0;
	background: #ffe3e3;
	font-weight: 400;
	color: #888888;
	outline: none;
	}

.uistate-default_rest a, .uistate-default_rest a:link, .uistate-default_rest a:visited	{
	color: #F84F4F/*{fcDefault}*/;
	text-decoration: none;
	outline: none;
	}

.uistate-hover, .uiwidget-content .uistate-hover, .uistate-focus, .uiwidget-content .uistate-focus	{
	border: 1px solid #FBA0A0/*{borderColorHover}*/;
	background: #fc6b6b/*{bgColorHover}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff !important/*{fcHover}*/;
	outline: none;
	}

.uistate-hover a, .uistate-hover a:hover	{
	color: #212121/*{fcHover}*/;
	text-decoration: none;
	outline: none;
	}

.uistate-active, .uiwidget-content .uistate-active {
	border: 1px solid #FBA0A0;
	background: #fc6b6b;
	font-weight: normal;
	color: #ffffff !important;
	outline: none;
	}

.uistate-active a, .uistate-active a:link, .uistate-active a:visited	{
	color: #212121/*{fcActive}*/;
	outline: none;
	text-decoration: none;
	}

.ui-datepicker-today 	{
	background:#FBA0A0 !important;
	}


/* Datepicker
----------------------------------*/
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	position:absolute;
	_top:-50px; left:0;
	}

.ui-datepicker .ui-datepicker-header	{
	position:relative;
	z-index:100000;
	padding:.2em 0;
	}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next	{
	position:absolute;
	z-index:100000;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover	{
	top: 1px;
	}

.ui-datepicker .ui-datepicker-prev	{
	left:2px;
	}

.ui-datepicker .ui-datepicker-next	{
	right:2px;
	}

.ui-datepicker .ui-datepicker-prev-hover	{
	left:1px;
	}

.ui-datepicker .ui-datepicker-next-hover	{
	right:1px;
	}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span	{
	display: block;
	position: absolute;
	z-index:100000;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	}

.ui-datepicker .ui-datepicker-title	{
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	}

.ui-datepicker .ui-datepicker-title select	{
	float:left;
	font-size:1em;
	margin:1px 0;
	}

.ui-datepicker select.ui-datepicker-month-year	{
	width: 100%;
	}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year	{
	width: 49%;
	}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year	{
	float: right;
	}

.ui-datepicker table	{
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	margin:0 0 .4em;
	}

.ui-datepicker th	{
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color: #EF4F4F;
	}

.ui-datepicker-year	{
	font-weight:400;
	font-size:.9em;
	margin-right:4px;
	}

.ui-datepicker td {
	border: 0;
	padding: 1px;
	}

.ui-datepicker td span, .ui-datepicker td a	{
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
	}

.ui-datepicker .ui-datepicker-buttonpane	{
	background-image: none;
	margin: .7em 0 0 0;
	padding:0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	}

.ui-datepicker .ui-datepicker-buttonpane button	{
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width:auto;
	overflow:visible;
	}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current	{
	float:left;
	}

/*----------timepicker--------*/
#CP_hourcont {
	padding: 2px;
	position:absolute;
	z-index:100010; 
	border:1px solid #fba5a5;
	background:#fff6f6;
	display:none;
	}

#CP_minutecont {
	background:#fff6f6;
	padding: 2px;
	position:absolute;
	z-index:100010; 
	border:1px solid #fba5a5;
	display:none;
	}

.CP_hour {
	position:relative;
	z-index:100010; 
	top:0;
	left:0;
	padding:3px 6px 3px 10px;
	color:#F84F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
	cursor:pointer;
	margin:3px;
	background:#ffffff;
	border: 1px solid #fba0a0;
	}

.CP_hour:hover {
	color: #ffffff;
	background: #fc6b6b;
	border: 1px solid #FBA0A0;
	}

.CP_minute {
	position:relative;
	z-index:100010; 
	padding:3px 6px 3px 10px;
	color:#F84F4F;
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
	cursor:pointer;
	margin:3px;
	border: 1px solid #fba0a0;
	}

.CP_minute:hover {
	color: #ffffff;
	background: #fc6b6b;
	border: 1px solid #FBA0A0;
	}

.CP_over {
background-color:#ffffff;
	}


/*----------------MAilforM----------------*/
.mailform div	{
	padding-bottom:10px;
	position:relative;
	position:relative;
	}

.reserve_day	{
	padding-bottom:0px !important;
	}

.necessity	{
	display:block;
	position:absolute;
	top:2px;
	left:-24px;
	height:100%;
	_height:70px;
	width:18px;
	}

.necessity_child	{
	display:block;
	position:relative;
	height:100%;
	width:14px;
	background:#fff6f6;
	border:#e88484 solid 1px;
	margin:2px;
	}

.nes_nes	{
	background:#fbb7b7 !important;
	}

.nes_red	{
	background:#ff9f9f !important;
	}

.nes_green	{
	background:#B8F5B1 !important;
	}


/*----------------pageBODY----------------*/
.mailformbody	{
	position:relative;
	width:500px;
	background:#fff url(../images/inquiry02.gif) no-repeat top left;
	margin:0 auto;
	padding:80px 0px 0px 1px;
	text-align:left;
	color:#555;
	}

.mailformbody em	{
	font-size:1.6em !important;
	font-style:normal;
	font-weight:700;
	color:#f93e3d;
	}

#mailformcall	{
	line-height:1.3em;
	}

.mailformbodyspan	{
	display:block;
	text-align:right;
	font-size:.9em;
	line-height:1.2em;
	}

.mailform	{
	position:relative;
	color:#C53A3A;
	background:#fff6f6;
	margin-top:8px;
	padding:10px 7px 10px 7px;
	border:3px double #e88484;
	}

.mailform div	{
	top:0px;
	position:relative;
	}

.mailform strong	{
	color:#C53A3A;
	font-size:1.3em;
	}

.mailform input	{
	color:#932B2B;
	background:#fffbfb;
	border:1px solid #F39595;
	padding:1px;
	}

.mailform textarea	{
	color:#932B2B;
	background:#fffbfb;
	border:1px solid #F39595;
	padding:1px;
	}

.submit1 {
	text-align:center;
	}

.submit1 input	{
	color:#555;
	background:#d5ccbb;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #888;
	border-bottom:2px solid #888;
	margin-right:8px;
	cursor:pointer;
	}

.privacy_attention	{
	font-size:12px;
	color:#666;
	padding:5px 5px 15px 5px;
	}
.privacy_attention span	{
	color:#c33;
	}

.form_ssl	{
	text-align:left;
	font-size:12px;
	color:#666;
	padding-top:20px;
	}

#spryRepeat	{
	padding:0;
	margin:0;
	position:relative;
	top:-19px;
	_top:-10px;
	left:16px;
	_left:20px;
	width:450px;
	}

#repeatparent	{
	position:relative;
	}



#spryAttendant	{

	}

#attendantparent	{
	position:relative;
	}

#noAttendant,#pastAttendant	{
	display:block;
	width:80px;
	font-size:12px;
	line-height:1.0em;
	text-align:center;
	border:outset 2px #999;
	background:#fff;
	padding:2px;
	margin:5px;
	color:#666;
	cursor:pointer;
	position:relative;
	}

#noAttendant	{
	float:left;
	}

#pastAttendant	{
	float:left;
	}

/*----------------確認画面----------------*/
.sendmailtable	{
	position:relative;
	font-size:14px !important;
	color:#444;
	width:420px !important;
	background#fff;
	}

#sendtable	{
	position:relative;
	background:#fff;
	border-collapse: separate;
	border-spacing: 1px 1px;
	}

.sendmailtitle	{
	position:relative;
	width:130px !important;
	font-size:14px !important;
	background:#fcc;
	color:#333;
	padding:0px 0px 0px 10px;
	}

.sendtd	{
	position:relative;
	width:285px !important;
	font-size:14px !important;
	background:#fff;
	padding-left:5px;
	}

.sendmailtable input	{
	font-size:14px !important;
	color:#000;
	background:#d5ccbb;
	border:2px outset #000;
	}


/*----------------アナウンス----------------*/

#date_attention1 , #date_attention2	{
	position:relative;
	z-index:50000;
	left:40px;
	top:-10px;
	font-size:12px !important;
	line-height:1.0em;
	background:#fff;
	width:380px;
	border:3px double #f00;
	padding:5px;
	}

#date_attention1 div ,#date_attention2 div	{
	font-size:12px !important;
	}

.text_hilight	{
	font-weight:700;
	font-size:13px;
	color:#f00;
	display:inline !important;
	padding:0px 5px !important;
	margin:0 !important;
	}

.alltime0	{
	text-align:center;
	padding:12px 0px 0px 0px;
	font-size:12px !important;
	font-weight:400;
	line-height:1.0em !important;
	color:#f00;
	}

.notselected	{
	text-align:center;
	color:#f00;
	}

/*----------------セレクトボックス----------------*/

#select1	{
	position:relative;
	z-index:9999999;
	}
#select2	{
	position:relative;
	z-index:9999999;
	}

#menu_select1	{
	position:relative;
	z-index:9999999;
	_z-index:999999;
	height:100%;
	line-height:1.6em;
	font-size:12px !important;
	}
#menu_select1 span	{
	margin:5px 0px 5px 20px;
	display:block;
	position:relative;
	z-index:99999;
	}

#menu_select2	{
	position:relative;
	z-index:999999;
	_z-index:9999999;
	height:100%;
	line-height:1.6em;
	font-size:12px !important;
	}
#menu_select2 span	{
	margin:5px 0px 5px 20px;
	display:block;
	position:relative;
	z-index:99999;
	}


:focus {
	outline:none;
	}

.js ul.newList {
	left:-9999px;
	}

ul.newList * {
	margin:0; padding:0;
	}

ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#c53a3a;
	width:290px;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:22px;
	left:0;
	overflow:auto;
	z-index:9999999;
	}

.newListSelected {
	width:285px;
	color:#c53a3a;
	height:15px;
	padding:3px 0 5px 20px !important;
	_padding:3px 0 3px 20px !important;
	float:left;
	border:1px #f39595 solid;
	background:#fffbfb url(../images/icon_here.gif) no-repeat center left;
	}

.newListSelected div {
	width:284px;
	display:block;
	margin:0;
	padding:0;
	}

ul.newList li {
	padding:3px 8px;
	border-bottom:dashed 1px #f39595;
	}

ul.newList li:last-child {
	border-bottom: none;
	}

.selectedTxt {
	width:258px;
	overflow:hidden;
	padding:0 23px 0 0;
	}

.hiLite {
	background:#fc6b6b!important;
	color:#fff!important;
	}

.newListHover {
	background:#fc6b6b!important;
	color:#fff!important;
	cursor:default;
	}

.newListSelHover, .newListSelFocus {
	background:#fff url(../images/icon_down.gif) no-repeat center left;
	cursor:default;
	}

/*disabled*/
.disabled	{background:#ddd4d4 !important;}


/*InitialTime*/

#menu_parent	{
	position:relative;
	height:100%;
	}

#reserve_time	{
	position:relative;
	}

#change_clock	{
	display:block;
	position:absolute;
	background:#f22;
	padding:5px;
	line-height:1.7em;
	font-size:12px !important;
	width:300px;
	height:60px;
	color:#FFF;
	border:3px double #fff;
	_border:3px double #f00;
	}

#initialtime1	{
	display:block;
	position:absolute;
	background:#f22;
	padding:5px;
	line-height:1.7em;
	font-size:12px !important;
	width:180px;
	height:40px;
	color:#FFF;
	border:3px double #fff;
	_border:3px double #f00;
	top:-30px;
	left:200px;
	_top:-31px;
	_left:200px;
	}

#initialtime2	{
	display:block;
	position:absolute;
	background:#f22;
	padding:5px;
	line-height:1.7em;
	font-size:12px !important;
	width:180px;
	height:40px;
	color:#FFF;
	border:3px double #fff;
	_border:3px double #f00;
	top:26px;
	left:200px;
	_top:12px;
	_left:200px;
	}


#onlishibuya_attention	{
	display:block;
	position:absolute;
	background:#f22;
	padding:5px;
	line-height:1.7em;
	font-size:12px !important;
	width:210px;
	height:60px;
	color:#FFF;
	border:3px double #fff;
	_border:3px double #f00;
	top:26px;
	left:200px;
	_top:12px;
	_left:200px;
	}


/*OrderMenu*/


.menutitle	{
	font-size:15px !important;
	line-height:1.2em;
	font-weight:700;
	padding:3px 0px 3px 8px !important;
	margin:0px 0px 0px -3px;
	background:#c53a3a;
	color:#fff;
	width:220px;
	}

.order_menu {
	line-height:1.2em;
	width:204px;
	}

.order_menu input	{
	position:absolute;
	padding:0;
	margin:0;
	height:0px;
	width:0px;
	}

.clear_button input	{
	position:relative;
	color:#555;
	width:150px;
	background:#eeeeee;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #888;
	border-bottom:2px solid #888;
	cursor:pointer;
	padding:0 !important;
	margin:0px 8px 0px 34px;
	_margin:0px 8px 0px 28px;
	font-size:12px !important;
	line-height:1.2em;
	}

.menu_label {
	width:200px !important;
	_width:214px !important;
	height:100%;
	margin:0px;
	display:block;
	cursor:pointer;
	position:relative;
	z-index:100000;
	padding: 4px 10px;
	border-top: 1px solid #FBA0A0;
	border-right: 1px solid #FBA0A0;
	border-left: 1px solid #FBA0A0;
	background: #fff6f6;
	color: #c53a3a;
	}

.menu_label:hover {
	background:#fc6b6b;
	color:#fff;
	}

.menu_label_hover {/*IE6 jQuery*/
	background:#fc6b6b;
	color:#fff;
	}

.menu_active {
	background:#fc6b6b;
	color:#fff;
	}
.menu_disabled	
	{
	background:transparent;
	}

/*Floating MENU*/

#menu_information * 	{
	_font-size:12px !important;
	}

#menu_information	{
	position:absolute;
	z-index:110000;
	top:0px;
	left:230px;
	width:214px;
	font-size:13px;
	line-height:1.2em;
	}

#menu_information_div	{
	padding:5px;
	position:absolute;
	background:#fcc;
	border:3px double #e88484;
	width:214px;
	font-size:13px;
	}

#menu_information_individual div	{
	display:none;
	padding:2px;
	margin:3px 0px ;
	font-size:13px;
	line-height:1.3em;
	background:#fff;
	border:1px dashed #e88484;
	}

#menu_information_individual div span 	{
	font-size:13px !important;
	}

#menu_all_info	{
	padding:2px;
	margin:3px 0px ;
	font-size:13px;
	line-height:1.3em;
	background:#fff;
	border:3px double #e88484;
	text-align:center;
	}

#menu_information_time	{
	font-size:13px !important;
	}

#menu_info	{
	background:#ffc;
	margin:0;
	line-height:1.3em;
	padding:6px 0px 6px 0px;
	background:#fcc;
	border:3px double #e88484;
	text-align:center;
	position:absolute;
	width:214px;
	}

.consult_top	{
	padding:3px !important;
	margin:3px 0px ;
	font-size:13px;
	line-height:1.3em;
	background:#ffcccc;
	border:1px solid #e88484;
	}

.consult	{
	padding:3px !important;
	margin:3px 0px ;
	font-size:13px;
	font-weight:700;
	line-height:1.3em;
	background:#fff;
	border:1px solid #e88484;
	color:#ff0000;
	}


/*全メニュー　ｅｍｐｔｙチェック*/
#menucheck input	{
	display:block;
	position:absolute;
	margin-left:-9999px;
	}

.menucheck_css	{
	display: block;
	position:absolute;
	z-index:2000000;
	top:-20px;
	left:123px;
	_left:103px;
	_margin-top:-15px;
	color: #fff;
	width:85px;
	_width:120px;
	height:38px;
	background:url(../images/attention_back.png) no-repeat top left;
	_background:url(../images/attention_back.gif) no-repeat top left;	
	font-size:12px;
	line-height:1.4em;
	padding:3px 5px 3px 40px;
	}

*:first-child+html .menucheck_css	{
	left:103px;
	margin-top:-15px;
	width:85px;
	}

.menucheck_span_bk_true	{
	background:#b8f5b1 !important;
	}

.menucheck_span_bk_false	{
	background:#ff9f9f !important;
	}


/*noscript*/
.noscript div	{
	display:block;
	color:#fff;
	font-weight:700;
	font-size:34px;
	background:#f00;
	border:double 3px #ff0000;
	left:0px;
	z-index:10000000;
	height:150px;
	width:500px;
	line-height:1.8em;
	}
#noscript1 div	{
	top:0;
	position:absolute;
	}
#noscript2 div	{
	top:-50px;
	position:relative;
	}
