@charset "utf-8";

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
	font-size:17px;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
	font-size:17px;
}

.youbi_1,.youbi_2,.youbi_3,.youbi_4,.youbi_5{
	font-size:17px;
	}
	
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;
	font-size:17px;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;
	font-size:17px;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;
	font-size:20px;
}
.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;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:100%;	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
#calenderTable th{
	padding:10px;/*5px*/
	font-size:20px;
	border:1px solid #ccc;
	color:#333;
	background:#87cefa;
}
#calenderTable td{
	padding:10px;/*5px*/
	text-align:right;
	font-size:20px;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
}
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:16px;
}

#calenderTable td .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:16px;
	/*padding:0px 0 3px;*/
	padding:10px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:120%;/*残り何名の部分*/
	padding:10px 0 0 0;
}
p.holidayText{
	font-size:16px!important;
	color:#444;
	margin:0;
	/*padding:0 0 5px;*/
	padding:10px;
}


/* 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;*/
	padding:10px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{/*---------------渡辺さんコメントの部分*/
	text-align:left;
	color:#FFFFFF;
	/*font-size:10px;*/
	font-size:16px;
	background-color:#0095d9;
	margin:5px 0 0 0;
	padding:3px;
	display:inline-block;
}

#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:14px;
	/*padding:0px 0 3px;*/
	padding:10px;
	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:10px ;
	font-size:110%;
	/*font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size:12px;
	cursor:pointer;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:1px 2px;
	margin:5px 0 0 0;
}

.reservForm input:hover {/*押したとき*/
    border: solid 1px #03A9F4;
	background: #00bfff;/*色*/
    box-shadow: none;
    text-shadow: none;
}

.reservForm input:active {/*押したとき*/
    border: solid 1px #03A9F4;
	background: #00bfff;/*色*/
    box-shadow: none;
    text-shadow: none;
}
/* /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;
}
#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;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formWrap p {
	margin:0 0 5px;
	padding:0;
	font-size:13px;
}

table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
}
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;
}

/*------------------------------------------外注して書いてもらったCSS*/

/*受付終了のボタンを非表示にする*/
div.reservBtnWrap input[disabled]{
	display:none;
}

/*受付終了の文字を赤にする*/
div.reservBtnWrap{
	color:#FF0000;	
}
/*「残り:○」の部分の文字色を独自に指定する（↑の指定で赤になってしまうため）*/
div.reservBtnWrap span.countNum{
	color:#333333;
}

/*　2つ目のカレンダーの翌月と前月へのナビゲーションの非表示。2ヶ月分カレンダー表示に変更したため（2017/10/30）　*/
#calendarWrap02 .navNextPrev{
	display:none;
}




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