@charset "utf-8";


#calendar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 40px;
	color: #333333;
	background-color: #f0f0f0;
	height: auto;	
}

#calendar .calendar_discp{
	color: #333333;
	width: 640px;
	font-size: 2em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#calendarTable{	
	width: 640px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: auto;
	clear: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#calendarTable th{
	width: 89px;
	height: 89px;
	font-size: 2em;
	font-weight: bold;
	line-height: 89px;
	background-image: url(../smart_img/th.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#calendarTable th.calendarHeader{
	height: 89px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 89px;
	background-image: url(../smart_img/weekday.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#calendarTable th.calendarHeader2{
	height: 89px;
	font-size: 2em;
	font-weight: bold;
	line-height: 89px;
	background-image: url(../smart_img/month.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#calendarTable td{
	height: 89px;
	width: 89px;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../smart_img/weekday.png);
	background-repeat: no-repeat;
	vertical-align: middle;		
}





.calendarHeader a{
	color:#333;
	text-decoration: none;
}

.calendarHeader a:hover{
	color:#333;
	text-decoration: underline;
}

#txt_box{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: right;
	clear: both;
	padding-right: 0px;
	padding-bottom: 20px;
}
#txt_box span.txt_p{
	font-size: 2.1em;
	font-weight: normal;	
	color: #333;
	float: right;
	padding-top: 7px;
	padding-bottom: 0px;
}
#txt_box img{
	margin-top: 4px;
	margin-right: 2px;
	padding: 0px;
	float: right;
	border: 1px solid #CCCCCC;
}




/* if ListStyle */

table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
	margin: 0px;
	padding: 0px;
}

/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
	padding: 0px;
	margin: 0px;
	border-right-width: 3px;
}

/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	margin: 0px;
	padding: 0px;
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	margin: 0px;
	padding: 0px;
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	margin: 0px;
	padding: 0px;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	margin: 0px;
	padding: 0px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	margin: 0px;
	padding: 0px;
}

