@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:1000px;
	margin:0 auto;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
	border-bottom:1px solid #ddd;
}

#calenderTable th{
	padding:5px;
	font-size:12px;
	border-bottom:1px solid #ddd;
	color:#333;
	/*background:#eee;*/
	vertical-align:top;
	background:#f9f9f9;
}
#calenderTable td{
	padding:5px;
	text-align:left;
	font-size:12px;
	border:1px dotted #ccc;
	color:#333;
	width:14%;
	vertical-align:top;
	background:#f9f9f9;
}
#calenderTable .calenderHeader a{
	color:;
	text-decoration:none;
	font-size:small;
}
#calenderTable th.calenderHeader{
	background:#fff;
	border:0;
	font-size:16px;
	font-weight:normal;
	height:30px;
	color:#333;
}
#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderTable td .schedulePulldownList{
	/*text-align:center;
	margin:0 auto;*/
	color:;
	font-size:10.5px;
	padding:0px 0 3px;
	/*border-bottom:1px dotted #ccc;*/
}
#calenderTable td .list1_1{/*平日相談会*/
	background:url(../images/calendar/icon_daily.png) no-repeat left top;
	padding-left:24px;
	width:5.25em;
}
#calenderTable td .list2_1{/*ブライダル相談会*/
	background:url(../images/calendar/icon_isho.png) no-repeat left top;
	padding-left:24px;
	width:8.75em;
}
#calenderTable td .list3_1{/*期間限定*/
	background:url(../images/calendar/icon_fair.png) no-repeat left top;
	padding-left:24px;
	width:11em;
	color:#A92020;
}
/*#calenderTable td .list2_1{
	background:url(../images/calendar/icon_jinbutsu.png) no-repeat left top;
	padding-left:24px;
	width:9.75em;
}*/

#calenderTable td .list4_1{/*期間限定*/
	background:url(../images/calendar/icon_fair-sp.png) no-repeat left top;
	padding-left:24px;
	width:11em;
	color:#A92020;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
}
p.holidayText{
	font-size:12px!important;
	margin:10px 0 0 20px;
	padding:0 0 5px 0;
}


/* 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;
}
#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;
}
