form#linkform table td {
    padding: 6px;
    vertical-align: middle !important;
}

.order-product-num{
    width:40px;
    font-size:16px;
}

#simplemodal-container{
    max-height:90% !important;
    height:auto !important;

}
#order-product-info{
    padding: 10px;
}

#order-product-info dl{
    padding: 0px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
}
#order-product-info dl dt{
    width:40%;
    background-color: #dcdcdc;
    padding:5px;
}
#order-product-info dl dd{
    width:60%;
    padding:5px;
    text-align: right;
}
#order-product-info dl.sum_field{
    text-align:right;
    list-style-type: none;
    font-weight: bold;
}

.shop-page-tab{

}
.shop-page-tab a{
    display: inline-block;
    padding:10px 20px;
    background-color: #d8d6d3;
    border: 1px solid #ccc;
    color:#0A246A;
}
.shop-page-tab a.active{
    background-color: #fff;
    font-weight: bold;
}

.shop_order_tel a{
    display: block;
    font-size:130%;
    border:1px solid #ccc;
    padding: 10px;
    background-color: #f8f8f8;
}

.shop_order_caution{
    padding: 10px;
    /*text-align: center;*/
    color: #ff6450;
    font-weight: bold;
}

#simplemodal-container {
    max-width: 1024px !important;
    width: 90%  !important;
    left: 0 !important;
}
.errorMessage p{
    text-align: center;
    color: red;
    padding: 5px;
    border: 1px dashed #ccc;
    background-color: #ffe9e6;
}

.order_time{
    border:4px solid #ccc;
    padding:5px;
    background-color: #eeece7;
    text-align: center;
}

#bottom-error-message{
    position: fixed;
    margin: auto;
    bottom: 0px;
    width: 90%;
    padding:10px;
    display: none;
    background-color:#ff6450 ;
    border-radius: 10px;
    color:#fff;
}

.confirm_bt{
    font-size: 16px;
    font-family: monospace;
    background: linear-gradient(0deg, #FF9900, #FFCC00);
    color: white;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
}

.input-zone{
    /*margin-bottom: 5%;*/
}

.form_back_bt{
    font-size: 16px;
    color: white !important;
    display: inline !important;
    padding: 9px 40px !important;
    background: linear-gradient(0deg, #bbb, #ddd)!important;
    cursor: pointer !important;
    margin-right: 50px !important;
}
.form_send_bt{
    font-size: 16px;
    color: white !important;
    display: inline !important;
    padding: 9px 40px !important;
    background: linear-gradient(0deg, #4dad6b, #5dd888)!important;
    cursor: pointer !important;
    margin-right: 50px !important;
}
/*.form_search_bt{*/
    /*font-size: 16px;*/
    /*color: white !important;*/
    /*padding: 10px 40px !important;*/
    /*background: linear-gradient(0deg, #FF9900, #FFCC00) !important;*/
    /*border: none !important;*/
    /*cursor: pointer !important;*/
/*}*/
.order_and_back_btn{
    display:flex;
    align-items: center;
    justify-content: center;
}


#opt_item_delitime table th.month_th{
    width:50px !important;
}
#opt_item_delitime table td.holiday_td{
    width:90px !important;
}
#opt_item_delitime table td.time_copy_apply_td{
    width:65px !important;
}
