@charset "utf-8";

.article { }

/*会社概要

---------------------------------------------------------*/

.company_box {
width: 980px;
margin-top: 30px;
}

.company_txt {
float: left;
width: 570px;
}

.company_img {
float: right;
width: 350px
}

#company_txt {
float: left;
width: 600px;
}

#company_img {
float: right;
width: 350px;
}

table.companyT {
width: 570px;
border-collapse: collapse;
}

tr {
border-bottom: 1px solid #ccc;
color: #ccc;
}

tr.last { border: 0; }

.companyT th {
width: 150px;
font-weight: normal;
padding: 18px;
text-align: right;
color: #FFF;
}

.companyT td {
padding: 18px;
font-weight: normal;
text-align: left;
color: #FFF;
}

#map_canvas {
width: 980px;
height: 500px;
margin-top: 50px;
}

#qr {
width: 980px;
text-align: center;
margin-top: 20px;
}

.fstyle { color: #000; }
