
#main .section {
    margin: 0 auto 80px;
    line-height: 1.866;
	font-size: 16px;
}

#main h3 {
	font-size: 30px;
	font-weight: bold;
}



#main .section h4 {
	margin: 0 0 40px;
	background: #333333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .2em;
	color: #fff;
}

#message .catch {
	margin: 40px auto 50px;
	font-size: 28px;
}
#message .photo {
	float: left;
	width: 35.714%;
	max-width: 250px;
}
	#message .photo .professorName {
		margin: 23px auto;
	    line-height: 1.6;
		text-align: center;
	}
		#message .photo .professorName em {
			margin-left: .5em;
			font-style: normal;
			font-size: 22px;
		}
#message .txt {
	line-height: 2;
	letter-spacing: .05em;
	text-align: justify;
}
#message .cf .txt {
	float: right;
	width: 58.571%;
	max-width: 410px;
	margin-bottom: 20px;
}

.section dl,
.section ul {
    line-height: 2;
}

#history {}
	.historyList {}
		.historyList dt {
			clear: both;
			float: left;
		}
			.historyList dt .year {
				display: inline-block;
				width: 5em;
			}
			.historyList dt .month {
				display: inline-block;
				width: 3em;
			}
		.historyList dd {
			float: left;
		}






@media screen and (max-width:768px) { /* smart phone 6〜7 */


	#main h3 {
		font-size: 18px;
	}
	#main .section h4 {
    margin: 0 0 20px;
    width: 100%;
    max-width: none;
    font-size: 16px;
}

	#main .section {
	    margin: 0 auto 40px;
	    font-size: 14px;
	}

	#message .catch {
	    font-size: 18px;
	}
	#message .photo {
	    max-width: none;
	    margin: .4em 2em 0 0;
	}
		#message .photo .professorName {
			white-space: nowrap;
		    font-size: 3vw;
		}
			#message .photo .professorName small {
			    font-size: 2.2vw;
			}
			#message .photo .professorName em {
			    font-size: 4.3vw;
			}

	#message .cf .txt {
		float: none;
		width: auto;
		max-width: none;
		margin-bottom: 0;
	}

	.historyList dt {
	    float: none;
	}
	.historyList dd {
	    float: none;
	    padding-bottom: 1em;
	}







}

