@charset "UTF-8"; .error-message {
    font-size: 14px;
    color: #c30d23;
    font-weight: bold;
    text-align: left;
    width: 400px;
    margin: 10px auto 10px;
}

.color_main_bk {
    background-color: #C30D23;
}
.color_sub_bk {
    border-top: solid 1px white;
    background-color: #2E9F1F;
}

.header_color_main {
    border-bottom: 4px solid #c30d23;
}

a {
    color: #00A0E9;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    content: "";
    display: table;
    clear: both;
}

#header:after, #header_top:after, #header_main:after, .map_main_body:after, .map_main_right:after, .footer_top:after, .container_960:after,.cf:after {
    content: "";
    display: table;
    clear: both;
}

img {
    border: 0;
    max-width: 100%;
}

body {
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,メイリオ,"ＭＳ ゴシック",sans-serif;
    font-feature-settings: "pkna" 1;
    color: #231815;
    font-size: 12px;
    min-width: 1100px;
}

.hv {
    transition: opacity .2s
}

.hv:hover {
    opacity: 0.6;
}

/* */
#header {
    width: 100%;
}

#header_top {
    height: 34px;
}

#header_text {
    float: left;
    font-size : 12px;
    line-height : 18px;
    color : #231815;
    padding-left: 15px;
    padding-top: 5px
}

#header_top_right {
    float: right;
}

#header_top_right ul {
    display: table
}

#header_top_right ul li {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}

#header_top_right ul li a, #header_top_right ul li.user {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    border-left: 1px solid #DCDDDD;
    height: 30px;
    text-decoration: none;
}

#header_top_right ul li.user span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

#header_main {
    max-width: 1400px;
    height: 100px;
    margin: 0px auto;
}

#header_logo {
    float: left;
    padding: 15px 0px 0px 15px;
}

#header_logo_sub {
    float: left;
    padding-left: 27px;
    padding-top: 17px;
}

#header_main_right {
    float: right;
}

#header_main_right ul {
    display: table;
    height: 100px;
}

#header_main_right ul li {
    display: table-cell;
    vertical-align: middle;
}

#header_main_right ul li.tel, #header_main_right ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    height: 30px;
    text-decoration: none;
}

#header_main_right ul li.order a {
    width: 120px;
    height: 40px;
    border: 1px solid #DCDDDD;
    font-weight: bold;
    background-image: url(../img/head_order.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 40px;
    padding-right: 10px;
    color : #231815;
    text-decoration: none;
}

#header_main_right ul li.order a:hover, #header_main_right ul li.mypage a:hover, #header_main_right ul li.cart a:hover {
    background-color : #F7F8F8;
}

#header_main_right ul li.mypage a {
    width: 120px;
    height: 40px;
    border: 1px solid #DCDDDD;
    font-weight: bold;
    background-image: url(../img/head_mypage.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 40px;
    color : #231815;
    text-decoration: none;
    position: relative;
}

#header_main_right ul li.mypage {
    padding-left: 10px;
}

#header_main_right ul li.cart {
    padding-left: 10px;
    padding-right: 20px
}

#header_main_right ul li.cart a {
    width: 120px;
    height: 40px;
    border: 1px solid #DCDDDD;
    font-weight: bold;
    background-image: url(../img/head_cart.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 56px;
    color : #231815;
    text-decoration: none;
    position: relative;
}

#header_main_right ul li.mypage a span.mypage_num {
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 22px;
    background-color: #c2181f;
    width: 22px;
    height: 22px;
    padding-left: 6px;
    padding-top: 4px;
}

#header_main_right ul li.cart a span.item_num {
    position: absolute;
    top: 3px;
    left: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #c2181f;
}

#header_main_right ul li.cart a span.double_digit{
    left: 18px;
}

#header nav {
    width: 100%;
    height: 40px;
}

#header nav ul {
    display: flex;
    width: 960px;
    margin: 0px auto;
    background-color: #fff;
}
#header nav ul.sub_menu {
    display: table;
    width: auto;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
    z-index: 100;
}
#header nav ul.sub_menu li {
    display: block;
}
#header nav ul li {
    display: table-cell;
    width: 160px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

#header nav ul li a ,
#header nav ul li span{
    display: table-cell;
    width: 160px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#header nav ul#sub1,
#header nav ul#sub3 {
    display: none;
}
/* slide */
#slider_pc {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

.bx-viewport {
    overflow: visible !important;
    width: 960px !important;
    position: relative !important;
    height: 280px !important;
    left: 50% !important;
    margin-left: -50% !important;
}

.slide {
    position: relative;
}

.slide_cover {
    position: absolute;
    top: 0px;
    width: 960px;
    height: 280px;
    background-color: #fff;
    opacity: 0.9;
}

.slide.active .slide_cover {
    display: none;
}

p.gw_alert {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: inline-flex;
}

p.gw_alert:before {
    content: url(../img/icon_alert.png);
    margin-right: 5px;
}

.map_tab {
    width: 100%;
    margin-top: 20px;
    padding-left: 18px;
    display: flex;
}

.map_tab ul {
    display: table;
}

.map_tab ul li {
    padding-right: 10px
}

.map_tab ul li {
    display: table-cell;
    background : #fff;
    border-radius : 6px 6px 0px 0px;
    -moz-border-radius : 6px 6px 0px 0px;
    -webkit-border-radius : 6px 6px 0px 0px;
    width: 250px;
    height: 40px;
    font-size : 18px;
    color : #FFFFFF;
}

.map_tab ul li a {
    display: table-cell;
    background : #C30D23;
    border-radius : 6px 6px 0px 0px;
    -moz-border-radius : 6px 6px 0px 0px;
    -webkit-border-radius : 6px 6px 0px 0px;
    width: 250px;
    height: 40px;
    font-size : 18px;
    color : #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.map_tab ul li a.passive {
    opacity: 0.6;
}

.map_main_body {
    border-top: 1px solid #727171;
}

.map_main_body .map_main_left {
    float: left;
    width: 360px;
    position: relative;
}

.map_main_body .map_main_left .list_area {
}

@media screen and (min-width: 641px) {
    .map_main_body .map_main_left .list_area .list_box {
        display: table;
        background : #F7F8F8;
        border-right: 1px solid #dcdddd;
        width: 360px;
        height: 50px;
        position: relative;
    }
}

.map_main_body .map_main_left .list_area .list_box .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    font-size : 16px;
    color : #231815;
    font-weight: bold;
    width: 40%;
}

.map_main_body .map_main_left .list_area.list_area2 table.dm {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.map_main_body .map_main_left .list_area.list_area2 table tr td.title {
    vertical-align: middle;
    font-size : 16px;
    color : #231815;
    font-weight: bold;
}

.map_main_body .map_main_left .list_area.list_area2 table tr td.text {
    vertical-align: middle;
}

.map_main_body .map_main_left .list_area.list_area2 table tr td.text.size {
    font-size : 16px;
}

.map_main_body .map_main_left .list_area.list_area2 .precedent tbody tr td {
    vertical-align:middle;
}

.map_main_body .map_main_left .list_area.list_area2 .precedent tbody tr td hr {
    border:0;height:13px;width:49px;
}

.map_main_body .map_main_left .list_area.list_area2 .precedent tbody tr td hr.hr1 {
    background-color:#c48db7;
}

.map_main_body .map_main_left .list_area.list_area2 .precedent tbody tr td hr.hr2 {
    background-color:#fff462;
}

.map_main_body .map_main_left .list_area.list_area2 .precedent tbody tr td hr.hr3 {
    background-color:#6dd900;
}

.map_main_body .map_main_left .list_area.list_area2 .precedent tbody tr td hr.hr4 {
    background-color:#4dd2ff;
}

.map_main_body .map_main_left .list_area .list_box .delivery_date_box {
    font-size : 16px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.map_main_body .map_main_left .list_area .text_colors {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 18px;
    font-size : 14px;
    background : #F7F8F8;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    line-height: 160%;
}

#datepicker .ui-datepicker-inline {
    width:100% !important;
}
#datepicker .ui-datepicker-calendar {
    margin-top: 0.4em;
}
#datepicker .ui-datepicker-multi .ui-datepicker-group table {
    width: 98%;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 13px;
    right: 6px;
}
.ui-datepicker .ui-datepicker-calendar th {
    padding: 0.3em;
    border: dotted 1px #ddd;
    background-color: #f5f5f5;
}
.ui-datepicker .ui-datepicker-calendar td {
    padding: 0;
    border: dotted 1px #ddd;
}
.ui-widget-content .ui-datepicker-calendar .ui-state-default {
    border: none;
    padding: 5px 3px 5px 0;
}

.map_main_body .map_main_left .list_area .list_box .delivery_date_box .delivery_date_select {
    font-size : 12px;
}

.map_main_body .map_main_left .list_area .list_box .select_box {
    font-size : 16px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.map_main_body .map_main_left .list_area .list_box .select_box .select_text {
    border: 1px solid #9FA0A0;
    background-color: #fff;
    width: 210px;
    height: 30px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    font-size : 14px;
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 190px 8px;
}

.map_main_body .map_main_left .list_area .list_box .select_box .select_text:hover {
    background-color: #FFFEEE;
}

.map_main_body .map_main_left .contact_text {
    padding: 60px 20px;
}

.map_main_body .map_main_left .contact_text ul li {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -24px;
    line-height: 160%;
}

.map_main_body .map_main_left .contact_text ul li a {
    text-decoration: underline;
    font-weight: 600;
}

.map_main_body .map_main_left .contact_text ul li:before {
    content: "※";
    padding: 0 5px;
}

.map_main_body .map_main_left .text_colors {
    padding: 60px 10px;
}

.map_main_body .map_main_left .text_colors ul li {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -24px;
    line-height: 160%;
}

.map_main_body .map_main_left .text_colors ul li:before {
    content: "※";
    padding: 0 5px;
}

@media screen and (min-width: 641px) {
    .map_main_body .map_main_right {
        float: right;
        width: 100%;
        margin: 0 0 0 -360px;
        height: 717px;
    }

    .map_main_body .map_main_right .map_main_box {
        margin: 0 0 0 360px;
        position: relative;
        height: 717px;
    }
}

.map_main_body .map_main_right .map_main_box #map_dummy {
    background-image: url(../img/map.jpg);
    background-size: cover;
    background-position: left top;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 717px;
}

.map_main_body .map_main_right .map_main_box .text_box {
    position: absolute;
    top: 10px;
    left: 50px;
    width: calc(100% - 270px);
    height: 50px;
    background : rgba(255, 255, 255, 0.9);
    padding: 7px;
}

.map_main_body .map_main_right .map_main_box .text_box .text1 {
    width: calc(100% - 330px);
    height: 36px;
    background-color: #fff;
    font-size : 16px;
    color : #231815;
    padding: 5px;
    border: 1px solid #9FA0A0;
}

.map_main_body .map_main_right .map_main_box .text_box .text1_max {
    width: 90%;
    height: 36px;
    background-color: #fff;
    font-size : 16px;
    color : #231815;
    padding: 5px;
    border: 1px solid #9FA0A0;
}

.map_main_body .map_main_right .map_main_box .text_box .text2 {
    width: 225px;
    height: 36px;
    background-color: #fff;
    font-size : 16px;
    color : #231815;
    padding: 5px;
    border: 1px solid #9FA0A0;
}

.map_main_body .map_main_right .map_main_box .text_box .x_text {
    display: inline-block;
    font-size : 16px;
    color : #231815;
    padding: 5px;
}

#radius {
    display: none;
    background-color: #fffeee;
    margin-left: 5px;
    border: solid 1px #CCC;
    padding: 9px;
    font-size: 14px;
}

.map_main_body .map_main_right .map_main_box .text_box .bt {
    -webkit-appearance: none;/* ユーザーエージェントstyleをリセット */
    padding: 0;
    display: inline-block;
    width: 60px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    line-height: 36px;
}

.map_main_body .map_main_right .map_main_box .map_mode1 {
    position: absolute;
    top: 15px;
    right: 10px;
}

.map_main_body .map_main_right .map_main_box .map_mode2 {
    position: absolute;
    top: 70px;
    right: 10px;
}

.map_main_body .map_main_right .map_main_box .mode_text {
    width: 100px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    background-color: #F7F8F8;
    border: 1px solid #3E3A39;
    cursor: pointer;
}

.map_main_body .map_main_right .map_main_box .mode_text.active {
    color: #fff;
    background-color: #3E3A39;
}

.map_main_body .map_main_right .map_main_box .map_addres_box {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 20px);
}

.map_main_body .map_main_right .map_main_box .map_addres_box .text1 {
    width: calc(100% - 340px);
    height: 36px;
    background-color: #FFFEEE;
    font-size : 16px;
    color : #231815;
    padding: 5px;
    border: 1px solid #9FA0A0;
}

.textarea1 {
    width: calc(100% - 340px);
    height: 45px;
    background-color: #FFFEEE;
    font-size : 16px;
    color : #231815;
    padding: 5px;
    border: 1px solid #9FA0A0;
}

#detail {
    position: absolute;
    right: 10px;
    top: 60px;
    text-align: right;
    display: none;
}
#detail .btn_detail,
#detail_panel button  {
    background-color: #2e9f27;
    color: white;
    padding: 5px 20px;
    border: none;
    font-size: 15px;
}
#detail .btn_detail:focus,
#detail_panel button:focus {
    outline: none;
}
#detail_panel {
    text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
#detail_panel ul {
    text-align: left;
    margin-bottom: 5px;
}
#detail_panel li {
    line-height: 2.5em;
}
#detail_panel li:nth-child(2) {
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
#detail_panel input[type="text"] {
    width: 6em;
}
#detail_panel select {
    width: 80px;
    height: 21px;
}

@media screen and (min-width: 641px) {
    .map_main_body .map_main_right .map_main_box .map_price_box {
        position: absolute;
        bottom: 15px;
        right: 20px;
        width: 300px;
        background : rgba(255, 255, 255, 0.9);
        padding: 15px;
    }
}

.map_main_body .map_main_right .map_main_box .map_price_box table {
    font-size: 14px;
}

.map_main_body .map_main_right .map_main_box .map_price_box table th {
    text-align: left;
    padding-bottom: 20px;
}

.map_main_body .map_main_right .map_main_box .map_price_box table td {
    text-align: right;
    padding-bottom: 15px;
}

.map_main_body .map_main_right .map_main_box .map_price_box table td p.price_text {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -24px;
    line-height: 160%;
}

.map_main_body .map_main_right .map_main_box .map_price_box table td p.price_text a {
    text-decoration: none
}

.map_main_body .map_main_right .map_main_box .map_price_box table td p.price_text:before {
    content: "※";
    padding: 0 5px;
}

.map_main_body .map_main_right .map_main_box .map_price_box table td span hr {
    display: inline-block;
    width: 14px;
    height: 4px;
    background-color: #C30D23;
    border: none;
    vertical-align: middle;
}

.map_main_body .map_main_right .map_main_box .map_price_box table td span hr.num-hr2{
    background-color: #000000;
}

.cart_in {
    display: block;
    width: 250px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: auto;
    line-height: 50px;
    border: none;
    cursor: pointer
}

.cart_in_disable {
    display: none;
    width: 250px;
    height: 60px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
    margin: auto;
    line-height: 1;
    background-color: #54545c;
}

.cart_in_disable div {
    display: table-cell;
    width: 518px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}
.cart_in_disable2,
.cart_in_disable3 {
    display: none;
    width: 250px;
    height: 60px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
    margin: auto;
    line-height: 1;
    background-color: #54545c;
}

.cart_in_disable2 div,
.cart_in_disable3 div  {
    display: table-cell;
    width: 518px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

.bottom_box {
    width: 100%;
    background : #EFEFEF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bottom_tab {
    background : #3E3A39;
    border-radius : 6px 6px 0px 0px;
    -moz-border-radius : 6px 6px 0px 0px;
    -webkit-border-radius : 6px 6px 0px 0px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size : 18px;
    color : #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.bottom_box .text_box {
    background-color: #fff;
    border: 1px solid #9FA0A0;
    padding: 40px;
}

.bottom_box .text_box ul li {
    font-size : 16px;
    line-height : 32px;
    color : #000000;
    padding-left: 15px;
    text-indent: -24px;
    line-height: 160%;
    margin-bottom: 10px;
}

.bottom_box .text_box ul li:before {
    content: "※";
    padding: 0 5px;
}

#footer {
    background-color: #595757;
    padding: 30px 10px 40px;
}

@media screen and (min-width: 641px) {
    .container_1200 {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.footer_text {
    border-top: 1px solid #fff;
}

.footer_logo {
    float: left
}

.footer_link {
    float: right;
}

@media screen and (min-width: 641px) {
    .footer_link ul li {
        float: left;
        font-size: 14px;
        padding-top: 15px;
        background-image: url(../img/c_left.png);
        background-repeat: no-repeat;
        display: block;
        background-position: 0px 13px;
        padding-left: 25px;
        height: 33px;
    }

    .footer_link ul li:not(:last-child) {
        padding-right: 55px;
    }
}

.footer_link ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.footer_text p {
    font-size : 14px;
    line-height : 24px;
    color : #FFFFFF;
    margin-top: 20px;
}

.footer_text .copyright {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    display: block;
}

.totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.totop a {
    width: 72px;
    height: 72px;
    font-size: 14px;
    color: #dcc828;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 72px;
}

.f16 {
    font-size: 16px
}

.f23 {
    font-size: 23px
}

.c_red {
    color: #c30d23;
}

.bd {
    font-weight: bold
}

.tal {
    text-align: left !important;
}

.pt10 {
    padding-top: 10px !important;
}

/* left */
.paper_select {
    display: none;
    border: 1px solid #ccc;
    max-height: 380px;
    position: absolute;
    z-index: 1000;
    line-height: 1.4;
    left: 0;
    top: 0;
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #9FA0A0;
}

.paper_select .option {
    padding: 5px;
    border-bottom: 1px solid #9FA0A0;
}

.paper_select .option a {
    text-decoration: none;
    color : #231815;
    display: block;
}

.paper_select .option.active {
    background-color: #FFFEEE;
}

.paper_select .option a .title span {
    font-size: 12px;
    font-weight: normal;
}

.paper_select .option a .text {
    font-size: 12px;
    font-weight: normal;
}

.paper_select.paper_size {
    width: 560px
}

.paper_select .left {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
}

.paper_select .left.full {
    float: left;
    width: 100%;
    border-right: none !important;
}

.paper_select.paper_size.w280 {
    width: 280px !important;
}

.paper_select .right {
    float: left;
    width: 50%;
}

.paper_select .option:hover {
    background-color: #EDB6BD;
}

.paper_select .option .title_text {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.paper_select .option .text {
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
}

.paper_select .option .title_text.checkd {
    font-size: 14px;
    font-weight: bold;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.paper_select .option .color_style {
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
}

.paper_select .option .color_style .front_ck {
    background-image: url(../img/c1.png);
    background-repeat: no-repeat;
    background-position: 25px 0;
    padding-right: 25px;
    display: inline-block;
}

.paper_select .option .color_style .back_no {
    background-image: url(../img/c2.png);
    background-repeat: no-repeat;
    background-position: 25px 0;
    padding-right: 25px;
    display: inline-block;
}

.paper_select .option .color_style .front_bk {
    background-image: url(../img/c3.png);
    background-repeat: no-repeat;
    background-position: 25px 0;
    padding-right: 25px;
    display: inline-block;
}

.b_nob {
    border-bottom: none !important
}

.list_area2 {
    border-top: 1px solid #dcdddd;
    margin-top: 10px
}

/* login */
.container_960 {
    width: 960px;
    margin: 45px auto;
}

.login h1 {
    background-image: url(../img/chip_login.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size : 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px;
}

.login .left_box {
    float: left;
    margin-right: 40px;
}

.login .login_box {
    border: 1px solid #DCDDDD;
    width: 460px;
    padding: 30px;
    min-height: 410px;
}

.login h2 {
    font-size : 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.login .login_box h3 {
    font-size : 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.login .right_box {
    float: left;
}

.login_box .login_input {
    width: 400px;
    height: 30px;
    padding: 5px;
    font-size : 14px;
    border: 1px solid #9FA0A0;
    margin-bottom: 20px;
}

.login_box .checkbox {
    font-size: 14px;
    font-weight: bold
}

.login_box .login_bt {
    margin: 45px auto;
    width: 400px;
    height: 50px;
    color: #fff;
    background : #8FC31F;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.login_box .login_bt:hover {
    background : #8FC31F;
    opacity: 0.8;
}

.login_box .lost_pass {
    margin-bottom: 10px;
}

.login_box .lost_pass a {
    text-decoration: none;
    font-size: 14px
}

.login_box p.bd {
    font-size : 14px;
    line-height : 23px;
    font-weight: bold
}

.login_box .entry_bt {
    margin: 30px auto;
    width: 400px;
    height: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.login_box .entry_bt:hover {
    opacity: 0.8;
}

.login_box p {
    font-size : 14px;
    line-height : 23px;
}

/* password */
.password h1 {
    background-image: url(../img/chip_pass.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size : 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px;
}

.full_box {
    width: 960px;
    background : #F7F8F8;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: center;
}

.password .main_text {
    padding-top: 60px;
    font-size : 18px;
    font-weight: bold;
    text-align: center;
}

.password .full_box h3 {
    padding-top: 60px;
    width: 400px;
    margin: auto;
    text-align: left;
    font-size : 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.password .full_box .password_input {
    width: 400px;
    margin: auto;
    height: 30px;
    padding: 5px;
    font-size : 14px;
    border: 1px solid #9FA0A0;
    margin-bottom: 20px;
    display: block;
}

.password .password_bt {
    margin: 50px auto 90px;
    width: 400px;
    height: 50px;
    color: #fff;
    background : #8FC31F;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.password .password_bt:hover {
    background : #8FC31F;
    opacity: 0.8;
}

.container_960.password {
    margin-bottom: 235px;
}

.password .link_bt a {
    display: block;
    line-height: 50px;
    margin: 120px auto 90px;
    width: 400px;
    height: 50px;
    color: #fff;
    background : #8FC31F;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.password .link_bt a:hover {
    background : #8FC31F;
    opacity: 0.8;
}

/* entry */
.container_960.entry {
    margin-top: 20px;
}

.entry h1 {
    background-image: url(../img/chip_entry.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size : 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 50px;
}

.entry .entry_no1 ul {
    width: 960px;
    background-image: url(../img/entry_no1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 30px;
    margin-bottom: 15px
}

.entry .entry_no3 ul {
    width: 960px;
    background-image: url(../img/entry_no3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 30px;
    margin-bottom: 15px
}

.entry .entry_no1 ul li, .entry .entry_no2 ul li, .entry .entry_no3 ul li {
    display: inline-block;
    font-size: 16px;
}

.entry .entry_no1 ul li:nth-child(1), .entry .entry_no2 ul li:nth-child(1), .entry .entry_no3 ul li:nth-child(1) {
    padding-top: 8px;
    padding-left: 75px;
}

.entry .entry_no1 ul li:nth-child(2), .entry .entry_no2 ul li:nth-child(2), .entry .entry_no3 ul li:nth-child(2) {
    padding-top: 8px;
    padding-left: 220px;
}

.entry .entry_no1 ul li:nth-child(3), .entry .entry_no2 ul li:nth-child(3), .entry .entry_no3 ul li:nth-child(3) {
    padding-top: 8px;
    padding-left: 205px;
}

.entry .main_text {
    padding-top: 60px;
    font-size : 18px;
    font-weight: bold;
    text-align: center;
}

.entry .full_box h3 {
    padding-top: 60px;
    width: 400px;
    margin: auto;
    text-align: left;
    font-size : 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.entry .full_box .entry_input {
    width: 400px;
    margin: auto;
    height: 30px;
    padding: 5px;
    font-size : 14px;
    border: 1px solid #9FA0A0;
    margin-bottom: 20px;
    display: block;
}

.entry .entry_bt {
    margin: 50px auto 90px;
    width: 400px;
    height: 50px;
    color: #fff;
    background : #8FC31F;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.entry .entry_bt:hover {
    background : #8FC31F;
    opacity: 0.8;
}

.entry .full_box .entry_text {
    width: 600px;
    margin: 20px auto;
    text-align: left
}

.entry .full_box .entry_text ul li {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -24px;
    line-height: 160%;
}

.entry .full_box .entry_text ul li a {
    text-decoration: none
}

.entry .full_box .entry_text ul li:before {
    content: "※";
    padding: 0 5px;
}

.entry .entry_already {
    margin: 20px auto 40px;
    text-align: center;
    font-size: 14px;
}

.entry .entry_already a {
    text-decoration: none
}

.entry .entry_no2 ul {
    width: 960px;
    background-image: url(../img/entry_no2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 30px;
    margin-bottom: 15px
}

.entry h2 {
    font-size : 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.entry_form {
    padding: 30px 55px;
}

.entry_form .box {
    margin-bottom: 20px;
}

.entry_form.entry3 .box {
    margin-bottom: 50px;
}

.entry_form .box:after {
    content: "";
    display: table;
    clear: both;
}

.entry_form .box .left {
    float: left;
    width: 160px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.entry_form .box .left.pt {
    padding-top: 5px;
}

.entry_form .box .right {
    width: 740px;
    margin-left: 160px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.entry_form .box .right .col {
    float: left
}

.entry_input_300 {
    width: 300px;
    height: 30px;
    border: 1px solid #9FA0A0;
    padding: 3px;
    /*margin-left: 10px;*/
}

.entry_form .box .right .col.text {
    padding-left: 2em;
}

.entry_form .box .right .col.text span {
    width: 2em;
    display: inline-block;
    text-align: right;
}

.entry_form .box .right .col.tel {
    padding-left: 2em;
}

.entry_form .box .right .col.sex {
    padding-left: 2em;
}

.entry_form .box .right .col.birth {
    padding-left: 2em;
}

.entry_form .box .right .col.birth select {
    width: 120px;
    height: 30px;
    border: 1px solid #9FA0A0;
}

.entry_form .box .right .col.purpose {
    padding-left: 2em;
}

.entry_form .box .right .col.area {
    padding-left: 2em;
}

.entry_form .box .right .col.area select {
    width: 120px;
    height: 30px;
    border: 1px solid #9FA0A0;
}

.entry_form .box .right .col.job select {
    width: 240px;
    height: 30px;
    border: 1px solid #9FA0A0;
}

.entry_form .box .right .row.cue {
    padding-left: 2em;
    margin-bottom: 10px;
}

.entry_form .box .right .row.cue label {
    width: 190px;
    display: inline-block;
}

.entry_form .box .right .col.mailmag {
    padding-left: 2em;
}

.entry_form .box .right .col.job {
    padding-left: 2em;
}

.t_red {
    color: #c30d23
}

/* cart */
.container_960.cart {
    margin-top: 20px;
}

.cart .cart_no1,
.cart .cart_no2,
.cart .cart_no3,
.cart .cart_no4 {
    position: relative;
}

.cart .cart_no1:after,
.cart .cart_no2:after,
.cart .cart_no3:after,
.cart .cart_no4:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px #DCDDDD solid;
    border-bottom: 1px #DCDDDD solid;
    content: '';
    box-sizing: border-box;
    z-index: 10;
}

.cart .cart_no1 ul,
.cart .cart_no2 ul,
.cart .cart_no3 ul,
.cart .cart_no4 ul {
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    border-left: 1px #DCDDDD solid;
    border-right: 1px #DCDDDD solid;
}

.cart .cart_no1 li,
.cart .cart_no2 li,
.cart .cart_no3 li,
.cart .cart_no4 li {
    display: table-cell;
    position: relative;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.cart .cart_no1 li:nth-child(1),
.cart .cart_no2 li:nth-child(2),
.cart .cart_no3 li:nth-child(3),
.cart .cart_no4 li:nth-child(4) {
    background: #F8D6A0;
}
.cart .cart_no1 li:nth-child(1),
.cart .cart_no2 li:nth-child(1),
.cart .cart_no3 li:nth-child(1),
.cart .cart_no4 li:nth-child(1) {
    z-index: 4;
}
.cart .cart_no1 li:nth-child(2),
.cart .cart_no2 li:nth-child(2),
.cart .cart_no3 li:nth-child(2),
.cart .cart_no4 li:nth-child(2) {
    z-index: 3;
}
.cart .cart_no1 li:nth-child(3),
.cart .cart_no2 li:nth-child(3),
.cart .cart_no3 li:nth-child(3),
.cart .cart_no4 li:nth-child(3) {
    z-index: 2;
}

.cart .cart_no1 li:after,
.cart .cart_no2 li:after,
.cart .cart_no3 li:after,
.cart .cart_no4 li:after {
    display: block;
    position: absolute;
    top: -1px;
    right: -8px;
    height: 30px;
    width: 30px;
    background: #FFF;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    content: '';
    z-index: 2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart .cart_no1 li:nth-child(1):after,
.cart .cart_no2 li:nth-child(2):after,
.cart .cart_no3 li:nth-child(3):after {
    background: #F8D6A0;
}
.cart .cart_no1 li:last-child:after,
.cart .cart_no2 li:last-child:after,
.cart .cart_no3 li:last-child:after,
.cart .cart_no4 li:last-child:after {
    content: none;
}

.cart_box {
    width: 960px;
    background : #fff;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.cart_box h2 {
    font-size: 18px;
    color: #231815;
    display: inline-block;
    background: #FAD699;
    height: 40px;
    width: 960px;
    padding: 10px;
    font-weight: bold;
}

.cart_box .del {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size : 14px;
    color : #036EB8;
}

.cart_box .del a {
    color : #036EB8;
    text-decoration: none;
}

.cart_box .item_box {
    padding: 20px 10px;
}

.cart_box .item_box .item:after {
    content: "";
    display: table;
    clear: both;
}

.cart_box .item_box .item {
    padding-bottom: 10px;
}

.cart_box .item_box .item .left {
    width: 7em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.cart_box .item_box .item .right {
    font-size: 14px;
    margin-left: 7em;
    line-height: 1.5;
    font-weight: bold;
}

.bold {
    font-weight: bold
}

.cart_box_end {
    width: 960px;
    background : #F7F8F8;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    position: relative;
    margin-top: 20px;
    float: left;
}

.cart_box_end:after {
    content: "";
    display: table;
    clear: both;
}

.cart_box_end .price_box {
    text-align: right;
    float: right;
    padding: 20px;
}

.cart_box_end .price_box .item:after {
    content: "";
    display: table;
    clear: both;
}

.cart_box_end .price_box .item {
    padding-bottom: 10px;
    text-align: right;
}

.cart_box_end .price_box .item .left {
    width: 8em;
    float: left;
    font-size: 16px;
    text-align: right;
}

.cart_box_end .price_box .item .right {
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.buy_continue {
    width: 180px;
    height: 36px;
    border: 1px solid #3E3A39;
    font-size : 16px;
    text-align: center;
    line-height: 36px;
    top: 30px;
    left: 20px;
    position: absolute;
    cursor: pointer;
    background-color: #FFFFFF;
}

.buy_cart {
    width: 230px;
    height: 36px;
    border: 1px solid #3E3A39;
    font-size : 16px;
    text-align: center;
    line-height: 36px;
    top: 30px;
    left: 220px;
    position: absolute;
    cursor: pointer;
    background-color: #FFFFFF;
}

.buy_purchase {
    width: 400px;
    height: 50px;
    font-size : 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    top: 30px;
    right: 20px;
    position: absolute;
    cursor: pointer;
    color: #fff;
}

.buy_est {
    width: 250px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    top: 85px;
    left: 20px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    background-color: #3E3A39;
    background-image: url(../img/chip_est.png);
    background-repeat: no-repeat;
    background-position: 50px 9px;
    padding-left: 20px;
}

.buy_inv {
    width: 250px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #fff;
    background-color: #3E3A39;
    background-image: url(../img/chip_est.png);
    background-repeat: no-repeat;
    background-position: 50px 9px;
    padding-left: 20px;
}

.cart_payment {
    font-size: 14px;
    width: 940px;
    background: #fff;
    border-style: Solid;
    border-color: #DCDDDD;
    border-width: 1px;
    margin: 10px auto;
}

.cart_payment th {
    padding: 20px;
    width: 340px;
    border-style: Solid;
    border-color: #DCDDDD;
    border-width: 1px;
    background : #F7F8F8;
}

.cart_payment th input {
    vertical-align: bottom;
    font-weight: bold;
}

.cart_payment td {
    padding: 20px;
    border-style: Solid;
    border-color: #DCDDDD;
    border-width: 1px;
    line-height: 1.8;
}

.cart_payment td .cd_select {
    width: 540px;
    height: 30px;
}

.buy_back {
    width: 100px;
    height: 36px;
    border: 1px solid #3E3A39;
    font-size : 16px;
    text-align: center;
    line-height: 36px;
    top: 30px;
    left: 20px;
    position: absolute;
    cursor: pointer;
    background-color: #FFFFFF;
}

.back_link {
    display: block;
    width: 100px;
    height: 36px;
    text-decoration: none !important;
    color: #000000 !important;
}

.message {
    color: #FF0000;
    font-weight: bold;
    font-size: 120%;
}

.emphasized_message {
    color: #FF0000;
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}

.displaynone {
    display: none;
}

.card_input .box {
    margin-top: 20px;
}

.card_input .box_dlg {
    margin-top: 5px !important;
}

.cardselect {
    margin-bottom: 20px;
}

.card_input .box .card_no {
    border: 1px solid #9FA0A0;
    width: 120px;
    height: 30px;
    padding: 5px;
    ime-mode: disabled;
}

.card_amex_dinars {
    font-size: 10px;
    display: block;
}

.card_input .box .card_mon, .card_input .box .card_year {
    border: 1px solid #9FA0A0;
    width: 80px;
    height: 30px;
}

.card_input .box .card_name {
    border: 1px solid #9FA0A0;
    width: 300px;
    height: 30px;
    padding: 5px;
    ime-mode: disabled;
}

.cart_box_end .price_box.pay_select {
    text-align: right;
    float: left;
    padding: 20px;
}

.cart_box_end .price_box.pay_select .item .right {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.cart_box_end .agreement {
    top: 0px;
    right: 20px;
    position: absolute;
    font-size : 16px;
}

.buy_accept {
    width: 600px;
    height: 50px;
    font-size : 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    top: 30px;
    right: 20px;
    position: absolute;
    cursor: pointer;
    color: #fff;
}

.cart_text1 {
    bottom: 10px;
    left: 20px;
    position: absolute;
    font-size : 12px;
    line-height: 1.8;
}

.cart_box_thanx {
    width: 960px;
    background: #F7F8F8;
    border-style: Solid;
    border-color: #DCDDDD;
    border-width: 1px;
    position: relative;
    margin-top: 20px;
    float: left;
    padding: 20px;
}

.cart_box_thanx h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.cart_box_thanx p.maintext {
    font-size: 16px;
    line-height: 1.8;
}

.cart_box_thanx .bt_area {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 40px 0;
}

.cart_box_thanx .bt_area {
}

.cart_box_thanx .bt_area .bt {
    width: 300px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: table-cell;
    cursor: pointer;
    color: #fff;
}

.cart_box_thanx p.subtext {
    font-size: 12px;
    line-height: 1.8;
}

.cart.data h1 {
    background-image: url(../img/chip_data.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size: 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
}

.cart.data p.data1 {
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_data_box {
    width: 960px;
    background : #fff;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.cart_data_box h2 {
    font-size: 18px;
    color: #231815;
    display: block;
    background: #FAD699;
    height: 40px;
    width: 958px;
    padding: 10px;
    font-weight: bold;
    float: left;
}

.cart_data_box .left_box {
    float: left;
    width: 580px;
    padding: 20px 10px;
    margin-right: 40px;
}

.cart_data_box:after {
    content: "";
    display: table;
    clear: both;
}

.cart_data_box .left_box .item:after {
    content: "";
    display: table;
    clear: both;
}

.cart_data_box .left_box .item {
    padding-bottom: 5px;
}

.cart_data_box .left_box .item .left {
    width: 7em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.cart_data_box .left_box .item .right {
    font-size: 14px;
    margin-left: 7em;
    line-height: 1.5;
    font-weight: bold;
}

.cart_data_box .bt1 {
    margin-top: 20px;
    width: 530px;
    height: 50px;
    border: none;
    font-size : 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    margin-left: 45px;
    display: block;
}

.cart_data_box .file_box {
    width: 530px;
    min-height: 100px;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f8f8;
    margin-left: 45px;
    margin-top: 20px;
}

.cart_data_box .file_box .file_name {
    line-height: 1.6;
}

.cart_data_box .right_box {
    float: left;
    width: 314px;
}

.cart_data_box .right_box .bt_box {
    width: 314px;
    background-color: #f7f8f8;
    margin-top: 20px;
    padding: 20px;
}

.cart_data_box .right_box .bt_box p.maintext {
    font-size : 14px;
    line-height: 1.5
}

.cart_data_box .right_box .bt_box p.subtext {
    font-size : 14px;
    line-height: 1.8
}

.cart_data_cancel {
    margin: 20px auto;
    width: 220px;
    height: 50px;
    border: none;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background-color: #b5b5b6;
    display: block;
}

.cart_data_next {
    margin: 20px auto;
    width: 314px;
    height: 50px;
    border: none;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    display: block;
}

.cart_data_next.passive {
    opacity: 0.5
}

.cart_data_box_bottom {
    width: 900px;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0px;
    border-top: 1px solid #dcdddd;
    margin: auto;
}

.cart_box_readme {
    width: 960px;
    background: #F7F8F8;
    border-style: Solid;
    border-color: #DCDDDD;
    border-width: 1px;
    position: relative;
    margin-top: 20px;
    float: left;
    padding: 20px;
}

.cart_box_readme h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cart_box_readme .list {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cart_box_readme .list1 {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 2em;
}

.cart_box_readme .list1 .icon {
    margin-top: 20px;
    display: table;
    border-collapse: separate;
    border-spacing: 40px 0;
}

.cart_box_readme .list1 .icon .col {
    display: table-cell;
    text-align: center;
    font-size: 14px;
}

.cart_box_readme .list2 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1em;
}

.f15 {
    font-size: 15px;
}

.f20 {
    font-size: 20px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.b0 {
    border: none;
}

.bt0 {
    border-top: none !important;
}

.bb0 {
    border-bottom: none !important;
}

.h150 {
    height: 150px;
}

#fl {
    background-color: #000;
    opacity: 0.5;
    z-index: 1000;
    min-height: 100%;
    width: 100%;
    position: absolute;
}

#f_window {
    width: 100%;
    height: 100%;
    position: absolute;
}

.f_window_box {
    z-index: 1001;
    padding: 50px 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 460px;
    left: 0;
    right: 0;
    background-color: #fff;
}

.f_window_box_dlg {
    padding: 30px 70px !important
}

.f_window_box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.f_window_box .text_dlg {
    margin-bottom: 5px !important;
}

.f_window_box .text2 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 2em;
}

.f_window_box .bt_area {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 40px 0;
}

.f_window_box .bt_area_dlg {
    margin: 5px 50px 5px 50px !important;
}

.f_window_box .bt_area .bt_back {
    background : #B5B5B6;
    width: 220px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: table-cell;
    cursor: pointer;
    color: #fff;
}

.f_window_box .bt_area .bt {
    width: 314px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: table-cell;
    cursor: pointer;
    color: #fff;
}

.conf_text {
    font-size : 18px;
    color : #C30D23;
    background : #F6DADE;
    background : rgba(246, 218, 222, 1);
    border-style : Solid;
    border-color : #C30D23;
    border-color : rgba(195, 13, 35, 1);
    border-width : 1px;
    width: 960px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.cart_data_form_box {
    width: 960px;
    background : #fff;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.cart_data_form_box h2 {
    font-size: 18px;
    color: #231815;
    display: block;
    background: #FAD699;
    height: 40px;
    width: 958px;
    padding: 10px;
    font-weight: bold;
}

.cart_data_form_box .left_box {
    float: left;
    width: 900px;
    padding: 20px 10px;
    margin-right: 40px;
}

.cart_data_form_box:after {
    content: "";
    display: table;
    clear: both;
}

.cart_data_form_box .left_box .item:after {
    content: "";
    display: table;
    clear: both;
}

.cart_data_form_box .left_box .item {
    padding-bottom: 5px;
}

.cart_data_form_box .left_box .item .left {
    width: 7em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.cart_data_form_box .left_box .item .right {
    font-size: 14px;
    margin-left: 7em;
    line-height: 1.5;
    font-weight: bold;
}

.cart_data_form_box .form_box {
    padding-left: 40px;
    margin-top: 70px;
}

.cart_data_form_box .form_box .item h3 {
    font-size : 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cart_data_form_box .form_box .item {
    margin-bottom: 40px;
}

.cart_data_form_box .form_box .item .os_select {
    width: 540px;
    height: 30px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #9FA0A0;
    border-color : rgba(159, 160, 160, 1);
    border-width : 1px;
}

.cart_data_form_box .form_box .item .row.cue {
    padding-left: 2em;
    margin-bottom: 15px;
}

.cart_data_form_box .form_box .item .row.cue input {
    vertical-align: bottom;
}

.cart_data_form_box .form_box .item .row.cue label {
    width: 190px;
    display: inline-block;
}

.cart_data_form_box .form_box .item .row.cue.w_all label {
    width: 500px;
    display: inline-block;
}

.cart_data_form_box .form_box .item .cart_text_area {
    width: 540px;
    height: 190px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #9FA0A0;
    border-color : rgba(159, 160, 160, 1);
    border-width : 1px;
    padding: 10px;
}

.cart_data_form_box .form_box .item .cart_input_text {
    width: 540px;
    height: 30px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #9FA0A0;
    border-color : rgba(159, 160, 160, 1);
    border-width : 1px;
    padding: 10px;
}

.cart_data_form_box .bt_area {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 40px 0;
}

.cart_data_form_box .bt_area .bt_back {
    background : #B5B5B6;
    width: 220px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: table-cell;
    cursor: pointer;
    color: #fff;
}

.cart_data_form_box .bt_area .bt {
    width: 314px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: table-cell;
    cursor: pointer;
    color: #fff;
    border: none;
}

.cart.data p.data_end1 {
    padding-left: 60px;
    font-size: 22px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.cart.data p.data_no {
    padding-left: 60px;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #c30d23;
}

.bt_area.cart_end {
    margin: 40px auto;
}

.bt_area.cart_end .bt {
    width: 314px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
}

/* order_detail */
.order_detail h1 {
    background-image: url(../img/chip_order_detail.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size : 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px;
}

.cart_data_form_box .order_detail_box .item .left {
    width: 12em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.cart_data_form_box .order_detail_box .item .right {
    font-size: 14px;
    margin-left: 12em;
    line-height: 1.5;
    font-weight: bold;
}

.status_box {
    margin-bottom: 40px;
    border-bottom: 1px solid #DCDDDD;
    width: 900px;
    margin: 0px auto;
}

.status_box h3 {
    font-size : 16px;
    font-weight: bold;
    margin-top: 40px;
}

.status_box table {
    width: 900px;
    margin: 20px auto;
    font-size: 18px;
}

.status_box table th {
    height: 50px;
    background-color: #727171;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.status_box table th.active {
    background: #ea5514;
}

.status_box table td {
    height: 50px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #DCDDDD;
    border-color : rgba(220, 221, 221, 1);
    border-width : 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
}

.cart_data_form_box .bt_area.status {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 80px 0;
}

.cart_data_form_box .status_box h4 {
    font-size : 16px;
    color : #C30D23;
    margin: 20px 0px;
    font-weight: bold;
}

.cart_data_form_box .status_box p {
    font-size : 14px;
    line-height: 1.8;
}

.status_box .alert {
    font-size : 18px;
    color : #C30D23;
    background : #F6DADE;
    background : rgba(246, 218, 222, 1);
    border-style : Solid;
    border-color : #C30D23;
    border-color : rgba(195, 13, 35, 1);
    border-width : 1px;
    width: 900px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.status_box .last_data {
}

.status_box .last_data h4 {
    font-size : 16px;
    margin: 20px 0px;
    font-weight: bold;
    color : #231815;
}

.status_box .last_data_dl_box {
    display: table;
    border-collapse: separate;
}

.status_box .last_data_dl_box .data {
    display: table-cell;
    padding-right: 30px;
}

.status_box .last_data_dl_box .bt {
    width: 280px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

/* paper */
.printbt {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.table1 {
    margin: 30px auto 0px;
    width: 800px;
}

.table1 th {
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}

.table1 td {
    text-align: right;
    font-size: 14px;
    line-height: 1.5
}

.table1 td img {
    margin-bottom: 10px;
}

.table2 {
    margin: 0px auto 0px;
    width: 800px;
}

.table2 td.name {
    font-size: 18px;
    line-height: 1.6
}

.table2 td.edit {
    cursor: pointer;
}

.table2 td.right {
    text-align: right;
    font-size: 14px;
    position: relative;
}

.table2 td .c_name {
    padding-top: 40px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}

.table2 td img {
    position: absolute;
    top: 10px;
    right: 0;
}

.table2 td .address {
    margin-top: 40px;
    display: inline-block;
    line-height: 1.6
}

.table3 {
    margin: 20px auto 0px;
    width: 800px;
}

.table3 th {
    background : #DCDDDD;
    font-size: 16px;
    padding: 5px;
}

.table3 th:not(:last-child) {
    border-right: 1px solid #fff;
}

.table3 th:nth-child(1) {
    text-align: left;
    width: 370px;
}

.table3 td {
    font-size: 14px;
    padding: 5px;
    text-align: right;
    line-height: 1.8;
    border-bottom: 1px solid #DCDDDD;
}

.table3 td:nth-child(1) {
    text-align: left
}

.table4_0 {
    margin: 0px auto 0px;
    width: 800px;
}

.table4_0 .left {
    width: 300px;
}

.table4_0 .ta_r {
    text-align: right
}

.table4 {
    width: 500px;
    margin: 20px auto 0px;
}

.table4 th {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
}

.table4 td {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
}

.table5 {
    margin: 20px auto 0px;
    width: 800px;
}

.table5 th {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: left
}

.table5 td {
    padding: 40px;
    background : #EFEFEF;
}

.table5 td ul li {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -24px;
    line-height: 160%;
}

.table5 td ul li:before {
    content: "※";
    padding: 0 5px;
}

.table2_0 {
    width: 800px;
    margin: 10px auto 0px;
}

.table2_0 td.left {
    text-align: left
}

.table2_1 {
    width: 370px;
}

.table2_1 {
    width: 570px;
}

.table2_1 td.price {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #231815;
    padding-bottom: 10px;
}

.table2_1 td.text {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.8
}

.table4 .pay {
    padding-top: 20px
}

/* mypage */
.mypage h1 {
    background-image: url(../img/chip_mypage.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size: 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px;
}

.mypage_box {
    width: 960px;
    background : #fff;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.mypage_box h2 {
    font-size: 18px;
    color: #231815;
    display: block;
    background : #B2E1E7;
    height: 40px;
    width: 958px;
    padding: 10px;
    font-weight: bold;
}

.mypage_box table {
    width: 940px;
    margin: 10px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #DCDDDD;
    border-color : rgba(220, 221, 221, 1);
    border-width : 1px;
}

.mypage_box table th {
    width: 340px;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    background : #F7F8F8;
    background : rgba(247, 248, 248, 1);
    border-style : Solid;
    border-color : #DCDDDD;
    border-color : rgba(220, 221, 221, 1);
    border-width : 1px;
}

.mypage_box table td {
    width: 600px;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #DCDDDD;
    border-color : rgba(220, 221, 221, 1);
    border-width : 1px;
}

.mypage_box table td ul li {
    font-size: 14px;
    padding-bottom: 10px;
    list-style-type: disc;
    margin-left: 20px;
}

.mypage_box table td ul li a {
    text-decoration: none
}

.mypage .entry_bt {
    margin: 50px auto 90px;
    width: 400px;
    height: 50px;
    color: #fff;
    background : #8FC31F;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.mypage .entry_bt:hover {
    background : #8FC31F;
    opacity: 0.8;
}

.mypage .main_text {
    padding-top: 60px;
    font-size : 14px;
    font-weight: bold;
    text-align: left;
    width: 400px;
    margin: auto;
}

.mypage .sub_text {
    padding-top: 10px;
    font-size : 14px;
    font-weight: normal;
    text-align: left;
    width: 400px;
    margin: auto;
}

.mypage .full_box h3 {
    padding-top: 60px;
    width: 400px;
    margin: auto;
    text-align: left;
    font-size : 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mypage .full_box .input_400 {
    width: 400px;
    margin: auto;
    height: 30px;
    padding: 5px;
    font-size : 14px;
    border: 1px solid #9FA0A0;
    margin-bottom: 20px;
    display: block;
}

.mypage .bt {
    margin: 50px auto 90px;
    width: 400px;
    height: 50px;
    color: #fff;
    background : #8FC31F;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.mypage .bt:hover {
    background : #8FC31F;
    opacity: 0.8;
}

.mypage_mail {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 100px 0;
}

.mypage_mail .col {
    display: table-cell;
    font-size: 14px;
    font-weight: bold
}

.mypage_cd_box {
    display: table;
    margin-bottom: 20px;
}

.mypage_cd_box .left {
    display: table-cell;
    width: 140px;
    background : #F7F8F8;
    background : rgba(247, 248, 248, 1);
    border-style : Solid;
    border-color : #DCDDDD;
    border-color : rgba(220, 221, 221, 1);
    border-width : 1px;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
}

.mypage_cd_box .right {
    display: table-cell;
    width: 820px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #DCDDDD;
    border-color : rgba(220, 221, 221, 1);
    border-width : 1px;
    font-size: 14px;
    padding: 20px;
    border-left: none;
    position: relative;
}

.mypage_cd_box .right .cd_no, .mypage_cd_box .right .cd_name {
    padding-bottom: 5px;
}

.mypage_cd_box .right .cd_del_bt {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size : 20px;
    color : #FFFFFF;
    font-weight: bold;
}

.cd_del_link {
    display: block;
    width: 200px;
    height: 50px;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.mypage .cd_add_box {
    background : #8FC31F;
    background : rgba(143, 195, 31, 1);
    width: 500px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    float: right;
}

.mypage .cd_add:after {
    content: "";
    display: table;
    clear: both;
}

.mypage .cd_link {
    margin-top: 20px;
    font-size: 16px;
    float: right;
}

.mypage .cd_link a {
    text-decoration: none
}

.f_window_box_mypage_cd {
    width: 750px;
    height: 650px;
}

.f_window_box_mypage_cd .text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.f_window_box_mypage_cd .card_input {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.f_window_box_mypage_cd .bt_area {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 80px 0;
}

.f_window_box_mypage_cd .bt_area .bt_back {
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #3E3A39;
    border-color : rgba(62, 58, 57, 1);
    border-width : 1px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size : 16px;
    color : #231815;
}

.f_window_box_mypage_cd .bt_area .bt {
    background : #8FC31F;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.mypage_data h1 {
    background-image: url(../img/chip_data.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size: 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
}

.mypage_data_box {
    width: 960px;
    background : #fff;
    border-style : Solid;
    border-color : #DCDDDD;
    border-width : 1px;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.mypage_data_box h2 {
    font-size: 18px;
    color: #231815;
    display: block;
    background: #FAD699;
    height: 40px;
    width: 958px;
    padding: 10px;
    font-weight: bold;
}

.mypage_data_box .left_box {
    float: left;
    width: 900px;
    padding: 20px 10px;
    margin-right: 40px;
}

.mypage_data_box:after {
    content: "";
    display: table;
    clear: both;
}

.mypage_data_box .order_detail_box .item:after {
    content: "";
    display: table;
    clear: both;
}

.mypage_data_box .order_detail_box .item {
    padding-bottom: 5px;
}

.mypage_data_box .order_detail_box .item .left {
    width: 12em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.mypage_data_box .order_detail_box .item .right {
    font-size: 14px;
    margin-left: 12em;
    line-height: 1.5;
    font-weight: bold;
}

.mypage_data_box .order_detail_box2 {
    border-top: 1px solid #DCDDDD;
    width: 900px;
    margin: 40px auto;
}

.mypage_data_box .order_detail_box2 p {
    margin-top: 20px;
    font-size : 14px;
    line-height: 1.8;
}

.mypage_data_box .order_detail_box2 h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size : 18px;
    font-weight: bold;
}

.mypage_data_box .order_detail_box2 textarea.re_data {
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #9FA0A0;
    border-color : rgba(159, 160, 160, 1);
    border-width : 1px;
    width: 740px;
    height: 190px;
    padding: 20px;
}

.mypage_data_box .bt_area {
    width: 900px;
    margin: 40px auto;
}

.mypage_data_box .bt_area .bt {
    width: 530px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
}

.mypage_list h1 {
    background-image: url(../img/chip_list.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    font-size: 30px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
}

.mypage_list_box {
    display: table;
    margin: 20px 0px;
    border-collapse: separate;
    border-spacing: 30px 0;
}

.mypage_list_box .data_img {
    display: table-cell;
    width: 210px;
    height: 410px;
    position: relative;
}

.mypage_list_box .data_img h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mypage_list_box .data_text {
    display: table-cell;
    position: relative;
}

.mypage_list_box .data_text .one_click {
    background: #8FC31F;
    width: 380px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 285px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.mypage_data_box .mypage_list_box .item .left {
    width: 8em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.mypage_data_box .mypage_list_box .item .right {
    font-size: 14px;
    margin-left: 8em;
    line-height: 1.5;
    font-weight: bold;
}

.mypage_list_bt_box {
    margin: 0px 30px;
    position: absolute;
    bottom: 0px;
}

.mypage_list_bt_box:after {
    content: "";
    display: table;
    clear: both;
}

.mypage_list_box .data_img .dl {
    margin-top: 20px;
    width: 210px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    bottom: 0px;
}

.mypage_list_bt_box .dl, .mypage_list_bt_box .detail {
    float: left;
    width: 210px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    margin-right: 80px;
}

.mypage_list_bt_box .cancel {
    float: left;
    width: 210px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    background : #B5B5B6;
}

/* paginator */
.paginator {
}

.pagination {
}

.paginator ul {
    display: table;
    margin: 60px auto 20px;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.pagination li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px
}

.pagination li.disabled {
    background : #DCDDDD !important;
}

.pagination li {
    background : #fff;
    border-style : Solid;
    border-color : #B5B5B6;
    border-color : rgba(181, 181, 182, 1);
    border-width : 1px;
}

.pagination li.prev a, .pagination li.next a {
    display: block;
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color : #231815;
    text-decoration: none
}

.pagination li a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color : #231815;
    text-decoration: none
}

.pagination .active {
    background : #595757 !important;
    color: #fff !important;
}

.pagination .active a {
    color: #fff !important;
}

.paginator p {
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
}

.f_window_box_mypage_oneclick {
    width: 750px;
    height: 650px;
    padding: 40px;
}

.f_window_box_mypage_oneclick .text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.f_window_box_mypage_oneclick .data_box {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    border-top: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    padding: 20px 0px;
}

.f_window_box_mypage_oneclick .bt_area {
    display: table;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 80px 0;
}

.f_window_box_mypage_oneclick .bt_area .bt_back {
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #3E3A39;
    border-color : rgba(62, 58, 57, 1);
    border-width : 1px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size : 16px;
    color : #231815;
}

.f_window_box_mypage_oneclick .bt_area .bt {
    background : #8FC31F;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.f_window_box_mypage_oneclick_box {
    display: table;
    border-collapse: separate;
}

.f_window_box_mypage_oneclick_box .data_img {
    display: table-cell;
    width: 210px;
}

.f_window_box_mypage_oneclick_box .data_img h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.f_window_box_mypage_oneclick_box .data_text {
    display: table-cell;
    position: relative;
}

.f_window_box_mypage_oneclick_box .data_text .one_click {
    background : #8FC31F;
    width: 380px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size : 18px;
    font-weight: bold;
    cursor: pointer;
}

.f_window_box_mypage_oneclick_box .item {
    margin-bottom: 5px;
}

.f_window_box_mypage_oneclick_box .item .left {
    width: 9em;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.f_window_box_mypage_oneclick_box .item .right {
    font-size: 14px;
    margin-left: 9em;
    line-height: 1.5;
    font-weight: bold;
}

.end_day {
    width: 360px;
    height: 50px;
    background: #F7F8F8;
    background: rgba(247, 248, 248, 1);
    border-style: Solid;
    border-color: #DCDDDD;
    border-color: rgba(220, 221, 221, 1);
    border-width: 1px;
    padding: 10px;
    margin-left: 1em;
    margin-top: 1em;
}

.end_day .text {
    font-size: 16px;
    font-weight: bold;
    display: inline;
}

.end_day select {
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #9FA0A0;
    border-color : rgba(159, 160, 160, 1);
    border-width : 1px;
    width: 200px;
    height: 30px;
}

.order_list_select {
    margin-top: 30px;
    margin-bottom: 30px;
}

.order_list_select .input.select {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px
}

.order_list_select .input.select select {
    width: 200px;
    height: 30px;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #9FA0A0;
    border-color : rgba(159, 160, 160, 1);
    border-width : 1px;
}

.last_data_page {
    position: relative;
    margin-bottom: 30px;
}

.last_data_page .data {
    position: absolute;
    bottom: 0;
    right: 0;
}

.last_data_page .bt {
    width: 210px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
}

.last_data_page2 {
    margin-bottom: 40px;
    border-top: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    width: 900px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.last_data_page2 h3 {
    font-size : 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 30px
}

.last_data_page2 p {
    font-size : 14px;
    padding-left: 30px;
    line-height: 1.5;
}

.last_data_page2 p.exp {
    margin-top: 30px;
}

.last_data_page3 {
    margin-bottom: 40px;
    width: 900px;
    margin: 0px auto;
    padding-top: 30px;
    padding-left: 60px
}

.last_data_page3 .last_data_dl_box {
    display: table;
    border-collapse: separate;
    margin-bottom: 60px;
    width: 100%;
}

.last_data_page3 .last_data_dl_box .data {
    display: table-cell;
    padding-right: 60px;
}

.last_data_page3 .last_data_dl_box .bt {
    width: 280px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
}

.last_data_page_check input {
    vertical-align: bottom;
}

.last_data_page_check div {
    margin-bottom: 20px;
    font-size: 14px;
}

.passive_bt {
    background: #B5B5B6 !important;
    cursor: default !important;
}

.last_data_page_end1 {
    margin-bottom: 40px;
    border-bottom: 1px solid #DCDDDD;
    width: 900px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.last_data_page_end1 h3 {
    font-size : 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px
}

.last_data_page_end1 p {
    font-size : 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 1.5;
    color: #c30d23
}

.last_data_page_end2 {
    margin-bottom: 40px;
    width: 900px;
    margin: 0px auto;
    padding-top: 30px;
    padding-left: 60px;
}

.last_data_page_end2 p {
    font-size: 14px;
    line-height: 1.5
}

.last_data_page_end3 {
    width: 900px;
    margin: 50px auto 60px;
}

.last_data_page_end3 .data {
    margin: 0px auto;
}

.last_data_page_end3 .bt {
    width: 320px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
}

@media print {
    .noprint {
        display: none
    }
}

.progress {
    width: 530px !important;
    height: 30px !important;
    margin-left: 45px !important;
}

.progress-bar {
    line-height: 30px !important;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.w600 {
    width: 600px !important
}

.right_box_last {
    float: left;
    text-align: center;
}

.right_box_last .last_data h4 {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: bold;
    color: #231815;
}

.right_box_last .last_data_dl_box .bt {
    width: 280px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
}

.last_data_page2:after {
    content: "";
    display: table;
    clear: both;
}

.last_data_page2 .left_box {
    float: left;
    text-align: center;
    width: 280px;
}

.right_box_last .last_data h4 {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: bold;
    color: #231815;
}

.last_data_page2 .left_box .last_data_dl_box .bt {
    width: 280px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
}

.last_data_page2 .left_box {
    float: left;
}

.m_center {
    margin-left: auto;
    margin-right: auto;
}

/* 20170417 */

.container_1100{
    max-width: 1100px;
    margin: 50px auto
}

.help_page .left_box{
    float: left;
    width: 220px;
    margin-right: 30px;
}

.help_page .left_box h2{
border-top: 10px solid #8FC31F;
background-color: #727171;
color: #fff;
font-weight: bold;
font-size: 16px;
padding: 15px;
}

.help_page .left_box .left_sub_menu li{
    margin: 10px 0px
}

.help_page .left_box .left_sub_menu li a{
    display: table;
    width: 220px;
    height: 50px;
    background-color: #F7F8F8;
    text-decoration: none;
}

.help_page .left_box .left_sub_menu li a div.no{
    width: 22px;
    height: 22px;
    background-color: #8FC31F;
    display: block;
    padding: 4px 6px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 13px;
    margin-left: 13px;
 }

 .help_page .left_box .left_sub_menu li a div.title{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #231815;
    text-align: left;
    width: 178px;
    font-weight: bold;
 }

  .help_page .right_box{
    margin-left: 250px;
 }


  .help_page .right_box h2{
  font-size : 30px;
  color : #231815;
  font-weight: bold
 }

   .help_page .right_box p.maintext{
    margin-top: 30px;
  font-size : 24px;
  color : #231815;
  font-weight: bold
 }


   .help_page .right_box ul.img_list{
margin-top: 30px;
    margin-bottom: 30px;
 }

.help_page .right_box ul.img_list:after {
    content: "";
    display: table;
    clear: both;
}

    .help_page .right_box ul.img_list li{
float: left;
width: 200px;
height: 180px;
    margin-bottom: 20px;
background-color : #F7F8F8;
 }

    .help_page .right_box ul.img_list li:not(:nth-child(4n)){
    margin-right: 16px;
 }


    .help_page .right_box ul.img_list li a{
display: table;
width: 200px;
height: 180px;
position: relative;
text-decoration: none
 }

.help_page .right_box ul.img_list li a div.no {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #8FC31F;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.help_page .right_box ul.img_list li a div.title{
text-align: center;
    font-size: 20px;
    color: #231815;
    line-height: 1.2;
 }

.help_page .right_box ul.img_list li:nth-child(1) {
    background-image: url(../img/buyflow_img1@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 20px;
}

.help_page .right_box ul.img_list li a div.title.title1{
    padding-top: 140px;
}

.help_page .right_box ul.img_list li:nth-child(2) {
    background-image: url(../img/buyflow_img2@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 43px;
}

.help_page .right_box ul.img_list li a div.title.title2{
    padding-top: 125px;
}

.help_page .right_box ul.img_list li:nth-child(3) {
    background-image: url(../img/buyflow_img3@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 52px;
}

.help_page .right_box ul.img_list li a div.title.title3{
    padding-top: 140px;
}

.help_page .right_box ul.img_list li:nth-child(4) {
    background-image: url(../img/buyflow_img4@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 40px;
}

.help_page .right_box ul.img_list li a div.title.title4{
    padding-top: 140px;
}

.help_page .right_box ul.img_list li:nth-child(5) {
    background-image: url(../img/buyflow_img5@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 40px;
}

.help_page .right_box ul.img_list li a div.title.title5{
    padding-top: 125px;
}

.help_page .right_box ul.img_list li:nth-child(6) {
    background-image: url(../img/buyflow_img6@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 40px;
}

.help_page .right_box ul.img_list li a div.title.title6{
    padding-top: 140px;
}

.help_page .right_box ul.img_list li:nth-child(7) {
    background-image: url(../img/buyflow_img8@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 40px;
}

.help_page .right_box ul.img_list li a div.title.title7{
    padding-top: 140px;
}

.help_page .right_box ul.img_list li:nth-child(8) {
    background-image: url(../img/buyflow_img7@2x.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center 40px;
}

.help_page .right_box ul.img_list li a div.title.title8{
    padding-top: 140px;
}

  .help_page .right_box h3{
    position: relative;
      font-size : 24px;
  color : #231815;
  font-weight: bold;
      line-height: 1.6;
padding-left: 50px;
  }

  .help_page .right_box h3 span{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #8FC31F;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
 }

  .help_page .right_box p{
    font-size: 14px;
    color: #231815;
    line-height: 1.8;
    padding-left: 50px;
    margin-top: 15px;

}


  .help_page .right_box ul.help_ul li{
    font-size: 14px;
    color: #231815;
    line-height: 1.8;
    margin-left: 65px;
    margin-top: 15px;
    list-style-type: decimal;

}


.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.help_entry_bt a {
    display: block;
    width: 530px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: auto;
    line-height: 50px;
    border: none;
    cursor: pointer
}

.help_page .img2{
display: table
}

.help_page .img2 .col{
display: table-cell
}

.receptiondate_1{
    margin-top: 20px;
  font-size : 20px;
  color : #C30D23;
  font-weight: bold;
  line-height: 1.7
}

.bd{
    font-weight: bold
}

  .help_page .right_box ul.help_ul2 li{
    font-size: 14px;
    color: #231815;
    line-height: 1.8;
    margin-left: 65px;
    margin-top: 15px;
    list-style-type: disc;

}

.help_page .merit_box{
    margin-bottom: 40px;
}

.help_page .merit_box:after{
    content: "";
    display: table;
    clear: both;
}


.help_page .merit_box .img{
    float: left;
width: 300px;
margin-right: 20px;
}

.help_page .merit_box .text{

}

.help_page .merit_box .text h4{
font-weight: bold;
font-size: 18px;

}

.help_page .merit_box .text p{
      font-size : 14px;
  color : #231815;
  line-height: 1.7
}

.c30d23{
    color: #c30d23
}

.help_page .merit_box.ap50 .img{
    float: left;
width: 80px;
margin-right: 20px;
}

.help_page .merit_box.ap50 .text{
margin-left: 100px;
}

.help_page .aboutme_box1:after{
        content: "";
    display: table;
    clear: both;
}

.help_page.single h2{
  font-size : 30px;
  color : #231815;
  font-weight: bold
}

.help_page .aboutme_box1 .text{
    float: left;
width: 610px;
margin-right: 40px;
font-size: 14px;
line-height: 1.7
}

.help_page .aboutme_box1 .img{

}

.aboutme_table{
    width: 960px;border-collapse: collapse;
margin-top: 30px;
margin-bottom: 40px;
}

.aboutme_table th{
border:1px solid #dcdddd;
background-color: #F7F8F8;
padding: 15px;
text-align: left;
font-size: 18px;
line-height: 1.6
}

.aboutme_table td{
border:1px solid #dcdddd;
background-color: #fff;
font-size: 18px;
padding: 15px;
line-height: 1.6
}

.help_page.single h3{
  font-size : 18px;
  color : #231815;
  font-weight: bold;
  margin-bottom: 10px
}

.help_page.single .map_box{
    margin-top: 10px
}

.pp p{
    font-size: 14px;
    line-height: 1.8
}

.aboutdata_table{
    width: 800px;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 50px;
}

.aboutdata_table th{
border:1px solid #dcdddd;
background-color: #F7F8F8;
padding: 15px;
text-align: left;
font-size: 18px;
line-height: 1.6
}

.aboutdata_table td{
border:1px solid #dcdddd;
background-color: #fff;
font-size: 18px;
padding: 15px;
line-height: 1.6;
vertical-align: middle
}

.aboutdata_table td.ai{
    background-image: url(../img/h_ai.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 95px;
    width: 330px;
}

.aboutdata_table td.ps{
    background-image: url(../img/h_ps.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 95px;
    width: 330px;
}

.aboutdata_table td.id{
    background-image: url(../img/h_id.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 95px;
    width: 330px;
}


.help_page.aboutdata h4{
    font-size: 18px;
    color: #231815;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 50px;
}

.aboutdata_table td.w{
    background-image: url(../img/h_w.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 95px;
    width: 330px;
}

.aboutdata_table td.p{
    background-image: url(../img/h_p.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 95px;
    width: 330px;
}

.aboutdata_table td.ex{
    background-image: url(../img/h_ex.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 95px;
    width: 330px;
}

.aboutdata_table td.w-p{
    background-image: url(../img/h_w-p.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    text-align: center;
    vertical-align: top;
    padding-top: 115px;

}

.aboutdata_table td.pdf{
    background-image: url(../img/h_pdf.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    text-align: center;
    vertical-align: top;
    padding-top: 115px;

}
.aboutdata_table td.pdf2{
background-image: url(../img/h_pdf.png);
    background-repeat: no-repeat;
    background-position: 70px center;
    text-align: center;
    vertical-align: middle;
    padding-left: 60px;

}

.papersize_table{
    display: table;
    width: 800px;
}

.papersize_table .col{
    display: table-cell;
    width: 400px;
}

.papersize_table .lno th{
border-right: 0px !important;
}
.papersize_table .lno td{
border-right: 0px !important;
}

.papersize_table table{
    width: 400px;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 40px;
}

.papersize_table th{
border:1px solid #dcdddd;
background-color: #F7F8F8;
padding: 15px;
text-align: center;
font-size: 18px;
line-height: 1.6
}

.papersize_table td{
border:1px solid #dcdddd;
background-color: #fff;
font-size: 18px;
padding: 15px;
line-height: 1.6;
text-align: center;
vertical-align: middle
}

.ml50{
    margin-left: 50px
}

.ml90{
    margin-left: 90px !important
}

.tombo_table{
    width: 800px;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 40px;
}

.tombo_table th{
border:1px solid #dcdddd;
background-color: #F7F8F8;
padding: 10px;
text-align: left;
font-size: 16px;
line-height: 1.6
}

.tombo_table td{
border:1px solid #dcdddd;
background-color: #fff;
font-size: 16px;
padding: 10px;
line-height: 1.6;
text-align: left;
vertical-align: middle
}

.help_entry_bt a:link {
    color: #fff
}

.help_entry_bt a:visited {
    color: #fff
}

.help_entry_bt a:hover {
    color: #fff;
text-decoration: none
}

/* 20170420 */

.contact_page{
    width: 960px;
    margin: 50px auto
}


.contact_page h2{
  font-size : 30px;
  color : #231815;
font-weight: bold;
margin-bottom: 20px;
}

.contact_page p{
  font-size : 14px;
  color : #231815;
  line-height: 1.7;
  margin-top: 1em;
}

.contact_box{
    width: 960px;
    background : #F7F8F8;
    padding: 50px 100px 20px 100px;
    margin-top: 50px;
}

.contact_box h3{
      font-size : 24px;
  color : #231815;
  margin-bottom: 30px;
  font-weight: bold;
}

.contact_box .title{
     font-size : 20px;
}

.contact_box .title2{
     font-size : 16px;
     margin-top: 10px;
}

.contact_box .title span{
     font-size : 20px;
  color : #C30D23;
}

.contact_box .contact_input_box{
    margin-top: 10px;
    width: 760px;
    height: 60px;
    padding: 6px;
    font-size : 20px;
    margin-bottom: 30px;

  background : #FFFFFF;
  background : rgba(255, 255, 255, 1);
  border-style : Solid;
  border-color : #DCDDDD;
  border-color : rgba(220, 221, 221, 1);
  border-width : 1px;
}

.contact_box .contact_textarea{
    margin-top: 10px;
    width: 760px;
    height: 300px;
    padding: 6px;
    font-size : 20px;
    margin-bottom: 30px;

  background : #FFFFFF;
  background : rgba(255, 255, 255, 1);
  border-style : Solid;
  border-color : #DCDDDD;
  border-color : rgba(220, 221, 221, 1);
  border-width : 1px;
}

.contact_page .text{
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.8
}

.contact_bt {
    margin-top: 40px;
    display: block;
    width: 530px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: 80px auto;
    line-height: 50px;
    border: none;
    cursor: pointer;
}

.contact_page .contact_input.conf {
    font-weight: bold;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 50px;
    line-height: 1.8;
}

.conf_bt_box{
margin:110px auto;
}

.conf_bt_box:after{
        content: "";
    display: table;
    clear: both;
}


.conf_bt_box:after{
        content: "";
    display: table;
    clear: both;
}

.conf_bt_box .contact_bt_bk{
    float: left;
    width: 220px;
    height: 50px;
        font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
        line-height: 50px;
    border: none;
    cursor: pointer;
background : #B5B5B6;
margin-left: 160px;
}

.conf_bt_box .contact_bt_ok{
    float: right;
    width: 320px;
    height: 50px;
        font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
        line-height: 50px;
    border: none;
    cursor: pointer;
    margin-right: 120px;
}

.conf_bt_box .contact_bt_ok_top {
    float: none;
    width: 320px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 50px;
    border: none;
    cursor: pointer;
    margin-right: 0px;
    margin: auto;
    text-align: center;
    display: block
}

.contact_tel {
    font-weight: bold;
    font-size: 30px;
    background-image: url(../img/contact_tel@2x.png);
    background-repeat: no-repeat;
    background-position: 13px 0px;
    background-size: 6%;
    width: 100%;
    height: 70px;
    display: block;
    line-height: 50px;
    padding-left: 90px;
    margin-bottom: 0px;
}

.mt50{
    margin-top: 50px
}

.new_order_btn {
    display: block;
    width: 180px;
    height: 36px;
    border: none;
    font-size : 16px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    background: #8FC31F;
}

.new_order_btn a {
    color: #fff !important;
}

.new_order_btn a:hover {
    text-decoration: none;
}
