@charset "utf-8";

.calender_box {
	float: right;
	width: 410px;
}

.calender {
	border: #3B3B3B solid 3px;
}

.calender .head {
	border-bottom: #3B3B3B solid 3px;
	min-height: 60px;
	text-align: center;
	position: relative;
}

.calender .head p.year {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

.calender .head p.month {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.calender .head .controls {
	width: 200px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -100px;
}

.calender .head .controls a.previous {
	display: block;
	float: left;
	width: 23px;
	height: 28px;
	background: url(../images/common/arrow_l.png) no-repeat 0 0;
}

.calender .head .controls a.next {
	display: block;
	float: right;
	width: 23px;
	height: 28px;
	background: url(../images/common/arrow_r.png) no-repeat 0 0;
}

.calender .head .controls a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.calender table {
	width: 100%;
	margin: 15px 0;
}

.calender th {
	width: 42px;
	height: 42px;
	vertical-align: top;
	text-align: center;
	padding: 8px 0 0;
}

.calender td {
	width: 42px;
	height: 42px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	padding: 8px 0 0;
}

.calender td.current {
	background-color: #FFE200;
}

.calender td p.status {
	padding: 5px 0 0;
	text-align: center !important;
}

.calender td p.status span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
}

.calender_box div.status {
	padding: 15px 0;
	border-bottom: #C0C0C0 solid 1px;
}

.calender_box div.status span {
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 12px;
}

span.all {
	background-color: #f09300;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	padding: 0 !important;
}

span.ex {
	background-color: #8e24aa;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	padding: 0 !important;
}

span.event {
	background-color: #009686;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	padding: 0 !important;
}

span.main {
	background-color: #3F51B5;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	padding: 0 !important;
}

span.annex {
	background-color: #D81B60;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	padding: 0 !important;
}

span.closed {
	background-color: #616161;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	padding: 0 !important;
}

.calender_box .calender_txt p {
	max-width: 100%;
	padding: 15px 0;
	line-height: 18px;
	font-size: 12px;
}

@media screen and (max-width: 1025px) {
	.calender_box {
		width: 95%;
		margin: 0 auto;
		font-size: 1em;
		float: none;
	}

	.calender {
		border: #3B3B3B solid 3px;
	}

	.calender .head {
		border-bottom: #3B3B3B solid 3px;
		min-height: 60px;
		text-align: center;
		position: relative;
	}

	.calender .head p.year {
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		margin: 10px 0 5px;
		padding: 0;
	}

	.calender .head p.month {
		font-size: 32px;
		line-height: 32px;
		font-weight: bold;
		margin: 0 0 10px;
	}

	.calender .head .controls {
		width: 274px;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -137px;
	}

	.calender .head .controls a.previous {
		display: block;
		float: left;
		width: 30px;
		height: 38px;
		background: url(../images/common/arrow_l.png) no-repeat 0 0;
	}

	.calender .head .controls a.next {
		display: block;
		float: right;
		width: 30px;
		height: 38px;
		background: url(../images/common/arrow_r.png) no-repeat 0 0;
	}

	.calender .head .controls a:hover {
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.calender table {
		width: 560px;
		margin: 15px 0;
		font-size: 16px !important;
	}

	.calender th {
		width: 57px;
		height: 57px;
		vertical-align: top;
		text-align: center;
		padding: 8px 0 0;
		font-size: 16px !important;
	}

	.calender td {
		width: 57px;
		height: 57px;
		vertical-align: top;
		text-align: center;
		padding: 8px 0 0;
		font-size: 16px !important;
	}

	.calender td.current {
		background-color: #FFE200;
	}

	.calender td p.status {
		padding: 5px 0 0;
		text-align: center !important;
	}

	.calender td p.status span {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 1px;
	}

	.calender_box div.status {
		padding: 15px 0;
		border-bottom: #C0C0C0 solid 1px;
	}

	.calender_box div.status span {
		display: inline-block;
		padding: 0 10px 0 0;
		font-size: 16px;
		line-height: 1.5;
	}

	span.all {
		background-color: #f09300;
		width: 8px;
		height: 8px;
		margin: 0 1px;
		padding: 0 !important;
	}

	span.ex {
		background-color: #8e24aa;
		width: 8px;
		height: 8px;
		margin: 0 1px;
		padding: 0 !important;
	}

	span.event {
		background-color: #009686;
		width: 8px;
		height: 8px;
		margin: 0 1px;
		padding: 0 !important;
	}

	span.main {
		background-color: #3F51B5;
		width: 8px;
		height: 8px;
		margin: 0 1px;
		padding: 0 !important;
	}

	span.annex {
		background-color: #D81B60;
		width: 8px;
		height: 8px;
		margin: 0 1px;
		padding: 0 !important;
	}

	span.closed {
		background-color: #616161;
		width: 8px;
		height: 8px;
		margin: 0 1px;
		padding: 0 !important;
	}

	.calender_box .calender_txt p {
		width: 95%;
		padding: 15px 0 0;
		line-height: 24px;
		margin: 0 auto;
		font-size: 1em;
	}
}