@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for COMPANY
//////////////////////////////////////////////////////////*/

#company {}

#company h1.pagetitle {
	background: url(../images/company/page_title_base.png) no-repeat center top;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
		    background-size: 100% auto;
}

#company .body { margin-bottom: 20px; }

#company .container .inner h2 {
	margin-bottom: 50px;
}

#company ul.styled > li {
	list-style: disc none outside;
	margin: 0 0 0 15px;
}


/*----------------------------------------------------------
  - NAVIGATION
----------------------------------------------------------*/

#company .navigation {
	_zoom: 1;
	overflow: hidden;
}

#company .navigation ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#company .navigation li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
}

#company .navigation li a {
	display: block;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
}
#company .navigation li a:hover { color: #fff; background-color: #fd7d9f; }


/*----------------------------------------------------------
  - GREETING
----------------------------------------------------------*/

#company #greeting {}

#company #greeting .body { margin-bottom: 20px; }

#company #greeting .contents {
	_zoom: 1;
	overflow: hidden;
}

#company #greeting .contents .pict {
	float: left;
	width: 170px;
	padding: 30px 0;
}

#company #greeting .contents .text {
	float: right;
	width: 770px;
}

#company #greeting .contents .text p {
	font-size: 93%;
	line-height: 140%;
	margin: 5px 0 15px 0;
}

#company #greeting .contents .text em {
	font-weight: bold;
}


/*----------------------------------------------------------
  - PROFILE
----------------------------------------------------------*/

#company #profile {
	background: #e9f2fb url(../images/company/profile_section_base.jpg) no-repeat center bottom;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
		    background-size: 100% auto;
}

#company #profile .body { margin-bottom: 20px; }

#company #profile .detail {
	width: 720px;
	margin: 0 auto;
}

#company #profile .detail dl {
	display: table;
	width: 100%;
	border-top: 1px solid #a7c7e1;
}
#company #profile .detail dl.end { border-bottom: 1px solid #a7c7e1; }

#company #profile .detail dt,
#company #profile .detail dd {
	display: table-cell;
	padding: 13px 0;
	line-height: 140%;
}

#company #profile .detail dt {
	width: 200px;
}

#company #profile .detail dd {
	width: 520px;
}


/*----------------------------------------------------------
  - CONCEPT
----------------------------------------------------------*/

#company #concept {}

#company #concept .body { margin-bottom: 20px; }

#company #concept .contents {
	_zoom: 1;
	overflow: hidden;
}

#company #concept .contents ol {
	margin: 0 -20px 0 0;
	padding: 0;
}

#company #concept .contents ol > li {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

#company #concept .contents li .pict,
#company #concept .contents li h3 {
	text-align: center;
	margin-bottom: 20px;
}

#company #concept .contents ol li > ul li {
	font-size: 93%;
	line-height: 140%;
	margin: 5px 0 10px 0;
	padding: 0 0 0 30px;
}

#company #concept .contents ol li.concept li { background: url(../images/company/concept_arrow1.png) no-repeat left top; }
#company #concept .contents ol li.philosophy li { background: url(../images/company/concept_arrow2.png) no-repeat left top; }
#company #concept .contents ol li.policy li { background: url(../images/company/concept_arrow3.png) no-repeat left top; }


/*----------------------------------------------------------
  - RECRUIT
----------------------------------------------------------*/

#company #recruit { padding: 0 0 50px 0; }

#company #recruit .hero {
/*	display: table;*/
	width: 100%;
	background: url(../images/company/recruit_section_base.jpg) no-repeat center center;
	min-height: 300px;
	margin: 0 0 50px 0;
}

#company #recruit .hero h3 {
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	line-height: 220%;
	width: 550px;
	margin: 0 auto;
	padding: 80px 0;
}

#company #recruit .body { margin-bottom: 20px; }

#company #recruit .description {
	padding: 30px 0;
}

#company #recruit .description p {
	text-align: center;
}

#company #recruit .detail {
	width: 720px;
	margin: 0 auto;
}

#company #recruit .detail dl {
	display: table;
	width: 100%;
	border-top: 1px solid #a7c7e1;
}
#company #recruit .detail dl.end { border-bottom: 1px solid #a7c7e1; }

#company #recruit .detail dt,
#company #recruit .detail dd {
	display: table-cell;
	padding: 13px 0;
	line-height: 140%;
}

#company #recruit .detail dt {
	width: 200px;
}

#company #recruit .detail dd {
	width: 520px;
}

#company #recruit .button {
	text-align: center;
	padding: 30px 0 10px 0;
}




