@charset "utf-8";

@import url("../commons/styles/default.css");
@import url("../commons/styles/common.css");

/* ===================================================================
 style info : 個別css
=================================================================== */

#container {
	background:#f7f7f1 url("./img/bg_about.jpg") ;
}


/* リスト */
.panes p {
	margin-bottom:1em;
}

.staff {
	margin-bottom:60px;
}

.staff h2 {
	font-size:1.1em;
	font-weight:400;
	line-height:1.6em;
	padding:0;
	display:inline-block;
	border-bottom:3px solid #ffe300;
}

.staff h3 {
	font-size:.9em;
	color:#999;
	line-height:1.7em;
	padding-bottom:10px;
	text-indent: 10px;
}

.staff h4 {
	margin:15px 0 0;
	font-size:.9em;
	font-weight:400;
	color:#666;
	line-height:1.7em;
}

.staff p {
	font-size:1em;
	line-height:1.7em;
}

.staff p.sub {
	color:#666;
}


