@charset "utf-8";
/* 
============================================================
/business/css/index.css
============================================================
*/


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

.mainv-area {
    min-width: 1004px;
    width: 100%;
}

.mainv-area .Inner {
	background: url(/company/img/bg-submain_company.jpg) no-repeat scroll top;
    height: 200px;
    overflow: hidden;
	padding: 2px 0;
	text-align: center;
}

h1 {
	font-size: 170% !important;
	border-bottom: solid 3px #333;
	letter-spacing: 0.07em;
	width: 1002px;
	margin: 150px auto !important;
}

.content {
    margin: 0 auto;
	overflow: hidden;
	width: 1002px;
	padding-bottom: 100px;
}

.content img {
	margin-top: 50px;
}

.content h2 {
	padding-top: 30px;
	font-size: 13px !important;
	line-height: 2.0;
}

#business .content .Inner {
	overflow: hidden;
	clear: both;
	margin-top: 70px;
}

#business .content .businessBox h2 {
	width: 620px;
	float: left;
	font-size: 100% !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

#business .content .businessBox p {
	width: 620px;
	float: left;
	font-size: 92% !important;
	line-height: 1.8;
}


#business .content .businessBox img {
	width: 300px;
	float: right;
	margin: 20px 0 0 0 !important;
}










