@charset "UTF-8";


/*----------------------------------------------------------------------------*/
div.calendar {
	width:  210px;
	height: 285px;
	border: solid 1px #5E2F4E;
	padding: 0 34px;
}

.calendar .clarification, #calendars .clarification {
	display: none;
	font-size: 10px;
	position: relative;
	left: -4px;
}
.calendar .clarification span:nth-child(1), #calendars .clarification span:nth-child(1) {
	display: inline-block;
	background-color: #9C0067;
	opacity: 0.4;
	width: 18px;
	height: 18px;
	-ms-filter: "alpha(opacity=40)";
}
.calendar .clarification span:nth-child(2), #calendars .clarification span:nth-child(2) {
	display: inline-block;
	padding: 0 0 0 8px;
	position: relative;
	top: -4px;
}

.calendar h6 {
	margin: 20px 0;
	position: relative;
}

.calendar h6 a.previous, .calendar h6 a.next {
	display: none;
	width: 11px;
	height: 15px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.calendar h6 a.previous { left: -4px; }
.calendar h6 a.next { right: -4px; }


.calendar h6 span {
	text-align: left;
	font-size: 10px;
	display: inline-block;
	position: relative;
	top: -4px;
	width: 76px;
}

.calendar h6 .year { text-align: right; }
.calendar h6 .month-n {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 26px;
	padding: 0 16px;
	top: 0;
}

.calendar table th {
	text-align: center;
	width: 30px;
	height: 32px;
}

.calendar table th .jp { font-size: 12px; padding: 0 0 6px; }
.calendar table th .en { font-size: 8px; }
.calendar table th.sun { color: #B20000; }

.calendar table td {
	text-align: center;
	vertical-align: middle;
}

.calendar table td.show { background-color: #DDDDDD; }

.calendar table td span {
	display: block;
	height: 10px;
	width: 30px;
	padding: 10px 0;
	position: relative;
}

.calendar table td div {
	position: relative;
}
.calendar table td p.close {
	width: 22px;
	height: 22px;
	background-color: #9C0067;
	opacity: 0.4;
	-ms-filter: "alpha(opacity=40)";
	position: absolute;
	top: 4px;
	left: 4px;
}


/*----------------------------------------------------------------------------*/
.top .calendar { height: 324px; }

.top .calendar .clarification { display: block; margin: 18px 0 0 0; }

.top .calendar h6 a.previous, .top .calendar h6 a.next { display: block; }


/*----------------------------------------------------------------------------*/
#calendars {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#calendars .calendar {
	float: left;
	margin-left: 20px;
}
#calendars .calendar:first-child { margin-left: 0; }

#calendars .go-round {
	width: 880px;
	margin: 0 auto;
	position: relative;
}

#calendars > a.previous, #calendars > a.next {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 120px;
}
#calendars > a.previous { left: 0; }
#calendars > a.next { right: 0; }

#calendars > .clarification {
	display: block;
	width: 880px;
	margin: 15px auto;
}
