@charset "utf-8";
/* CSS Document */

.teacher h2 {
	color: #0061AC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.teacher h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;

}

.teacher .jyobun {
	text-align: left;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.backnumberlist {
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFF;
}
.backnumberlist ul li {
	background-color: #FFFFCE;
	border-radius: 6px;
	margin: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FC0;
	border-right-width: 1px;
	border-right-color: #FC0;
}
.backnumberlist ul li a:hover {
	background-color: #FFF;
}

.backnumberlist_p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.teacher table tr th {
	background-color: #B3DFDA;
}
.line_double {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #DDDDDD;
}
