@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi06 a img {
	visibility: hidden;
}

.pageTitle {
	margin-bottom: 0;
	background: url(../../img/company/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/company/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	width: auto;
}

#main .comImgBox02 .photoBox span {
	background: url(../../img/company/photo01.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox02 .textBox .subBox p {
	margin-bottom: 25px;
}

#main .comImgBox01 .photoBox span {
	height: 349px;
	background: url(../../img/company/photo02.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01 .textBox {
	background-color: #F0F2EE;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		background: url(../../img/company/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}	

	#main {
		margin: 0;
	}
	
	#main .comImgBox02 {
		margin-bottom:40px;
	}
	
	#main .comImgBox02 .textBox .subBox p {
		margin-bottom: 9px;
	}
	
	#main .comImgBox01 .photoBox {
		margin-bottom: 0;
	}
	
	#main .comImgBox01 .textBox {
		padding: 20px 23px 55px;
		background-color: #F0F2EE;
	}
}