@charset "utf-8";

ul.photo-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
ul.photo-list li figure img{
	width: 100%;
	height: auto;
}
ul.photo-list li figure figcaption{
	padding: 5px 0 0;
	margin: 0;
}

#page_greeting img.lf15,
#page_greeting img.rf15{
	width: 250px;
	height: auto;
}

/*page_final-lecture
************************************************************************************/
#page_final-lecture ul.photo-list{
	grid-template-columns: 1fr;
}

/*page_profile
************************************************************************************/
#page_profile img.lf15{
	width: 250px;
	height: auto;
}

/*page_media
************************************************************************************/
#page_media .frame{
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
#page_media .frame .photo img{
	max-width: 100%;
	height: auto;
}

/*page_research
************************************************************************************/
#page_research figure{
	width: 800px;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	color: #454545;
}
#page_research figure{
	width: 100%;
}
#page_research figure img{
	max-width: 100%;
	height: auto;
}

#page_research figure.photobox img{
	height: 230px;
	width: auto;
	max-width: auto;
}
@media screen and (max-width: 979px) {
#page_research figure{
	width: 99%;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	color: #454545;
}
}

@media screen and (min-width: 980px) {
/*pc*/
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}