@charset "utf-8";

/* ///////////////////////////////////////////////
【工場・設備のご紹介】
/////////////////////////////////////////////// */


/* -----------------------------------------------
機械設備概要
----------------------------------------------- */
#machine {
margin-bottom: 30px;
}

#machine h3 {
margin-bottom: 15px;
}

#machine table {
width: 714px;
border-collapse: separate;
border-spacing: 0;
border-top: #e1e1e1 solid 1px;
border-left: #e1e1e1 solid 1px;
}

#machine th,
#machine td {
padding: 8px 12px;
border-right: #e1e1e1 solid 1px;
border-bottom: #e1e1e1 solid 1px;
vertical-align: top;
}

#machine th {
color: #fff;
font-weight: bold;
text-align: center;
font-size: 110%;
background: #4D84E4;
}

#machine .cell_a {
width: 80%;
}

#machine .cell_b {
width: 20%;
}

#machine .cell_c {
text-align: right;
}

