/* ===========================================
	css
=========================================== */
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/20170201/tanaka.jpg);
	margin:0 auto 2.0em;
}
section.unit .kikuzono{
	background-image:url(../img/20170201/kikuzono.jpg);
	margin:0 auto 2.0em;
}
section.unit .mori{
	background-image:url(../img/20170201/mori.jpg);
	margin:0 auto 2.0em;
}



/* PC only */
@media screen and (min-width: 768px) {

	/* 文中イメージ */
	section.unit .tanaka{
		width:300px;
		height:300px;
	}
	section.unit .kikuzono{
		width:300px;
		height:300px;
	}
	section.unit .mori{
		width:300px;
		height:300px;
	}
}

/* SMP only */
@media screen and (max-width: 767px) {

		/* 文中イメージ */
	section.unit .tanaka{
		width:150px;
		height:150px;
	}
	section.unit .kikuzono{
		width:150px;
		height:150px;
	}
	section.unit .mori{
		width:150px;
		height:150px;
	}

}
