@charset "utf-8";

/* ==============================
Smartphone cameraman layout
Site Name: PHOTOSTUDIO MONICA
Date: 2017.05
================================= */

/* header
--------------------------------- */
/* hero */
#hero {
	background: url(../img/cameraman/photo_hero.jpg) center 0 no-repeat;
	background-size: cover;
}

/* photographer
--------------------------------- */
#photographer {
	background-color: rgba(255,255,255,.4);
	border-color: white;
	padding-bottom: 100px;
}
#photographer .catch {
	margin-bottom: 40px;
}
/* list */
#photographer__list {
	text-align: center;
	list-style: none;
	margin-bottom: 40px;
}
#photographer__list li + li {
	margin-top: 60px;
}
/* photo */
#photographer__list .photo {
	margin-bottom: 26px;
}
#photographer__list .photo img {
	width: 100%;
}
/* ttl */
#photographer__list .l3 {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 16px;
}
#photographer__list .l3 .ens {
	font-size: 12px;
	margin-top: 4px;
}