@charset "utf-8";
/*
Theme Name: iii-store-オーダーメイド注文フォーム
Description: ホワイトボード・黒板・展示パネルの販売・オーダーメイド | ホワイトボードのオーダーメイドならiii-Store
*/

/*-------------
format
-------------*/

#order-container {
    background: url(../image/bg-pattern.gif);
    padding: 50px 0;
}

#order-container a {
    font-weight: bold;
}

#order-header {
    border-bottom: 1px dotted #aeaeae;
}

#header-logo {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100px;
    margin-bottom: 40px;
}

#header-logo h1 {
    padding-top: 57px;
}

#header-logo h1 img {
    margin-top: -15px;
    margin-right: 15px;
}

.order-guide {
    position: absolute;
    right: 0;
    top: 25px;
    width: 350px;
    padding: 5px;
    background: #efefef;
    border-radius: 5px;
}

.order-guide ul li {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.order-guide ul li:nth-child(2n+1) {
    border-right: 5px solid #efefef;
}

.order-guide ul li:first-child , .order-guide ul li:nth-child(2) {
    border-bottom: 5px solid #efefef;
}

.order-guide ul li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.order-guide ul li a:hover {
    background: #eee;
}

.mitsumori-num {
    font-size: 1.2em;
    margin-top: 30px;
}

.mitsumori-num span {
    color: #e73656;
    font-size: 1.8em;
    font-weight: bold;
    margin-left: 10px;
}

.attention {
    background: #F5EEE4;
    padding: 25px;
    border-radius: 5px;
}

.attention h3 {
    font-size: 1.3em;
    line-height: 1em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted #aeaeae;
}

.order-btn {
    text-align: center;
    margin-top: 40px;
}

.order-btn p {
    margin-bottom: 10px;
}

.order-btn button {
    padding: 20px 100px;
    margin-bottom: 10px;
    font-size: 1.3em;
    border-radius: 3px;
    background-color: #faa53c;
    color: #fff;
    border: none;
    cursor: pointer;
}

.order-btn button:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}

.form-box {
    position: relative;
    border: 10px solid #eee;
    border-radius: 5px;
    padding: 25px 60px;
    margin-top: 30px;
}

.form-box img.contact-image {
    margin: 10px 0;
}

.form-box span.must {
    margin: 0 5px;
    padding: 2px 5px;
    font-size: 0.8em;
    color: #fff;
    background: #e73656;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-box span.optional {
    margin: 0 5px;
    padding: 2px 5px;
    font-size: 0.8em;
    color: #fff;
    background: #3c99d9;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-box span.example {
    display: block;
}

.form-box dl {
    padding: 0 20px;
}

.form-box dd > dl {
    padding: 0;
}

.form-box dd > dl > dt {
    margin-bottom: 0;
    padding: 0;
}

.form-box dl dt {
    display: block;
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-top: #ddd solid 1px;
}

.form-box dl dt:first-child {
    border-top: none;
}

.form-box dl dd {
    padding-bottom: 20px;
    margin-left: 50px;
}

.form-box input {
    margin: 0 3px 7px 0;
    padding: 2px;
    font-size: 1em;
}

.form-box textarea {
    font-size: 1em;
    width: 80% !important;
    height: 120px !important;
}

.form-box dl dd.radio_innerInput label {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;

}

.form-box p.btn {
    border-top:  1px solid #eee;
    padding-top: 30px;
    text-align: center;
}


.form-box p button {
    padding: 20px 100px;
    margin-bottom: 10px;
    font-size: 1.3em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #faa53c;
    color: #fff;
    border: none;
    cursor: pointer;
}

.form-box p button:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}


/*お届け先情報*/
#regi-contents {
    width: 900px;
    margin: 0 auto;
    padding: 20px 50px 50px 50px;
    border: 1px solid #ddd;
    background: #fff;
}

#regi-contents h2 {
    border-bottom: 1px dotted #aeaeae;
    margin-bottom: 15px;
}

#regi-contents h2 span {
    margin: 0 20px -1px 0;
    border-bottom: 5px solid #ccc;
    height: 51px;
    line-height: 51px;
    display: inline-block;
    padding-top: 5px;
    font-weight: bold;
}

#regi-contents section.form-box h3 {
    font-size: 1.3em;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin: 15px 0;
}

#regi-contents .form-box input {
    font-size: 1.2em;
}

.inputMINI {
    width: 150px;
}

.inputM {
    width: 210px;
}

.inputMAX {
    width: 550px;
}

ul.regi-list li {
    float: left;
    margin-right: 15px;
}

#regi-contents .form-box a.ico_bank:before {
    font-family: Fontawesome;
    content: '\f08e';
    padding-right: 5px;
}

ul.plural li {
    float: left;
}

ul.plural li+li:before {
    content: "ー";
    margin: 0 10px;
}

ul.plural li input {
    width: 150px;
}

.required {
    margin-right: 50px;
}

#shop_destination {
    display: none;
}

.form-box #shop_destination dt:first-child {
    border-top: #eee solid 1px;
}

#sending-text {
    font-size: 1em;
    font-weight: normal;
    padding-top: 10px;
}


/*ご注文内容の確認*/
.shopping_box table {
    width: 100%;
}

.shopping_box table.regiAmount {
    margin: 20px 0;
}

.shopping_box table.table-bordered {
    border-bottom: 1px solid #e6e6e6;
}

.shopping_box table.regiAmount th {
    background: #efefef;
    color: #333;
    padding: 8px;
    line-height: 20px;
}

.shopping_box table.regiAmount th+th {
    border-left: 1px solid #e6e6e6;
}

.shopping_box table.regiAmount td {
    text-align: center;
    line-height: 1.7em;
    padding: 20px 10px 20px 20px;
    border-top: 1px solid #e6e6e6;
}

.shopping_box table.regiAmount td+td {
    border-left: 1px solid #e6e6e6;
}

.shopping_box table.regiAmount td.product-name {
    text-align: left;
}

.shopping_box table.regiAmount td.subtotal {
    text-align: right;
}

.shopping_box .price-box {
    width: 35%;
    margin: 0 0 0 auto;
}

#regi-contents .shopping_box .price-box .cart_price_box {
    margin: 10px 0;
    text-align: right;
}

#regi-contents .shopping_box .price-box .cart_price_box p span {
    font-weight: bold;
    margin: 0 5px;
}

.shopping_box .price-box .total-price-part {
    border-bottom: 4px double #e6e6e6;
    padding-bottom: 10px;
}

.shopping_box .price-box .total-price-part p b {
    float: left;
}

.shopping_box .price-box .total-price-part p span {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

.shopping_box .price-box .sendding-price-part {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.shopping_box .price-box .sendding-price-part p b {
    float: left;
}

.shopping_box .price-box .sendding-price-part p span {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

.shopping_box table.bikou {
    margin: 40px 0 60px 0;
}

.shopping_box table.bikou th {
    width: 25%;
}

.shopping_box table.bikou td {
    text-align: left;
}

.shopping_box table.bikou th.border-top {
    border-top: 1px solid #e6e6e6;
}

/*ご注文内容の確認*/
.shopping_box table {
    width: 100%;
}

.shopping_box table#regiAmount {
    margin-top: 50px;
    margin-bottom: 20px;
}

.shopping_box table.table-bordered {
    border-bottom: 1px solid #e6e6e6;
}

.shopping_box table#regiAmount th {
    background: #f4f4f4;
    text-align: center;
    color: #949494;
    padding: 8px;
    font-weight: normal;
    line-height: 20px;
}

.shopping_box table#regiAmount td {
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}

.shopping_box table#regiAmount td.item-thum img {
    width: 100px;
}

.shopping_box table#regiAmount td.item-thum {
    margin-right: 15px;
}

.shopping_box table#regiAmount td.item-part {
    width: 60%;
}

.shopping_box table#regiAmount td.item-part table.item-table td {
    border-top: none;
}

.shopping_box table#regiAmount td.item_product {
    width: 75%;
    vertical-align: top;
}

.shopping_box table#regiAmount td.item_product h3 {
    line-height: 1.4em;
    margin-bottom: 10px;
}

.shopping_box table#regiAmount td.item_product ul li {
    color: #808080;
    font-size: 0.9em;

}

.shopping_box table#regiAmount td.amount {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.shopping_box table#regiAmount td.amount input {
    margin-top: 19px;
}

.shopping_box table#regiAmount td.cart-price {
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.shopping_box table#regiAmount td.product-num {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.shopping_box table#regiAmount td.product-size {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.shopping_box table#regiAmount td.total-itemprice-part {
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.shopping_box table#regiAmount td.total-itemprice-part form {
    margin-top: 19px;
}

.shopping_box .price-box {
    width: 35%;
    margin: 0 0 0 auto;
}

.shopping_box .price-box .total-price-part {
    border-bottom: 4px double #e6e6e6;
    padding-bottom: 10px;
}

.shopping_box .price-box .total-price-part p b {
    float: left;
}

.shopping_box .price-box .total-price-part p span {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

.shopping_box .price-box .sendding-price-part {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.shopping_box .price-box .sendding-price-part p b {
    float: left;
}

.shopping_box .price-box .sendding-price-part p span {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

/*-------------
default
-------------*/
#page-contents table , #regi-contents table.table-striped {
    font-size: 1em;
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}

#page-contents table > tbody > tr > td > table {
    border: none;
}

#page-contents table > tbody > tr > td > table > tbody > tr > td.item-thum {
    padding: 10px 20px 0 20px;
}

#page-contents table img {
    margin-bottom: 10px;
}

#page-contents table td , #regi-contents table.table-striped td {
    padding: 10px;
    vertical-align: middle;
}

#page-contents table th , #regi-contents table.table-striped th {
    width: 340px;
    background: #f2f2f2;
    padding: 5px 0;
}

#page-contents table.separate th , #regi-contents table.separate th {
    width: 50%;
}

/* kakunin */
#contents-full .form-box table.table-striped {
    border: none;
    margin: 20px 0;
}

#contents-full table.table-striped tr {
    border-top: 1px solid #f2f2f2;
}

#contents-full table.table-striped th {
    border: none;
}

#contents-full table.table-striped td {
    border: none;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background: #f9f9f9 !important;
}

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
    background: #FFF !important;
}

.form-btn {
    text-align: center;
}

.form-btn button {
    color: #fff;
    margin-top: 30px;
    padding: 15px 50px;
    margin-bottom: 10px;
    font-size: 1.3em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.form-btn button:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}

.form-btn button#send-cancel {
    margin-right: 20px;
}

.form-btn button#send {
    background: #faa53c;
}

/*ご注文完了*/
.form-box h2#tnks-h {
    text-align: center;
    margin-top: 1.2em;
}

p.tnks-massage {
    margin: 0 30px 10px 60px;
    text-indent: -1em;
}

#thanks_img {
    text-align: center;
    margin-bottom: 20px;
}