@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*--今日の設定--*/
span.Today { font-weight:bold;}
/*--配送日○日後に配送（到着）～などの設定--*/
li.deli {}
/*--オープニングセールの設定（月末セール等毎月決まった日に行う場合）--*/
li.openingsale {}
/*--祝日の設定--*/
li.holyday {
	color:#F00;
	background:#FFF5F5;
}
/*--日曜日の設定--*/
li.Sun {
	color:#D35F30;
	background:#FEE9D6;
}
/*--土曜日の設定--*/
li.Sat {
	color:#45A2E7;
	background:#EDECEA;
}
/*----------------*/
li.undefined {
	cursor: pointer;
	color: #736A4D;
}
/*ui*/
/*--カレンダー外枠--*/
div#cal_wrapper {
	width:218px!important;
	width/**/:218px;
	border:solid 1px #DDD;
	background:#FFF;
	color:#666;
	border-right:none;
	border-bottom:none;
	position: relative;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 0px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 28px;
	list-style: none;
	background-repeat: no-repeat;
}
/*--前月・当日・翌月へのボタン--*/
li.cal_prev {
	background-image: url(../img/cal_01.gif);
}
li.cal_to {
	background-image: url(../img/cal_02.gif);
}
li.cal_next {
	background-image: url(../img/cal_03.gif);
}
/*--カレンダー要素--*/
div.cal_base {}

/*--年月・ボタン枠--*/
div.cal_base p {
	font-size:100%;
	text-align:center;
	padding: 2px;
	margin: 0px;
	border:solid 1px #DDD;
	background:#C4990E;
	border-top:none;
	border-left:none;
	color: #fff;
}
ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
	width:218px;
	height:auto;
	border-top:solid 1px #EDEDED;
}


*:first-child+html ul.cal_main li { width: 14.1%; } 
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 14.1%;
	line-height:25px;
	text-align: center;
	list-style: none;
	font-size:88%;
	padding:1px 0;
	float: left;
	overflow: hidden;
	border-top:none;
	border-left:solid 1px #EDEDED;
	border-bottom:solid 1px #EDEDED;
}

ul.cal_main li:nth-child(7n) {
	border-right:solid 1px #EDEDED;
}	
	
	
	
ul.cal_main li span {
	display: block;
}


li.cal_headline {}
#FS2_body_Cart #LocalMenu{display:none;} #FS2_body_Cart .layout_menu{width:130px;} #FS2_body_Cart .system_content{width:720px;}