/* ===========================================
	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 .tanaka{
	background-image:url(../img/20170809/tanaka.jpg);
	margin:0 auto 1.0em;
}
section.unit .ishikawa{
	background-image:url(../img/20170809/ishikawa.jpg);
	margin:0 auto 1.0em;
}
section.unit .mori{
	background-image:url(../img/20170809/mori.jpg);
	margin:0 auto 1.0em;
}
section.unit .ki{
	background-image:url(../img/20170809/ki.jpg);
	margin:0 auto 1.0em;
}
section.unit .satou{
	background-image:url(../img/20170809/satou.jpg);
	margin:0 auto 1.0em;
}

/* PC only */
@media screen and (min-width: 768px) {

	/* 文中イメージ */
	section.unit .tanaka{
		width:480px;
		height:320px;
	}
	section.unit .ishikawa{
		width:480px;
		height:320px;
	}
	section.unit .mori{
		width:480px;
		height:320px;
	}
	section.unit .ki{
		width:480px;
		height:320px;
	}
	section.unit .satou{
		width:480px;
		height:320px;
	}
}

/* SMP only */
@media screen and (max-width: 767px) {

		/* 文中イメージ */
	section.unit .tanaka{
		width:240px;
		height:160px;
	}
	section.unit .ishikawa{
		width:240px;
		height:160px;
	}
	section.unit .mori{
		width:240px;
		height:160px;
	}
	section.unit .ki{
		width:240px;
		height:160px;
	}
	section.unit .satou{
		width:240px;
		height:160px;
	}

}
