

.fontWin{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif !important;
}
.fontMac{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	}


div.cal_wrapper {
	width:88%;
	margin:0 auto;
    margin-left: -10px;
}

#cal0,#cal1 {
	height:220px;
}

#cal1 {
	margin-top:10px;
}
div.schedule_wrapper {
	width: 226px;
	border: solid 1px #351807;
	margin:0 auto;
}
div.schedule_wrapper h3 {
	font-weight: normal;
	margin:0 auto;
	font-size: 16px;
	color: #351807;
}
div.schedule_wrapper div.schedule_list {
	
}
div.schedule_wrapper div.schedule_list ol {
	margin: 2px auto;
	border-top: solid 1px #351807;
	
}
div.schedule_wrapper div.schedule_list ol li {
	margin: 0px 0px 0px 30px;
	font-size: 16px;
	line-height: 1.5em;
}
div.cal_wrapper table.cal tr th p {
	margin:0 auto;
	color: #351807;
	font-size:16px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #351807;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #351807;
}
div.cal_wrapper table.cal tr td {
	font-size: 16px;
	text-align: center;
	margin:0 auto;
	padding:2px;
}

div.cal_wrapper table.cal tr td:first-child {
	clear:both;
	color:#C60003;
	}
div.cal_wrapper table.cal tr.headline td {
	color: #351807;
	font-weight:bold;
}

div.cal_wrapper table.cal tr.headline td:first-child {
	clear:both;
	color:#C60003;
	}
div.cal_wrapper table.cal tr.headline td:last-child {
	clear:both;
	color:#1F37B4;
	}
	
/**div.cal_wrapper table.cal tr.headline {
	background-color: #FFF;
}**/
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 0 3px;
	font-size: 16px;
	color:#351807;
	text-align: center;
	
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	left: 0px;
	width: 226px;
	border: solid 1px #351807;
	background-color: #FFF;
	text-align: left;
	z-index: 10;
	color: #351807;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	color: #351807;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #351807;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight:600;
	background-color: #C5AF96;
	border-radius:2px;
}
div.cal_wrapper table.cal tr td div.backward {
	color: #888888;
	font-weight: normal;
	background-color: transparent;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #C5AF96;
}
