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

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

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

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

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

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

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

#profile .entry figure {
	position: relative;
}

#profile .entry figure:before {
	content: '';
	width: 100%;
	height: 400px;
	background: url(../images/bg.png) no-repeat right bottom / 150px auto;
	position: absolute;
	top: 0;
	left: 0;
}

#profile .entry figcaption {
	margin: 15px 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #0d1b2a;
}

#profile .entry figcaption span {
	display: block;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	color: #f17424;
}

#profile .entry_body {
	margin-bottom: 20px;
	font-size: 15px;
}

#profile .entry dl {
	padding: 15px;
	background: #f2f2f2;
	font-size: 14px;
}

#profile .entry dt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
