@charset "utf-8";
/* css Document */
.left-cont{
	float: left;
	width:230px;
	background-color: #fff;
	margin-bottom: 40px;
	padding: 10px 0 20px 0;
}
.left-cont a{
	color: #000;
	text-decoration: none;
}
.left-cont h2{
	font-size: 20px;
	color: #D90000;
	font-weight: bold;
	border-bottom: 4px solid #D90000;
	margin-bottom: 10px;
	padding: 0 0 6px 10px;
}
.left-cont h3{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 6px 5px;
}
.left-cont ul,
.left-cont .border-btm{
	margin-bottom: 15px;
	border-bottom: 1px dashed #D90000;
	padding-left: 5px;
}
.left-cont ul:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.left-cont h3 a,
.left-cont li a{
	display: block;
	background: url(/common/img/arrow_01.png) 0 center no-repeat;
	margin-bottom: 10px;
	padding-left:20px;
}
.left-cont h3 a:hover,
.left-cont li a:hover{
	color: #D90000;
	text-decoration: underline;
}
.menu-two-line li{
	float: left;
	width: 50%;
}
.left-cont input.search-form{
	width: 60px;
	border-right: 1px solid #bbb;
	height: 30px;
}
.left-cont .search-btn{
	margin-left: 5px;
}
.left-cont .search-box{
	width: 100%;
	padding-bottom: 15px;
}
/* カレンダー */
caption{
	margin-bottom: 5px;
}
.left-cont table {
	margin-bottom: 5px;
}
.left-cont th {
	text-align:center;
	white-space:nowrap;
	padding:5px 5px 0 5px;
	border:solid 1px #666;
	border-bottom:solid 2px #666;
}
.left-cont th.sunday {
	color: #B20000;
	background-color:#FFBFBF;
}
.left-cont th.sataday {
	color: #0059B2;
	background-color:#BFDFFF;
}
.left-cont td {
	text-align: center;
	width: 14.2%;
	padding:4px 5px;
	border:solid 1px #666;
	border-bottom:solid 1px #666;
	vertical-align: top;
	word-break:break-all;
}
.left-cont .close{
	background-color: #B1B1B1;
}
.close-box {
	margin-left: 5px;
	line-height: 1.0;
}
.close-box span{
	color: #B1B1B1;
	font-size: 25px;
	vertical-align: middle;
}
