@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;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#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;
}
#calenderTable .calenderHeader a {
	color: #555;
	text-decoration: none;
}
#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;
	border-bottom: 1px dotted #ccc;
}
#calenderTable .borderless {
	border: 0!important
}
.countNum {}
/*p.holidayText {
	font-size: 12px!important;
	color: #444;
	margin: 0;
	padding: 0 0 5px;
}*/
/* if ListStyle */
ul#calenderList {	padding:10px 0;}
#calenderList li {
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align:left;
}
#calenderList li:first-line	{
	font-weight:bold;
}
#calenderList li.first-child {
	border-top: 1px solid #999;
}
#calenderList .scheduleComment {
	padding: 5px;
	margin-left:2em;
	color:#333;
}
#calenderList .schedulePulldownList {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
	margin-left:2em;
	color:#333;
	font-weight:bold;
}
#calenderList .schedulePulldownList .reservBtnWrap	{
	font-weight:lighter;
}
table.navNextPrev {
	width: 100%;
}
table.navNextPrev	a	{
	color: #555;
}
table.navNextPrev .dspPrev {
	text-align: left;
}
table.navNextPrev .dspNext {
	text-align: right;
}
/*h3#headerYm {
	background: #666;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 1.4rem;
}*/
/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm {
	display: inline;
}
input,
textarea {
	font-size: 1.3rem;
	padding: 3px 10px;
	margin:0 3px;
	border:1px solid #ccc;
	border-radius: 4px;
}
input	{
	cursor:pointer;
}
input.submit	{
	width:100px;
	padding:10px;
	border: 1px solid #5AAADB;
	background-color: #0072BC;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5AAADB),color-stop(1, #0072BC));
	background-image: -o-linear-gradient(bottom, #5AAADB 0%, #0072BC 100%);
	background-image: -moz-linear-gradient(bottom, #5AAADB 0%, #0072BC 100%);
	background-image: -webkit-linear-gradient(bottom, #5AAADB 0%, #0072BC 100%);
	background-image: -ms-linear-gradient(bottom, #5AAADB 0%, #0072BC 100%);
	background-image: linear-gradient(to bottom, #5AAADB 0%, #0072BC 100%);
	color: #fff;
	font-size:1.4rem;
}
input.submit.history {
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cfcfcf),color-stop(1, #E6E6E6));
	background-image: -o-linear-gradient(top, #cfcfcf 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(top, #cfcfcf 0%, #E6E6E6 100%);
	background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #E6E6E6 100%);
	background-image: -ms-linear-gradient(top, #cfcfcf 0%, #E6E6E6 100%);
	background-image: linear-gradient(to top, #cfcfcf 0%, #E6E6E6 100%);
	color: #666;
}
input.submit:hover	{
	opacity:0.7;
}
.your-name,
.e-mail,
.message	{	width:80%;}
.hissu	{
	display:inline-block;
	background:#C00;
	color:#fff;
	padding:1px 4px;
	font-size:1.2rem;
	font-weight:lighter;
	border-radius: 4px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {}
/*#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: 0 0 5px;
	padding: 0;
	font-size: 13px;
}*/
table.tbl01 {
	width: 100%;
	margin: 15px auto;
}
table.tbl01	td	{
	text-align:left;
}
p.linktop	{
	padding:20px 0;
}
p.linktop	a	{
	color: #555;
	text-decoration: none;
}
/*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;
}*/
/*---------------------------------
		/index.php style 
---------------------------------*/
