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

.teacherlist {
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	text-align: center;
	border: 2px solid #F90;
	border-radius: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
.teacherlist h4 {
	font-size: 16px;
	color: #FFF;
	background-color: #390;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	}
	
	
	.teacherinfo {
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
	text-align: center;
	border-radius: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 40px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #E12424;
	border-left-color: #D4D4D4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-color: #E12424;
	}
.teacherinfo h3 {
	font-size: 20px;
	color: #FFF;
	background-color: #E12424;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
.teacherinfo h4 {
	width: 300px;
	font-size: 16px;
	color: #FFF;
	background-color: #390;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
.teacherinfo dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.teacherinfo dl dt {
	background-color: #FFC0C4;
	padding: 3px;
	text-align: center;
	font-weight: normal;
	margin: 2px;
}
.teacherinfo dl dd {
	text-align: left;
}
.teacherinfo h5 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFC0C4;
	text-align: left;
	font-weight: normal;
	padding-bottom: 5px;
	margin-right: 8px;
	margin-left: 8px;
}

.teacherinfo h5 span {
	background-color: #FFC0C4;
	padding: 5px;
}
.teacherinfo .message {
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
}
