@charset "utf-8";
/* CSS Document */

#company{
	width:1200px;
	margin:0 auto 60px;
	font-size:16px;
	color: #333333;
}
#company h2{
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 12px 16px;
	border-left:3px solid #333333;
}


/*品質・環境方針*/
#company .quality{
	margin:0 0 80px;
}
#company .quality h3{
	font-size:22px;
	font-weight:normal;
	margin:0 0 14px;
}
#company .quality .txt{
	margin:0 0 30px;
	line-height:1.6;
}
#company .quality .sign{
	text-align:right;
}
#company .quality .sign .company_name{
	display:block;
	font-weight:bold;
	font-size:22px;
	margin:0 0 10px;
}
#company .quality .sign .president{
	display:block;
}

/*about*/
#company .about{
	margin:0 80px 80px;
}
#company .about h3{
	font-size:22px;
	font-weight:bold;
	margin:0 0 14px;
}
#company .about .txt{
	line-height:1.8;
}
#company .about .txt .mark1{
	font-weight:bold;
	display:block;
	font-size:17px;
}

/*会社情報*/
#company .info{
	margin:0 0 50px;
}
#company .info table{
	width:1200px;
    border-collapse: collapse;
    border-top: 1px solid #dee0e2;
    border-left: 1px solid #dee0e2;
}
#company .info table th{
	width:300px;
    vertical-align: top;
    font-weight: normal;
    padding: 24px;
    line-height: 1.5;
    text-align: left;
    border-right: 1px solid #dee0e2;
    border-bottom: 1px solid #dee0e2;
    background: #f3f4f5;
}
#company .info table td{
	width:900px;
    padding: 24px;
    text-align: left;
    line-height: 1.5;
    border-right: 1px solid #dee0e2;
    border-bottom: 1px solid #dee0e2;
}

/*地図*/
#company .map iframe{
	height:450px;
}