@charset "UTF-8";
/* CSS Document */

h3{
	font-size:36px;
	text-align:center;
	margin-top:40px;
	margin-bottom:30px;
}
h3 span{
	color:#FF0000;
}
section{
	background:url(pin.png) center 0 no-repeat;
	padding:77px 77px 150px 77px;
}

div.calendar{
	background:#8E6549;
	border-radius:10px;
	width:600px;
	padding:20px 0;
	margin:0 auto;
}

table{
	color:#FFF;
	text-align:center;
	margin:0 auto;
}
th{
	vertical-align:middle;
}
tr{
	background-color:#FFF5FF;
}
th.sun{
	background:#C40030;
	width:80px;
	height:27px;
}
th.mon{
	background:#251E1C;
	width:80px;
	height:27px;
}
th.tue{
	background:#251E1C;
	width:80px;
	height:27px;
}
th.wed{
	background:#251E1C;
	width:80px;
	height:27px;
}
th.thu{
	background:#251E1C;
	width:80px;
	height:27px;
}
th.fri{
	background:#251E1C;
	width:80px;
	height:27px;
}
th.sat{
	background:#224A99;
	width:80px;
	height:27px;
}

td{
	width:80px;
	height:90px;
	padding-top:5px;
	border:1px solid #251E1C;
	box-sizing:border-box;
}
td h5{
	background:#251E1C;
	border-radius:50%;
	width:30px;
	height:20px;
	margin-left:25px;
	line-height:1em;
	padding:5px 0;
	text-align:center;
}
td.sun h5{
	background:#C40030;
}

td.sat h5{
	background:#224A99;
}

td.white{
	background-color:#FFF;
}
td.white p{
	color:#FF0004;
	font-size:12px;
	margin-top:5px;
}
td.hantoumei h5{
	opacity:0.5;
}

.kaisetu{
	font-size:13px;
	margin-top:9px;
	margin-left:105px;
	line-height:21px;
}

.kaisetu .red{
	color:red;
	font-weight:bold;
}

.kaisetu .red02{
	color:red;
}
.kaisetu .black{
	margin-left:20px;
	font-weight:bold;}