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

.special {
	padding-bottom: 100px;
}



.special 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;
	}


.special p {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.special h3 {
	font-size: 2em;
	text-align: left;
}

@media (max-width: 480px) {
.special  h2 {
	font-size: 1.8em;
	}

.special  h3 {
	font-size: 1.5em;
	line-height: 1.5em;
}

}



.special_schedule {
	border: 1px solid #000;
	margin-bottom: 50px;
	padding: 20px;
}


.profile_photo {
	margin-bottom: 20px;
}


.lectures_schedule {}
.lectures_schedule dl {
	text-align: left;
	margin-bottom: 30px;
}
.lectures_schedule dl dt {
	color: #FFF;
	background-color: #000;
	width: 100px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.lectures_schedule dl dd {
	margin-left: 120px;
	margin-bottom: 20px;

}

.lecturer_profile {}
.lecturer_profile h4 {
	text-align: left;
	background-image: url(../image/h4_back.png);
	font-weight: bold;
}
.lecturer_profile h4 span {
	background-color: #FFF;
	padding: 3px;
}

.lecturer_profile dl {
	text-align: left;
}


.special_backnumberlist {
	border: 5px solid #CCCCCC;
	margin-top: 50px;
	margin-bottom: 50px;
}
.special_backnumberlist h3 {
	text-align: center;
	color: #009900;
}
.special_backnumberlist ul {}
.special_backnumberlist ul a li {
	float: left;
	list-style-image: url(../image/special_bnlist_point.png);
	font-size: 25px;
	line-height: 150%;
	margin-left: 50px;
	background-color: #E3E3E3;
	padding: 10px;
	list-style-position: inside;
	margin-bottom: 20px;
	color: #000;
}
.special_backnumberlist ul a:hover li {
	background-color: #FFC;