@charset "UTF-8";
/*
 * news.css
 *
 *  version --- 3.5
 *  updated --- 2013/6/17
 */

/* !Clearfix
---------------------------------------------------------- */
.boxNews01,
.tit_sub_area01,
.box_icon_area01
{
	display: block;
	min-height: 1%;
}
.boxNews01:after,
.tit_sub_area01:after,
.box_icon_area01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .boxNews01,
* html .tit_sub_area01,
* html .box_icon_area01
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !pagination
---------------------------------------------------------- */
.paginationList01 {
	margin-bottom: 70px;
}
	.paginationList01 li {
		margin-bottom: 1px;
	}

/* !記事詳細
---------------------------------------------------------- */
.tit_sub_area01 {
	margin: -10px 0 40px;
}

.box_icon_area01 {
	margin-top: -53px;
}
	.box_icon_area01 .ul_icon_area01 {
		position: relative;
		margin: 0 0 40px;
	}
	.box_icon_area01 .txt_news_update01 {
		font-weight: bold;
		text-align:right;
	}

.dl_detail01 {
}
	.dl_detail01 dt {
		font-weight: bold;
	}
	.dl_detail01 dd {
	}
		.dl_detail01 dd p {
			margin-bottom: 30px;
		}
		.dl_detail01 dd p.last {
			margin-bottom: 0;
		}
.box_txt_area01 {
}
	.box_txt_area01 p {
		text-indent: 1em;
		margin-bottom: 30px;
	}
	.box_txt_area01 p.last {
		margin-bottom: 0;
	}
		.box_txt_area01 p strong {
			font-weight: bold;
		}
	.box_txt_area01 p.flImgR,
	.box_txt_area01 p.flImgL {
		text-indent: 0;
	}

/* !~/news/
---------------------------------------------------------- */
.boxNews01 {
	padding: 14px 20px 21px 20px;
	margin-bottom: 20px;
	border: 10px solid #eff3f4;
	position: relative;
}
	.boxNews01 .img {
		width: 290px;
		float: left;
		margin: 6px 23px 0 0;
	}
	.boxNews01 .detail {
		width: 337px;
		float: left;
	}
		.boxNews01 .summary {
			min-height: 145px;
		}
			.boxNews01 .title {
			}
				.boxNews01 .title a {
					color: #333;
					text-decoration: underline;
				}
				.boxNews01 .title a:hover {
					text-decoration: none;
				}
			.boxNews01 .date {
				font-size: 86%;
				margin-bottom: 10px;
			}
			.boxNews01 .text {
				margin-bottom: 5px;
			}
			.boxNews01 .links {
				position: absolute;
				left: 332px;
				bottom: 15px;
			}
				.boxNews01 .links li {
					display: inline-block;
					*display: inline;
					*zoom: 1;
					margin-right: 4px;
				}
					.boxNews01 .links li a {
						font-size: 86%;
					}
em {
	font-style: italic;
}

/* !~/event/
---------------------------------------------------------- */
.boxEvent01 {
}
	.boxEvent01 .titArea01 {
		overflow: hidden;
		*zoom: 1;
	}
		.boxEvent01 .titArea01 .tit01 {
			float: left;
			font-weight: bold;
			font-size: 158%;
			line-height: 1.1;
		}

.ulBtnCalendar01 {
	text-align: right;
	position: relative;
	height: 34px;
	background: url(/common/img/bg_event.gif) no-repeat right top;
}
.englishPage .ulBtnCalendar01 {
	background: url(/english/common/img/bg_event.gif) no-repeat right top;
}
	.ulBtnCalendar01 li {
		position: absolute;
		top: 0;
		width: 153px;
		height: 34px;
	}
	.ulBtnCalendar01 li.btn_next {
		right: 0;
		background: url(/common/img/bg_event03.gif) no-repeat left top;
	}
	.ulBtnCalendar01 li.btn_prev {
		right: 153px;
		background: url(/common/img/bg_event02.gif) no-repeat left top;
	}
	.ulBtnCalendar01 li.btn_this {
		right: 306px;
		background: url(/common/img/bg_event01.gif) no-repeat left top;
		width: 154px;
	}
	.englishPage .ulBtnCalendar01 li.btn_next {
		right: 0;
		background: url(/english/common/img/bg_event03.gif) no-repeat left top;
	}
	.englishPage .ulBtnCalendar01 li.btn_prev {
		right: 153px;
		background: url(/english/common/img/bg_event02.gif) no-repeat left top;
	}
	.englishPage .ulBtnCalendar01 li.btn_this {
		right: 306px;
		background: url(/english/common/img/bg_event01.gif) no-repeat left top;
		width: 154px;
	}


.tableEvent01 {
	width: 100%;
	font-size: 86%;
}
	.tableEvent01 th {
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #fff;
		width: 50px;
	}
	.tableEvent01 th.th00 { display: none; }
	.tableEvent01 th.th01 {background: #666;}
	.tableEvent01 th.th02 {background: #999;}
	.tableEvent01 tr.saturday th.th01 {background: #052d5d;}
	.tableEvent01 tr.saturday th.th02 {background: #0d4f78;}
	.tableEvent01 tr.holiday th.th01 {background: #937601;}
	.tableEvent01 tr.holiday th.th02 {background: #ab8f12;}
	.tableEvent01 td {
		background: #f3f3f3;
		border-bottom: 1px solid #fff;
	}
	.tableEvent01 tr.saturday td {
		background: #eff3f4;
	}
	.tableEvent01 tr.holiday td {
		background: #f4f0e0;
	}
		.tableEvent01 th div {
			padding: 5px 0;
		}
		.tableEvent01 td div {
			padding: 5px 15px;
		}
		
.ul_link_list01 {
}
	.ul_link_list01 li {
		margin-bottom: 2px;
		background: url(/common/img/ico_arrow04.png) left 0.75em no-repeat;
		padding-left: 12px;
		*zoom: 1;
	}
	.ul_link_list01 li.last {
		margin-bottom: 0;
	}
	
/* !~/information/
---------------------------------------------------------- */		
.ul_news01 {
}
	.ul_news01 li {
	}
	.ul_news01 li.last {
		margin-bottom: 0;
	}
		.ul_news01 li p {
		}
		.ul_news01 li .detail01 {
		}
			.ul_news01 li .txt01 {
				font-size: 86%;
				padding-left: 12px;
				background: url(/common/img/ico_arrow04.png) left 0.75em no-repeat;
				overflow: hidden;
				*zoom: 1;
			}
				.ul_news01 li .txt01 a {
					text-decoration: none;
				}
				.ul_news01 li .txt01 a:hover {
					text-decoration: underline;
				}
			.ul_news01 li .link01 li {
				vertical-align: top;
				background: none;
				padding: 0;
				display: block;
				*display: inline;
				*zoom: 1;
			}
				.ul_news01 li .link01 li a {
					font-size: 86%;
				}

.ul_news01 {
	margin-bottom: 45px;
}
	.ul_news01 li {
		background: url(/common/img/bg_dot_x01.gif) left bottom repeat-x;
		padding-bottom: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		*zoom: 1;
	}
		.ul_news01 li .date01 {
			width: 6.5em;
			margin-right: 2em;
			float: left;
			font-size: 86%;
			overflow: hidden;
			*zoom: 1;
		}
			.ul_news01 li .link01 {
				float: right;
				margin-left: 18px;
				text-align: right;
			}				
				.ul_news01 li .link01 li {
					margin: 0 0 0 10px;					
				}

/* !~/lesson_info/
---------------------------------------------------------- */
/*.boxLecture01 {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
	.boxLecture01 .title {
		float: left;
		font-weight: bold;
		font-size: 143%;
	}
	.boxLecture01 .links {
		float: right;
		margin-top: 8px;
	}
		.boxLecture01 .links li {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin-left: 25px;
			background: url(/common/img/ico_arrow01.png) left 50% no-repeat;
			padding-left: 15px;
		}
			.boxLecture01 .links li a {
				color: #333;
				text-decoration: none;
			}
			.boxLecture01 .links li a:hover {
				text-decoration: underline;
			}
	.boxLecture01 table {
		border-collapse: collapse;
	}
		.boxLecture01 table th,
		.boxLecture01 table td {
			font-size: 86%;
		}
		.boxLecture01 table th {
			background-color: #105f90;
			text-align: center;
			color: #fff;
		}
		.boxLecture01 table th.odd {
			background-color: #0d4f78;
		}
			.boxLecture01 table th div,
			.boxLecture01 table td div {
				margin: 4px 5px;
			}
		.boxLecture01 table td {
			text-align: center;
			border-bottom: 1px solid #cccccc;
			background-color: #eff3f4;
		}
		.boxLecture01 table td.first {
			background-color: #052d5d;
			color: #fff;
			border-bottom: 1px solid #37577d;
		}
		.boxLecture01 table td.last {
			border-right: 1px solid #cccccc;
		}
		.boxLecture01 table td.odd {
			background-color: #fff;
		}
 */                                    
/* !~/entarance_information/
---------------------------------------------------------- */
/*.box_entrance_single {
	width: 100%;
}
.box_entranceL {
	float: left;
	width: 340px;
}
.box_entranceR {
	float: right;
	width: 340px;
}
	.box_entrance_single li ,
	.box_entranceL li ,
	.box_entranceR li {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #cccccc;
	}
		.box_entrance_single .ttl ,
		.box_entranceL .ttl ,
		.box_entranceR .ttl {
			margin-bottom: 20px;
		}
		.box_entrance_single .date ,
		.box_entranceL .date ,
		.box_entranceR .date {
			font-size: 85%;
		}
		.box_entranceL .title a {
			padding-left: 20px;
			display: block;
			line-height: 1.5;
			background: url(/common/img/ico_window01.png) no-repeat left 0.5em;
		}
		.box_entrance_single .title a ,
		.box_entranceR .title a {
			padding-left: 20px;
			display: block;
			line-height: 1.5;
			background: url(/common/img/ico_arrow04.png) no-repeat 3px 0.6em;
		}
				.box_entrance_single .links,
				.box_entranceL .links,
				.box_entranceR .links {
					margin-top: 10px;
					padding: 1px 18px 5px 0;
				}
					.box_entrance_single .links li,
					.box_entranceL .links li,
					.box_entranceR .links li {
						margin-bottom: 0;
						padding-bottom: 0;
						border-bottom: none;
						display: inline-block;
						*display: inline;
						*zoom: 1;
					}
						.box_entrance_single .links li a,
						.box_entranceL .links li a,
						.box_entranceR .links li a {
							font-size: 86%;
						}
*/

/* archives 2014.06.17 update
---------------------------------------------------------- */
.archiveList01 {
	margin: 0 0 30px 0;
}
	.archiveList01 li {
		margin-bottom: 1px;
		background: url(/common/img/bg_dot_x01.gif) left bottom repeat-x;
		padding: 0 0 13px 0;
		margin: 0 0 13px 0;
	}
		.archiveList01 li .date {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			font-size: 86%;
			margin: 0 15px 0 0;
			padding: 3px 0 0 0;
		}
		.archiveList01 li .category {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			font-size: 100%;
		}
			.archiveList01 li .category li {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				padding: 0;
				margin: 0 10px 0 0;
				background: none;
			}
				.archiveList01 li .category li a.ico_category01 {
					color: #333;
					background: url(/common/img/ico_category01.gif) left 0.25em no-repeat;
					padding: 0 0 0 17px;
				}
		.archiveList01 li .title {
			font-size: 86%;
			background: url(/common/img/ico_arrow04.png) left 0.7em no-repeat;
			padding: 0 0 0 12px;
		}
		.ul_news01 li .schedule {
			display: block;
			font-size: 78%;
			margin-left: 113px;
		}

.h1_category_rwd01 {
	background: url(/common/img/bg_h1.gif) left bottom no-repeat;
	padding-bottom: 18px;
	margin-bottom: 25px;
	position: relative;
}
	.h1_category_rwd01 h1 {
		color: #927500;
		font-size: 215%;
		background: none;
		font-weight: bold;
		line-height: 1.2;
		margin: 0;
		padding: 0 150px 0 0;
	}
	.h1_category_rwd01 h1 {
		font-size: 215%;
	}
	.h1_category_rwd01 .ul_rss_head01 {
		float: right;
		margin-left: 10px;
	}
		.h1_category_rwd01 .ul_rss_head01 li {
			line-height: 0;
			font-size: 0;
			padding-top: 14px;
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin: 0 0 0 18px;
		}	