@charset "utf-8";

/*
**********************************************************************

* AUTHOR : futappa!
* AUTHOR SITE : http://www.futappa.jp/

* page.css

*********************************************************************
*/

/* ///////////////////////////////////////////////////////////////////
#Main
/////////////////////////////////////////////////////////////////// */
#Main {
}

.orderSect {
    padding-bottom: 30px;
}

.orderSect .sectTit {
    font-size: 1.8em;
    margin-bottom: 7px;
}
.orderSect .onlineBnr {
  margin-bottom:18px;
  text-align:center;
}
.orderSect .titBlock {
    padding: 4px;
    margin-bottom: 18px;
    border: 2px solid #4d382e;
}

.orderSect .titBlock .wrap {
    padding: 0 150px;
    background: #fffbe5;
    border: 1px solid #4d382e;
}

.orderSect .titBlock .wrap .logo {
    float: left;
    padding: 47px 0px;
}

.orderSect .titBlock .wrap .address {
    float: right;
    padding: 36px 0;
    font-family:"Times New Roman";
    font-size: 3.2em;
    line-height: 1.4;
}

.orderSect .orderTxt {
    margin-bottom: 42px;
}

.orderSect .orderBlock {
}

.orderSect .orderBlock .blockTit {
    padding: 4px 15px;
    background: #331100;
    color: #ccb17a;
}

.orderSect .orderBlock .orderTbl {
}

.orderSect .orderBlock .orderTbl tbody {
}

.orderSect .orderBlock .orderTbl tbody tr {
}

.orderSect .orderBlock .orderTbl tbody tr th {
    width: 170px;
    padding: 9px 20px 10px;
    border: 1px solid #331100;
    background: #f2eada;
}

.orderSect .orderBlock .orderTbl tbody tr td {
    padding: 9px 18px 10px;
    border: 1px solid #331100;
    background: #fffbe5;
}

