@charset "utf-8";

.article { }

/*会社概要

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

#company_txt {
float: left;
width: 600px;
}

#company_img { float: right;
width:350px; }

table {
width: 600px;
margin: 10px auto 50px;
border-collapse: collapse;
padding: 0;
}

tr {
border-bottom: 1px solid #ccc;
color: #ccc;
}

tr.last { border: 0; }

th {
width: 200px;
font-weight: normal;
padding: 20px;
color: #797676;
text-align: right;
}

td {
padding: 20px;
font-weight: normal;
color: #333;
text-align: left;
}
