@charset "utf-8";

/* /enrolled/index.html
---------------------------------------------------------- */
h1 {
	border: none;
	padding: 0;
}

.indexLinks01 {
	*width: 710px;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
	.indexLinks01 li {
		float: left;
		width: 176px;
		height: 59px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
		.indexLinks01 li a {
			width: 176px;
			height: 118px;
			position: absolute;
		}
		.indexLinks01 li a:hover,
		.indexLinks01 li a:focus {
			margin-top: -59px;	
		}

.textDetail .btn01 {
	padding-left: 30px;
	background: url(/enrolled/img/bg_index_news01.gif) no-repeat left top;
}

.linkBox p {
		margin-top: 5px;
	}
		.linkBox p span {
			background: url(/enrolled/img/bg_index_news0101.png) no-repeat left top;
			display: block;
			height: 24px;
			padding-left: 30px;
		}
			.linkBox p span a {
				background: url(/enrolled/img/bg_index_news0102.png) no-repeat right top;
				display: inline-block;
				height: 18px;
				padding: 0px 18px 6px 0;
				overflow: hidden;
			}

.tabList01 {
	margin-bottom: 0;
}
	.tabList01 li table td {
		width: 166px;
		height: 41px;
		text-align: center;
		background: url(/enrolled/img/bg_tab_no02.gif) scroll left top;
	}
	.tabList01 li table  td.active {
		background: url(/enrolled/img/bg_tab_on02.gif) scroll left top;
	}

.indexList01 {
	padding: 0;
	font-size: 86%;
}
	.indexList01 > li {
		padding: 5px 12px;
		border-bottom: 1px solid #fff;
	}
		.indexList01 li .text .category {
			margin-left: 30px;
		}
			.indexList01 li .text .category li {
				float: left;
				*display: inline;
				margin-left: 10px;
				padding: 0;
			}
			.indexList01 li .text .category li.first {
				margin-left: 0;	
			}
				.indexList01 li .text .category li a {
					color: #333;
				}					

.indexList02{
	padding: 0;
	font-size: 86%;
}
	.indexList02 li {
		padding: 5px 12px;
		border-bottom: 1px solid #fff;
	}
		.indexList02 li .date {
			width: 13em;
			float: right;

			margin: 0 0 0 15px;
		}
		.indexList02 li .text {
			float: left;
			*display:inline;
			padding-right: 20px;
			overflow: hidden;
			*zoom: 1;
		}

/* /enrolled/index.html 2014.06.17 update
---------------------------------------------------------- */
.titArea01 {
	display: block;
	min-height: 1%;
}
.titArea01:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .titArea01 {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.titArea01 .title {
		float: left;
	}
	.titArea01 .buttons {
	}
		.titArea01 .buttons li {
			float: left;
		}

.newsList01 {
}
	.newsList01 li {
		background-color: #e4e9ea;
		margin-bottom: 1px;
		padding: 13px 12px 7px;
	}
	.newsList01 li.even {
		background-color: #eff3f4;
	}
		.newsList01 li .date {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			font-size: 86%;
			margin: 0 15px 0 0;
			float: left;
			width: 6.75em;
		}
		.newsList01 li .title {
			font-size: 86%;
			background: url(/common/img/ico-arrow04-2.png) left 0.7em no-repeat;
			padding: 0 0 5px 12px;
		}
		.newsList01 li .schedule {
			float: right;
			font-size: 86%;
			background: url(/common/img/ico-schedule01-1.png) left center no-repeat;
			padding-left: 50px;
		}
		.englishPage .newsList01 li .schedule {
			background: url(/english/common/img/ico-schedule01.png) left center no-repeat;
		}
			.newsList01 li .schedule span {
				display: none;
			}
		.newsList01 li .category {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			font-size: 86%;
		}
			.newsList01 li .category li {
				background: url(/common/img/bg-category02-left-1.png) left top no-repeat;
				padding: 0 0 0 10px;
				margin: 0 5px 0 0;
				display: inline-block;
				*display: inline;
				*zoom: 1;
			}
				.newsList01 li .category li p {
					background: url(/common/img/bg-category02-right-1.png) right top no-repeat;
					padding: 1px 13px 5px 0;
					*zoom: 1;
				}
					.newsList01 li .category li p a.ico_category01 {
						color: #333;
						background:	url(/common/img/ico-category01.gif) left center no-repeat;
						padding-left: 20px;
						*zoom: 1;
						text-decoration: none;
					}
					.newsList01 li .category li p a.ico_category01:hover {
						text-decoration: underline;
					}
