@charset "utf-8";

.strong {
	font-weight: bold;

}
.btn_disabled {
	text-decoration: line-through;
}
.calenderTable th {
	text-align: center;
	padding : 25px 0;
}
/*土曜の文字色*/
.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;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:100%;	
	border-collapse:collapse;
}
#calenderTable th{
	padding:15px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
	text-align: center;
}
#calenderTable td{
	padding:20px;
	text-align:right;
	border:1px solid #ccc;
	color:#555;
	font-weight: normal;
	width:14%;
	vertical-align:top;
}
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:0.8em;
}
#calenderTable td .schedulePulldownList{
	text-align:left;
	color:#555;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
}
p.holidayText{
	font-size:12px!important;
	color:#444;
	margin:0;
	padding:0 0 5px;
}


/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
}
#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:0.8em;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;

	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%;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	color : red;
	font-weight: bold;
	cursor:pointer;
	padding:1px 2px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
	font-weight: normal;
	width:70%;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:768px) { 
	#formWrap {
		width:90%;
	}
}
#formWrap h2{
	font-weight:bold;
	font-size:18px;
	color:#111;
	margin:0 0 10px;
	text-align: center;
	padding-bottom: 100px;
}
#formWrap p {
	margin:0 0 5px;
	padding:0;
	font-weight: normal;
}
#formWrap input, #formWrap textarea {
	font-weight: normal;
	border : 1px solid #666;
	border-radius: 5px;
	padding : 10px 15px;
}
#formWrap .formwrap_btn {
	border : 0;
	background-color: rgb(229, 201, 41);
	color : #fff;
	font-weight: bold;
}

#formWrap .formwrap_btn:focus {
	background-color: coral;
}
#formWrap input:focus, #formWrap textarea:focus {
	background-color: #eee;
}

@media screen and (max-width:768px) { 
	#formWrap input[type="text"] {
		width: 100%;
	}
	#formWrap textarea {
		width: 100%;
		height: 200px;
	}
}
.formTable {
	width: 100%;
	margin: 30px auto;
}
.formTable dt {
	background-color: rgb(229, 201, 41);
	font-weight: bold;
	color : #fff;
	padding : 10px 25px;
}
.formTable dd {
	font-weight: normal;
	padding : 10px 25px 30px;
}
.strong-red {
	font-weight: bold;
	color : red;
}

.calendar-list li {
	padding : 10px;
	margin : 0;
	border-top : #666 1px solid;
}
.calendar-list {
	margin : 0;
	padding : 0;
	border-bottom: #666 1px solid;
}
.sph2 {
	margin-top : 50px;
	margin-bottom : 50px;
	color : #fff;
	background-color: rgb(229, 201, 41);
	font-weight: bold;
	font-size : 1.2em;
	padding : 10px 25px;
}

/*---------------------------------
		/index.php style 
---------------------------------*/