@charset "utf-8";

.header_wrap { margin-bottom: 47px; }

.lead { margin-bottom: 55px; }

.head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #030000;
	color: #030000;
}

.head h3 {
	float: left;
	font-weight: bold;
	font-size: 153%;
}

.head .link {
	float: right;
	background: url(../../../img/icon_newwin.png) no-repeat left 0.5em;
	margin-top: 8px;
	padding-left: 18px;
}

h4 {
	margin-bottom: 10px;
	color: #ea6182;
	font-size: 16px;
	font-weight: bold;
}

h4 span {
	font-size: 13px;
}

.section {
	padding-bottom: 30px;
}

.row {
	padding-bottom: 30px;

}

.row .item {
	width: 350px;
}

.row table {
	width: 100%;
}

.row table th {
	background-color: #eee;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.row table .first {
	border-right: none;
	background-image: url(../../../img/bg_dotline.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 50%;
}

.row table .last {
	border-left: none;
	width: 50%;
}

.row table td.first {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.row table td {
	padding: 0;
}

.row table td ul {
	padding: 20px;
}

.row table td li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.row .teacher li {
	text-indent: 0;
	margin-left: 0;
	padding-left: 33px;
}

.row .teacher li a {
	display: block;
	background: url(../../../img/icon_link.png) no-repeat left 0.4em;
	margin-left: -33px;
	padding-left: 18px;
}

.row .teacher li a .seminar {
	width: 15px;
	float: left;
}

.row .teacher li a .name {
	display: block;
	margin-left: 15px;
}

.row .subject {
	background: url(../../../img/bg_dotline.gif) repeat-y 50% 0;
}

.row .subject ul {
	width: 317px;
}

.kome-s {
	clear: both;
	margin-bottom: 15px;
	text-align: right;
}

.row .kome-s {
	margin-bottom: 0;
	padding-top: 10px;
	text-align: left;
}

@media only screen and (max-width: 705px) {

	.lead { margin-bottom: 30px; }

	.head {
		margin-bottom: 15px!important;
		padding-bottom: 0!important;
		border-bottom: none;
	}

	.head h3 {
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 3px solid #030000;
	}

	.head .link {
		float: none;
		background: url(../../../img/icon_link.png) no-repeat left 0.4em;
		margin-top: 8px;
		padding-left: 18px;
	}

	.section {
		padding-bottom: 30px;
	}

	.row {
		padding-bottom: 0;
		margin-bottom:20px;
	}

	.row table td {
		padding: 15px;
	}

	.row table td ul {
		padding: 0;
		height: auto!important;
	}

	.row table td.first {
		text-align: left;
	}

	.row .item {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.row .subject {
		background: none!important;
	}

	.row .subject ul {
		width: auto;
		float: none;
	}
}












