@charset "utf-8";

/*土曜の文字色*/
.youbi_6{
	color:#3984c8!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:#ec9998!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 */

body#index {
	background: #363a3b;
	color: #FAFAFA;
	padding: 0 40px;
	font-size: 12px;
}
body#index h1 {
	text-align: center;
	font-size: 20px;
}
#formWrap h1 {
	display: none;
}

#calenderTable{
	width:100%;	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
	margin-bottom: 3px;
}
#calenderTable th{
	padding:5px;
	font-size:12px;
	border:1px solid #ccc;
}
#calenderTable th a.next{
	float: right;
}
#calenderTable th a.prev{
	float: left;
}
#calenderTable td{
	padding:5px;
	text-align:right;
	font-size:12px;
	border:1px solid #ccc;
	width:14%;
	vertical-align:top;
}
#calenderTable .calenderHeader a{
	text-decoration:none;
	color: #FAFAFA;
}

#calenderTable td .scheduleComment{
	text-align:left;
	font-size:12px;
	color: #FAFAFA;
}
#calenderTable td .scheduleComment a{
	color: #39C5D5;
	text-decoration: none;
}
#calenderTable td .scheduleComment a:hover{
	color: #83d9e3;
	text-decoration: underline;
}
#calenderTable td .schedulePulldownList{
	text-align:left;
	font-size:10px;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
	display:none;
}
p.holidayText{
	font-size:12px!important;
	margin:0;
	padding:0 0 5px;
}


/* 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;
}
.scheduleComment span{
	color: #999999;
}
#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 */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	font-size:12px;
	cursor:pointer;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:1px 2px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
	width:650px;
	margin:10px auto;
	line-height:120%;
	font-size:90%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 40px;
}
#formWrap h2{
	font-weight: bold;
	font-size:14px;
	margin: 15px 0 10px;
	background: #999;
	padding: 7px 8px 7px;
	border-radius:3px;
	border: 1px solid #999;
	color: #FAFAFA;
}
#formWrap p {
	margin:0 0 5px;
	padding:0;
	font-size:13px;
}

table.formTable {
	width:100%;
	margin:0 auto 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;
	text-align:left;
}
span.require {
	color: #ec9998;
}
a.top {
	color: #83d9e3;
}
a.top:hover {
	color: #59CCDA;
}
.btn {
	background: -moz-linear-gradient(top,#83d9e3 0%,#39C5D5);
	background: -webkit-gradient(linear, left top, left bottom, from(#83d9e3), to(#39C5D5));
	border: 2px solid #FFF;
	color: #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 50px;
	padding: 5px!important;
	font-weight:bold;
	margin-top: 3px;
}
.btn:hover {
	background:#83d9e3;
}
.comp {
	margin-top: 50px;
}
/*---------------------------------
		/index.php style 
---------------------------------*/