@charset "utf-8";
/* CSS Document */
.page_content h2.calendar_title {
	margin-bottom: 20px;
  padding: 0;
  border: none;
  background: none;
  font-size: inherit;
	font-size: 150%;
	font-weight: normal;
}
.calendar_section {
	border-top: 2px solid #00a7d7;
	border-bottom: none;
}
.calendar_section > ul > li {
	padding: 5px 0;
	border-bottom: 1px solid #56cff2;
}
.calendar_section > ul > li:last-child {
	border-bottom: none;
}
.calendar_section > ul > li > dl.calendar_item {
	width: 100%;
	background: none;
}
.calendar_section > ul > li > dl.calendar_item:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.calendar_section > ul > li > dl.calendar_item > dt {
	width: 100%;;
	float: none;
	padding: 0;
	color: #00a7d7;
	font-weight: bold;
}
.calendar_section > ul > li > dl.calendar_item > dt span.txt_month {
	font-size: 300%;
	padding-right: 2px;
}
.calendar_section > ul > li > dl.calendar_item > dt span.txt_word {
	font-size: 150%;
}
.calendar_section > ul > li > dl.calendar_item > dd {
	width: 100%;
	float: none;
	padding: 10px 0;
}
.calendar_section > ul > li > dl.calendar_item > dd > dl {
	width: 100%;
	font-size: 117%;
	overflow: hidden;
}
.calendar_section > ul > li > dl.calendar_item > dd > dl:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.calendar_section > ul > li > dl.calendar_item > dd > dl > dt {
	width: 130px;
	float: none;
	display: table-cell;
	line-height: 1.7;
}
.calendar_section > ul > li > dl.calendar_item > dd > dl > dd {
	width: auto;
	float: none;
	display: table-cell;
	line-height: 1.7;
}
.title_caption {
	margin-top: 15px;
}