/* ===========================================
	css
=========================================== */
section.unit .heading {
	border-top: solid 1px #999;
}

section.unit .profile {
	background:#ffff99;
	padding:1.0em;
}

section.unit .f150 {
	font-size:150%;
}

/* 文中イメージ */
section.unit .photo {
	background-repeat:no-repeat;
	background-size:cover;
}
section.unit .photo .cover{
	width:100%;
	height:100%;
}
section.unit .wada{
	background-image:url(../img/20180131/01wada.jpg);
	margin:0 auto 1.0em;
}
section.unit .john{
	background-image:url(../img/20180131/02john.jpg);
	margin:0 auto 1.0em;
}
section.unit .matsumoto{
	background-image:url(../img/20180131/03matsumoto.jpg);
	margin:0 auto 1.0em;
}

/* PC only */
@media screen and (min-width: 768px) {

	/* 文中イメージ */
	section.unit .wada{
		width:400px;
		height:400px;
	}
	section.unit .john{
		width:400px;
		height:400px;
	}
	section.unit .matsumoto{
		width:400px;
		height:400px;
	}
}

/* SMP only */
@media screen and (max-width: 767px) {

		/* 文中イメージ */
	section.unit .wada{
		width:250px;
		height:250px;
	}
	section.unit .john{
		width:250px;
		height:250px;
	}
	section.unit .matsumoto{
		width:250px;
		height:250px;
	}

}
