@charset "utf-8";

/*pdf&videoファイルサイズ変更用*/
.pdfs{
	text-align:center;
	padding-bottom:10px;
}

.pdfs img{

	width:50%;
	max-width:50%;
	height:auto;

}

.pdfs img:hover{
	opacity:0.5;
}

.movie video{
	width:50%;
	max-width:50%;
	height:auto;

}

.movie{
	text-align:center;
	padding-bottom:15px;
}

.text{
	margin-left:20px;
}

/*教授名*/
.prof{
 padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #a6d3c8;/*左線*/
    border-right: double 7px #a6d3c8;/*右線*/
}

.prof p{
	margin:0;
	padding:0;
}

