@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 60px;
	background-image: url(../images/visual.png);
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	margin-bottom: 100px;
	text-align: left;
	font-size: 0;
}

#voice .entry {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin-bottom: 60px;
	margin-right: 35px;
}

#voice .entry:nth-of-type(3n) {
	margin-right: 0;
}

#voice .entry figcaption {
	margin: 15px 0 10px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #f17424;
}

#voice .entry_body {
	font-size: 15px;
}
