@charset "UTF-8";

/*説明文*/
#navSub p#calendar {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 8px 10px;
	width: 196px;
	border-top: 3px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #ffffff;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
#calendar {
	font-size: 18px;
	font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝B","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-weight: bold;
	color: #013458;
	border-bottom: solid 2px #013458;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: center;
}

#time {
	width: 260px;
	float: right;
	border: solid 1px #E5E5E5;
	padding: 20px 30px;
	text-align: left;
}
#time .boxLeft,
#time .boxRight {
	margin: 0 0px 5px 0px;
}
#time .boxLeft.note01 {
	line-height: 1.5;
}
#time span{
	padding: 5px 10px;
	margin-right: 10px;
}
#time span.weekly {
	background: #F7F79F;
}
#time span.sun {
	background: #FFEEEE;
	color: #CC0000;
}
#time span.sat {
	background: #E6F5FF;
	color: #3366CC;
}
#time span.holiday {
	background: #ffffff;
	border: solid 1px #CCCCCC;
}

/*day*/
span.Today {
	/*cursor: pointer;
	font-weight: bolder;
	display: block;
	color: #2DB3B3;
	text-decoration: underline;*/
}
/*
.deli {
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
*/
li.holyday {
	background: #ffffff;
}
li.Thu {
	background: #ffffff;
}
li.Sun {
	background: #FFEEEE;
	color: #CC0000;
	font-weight: bold;
}
li.Sat {
	background: #E6F5FF;
	color: #3366CC;
	font-weight: bold;
}
li.Fri {
	background: #FFF0B3;
	font-weight: bold;
}
li.undefined {
	cursor: pointer;
	background: #F7F79F;
}

/*ui*/
div.cal_wrapper {
	width: 308px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	/*position: relative;*/
	float: left;
}
ul.cal_ui {
	padding: 10px 0 0;
	margin: 0px;
	width: 72px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 23px;
	height: 19px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 1px;
}
li.cal_prev {
	background-image: url(/img/common/cal_01.png);
}
li.cal_to {
	background-image: url(/img/common/cal_02.png);
}
li.cal_next {
	background-image: url(/img/common/cal_03.png);
}

div.cal_base {
}

div.cal_base p {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #E5E5E5;
	text-align: left;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	padding: 2px 0px 2px 0px;
	width: 43px;
	text-align: center;
	list-style: none;
	font-size: 14px;
	float: left;
	overflow: hidden;
	margin-right: 1px;
	margin-bottom: 1px;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	width: 44px !important;
	border-bottom: solid 1px #E5E5E5;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}



/*　max-width: 1000px より小さい幅の時　*/
@media (max-width: 999px) {
#navSub p#calendar {
}
#calendar {
	font-size: 16px;
}

#time {
	float: none;
	margin: 20px auto 0;
}
#time .boxLeft,
#time .boxRight {
	margin: 0 0px 5px 0px;
}
#time .boxLeft.note01 {
	line-height: 1.5;
}
#time span{
	padding: 5px 10px;
	margin-right: 10px;
}
#time span.weekly {
	background: #F7F79F;
}
#time span.sun {
	background: #FFEEEE;
	color: #CC0000;
}
#time span.sat {
	background: #E6F5FF;
	color: #3366CC;
}
#time span.holiday {
	background: #ffffff;
	border: solid 1px #CCCCCC;
}

/*day*/
span.Today {
	cursor: pointer;
	font-weight: bolder;
	display: block;
	color: #2DB3B3;
	text-decoration: underline;
}
li.holyday {
	background: #ffffff;
}
li.Thu {
	background: #ffffff;
}
li.Sun {
	background: #FFEEEE;
	color: #CC0000;
	font-weight: bold;
}
li.Sat {
	background: #E6F5FF;
	color: #3366CC;
	font-weight: bold;
}
li.Fri {
	background: #FFF0B3;
	font-weight: bold;
}
li.undefined {
	cursor: pointer;
	background: #F7F79F;
}

/*ui*/
div.cal_wrapper {
	float: none;
	margin: 0 auto;
}
ul.cal_ui {
	padding: 10px 0 0;
	margin: 0px;
	width: 72px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 23px;
	height: 19px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 1px;
}
li.cal_prev {
	background-image: url(/img/common/cal_01.png);
}
li.cal_to {
	background-image: url(/img/common/cal_02.png);
}
li.cal_next {
	background-image: url(/img/common/cal_03.png);
}

div.cal_base {
}

div.cal_base p {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #E5E5E5;
	text-align: left;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	padding: 2px 0px 2px 0px;
	width: 43px;
	text-align: center;
	list-style: none;
	font-size: 14px;
	float: left;
	overflow: hidden;
	margin-right: 1px;
	margin-bottom: 1px;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	width: 44px !important;
	border-bottom: solid 1px #E5E5E5;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
}