@charset "Shift_JIS";
/*------------------------------------------------------
calen.css
copyright (c) Pleasure Sky Corp., All Rights Reserved.
--------------------------------------------------------*/

/*-------------------------
 カレンダー表示用
--------------------------*/
.horz {
	background: #FAFADD;
}
.calendar {
	margin : 15px 0px 0px 0px ;
}
.calendar .header {
}
.calendar .footer {
	clear: both;
	width: 170px;
	text-align: center;
	font-size: 8pt;
}
.calendar div.calen {
	margin: 4px;
}
.horz div.calen {
	margin: 4px;
	float:left
}
div.calen * {
	text-align: center;
	font-size: 9pt;
}
div.calen table {
	border: solid 1px #999;
	width: 160px;
	background: #FFF;
}
div.calen caption {
	font-weight: bold;
}
div.calen th {
}
div.calen td {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
div.calen th.sun {
	color: #FF3300;
	background: #EEEEEE;
}
div.calen th.mon {
	background: #EEEEEE;
}
div.calen th.tue {
	background: #EEEEEE;
}
div.calen th.wed {
	background: #EEEEEE;
}
div.calen th.thu {
	background: #EEEEEE;
}
div.calen th.fri {
	background: #EEEEEE;
}
div.calen th.sat {
	color: #0033FF;
	background: #EEEEEE;
}
div.calen td.sun {
}
div.calen td.mon {
}
div.calen td.tue {
}
div.calen td.wed {
}
div.calen td.thu {
}
div.calen td.fri {
}
div.calen td.sat {
}
div.calen .today {
	background: #FFCC00;
	font-weight: bold;
}
div.calen .todayholiday {
	font-weight: bold;
	color: #FF3300;
	background: #FFCC00;
}
.holiday {
	color: #FF3300;
	font-weight: bold;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*-------------------------
 仕上がり＆発送日表示用
--------------------------*/
div.delivery {
	width: 400px;
}
div.delivery div {
	padding: 10px;
	border: solid 1px #000;
	font-size: 10pt;
/*	font-weight: bold; */
	text-align: center;
	line-height: 120%;
	color: #000;
	background: #FAFADD;
}
