/*=============================================
*
* companyページ
*
=============================================*/
/*---------------------------------------------
テキスト
---------------------------------------------*/
#company .txt01 {
	margin-bottom: 30px;
}
/* ============================================
topArea
============================================ */
#company #topArea {
	background: url(../images/company/companyTopAreaImg-01.png) center top no-repeat;
	height: 472px;
}
@media screen and (max-width:1100px){
#company #topArea {
	background: url(../images/company/companyTopAreaImg-02.png) center top no-repeat;
	height: 472px;
}
}
@media screen and (max-width:600px){
#company #topArea {
	background: url(../images/company/companyTopAreaImg-03.png) center top no-repeat;
	height: 380px;
}
}
/*---------------------------------------------
見出し
---------------------------------------------*/
#company #topArea h2.h01 {
	background: url(../images/company/companyTopHeading-01.png) center 100px no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
@media screen and (max-width:600px){
#company #topArea h2.h01 {
	background: url(../images/company/companyTopHeading-02.png) center 75px no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
}
/*=============================================
*
* #sec01
*
=============================================*/
#company #sec01 .linkBannerArea .list01 li {
	display: inline-block;
	margin: 0 15px 15px 15px; 
}
/*=============================================
*
* #sec02
*
=============================================*/
#company #sec02 {
	background: url(../images/company/comapnySec02Back-01.jpg) center top no-repeat;
	margin-bottom: 0;
	max-width: none;
	padding: 40px 0 30px 0;
}
@media screen and (max-width:1120px){
#company #sec02 {
	padding: 30px 10px 30px 10px;
}
}
/* .inner01 */
#company #sec02 .inner01 {
	margin: 0 auto;
	max-width: 1100px;
	width: 0 auto;
}
/* ============================================
リスト
============================================ */
#company #sec02 .diagramArea {
	margin-bottom: 30px;
}
#company #sec02 .diagramArea li {
	display: inline-block;
	margin: 0 15px 15px 15px; 
}
/*=============================================
*
* #sec03
*
=============================================*/
#company #sec03 {
	padding: 30px 0;
	position: relative;
}
@media screen and (max-width:1120px){
#company #sec03 {
	padding: 30px 10px;
}
}
#company #sec03 h1.h01 {
	background: url(../images/company/companySec03Heading-01.png) center top no-repeat;
	height: 230px;
	margin:  0 0 0 -115px;
	left: 50%;
	position: absolute;
	top: 60px;
	width: 230px;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;	
}
@media screen and (max-width:1120px){
#company #sec03 h1.h01 {
	top: -20px;
}
}
@media screen and (max-width:800px){
#company #sec03 h1.h01 {
	left: 0;
	margin: -80px auto 10px auto;
	position: relative;
	top: 0px;
}
}
/* ============================================
リスト
============================================ */
#company #sec03 .list01 li {
	display: inline-block;
	margin: 0 1% 15px 1%;
	vertical-align: top;
	width: 47%;
}
@media screen and (max-width:800px){
#company #sec03 .list01 li {
	margin: 0 0 15px 0;
	width: 100%;
}
}
#company #sec03 .list01 li .photoBox {
	margin-bottom: 10px;
}
@media screen and (max-width:800px){
#company #sec03 .list01 li .photoBox {
	float: right;
	margin: 0 0 10px 2%;
	width: 48%;
}
}
@media screen and (max-width:570px){
#company #sec03 .list01 li .photoBox {
	float: none;
	width: 100%;
}
}
/* 見出しリード */
#company #sec03 .lead01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
/* 名前 */
#company #sec03 .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
