@charset "utf-8";

/* index.css */


/* header
------------------------------------------------ */
#header #nav .company {
	color: #e60012;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
}

/* subNav
------------------------------------------------ */
#subNav li.dac {
	border-bottom: 5px solid #e60012;
	padding-bottom: 4px;
}

#subNav li {
	margin-left: 40px;
}

#subNav li.first {
	margin-left: 0px;
}

/* h2
------------------------------------------------ */
h2 {
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background: url("../../../../common/img/h_line.gif") repeat-x 0 10px;
	margin-top: 64px;
	letter-spacing: 4px;
}

h2 strong {
	background: #fff;
	padding: 0 16px;
	display: inline-block;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 26px;
	letter-spacing: 2px;
}

/* h3
------------------------------------------------ */
h3 {
	font-size: 40px;
	line-height: 50px;
	color: #e60012;
	padding-top: 60px;
	text-align: center;
}

p.text {
	font-size: 14px;
	line-height: 26px;
	padding-top: 20px;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

/* peopleBlock
------------------------------------------------ */
#peopleBlock {
	background: #ebebeb;
	overflow: hidden;
	padding-bottom: 42px;
	margin-top: 56px;
}

#peopleBlock .peopleBox {
	width: 960px;
	margin: 0 auto;

}

#peopleBlock .peopleBox .people {
	float: left;
	width: 300px;
	height: 360px;
	margin: 42px 0 0 30px;
	background: #fff;
	position: relative;
}

#peopleBlock .peopleBox .people.first {
	margin-left: 0px;
}

#peopleBlock .peopleBox .people > a {
	display: block;
	height: 100%;
}

#peopleBlock .peopleBox .people .visual {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#peopleBlock .peopleBox .people .visual .num {
	position: absolute;
	top: 4px;
	left: 12px;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #e60012;
	letter-spacing: 1px;
}

#peopleBlock .peopleBox .people .description {
	text-align: center;
}

#peopleBlock .peopleBox .people .description .copy {
	font-size: 16px;
	line-height: 23px;
	color: #303030;
	font-weight: bold;
	padding-top: 20px;
}

#peopleBlock .peopleBox .people .description h4 {
	font-size: 18px;
	line-height: 20px;
	color: #e60012;
	padding-top: 20px;
}

#peopleBlock .peopleBox .people .description .post {
	font-size: 12px;
	line-height: 20px;
	color: #303030;
	padding-top: 2px;
}

#peopleBlock .peopleBox .people .coverLine {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #e60012;
	width: 294px;
	height: 354px;
	z-index: 1000;
	display: none;
}


