@charset "utf-8";

/* ===================== common ===================== */
section {
	width: 100%;
}

section > .inner {
	width: 1000px;
	margin: 0 auto;
}

#globalFooter {
	margin-top: 0;
}


/* ===================== about ===================== */
#about {
	margin-bottom: 183px;
	padding-top: 90px;
}

#about h2 {
	margin-bottom: 73px;
}

#about .lead {
	margin-bottom: 73px;
}

#about .photo {
	margin-bottom: 74px;
}


/* ===================== voice ===================== */
#voice {
	width: 100%;
	border-top: 1px solid #a4a4a4;
	padding: 0 0 123px 0;
	background: url(/img/division/voice_bg.gif) repeat;
}

#voice h3 {
	width: 320px;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid #a4a4a4;
	background: #fff;
	position: relative;
	padding-top: 21px;
	margin: -33px auto 55px auto;
}

#voice .about {
	margin-bottom: 60px;
}

#voice .inner {
	width: 910px;
	padding: 76px 45px 50px 45px;
	background: #fff;
	text-align: left;
}

#voice .textArea {
	width: 700px;
	margin: 0 auto 66px auto;
}

#voice .textArea:last-of-type {
	margin-bottom: 64px;
}

#voice .textArea .lead {
	font-size: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 18px;
}

#voice .textArea .credit {
	line-height: 1.6;
}

#voice .textArea h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#voice .textArea p {
	line-height: 2;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

#voice .photo {
	margin-bottom: 70px;
}

#voice .summary {
	width: 780px;
	margin: 0 auto 74px auto;
	padding: 34px 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	background: url(/img/division/bracket_top.gif) no-repeat left top,
						url(/img/division/bracket_bottom.gif) no-repeat left bottom;
}


/* ===================== otherDivision ===================== */
#otherDivision {
	width: 100%;
	border-top: 1px solid #202020;
	padding-top: 50px;
	text-align: center;
}

#otherDivision h4 {
	margin-bottom: 50px;
}

#otherDivision ul {
	width: 700px;
	overflow: hidden;
	margin: -37px auto 0 auto;
}

#otherDivision ul li {
	width: 150px;
	float: left;
	margin: 37px 33px 0 0;
}

#otherDivision ul li:nth-child(4n) {
	margin-right: 0;
}

#otherDivision ul li p {
	padding-top: 9px;
	font-size: 12px;
	line-height: 1.25;
}