@charset "utf-8";

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*　休日、祝日はフォーム非表示　*/
.closed form,.shukujitu form,.holiday form{
	display:none!important;
}

/*---------------------------------
			index.php 
---------------------------------*/





/**
-------------------------------------------------------------------------------

  カレンダー　テーブルデザイン

---------------------------------------------------------------------------- */
#calenderTable{
	width:100%;	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
#calenderTable th{
	padding:5px;
	font-size:12px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
}
#calenderTable td{
	padding:5px;
	text-align:right;
	font-size:12px;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
	height:100px
}
/*-------------------------------------------------------------------------- */
/* 前月・次月リンク */
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
	height:12px;
}
/*-------------------------------------------------------------------------- */
/* コメント */
#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
/*-------------------------------------------------------------------------- */
/* 時間リスト枠 */
#calenderTable td .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:10px;
	padding:0px 0 3px;
}
/*-------------------------------------------------------------------------- */
#calenderTable .borderless{
	border:0!important
}
/*-------------------------------------------------------------------------- */
/* 休業日説明枠 */
p.holidayText{
	font-size:12px!important;
	color:#444;
	margin:0;
	padding:0 0 5px;
}
/*-------------------------------------------------------------------------- */
/* 残り数　非表示*/
.countNum{
	display:none;
	font-size:110%;
}
/*-------------------------------------------------------------------------- */





/**
-------------------------------------------------------------------------------

  カレンダー　部品

---------------------------------------------------------------------------- */
/* Reserv Btn styl*/
/* フォーム */
.reservForm{
	display:inline;
	margin-bottom: 5px;
	text-align: left;
}
/* フォームのラッパー */
.reservBtnWrap{
	display:inline;	
}
/* 時間リスト */
.reservForm select{
	height: 20px;
	font-size: 11px;
}
/* ランチ、ディナーの表示（アイコン調） */
.schedulePulldownList span.timeList{
	box-sizing: border-box;
	display:inline-block;
	width: 100%;
	padding:1px 3px 0;
	font-size:12px;
	color:#fff;
}
/* ランチ */
#time_0{
	background:#66cc99;	
}
/* ディナー */
#time_1{
	background:#cc9933;	
}
/* 満席のテキスト */
.sold_out{
	box-sizing: border-box;
	display:inline-block;
	width: 100%;
	padding:1px 3px 0;
	font-size:12px;
	color:#eee;
	text-align:center;
	background:#ccc;
}
/* 予約ボタン */
.reservSubmitBtn{
	float: right;
	height: 20px;
	padding:1px 2px;
	font-size: 11px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
}
/* /Reserv Btn styl*/
/*-------------------------------------------------------------------------- */





/**
-------------------------------------------------------------------------------

  入力フォーム

---------------------------------------------------------------------------- */
/* ReservForm Style */
/* フォームのラッパー */
#formWrap {
	width:650px;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
}
/* タイトル */
#formWrap h2{
	font-weight:normal;
	font-size:14px;
	color:#111;
	margin:0 0 10px;
	background:#efefef;
	padding:5px 8px 3px;
	border-radius:3px;
	border:1px solid #ccc;
}
/* 文章 */
#formWrap p {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
}
/* インプット共通 */
#formWrap input,
#formWrap textarea {
	border: 1px solid #ccc;
	padding: 5px;
}
/* ボタン共通 */
#formWrap input[type="button"],
#formWrap input[type="submit"] {
	padding: 5px 8px 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #efefef;
}

/* 前画面に戻るボタン */
#formWrap .submit-button {
	padding: 5px 8px 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #efefef;
}
/* テーブル */
table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
	font-size:14px;
}
table.formTable td,
table.formTable th {
	border:1px solid #ccc;
	padding:10px;
	font-size:90%;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/* 個人情報の取扱い規約ボックス */
#privacy_box {
    /*! width: 80%; */
	/*! max-width: 100%; */
	height: 100px;
	margin: 0 auto;
	overflow-y: scroll;
	border: solid 1px #ccc;
}
/* 個人情報の取り扱い　同意チェックボックス枠 */
#agree_box {
	margin: 30px auto;
	text-align: center;
}
/* 確認ボタン　枠 */
#submit_box {
	margin: 30px auto;
	text-align: center;
}
/* 確認ボタン */
#submitBtn {
	width: 200px;
	text-align: center;
	padding: 5px 8px 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #efefef;
}
/* 必須入力マーク */
.require{
	font-size:90%;
	color:#F00;
}
/* 必須入力チェックのエラーメッセージ */
div.error{
	font-size:13px;
	color:#F00;
	padding:2px 18px;
	background:url(img/error.gif) no-repeat 0px 4px;
	margin:3px 0;
}
/* 個人情報の取り扱い　同意チェックのエラーメッセージ */
div.agree_error{
	background:none;
}
/*-------------------------------------------------------------------------- */





/**
-------------------------------------------------------------------------------

  共通部品

---------------------------------------------------------------------------- */
.clear {
	clear:both;
}
.taC{
	text-align:center;	
}
.taR{
	text-align:right;	
}
.taL{
	text-align:left;	
}
/*-------------------------------------------------------------------------- */
.close_btn {
	font-size:15px;
	text-align:center;
	padding:15px;
}
.close_btn a {
	padding:2px 20px;
	border:1px solid #aaa;
	text-decoration:none;
	color:#666;
	border-radius:5px;
}
.close_btn a:hover {
	background:#eee;
}
/*-------------------------------------------------------------------------- */
#printBtn{
}
#printBtn button{
	cursor:pointer;	
	width:120px;
	height:30px;
}
/*-------------------------------------------------------------------------- */





/**
-------------------------------------------------------------------------------

  レスポンシブ関連用

---------------------------------------------------------------------------- */
/* スマホのみ表示するもの（PCをは非表示） */
.spShow{
	display:none;
}
/*-------------------------------------------------------------------------- */





/**
-------------------------------------------------------------------------------

  カレンダー　リストデザイン（おそらく未使用）

---------------------------------------------------------------------------- */
/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#calenderList li{
	border-bottom:1px solid #999;
	padding:5px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:11px;
	padding:0px 0 3px;
	border-bottom:1px dotted #aaa;
}
table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}
h2#headerYm{
	background:#666;
	color:#fff;
	text-align:center;
	padding:5px ;
	font-size:110%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* /if ListStyle */
/*-------------------------------------------------------------------------- */
