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

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

.section section {
    margin-bottom: 40px;
}
#main .section h4 {
	margin: 0 0 15px;
	font-size: 28px;
	color: #529200;
}
 .section .photo {
    float: left;
    margin: 6px 20px 1em 0;
}
.section p {
	line-height: 1.7;
    text-align: justify;
}
.section p + p {
    margin-top: 1em;
}
#main .section em {
	font-weight: bold;
	font-style: normal;
}
#main .section a {
	text-decoration: underline;
	color: #529200;
}

.lead {
	margin: 0 auto 70px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333333;
    position: relative;
}
.lead::after {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 35px solid #cccccc;
}

.section .note {
	margin: 20px auto;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 14px;
}







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


	#main h3 {
		font-size: 18px;
	}
	#main .section h4 {
    margin: 0 0 30px;
    font-size: 16px;
}

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

.lead {
	text-align: left;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}
	#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 .txt {
	float: none;
	width: auto;
	max-width: none;
}

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







}

