/* ReserveBoxお客様画面 共通(初期値)CSS */
@import url(/HpCss/sys/bbq/jquery-ui-customer.css);

body{
	font-family: "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 0 auto;
}
img{
	border-style: none;
}
hr{
	clear: both;
}
form{ 
	margin: 0px;
	padding: 0px;
	display: inline;
}
input[type="text"],
select,
textarea{ 
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	padding: 1px 2px;
}
input.plname{
	width: 300px;
}
.Textbox{
	width: 98%;
}
textarea.Textbox,
textarea.memo{
	width: 98%;
	height: 12em;
}
#log{
	width: 95%;
	word-break: break-all;
}
.Changed{ 
	background-color:#ffffce ! important;
	font-weight:bold;
}
.UnUsed{ 
	background-color:#ffffce ! important;
}
.box{
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 10px auto;
	font-size: medium;
	width: 95%;
	color: #000;
	border: none;
	background-color: transparent;
}
.attention{
	min-height: 46px;
	_height: 46px;
	padding: 10px 10px 10px 100px;
	text-align: left;
	margin: 10px auto;
	border: 3px double #b0c4de;
	background: url(/HpImages/attention64.png) no-repeat 20px center #fff;
	color: #000;
	width: auto;
	overflow: auto;
	clear: both;
}
div.error{
	font-weight: bold;
	padding: 10px 10px 10px 80px;
	text-align: left;
	border: 3px double #ff0000;
	background: url(/HpImages/error.png) no-repeat 20px center #fff5ef;
	margin: 10px;
	width: auto;
	color: #f00;
}
span.error{
	padding: 2px;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
}
.notes{
	margin-left: 1em;
	font-size: small;
	color: #000080;
}
#Failed{
	min-height: 46px;
	padding: 15px 10px 15px 100px;
	text-align: left;
	border: 3px double #f00;
	margin: 10px;
	width:  auto;
	font-size: medium;
	background: url(/HpImages/fail64.png) no-repeat 20px center #fdfafa;
}
.MsgIcon{
	font-family: "ＭＳ Ｐゴシック";
	background:url(/HpImages/common/p_btn.gif) repeat-x center;
	width: 50px;
	color:#fff;
	font-size: 9pt;
	font-weight: normal;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	height: 10px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	white-space:nowrap;
}
.BlackIcon{
	background:url(/HpImages/common/l_btn.gif) repeat-x center;
}
#InfoWindow{
}
#InfoDetail{
}
#Notation{
	background: url(/HpImages/exclamation_16.png) no-repeat left center;
	margin: 0 0 0 auto;
	padding: 3px 3px 3px 20px;
	font-size: small;
	float: right;
}
#CancelWin{	background:#fff;display:none;padding:20px;  }
#CancelWin div{	background: url(/HpImages/error.png) no-repeat 20px center;
								font-weight: bold;
								padding: 10px 10px 10px 80px;
								text-align: left;	}
.ToTop{
	text-align: left;
	font-size: 9pt;
	background: url(/HpImages/up_16.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 30px;
	display: block;
	clear: both;
}

.planpay{
	background:url(/HpImages/credit_card16.png) no-repeat 0 0;
	padding-left: 20px;
	text-align: left;
	float:right;
	font-size: small;
	min-width: 350px;
	margin: 0 0 0 auto;
	border:0px solid #ff0;
}

.ExclamationMsg{
	background: url(/HpImages/ok_16.png) no-repeat left center;
	padding-left: 20px;
	text-align: left;
	float:right;
	clear: both;
	font-size: 10pt;
}
.bbqDiscountMsg{
	background: url(/HpImages/toku.png) no-repeat left center;
	padding-left: 16px;
	border: 0px solid #f00;
	margin: 0;
	color: #f00;
}
div.bbqDiscountMsg{
	clear: both;
	text-align: right;
	font-size: small;
}
th.Required,
span.Required{
	background-image: url(/HpImages/common/require.gif) ! important;
	background-repeat: repeat-y ! important;
	background-position: left top ! important;
	border: 1px solid #6b2121;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #aaa; 
}
table.Calendar th{
	border: 1px solid #aaa;
	padding: 8px 0px;
	color: #000000;
	background: #eceadf url(/HpImages/yado/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat;
	font-size: 
}
table.Calendar td{
	text-align: center	! important;	
	border: 1px solid #aaa	! important;	
	padding: 0px ! important;	
	width: 14%;
	vertical-align: top;
	color: #000;
}
table.Calendar .Weeklist{	font-weight: bold;	height:20px;	}	
table.Calendar .Otherday{	background-color: #eee;	color: #666666;	vertical-align: middle ! important;	}
table.Calendar .Weekday{	background: #ffffff url(/HpImages/yado/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;color: #453821;}
table.Calendar .Saturday{	background-color: #eeffff ! important;	}
table.Calendar .Holiday{		background-color: #ffeeff ! important;	}
table.Calendar .Today{	}
table.Calendar .HolidayName{
	font-size: 10pt;
	letter-spacing: -0.1em;
}
table.Calendar td a{
	text-decoration: none;	
	display: block;
	overflow: visible;
	padding: 0px;
	border: 0px solid #f00;
	color: #000;
	min-height: 90px;
}
table.Calendar td a:hover{
	background: url(/HpImages/white_bg.png) 0 0 repeat ! important;
	font-weight: bold;
	border: 1px solid #cecece;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
}
table.Calendar td div{
	margin: 0px;
	padding: 2px;
	width: 95%;
	min-height: 90px;
	min-width: 70px;
}
table.Calendar td div b{	display: block;	}
div.Rsvinvalidity{
	color: #999;
	background: url(/HpImages/bg_gra_h.png) 0 -50px repeat-x #cecece;
}
div.Remain{
	padding-top: 10px ! important;
	border-top: 1px dashed #cecece;
	min-height: 1em ! important;
	font-family: "ＭＳ ゴシック"
}
div.Remain hr{
	margin: 10px 0px ! important;
	display: block;
}
div.VerticalCenter{
	min-height: 90px;
	line-height: 90px;
	font-family: "ＭＳ ゴシック"
}

table.Calendar td div.A{ background-color: #fff9f9;	}
table.Calendar td div.B{ background-color: #e9ffe9;	}
table.Calendar td div.C{ background-color: #e9e9ff;	}
table.Calendar td div.D{ background-color: #ffffe9;	}
table.Calendar td div.E{ background-color: #ffe9cc;	}
table.Calendar td div.F{ background-color: #cce9ff;	}

table.Calendar td div.G{ background-color: #ffeeee;	}
table.Calendar td div.H{ background-color: #eeffee;	}
table.Calendar td div.I{ background-color: #cb98ff;	}
table.Calendar td div.J{ background-color: #ffffee;	}
table.Calendar td div.K{ background-color: #ffeecc;	}
table.Calendar td div.L{ background-color: #cceeff;	}

table.Calendar td div.M{ background-color: #ff9999;	}
table.Calendar td div.N{ background-color: #99ff99;	}
table.Calendar td div.O{ background-color: #9999ff;	}
table.Calendar td div.P{ background-color: #ffff99;	}
table.Calendar td div.Q{ background-color: #ff9966;	}
table.Calendar td div.R{ background-color: #9966ff;	}

table.Calendar td div.S{ background-color: #ff6666;	}
table.Calendar td div.T{ background-color: #66ff66;	}
table.Calendar td div.U{ background-color: #6666ff;	}
table.Calendar td div.V{ background-color: #ffff66;	}
table.Calendar td div.W{ background-color: #ff6633;	}
table.Calendar td div.X{ background-color: #3366ff;	}

table.Calendar td div.Y{ background-color: #ff3333;	}
table.Calendar td div.Z{ background-color: #33ff33;	}

#CalenNavi{
	text-align:right;
	margin-bottom: 3px;
}
table#Reserve{
	width: 100%; 
	margin: 10px auto; 
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
}

table#Reserve th{
	text-align: left ! important;
	border: solid 1px #c0c0c0;
	font-weight: bold;
	padding: 5px;
}
table#Reserve .HolidayName{
	font-size: 9pt;
	letter-spacing: -0.1em;
	color: #f00;
	font-weight: normal;
}
table#Reserve td{
	text-align: center;
	width: 5%;
}
table#Reserve td div{
	min-height: 90px;
	min-width: 55px;
}
th.Heya a{
	width: 185px;
	height: 65px;
	text-align: left;
}
/* プランコンテンツ */
div.bbqBodys{
	width: 100%;
	text-align: center;
}
div.bbqList{
	margin: 0px auto 20px auto; 
	width: 99%;
	border: solid 3px #c0c0c0;
	text-align: left;
}
table.bbqList{	
	width: 100%; 
	margin: 0px auto 10px auto; 
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
	color: #000;
}
table.bbqList caption{
	text-align: left;
	font-weight: bold;
	font-size: large;
	padding: 3px;
}
table.bbqList caption img{
	vertical-align:middle;
	margin-right: 3px;
}
table.bbqList th,
.ths{
	background-color: #f8f8f8;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #e9e9e9;
	padding: 3px;
	font-weight: bold;
}
table.bbqList td{
	vertical-align: middle;
	text-align: left;
	border: solid 1px #e9e9e9;
	padding: 3px;
}
table.bbqInfo{	
	width: 100%; 
	background: #ffc2ae;
	margin-bottom: 10px;
}
table.bbqInfo td{
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	margin: 5px;
	border: solid 1px #D02727;
	background: #FFF3EF;
}
table.bbqList td hr{
	border: dotted 1px #c0c0c0;
}
div.bbqImage{
	float: left;
	text-align: center;
	width: 280px;
	margin-top: 12px;
}
table.bbqImages{
	clear: both;
	border-collapse: collapse;
}
table.bbqImages td{
	border: 0px solid #f00;
	text-align: center;
	background: url(/HpImages/yado/bg_w_300.png) repeat-y left top;
	width: 300px;
}
div.bbqName{
	text-align: left;
	background: url(/HpImages/bg_gra_h.png) repeat-x left -100px #1e90ff;
	color: #000000;
	padding: 10px;	
	font-weight: bold;
	font-size: 15pt;
}
div.bbqName a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div.bbqSubname{
	margin: 10px 5px 5px 5px;
	padding: 5px 0px;
	font-weight: normal;
	font-size: medium;
	overflow: auto;
}
div.bbqSubname hr{
	margin: 5px 0px;
}
.bbqMemo{
	padding:10px;
	color: #000000;
	background: url(/HpImages/bg_w2.png) repeat center top #fafad2;
	word-break:break-all;
	overflow: hidden;
}
div.bbqMemo a.MainImage{
	float: right;
	margin-left: 1em;
	display: block;
	text-decoration: none;
}
#BasicCondition *{
	font-size: medium;
}
div.bbqOplist{
	padding: 0px;
	margin-left: 30px;
	margin-top: -10px;
}
table.MlineTable{
	width: 100%;
	margin: 0;
}

h1.Seikyu{
	text-align: left;
	color: #337a0d;
	font-size: large;
}
#SeikyuMessage{
	background: url(/HpImages/rsb-coupon-back.jpg) repeat;
	border: 1px dashed #235a0d;
	padding: 0px 5px 5px 5px;
	margin: 10px auto;
}
#SeikyuMessage table td{
	background-color: #fff;
}
#ErrorMsg{
	position:fixed;
	top: 20px;
	right: 20px;
	width: 500px;
	z-index: 200;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 11pt;
}
#CommonLink{
	text-align: right;
	margin: 7px auto;
}
#CommonLink a{
	float: fright;
}
#PageLink{
	margin: 7px auto;
	clear: both;
	text-align: right;
}
#PageLink a{
	font-size: small;
}
.Dialog{
	background: #fff;
}
.Help{
	cursor: help;
	background: url(/HpImages/help_16.gif) no-repeat 0px center;
	padding: 1px 0px 1px 18px;
}
.help{
	cursor: help;
	padding: 0px;
}
.Stayout{
	background-color: #e0e0e0;
}
.jBtn{
	font-size: small;
}
.RetryBlink{
	background: url('/HpImages/common/arrow-y.gif') no-repeat 8px 13px #dc143c ! important;
	padding: 8px 8px 8px 30px ! important;
	color: #fff ! important;
	font-size: 14pt ! important;
	border: 3px ridge #f66;
}
.Active{
	border: 1px solid #d9d6c4; 
	background: #eceadf url(/HpImages/yado/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat; 
	font-weight: bold; 
	color: #140f06;
}
.HighBtn{
	padding: 2px 0px;
	word-break: break-all;
	min-height: 50px;
	width: 99%;
}
a.HighBtn{
	text-align: left;
}
th.Heya a.HighBtn{
	height: auto;
	display: block;
	overflow: hidden ! important;
	overflow: visible;
}
table.Meyasu td{
	padding: 0;
}
td.Meisai{
	cursor: pointer;
}
table.MeiCon{
	margin: 0px auto;
	width: 100%;
	text-align: left;
	border: solid 1px #e9e9e9;
}
#Search{
	background: url(/HpImages/yado/kensaku.png) no-repeat left center #ddd;
	text-align: left;
	font-weight: bold;
	border: 1px solid #ccc;
	padding:2px;
	margin: 0px auto 0px auto;
	clear: both;
}
#SearchCondition{
	padding: 10px;
	position: relative;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin: 0px auto 10px auto;
	text-align: left;
}
#SearchCondition hr{
	margin: 3px 0px;
}
#Retry{
	margin-right: 0;
}
div.UnderBlock{
	border-top: 1px dashed #ccc;
	margin-top: 3px;
	padding-top: 3px;
	font-size: 8pt;
}
a.ThumbnailIcon img,
img.ThumbnailIcon{
	height: 50px;
	margin: 0px;
	border: 3px double #999;
}
.Emphasis{
	font-weight: bold;
	text-align: left;
	background-color: #ddd;
	border: 1px solid #ccc;
	white-space: nowrap;
}

table#CalendarArea{
	clear: both;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table#CalendarArea td{
	border: 0px solid #00f;
	vertical-align: top;
}
table.CalenLeftList{
	border-collapse: collapse;
	border: 0px solid #cecece ! important;
	word-break: break-all;
	min-width: 220px;
}
table.CalenLeftList td{
	border: 0px solid #cecece ! important;
	text-align: center ! important;
	padding: 0;
}
td#SelectedRoom img{
	width: 200px;
	margin:  5px 5px 0px 5px;
	padding: 0px 5px 5px 0px;
	border: 0px solid #f00;
}
#SelectedPlan{
	padding: 10px;
	position: relative;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin: -10px auto 10px auto;
	text-align: left;
}
.WaitCancel{
	padding: 7px 2px ! important;
	font-family: "ＭＳ Ｐゴシック","MS UI Gothic";
}
.Explanation{
	text-align: left;
	font-size: medium;
	border: 1px solid #aaa;
	padding: 5px;
	line-height: 1.5em;
	margin: 5px auto;
}
div.bbqRtypName{
	background: #654b24 url(/HpImages/yado/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
	color: #fff;
	padding: 5px;
	border-top: 3px double #666;
	text-align: left;
}
#ToRegist{
	font-size: medium;
}
#Blink{
	line-height: 18pt;
}

.CaptionIcon{
	padding-left:45px ! important;
	line-height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
}
.icon-personal{	background-image: url(/HpImages/yado/personal.png);	}
.icon-baggage{	background-image: url(/HpImages/yado/baggage.png);	}
.icon-room{			background-image: url(/HpImages/yado/room.png);	}
.icon-subscription{	background-image: url(/HpImages/yado/subscription.png);	}
.icon-subscription2{	background-image: url(/HpImages/yado/subscription2.png);	}
.icon-price{		background-image: url(/HpImages/yado/price.png);	}
.icon-option{		background-image: url(/HpImages/yado/option.png);	}
.icon-option2{	background-image: url(/HpImages/yado/option2.png);	}
.icon-attention{background-image: url(/HpImages/yado/attention.png);	}

/* CopyRight or Powerd */
div.Main{
	margin: 0 auto;
}
/* ページヘッダー */
div.Bodyheader{
	min-height: 50px;
	overflow:hidden;
}
div.Bodyheader h1{
	text-align: left;
	text-decoration: none;
	padding: 0px 25px 15px 25px;
	height: 24px;
	font-size: x-large;
	cursor: default;
	border: 0px solid #ff0000;
}
div.Bodys{
}
/******************/
div.Bodyfooter{
	font-family: "ＭＳ Ｐゴシック";
	clear: both;
	text-align: center;
	font-size: 10pt;
	padding: 8px 0px 150px 0px;
	border: 0px solid #000000;
	word-break: keep-all;
}
div.Bodyfooter a{
	text-decoration: none;
}
/******************/
div.Powered{
	background: url(/HpImages/copybak.gif) #e6e6e6 center left repeat;
	width: 100%;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered a{
	font-family: "ＭＳ Ｐゴシック";
	color: #999;
	margin: 5px;
	text-decoration: none;
}



/* 不要になる */
.StdBtn{
	background: url('/HpImages/common/btn.png') repeat 0 #830019;
	height: 30px;
  cursor: pointer;
	color: #ffffff;
	font-size: 12pt;
}
.SmallBtn{
	font-family:"MS UI Gothic";
	background: url('/HpImages/common/btn.png') repeat 0 #84021b;
	height: 20px;
	border: 1px outset #fafad2;
  cursor: pointer;
	color: #fff;
	font-size: 9pt ! important;
	margin: 1px 2px;
	text-decoration: none;
}
.OptBtn{
	background: url('/HpImages/arrow_move1.gif') no-repeat left center #fff8dc ! important;
	padding: 5px 5px 5px 36px ! important;
	height: 30px;
	color: #000 ! important;
	border: 3px ridge #f66;
}
a.RtypLink{
	text-align: left;
	display: block;
	width: 100%;
}
.MouseOver{
	background: #ffe9e8;
}
#CalenNavi input.Active{
	background: url(/HpImages/tour/active.png) 0 0 no-repeat transparent;
	height: 30px;
	width: 50px ! important;
	border: 0px;
  cursor: pointer;
}
#CalenNavi input.Deactive{
	background: url(/HpImages/tour/deactive.png) 0 0 no-repeat transparent;
	height: 30px;
	width: 50px ! important;
	border: 0;
  cursor: pointer;
}
table#Reserve tr.Date td{
	border: 1px solid #cecece ! important;
}
table#Reserve *{
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
	margin: 0px;
	vertical-align:middle;
}
th.Heya{
	background: url(/HpImages/bg_gra_h.png) repeat-x left -120px #edc5c5;
	width: 10%;
	height: 45px;
	position: relative;
}
th.Heya a.MsgIcon{
	display: block;
	float: right;
	font-size: 8pt ! important;
	height: 13px;
	padding-top: 0px;
	width: 50px;
}
table#Reserve td a:hover{
	margin-top: -10px;
	padding-top: 10px;
	min-height: 45px;
	height: 100%;
	display: block;
	background: url(/HpImages/white_bg.png) 0 0 repeat;
	border: 0px solid #cecece;
	cursor: pointer;
}
table#Reserve .Rsvinvalidity{
}
#Totaltable{
	margin-top: 0px ! important;
}
td.L_rsname{	width: 40% ! important;font-family: "ＭＳ Ｐゴシック" ! important;	}
td.L_rsname select{	width: 100%;white-space: normal;	}
td.L_gskind{	width: 10%;	font-family: "ＭＳ Ｐゴシック" ! important;}
td.L_aprice{	width: 15%;text-align:right ! important;font-family: "ＭＳ Ｐゴシック" ! important;	}
td.L_rskazu{	width: 12%;text-align:right ! important;white-space:nowrap;font-family: "ＭＳ Ｐゴシック" ! important;	}
td.L_kei___{	width: 16%;text-align:right ! important;white-space:nowrap;font-family: "ＭＳ Ｐゴシック" ! important;	}
td.L_delete{	width: 3%;text-align:center ! important ! important;font-family: "ＭＳ Ｐゴシック" ! important;	}

div.bbqList,
table.bbqList,
table.bbqInfo{
	font-size: small;
}
/* 不要ここまで */


