@charset "UTF-8";

.classModal {
    position: relative;
    padding: 1px;
    border: solid 2px #fff;
    background: #fff;
    border-radius: 4px;
    text-align: left;
    font-weight: normal;
}
.mdlTitle {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 2px solid #766b5c;
    font-size: 16px;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 0 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: 10px;
    border-radius: 12px; /* Add 2014.04.09 */
}


div#set_order_type_modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

div#set_order_type_modal div.background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: 'alpha(opacity=60)';
}

div#set_order_type_modal div.container {
    position: fixed;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

div#set_order_type_modal .canvas {
    padding: 11px 9px 9px 11px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: none;
}

div#set_order_type_modal .canvas .icon_arrow_11 {
    background: transparent url(/assets/pc/img/bullet/arrow_11.png) 0 50% no-repeat;
    padding-left: 23px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
    margin-top: 15px;
}
div#set_order_type_modal .canvas .backward_button,
div#set_order_type_modal .canvas .forward_button {
    display: block;
    width: 175px;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    font-size: 113.5%;
    text-decoration: none;
    border: 2px solid #f27f0c;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 5px;
    -webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1) !important;
    -pie-box-shadow:  0px 1px 1px 1px #cccccc !important;
    background: #f0f0f0 url(/assets/pc/img/structure/bg_default_01.gif) 0 0 repeat-x;
}
div#set_order_type_modal .canvas .backward_button:hover,
div#set_order_type_modal .canvas .forward_button:hover {
    border: 2px solid #F27F0C;
    background: #ffefd3 url(/assets/pc/img/structure/bg_default_02.gif) 0 0 repeat-x;
}
div#set_order_type_modal .canvas .backward_button span,
div#set_order_type_modal .canvas .forward_button span {
    display: block;
    padding: 10px 15px;
}
div#set_order_type_modal .canvas .backward_button span {
    padding-right: 0px;
    background: transparent url(/assets/pc/img/bullet/arrow_13.png) left center no-repeat;
}
div#set_order_type_modal .canvas .forward_button span {
    padding-left: 0px;
    background: transparent url(/assets/pc/img/bullet/arrow_01.png) right center no-repeat;
}


div#set_order_type_modal .canvas .icon_arrow_11 a:hover {
}

div#set_order_type_modal .btn_close,
div#set_order_type_modal .btn_close_l {
    background: transparent url(/assets/pc/img/button/close_02.png) -29px 0 no-repeat;
    position: absolute;
    width: 29px;
    height: 29px;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 100;
}
div#set_order_type_modal .btn_close_l {
    background: transparent url(/assets/pc/img/button/close_01.png) -36px 0 no-repeat;
    width: 36px;
    height: 36px;
    right: -18px;
    top: -18px;
}

div#set_order_type_modal .btn_close:hover,
div#set_order_type_modal .btn_close_l:hover {
    background-position: 0 0;
}
