@charset "utf-8";








/*--- 共通設定 ------------------------------------------------------*/

div.sectionWrap{
	width:100%;
	float:left;
}


/*--- トップ画像設定 ------------------------------------------------------*/

h2#p_tit{
	width:100%;
	float:left;
}

h2#p_tit img{
	width:100%;
	max-width: 100%;
	height: auto;
	float:left;
}


/*--- 代表挨拶設定 ------------------------------------------------------*/

.wrap1{
	height:720px;
	min-width:1000px;
	background:url(../img/about/wrap1.jpg) no-repeat right bottom;
}

section#greetingArea{
	width:1000px;
	height:720px;
	margin:0 auto;
	overflow:hidden;
}


section#greetingArea h3{
	width:100%;
	padding:40px 0 0;
	float:left;
}

section#greetingArea h4{
	width:100%;
	padding:20px 0 10px;
	font-size:24px;
	font-weight:bold;
	float:left;
}

div.geetingText{
	width:700px;
	padding:15px 0 0 100px;
	float:left;
}

div.geetingText p{
	font-size:14px;
	padding:0 0 8px 0;
}


/*--- これまでの歩み設定 ------------------------------------------------------*/

.wrap2{
	height:610px;
	background:url(../img/about/wrap2.png) repeat-x center;
}

section#historyArea{
	width:980px;
	height:610px;
	margin:0 auto;
}


section#historyArea h3{
	width:100%;
	padding-top:30px;
	text-align:center;
	float:left;
}

section#historyArea table{
	width:100%;
	padding:30px 0 0;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}

section#historyArea table th{
	width:20%;
	padding-right:10%;
	padding-bottom:10px;
	text-align:right;
}

section#historyArea table td{
	width:60%;
	padding-bottom:10px;
	text-align:left;
}


/*--- 事業・営業内容設定 ------------------------------------------------------*/

section#businessArea{
	width:980px;
	margin: 0 auto;
}

section#businessArea h3{
	width:100%;
	padding-top:85px;
	text-align:center;
	float:left;
}


section#businessArea table{
	width:50%;
	padding:55px 0 0;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
	line-height:2.5em;
}

section#businessArea table th{
	width:40%;
	padding-bottom:20px;
	text-align:left;
	vertical-align:top;
}

section#businessArea table td{
	width:60%;
	padding-bottom:20px;
	text-align:left;
}


/*--- 会社概要設定 ------------------------------------------------------*/

.wrap4{
	margin-bottom:100px;
	background:url(../img/about/wrap4.png) no-repeat right bottom;
}

section#overviewArea{
	width:980px;
	margin: 0 auto;
}

section#overviewArea h3{
	width:100%;
	padding-top:85px;
	text-align:center;
	float:left;
}

div.about_img{
	width:100%;
	text-align:center;
	padding-top:30px;
	margin-bottom:20px;
	float:left;
}

section#overviewArea table{
	width:50%;
	padding:55px 0 0;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}

section#overviewArea table th{
	width:40%;
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;
}

section#overviewArea table td{
	width:60%;
	padding-bottom:10px;
	text-align:left;
}







.wrap5{
	height:280px;
	padding-bottom:55px;
	background:url(../img/about/wrap5.png) repeat-x center;
}