@charset "Shift_JIS";

/* ///////////////////////////////////////////////
【お問合せ】
contact.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
Table Of Contents

・お問合せフォーム
----------------------------------------------- */


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

お問合せフォーム

----------------------------------------------- */
#contact {
margin-bottom: 35px;
}

#contact ol {
margin-bottom: 1.0em;
padding-left: 1.8em;
list-style-type: decimal;
list-style-position: outside;
}

#contact span {
color: #ff0000;
}

#contact table {
width: 695px;
margin-bottom: 5px;
border-collapse: separate;
border-spacing: 0;
border-top: #77b171 solid 1px;
border-left: #77b171 solid 1px;
}

#contact th,
#contact td {
padding: 10px;
border-right: #77b171 solid 1px;
border-bottom: #77b171 solid 1px;
vertical-align: top;
}

#contact th {
width: 11.0em;
background: #fafdf3;
}

