/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

div:after 				{content: "."; display: block; visibility: hidden; height: 0.1px;
											font-size: 0.1em;line-height: 0; clear: both;}
div 							{zoom: 100%;}
.clearfix:after		{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix 				{min-height: 1px;display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix	{height: 1%;}
.clearfix 				{display: block;}
/* End hide from IE-mac */
/* clearfix end */
.cl								{	display: inline-block;}
.cl:after 				{	content: "";	display: block;	clear: both;}


/*--------------------------------------------------*/


#calendar { height:480px; overflow:hidden; }

fieldset.jcalendar {
	border:1px solid #A1A5A9;
	font:.9em Arial, Helvetica, sans-serif;

}

div.jcalendar table {
	color:#1b1b1b;
	border:1px solid #dcdcdc;
	width:100%;
	
/*	margin:.3em auto; */
}


div.jcalendar table th {
	border-bottom:3px double #dcdcdc;
	border-right:1px solid #dcdcdc;
	text-align:center;
}

div.jcalendar table th.topheader {
	letter-spacing:0.2em;
}

div.jcalendar table th span.s_topheader {
	font-size:18px;
	line-height: 2.3em;
	color:#eb8a00;
}

div.jcalendar table th.weekday {
	background:#fff;
}

div.jcalendar table th span.s_weekday { 
	font-size:13px;
}

div.jcalendar table th.weekend { /*日曜日用*/
	font-size:13px;
	background:#ffeff6;
	color:#bd4b7d;
}

div.jcalendar table th.weekend_sat { /*土曜日用*/
	font-size:13px;
	background:#eaf9ff;
	color:#3867b0;
}

div.jcalendar table th.topheader{ width:100px;}
div.jcalendar table th.weekday,
div.jcalendar table th.weekend,
div.jcalendar table th.weekend_sat {width:12%;}



div.jcalendar table td {
	height:40px;
	border-bottom:1px solid #bfbfbf;
	border-right:1px solid #dcdcdc;
	padding:0;
	text-align:center;
}

div.jcalendar table td.sideheader {
	background:#FFFFFF;
	vertical-align:top;
}

div.jcalendar table td span.s_sideheader {
	font-size:12px;
	color:#1b1b1b;
}

div.jcalendar table td span.s_sideheader2 { /*出荷予定日*/
	font-size:12px;
	background-color:#f9f9f9;
	color:#eb8a00;
	font-weight:bold;
	border-top:1px dotted #ccc;

}



div.jcalendar table td.weekday {
	background:#fff;
	color:#1b1b1b;
}

div.jcalendar table td.weekend { /*日曜日用*/
	background:#ffeff6;
	color:#bd4b7d;
}

div.jcalendar table td.weekend_sat { /*土曜日用*/
	background:#eaf9ff;
	color:#3867b0;
}


div.jcalendar table td.holiday_1 {
	background:#ffeff6;
	color:#1b1b1b;
}

div.jcalendar table td.holiday_2 {
	background:#bee668;
	color:#1b1b1b0;
}

div.jcalendar table td.today { /*本日*/
	background-color:#fff45c!important;
	color:#1b1b1b;
	font-weight: bold;
}

div.jcalendar table td.gray {
	background-color:#f9f9f9;
	color:#888;
	background:url(../img/gray_bg.gif) repeat-x left center #f9f9f9;
}

div.jcalendar table td span.s_target_day {
	font-size:12px;
	font-weight: bold;
}

div.jcalendar table td.today span.s_target_day { /*本日*/
	font-size:16px!important;
	line-height: 2.2em!important;
}

div.jcalendar table td span.s_ship_day {
	font-size:12px;
	background-color:#f9f9f9;
	border-top:1px dotted #ccc;
}

div.jcalendar table td.today span.s_ship_day {
	background-color:#fff45c;
}



div.jcalendar td span { display:block; height:35px; line-height: 2.9em; width:100%; margin:0; padding:0;}
div.jcalendar th span { display:block; height:40px; line-height: 3.1em; font-weight:bold; width:100%;}