@charset "utf-8";
/* 
============================================================
/company/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 table {
	width: 950px;
	font-size: 13px;
	margin: 20px 0 0 20px;
	line-height: 2.0;
}


.content table th {
	width: 100px;
	padding: 15px 30px 8px 50px;
	border-bottom: solid 1px #ccc;
}

.content table td {
	width: auto;
	padding: 15px 20px 8px 20px;
	border-bottom: solid 1px #ccc;
}





















