@charset "utf-8";
/* CSS Document */

@import url("company.css");

.text{
	text-align:left;
}


/* 社長メッセージ ------------------------------------ */

#block_message{
	background:url(../images_en/company/img_company_sign.png) no-repeat right bottom;
}


/* 会社概要・採用情報 ------------------------------------ */

/*-----------リスト-----------*/

#block_outline .list .unit .L,
#block_recruit .list .unit .L{
	text-align:left;
}

#block_outline .list .unit .R.margin,
#block_recruit .list .unit .R.margin{
	padding:20px 20px 41px 20px;
}




/* -------------------------------------------------------- */

/* 640以下 */

/* -------------------------------------------------------- */

@media screen and (max-width: 640px) {
	

	/* 社長メッセージ ------------------------------------ */

	#block_message{
		background:url(../images_en/company/img_company_sign.png) no-repeat right bottom;
		padding-bottom:23%;
		background-size:50%;
		margin-bottom:7%;
	}
	
	
	/* 会社概要・採用情報 ------------------------------------ */

	/*-----------リスト-----------*/
	#block_outline .list .unit .R.margin,
	#block_recruit .list .unit .R.margin{
		padding:3%;
	}

	

}
