/*-----------------------------------
Common
-----------------------------------*/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
body {
    background-color: #FCFCFC;
    color: #000;
}
h2 {
    font-size: 16px;
    color: #003366;
    font-weight: bold;
}
h3 {
    font-size: 14px;
    color: #000000;
    padding:0px;
    margin: 0px;
}
input+h3 {
    margin-top: 13px;
}
#contents {
    width: 900px;
    min-height: 450px;
}
#main {
    width: 700px;
    float: right;
}
#side {
    width: 100%;
    float: left;
    margin-top: 10px !important;
    visibility: hidden;

    background: #E5EAEA;
    border: 1px solid #BCBCBC;
    margin-bottom: 15px;
}
.set_navi_page #side{
    visibility: visible;
}
#side_userinfo {
    width: 100%;
    float: left;
    margin-top: 10px !important;
    visibility: hidden;
}
.set_navi_page #side_userinfo{
    visibility: visible;
}
#side h3{
    color: #333;
    background: #EEE;
    margin-bottom: 5px;
    padding: 2px 4px 0;
}
#footer {
    margin-top: 45px;
    margin-bottom: 15px;
    width: 900px;
    text-align: center;
    font-size: 11px;
    /*margin-left: 160px;*/
}

/*-----------------------------------
Modal Dialog
-----------------------------------*/
.modal_dialog {
    position: fixed;
    width: 700px;
    height: 400px;
    padding: 0px;
    display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border: solid 3px #999999;
    border-radius: 10px;
    background-color: #FCFCFC;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
}
.modal_dialog * {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}
.modal_dialog .modal_dialog_title_bar {
    width: 100%;
    height: 22px;
    background-color: #003366;
    margin: 0px;
    padding: 5px;
    color: white;
}
.modal_dialog .modal_dialog_title {
    margin-left: -46px;
    font-size: 16px;
}
.modal_dialog .modal_dialog_close {
    position: relative;
    top: -2px;
    left: 647px;
}
.modal_dialog .modal_dialog_content {
    width: 680px;
    height: 348px;
    padding: 10px;
    overflow-y: auto;
}
.modal_dialog .modal_dialog_content_main {
    margin-top: 10px;
}

#backscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.2;
    z-index: 100;
    margin: 0px;
    top: 0px;
    left: 0px;
}
/*-----------------------------------
Header
-----------------------------------*/
#header_body {
    font-size: 14px;
    padding:0px;
    margin:0px;
}
#header_main {
    width: 1080px;
}
#header_logo {
    float: left;
    width: 224px;
    height: 50px;
    padding: 5px 5px;
}
#header_logo>img {
    width: 224px;
}
#header_user {
    float: left;
    height: 60px;
    padding-left: 20px;
    display: table;
}
#header_user div {
    display: table-cell;
    vertical-align: middle;
}
#header_nav {
    float: right;
    width: 250px;
    height: 60px;
    display: table;
}
#header_nav div {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

#header_nav a{
    margin-right: 5px;
}

/*-----------------------------------
Login Page
-----------------------------------*/
body#login_body {
    font-size: 14px;
    padding:0px;
    margin:0px;
}
body#login_body #side {
    width: 300px;
    text-align: right;
}
body#login_body #header_main {
    width: 900px;
}
#login_panel {
    background-color: #EEEEEE;
    margin: 0px;
    padding: 15px;
    line-height: 2;
}
#login_panel .login_input {
    width: 177px;
}
#login_btn {
    margin: 10px 5px;
}
#loginErrMsg {
    width: 100%;
    text-align: left;
    padding:5px;
}
body#login_body #main {
    width: 590px;
    padding-left: 10px;
}
.info_bar {
    width: 98%;
    background-color: gray;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}
.login_info {
    list-style-type: none;
    margin: 0px;
    padding-left: 5px;
}
.login_info p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.login_info p.info_title {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0px;
}
.login_info p.info_body {
    padding-left: 15px;
}

/*-----------------------------------
Side Menu
-----------------------------------*/
#menu_list {
    margin: 8px;
    padding: 0px;
    list-style-type: none;
    font-size: 13px;
    width: 312px;
}
#menu_list * {
    margin: 0px;
    padding: 0px;
}

#menu_list .menu_link {
    font-weight: bold;
}
#menu_list .menu_desc {
    font-size: 12px;
    margin-left: 10px;
}
#menu_list + div{
    margin: 8px !important;
    width: 900px;
}

/*-----------------------------------
Top Page
-----------------------------------*/
#important_info {
    border: solid 3px #EE0000;
    padding: 3px;
    color: #EE0000;
    margin-bottom: 10px;
}
@keyframes new_icon_flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.new_icon {
    border-radius: 3px;
    background-color: #EE0000;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 5px;
    animation: new_icon_flash 1s infinite linear;
}
.link_list {
    list-style-type: none;
    margin: 10px 0px;
    padding-left: 5px;
    font-size: 13px;
}
.link_list li {
    margin-bottom: 10px;
}
.info_list {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding-left: 5px;
}
.info_list li {
    margin-bottom: 10px;
}
.info_list p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.info_list p.info_title {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0px;
}
.info_list p.info_body {
    padding-left: 15px;
}
/*-----------------------------------
Search Condition
-----------------------------------*/
.info_tbl {
    border-collapse:collapse;
    margin-bottom: 5px;
    min-width: 750px;
    max-width: 900px;
}
.info_tbl.table01{
    min-width: auto;
    max-width: 100%;
}
.info_tbl * {
    font-size: 13px;
}
.info_tbl div, .info_tbl p {
    padding: 0px;
    margin: 0px;
}

.info_tbl th, .info_tbl td {
    border: solid 1px #CCC;
    padding: 5px 10px;
}
.info_tbl th {
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    background-color: #003366;
}
.info_tbl td {
    background-color: #FFFFFF;
}

.info_tbl th:first-child {
    min-width: 180px;
}
.info_tbl.table01 th:first-child {
    min-width: auto;
}
.info_tbl td input {
    /*margin-left: 3px;*/
    margin-right: 3px;
}

.input_require {
    color: #FF5B91;
    margin-left: 3px;

}
.input_note {
    font-size: 13px;
    color: #000000;
    /*font-weight: bold;*/
}
.error_msg {
    margin: 5px 0px;
    color: #EE0000;
    font-size: 13px;
}
.info_tbl.table01 .show-error{
    position: relative;
}
.info_tbl.table01 .show_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 13px;
    left: 0;
    top: 0;
    background: #fff;
    line-height: 20px;
}

/*-----------------------------------
Search Result Table
-----------------------------------*/
.search_count {
    font-size: 13px;
}
.order_table {
    width: 900px;
    font-size: small;
    border-collapse:collapse;
    max-width: 100%;
}
.order_table th {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #003366;
    color: #ffffff;
    font-weight: normal;
    border: solid 1px #CCC;
    text-align: center;
}
.order_table td {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #ffffff;
    border: solid 1px #CCC;
}
.ord_warn_mark {
    color: #CC0000;
    font-size: 22px;
}
.row_even td {
    background-color: #d7ebff;
}
.warn_message {
    background-color: yellow !important;
}
.order_table form {
    margin: 0;
}
#search_result {
    /* This div tag was created for DEMO. */
    display:none;
}

/*-----------------------------------
Catalog Page
-----------------------------------*/
#cat_search_list {
    list-style-type: none;
    font-size: small;
    padding: 0px;
}
#cat_search_list .sublist{
    list-style-type: none;
    display: none;
    padding-left: 30px;
}

.catlink-list-li > .catlink{
    display: flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    line-height: 1.25;
}
.catlink-list-li > .catlink:hover{
    text-decoration: underline;
    font-weight: bold;
}
.catlink-list-li > .catlink:before {
    content:'';
    display: inline-block;
    background: url(/assets/img/h5common.gif) no-repeat left center;
    width: 20px;
    min-width: 20px;
    height: 22px;
    background-size: 13px auto;
    vertical-align: middle;
}
.catlink-list-li > .catlink_open:before {
    content:'';
    display: inline-block;
    background: url(/assets/img/h5_open.gif) no-repeat left center;
    width: 20px;
    min-width: 20px;
    height: 22px;
    background-size: 13px auto;
    vertical-align: middle;
}
.sublist > li > .catlink{
    display: flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    line-height: 1.25;
}
.sublist > li > .catlink:hover{
    text-decoration: underline;
    font-weight: bold;
}
.sublist > li > .catlink:before {
    content:'';
    display: inline-block;
    background: url(/assets/img/h5common.gif) no-repeat left center;
    width: 20px;
    min-width: 20px;
    height: 22px;
    background-size: 13px auto;
    vertical-align: middle;
}
.side-box{
    background: #FFF;
    border: 1px solid #CCC;
    margin: 6px !important;
    padding: 5px 12px !important;
}
.product-navi-list{
    padding: 0 20px;
}
.product-navi-list > div:last-child{
    border-bottom: 1px solid #dcdcdc;
}
.product-navi-list > div{
    border-top: 1px solid #dcdcdc;

}
.product-navi-list > div > a{
    padding: 10px 6px;
    display: block;
    text-decoration: none;
    color: #000;
}
.product-navi-list > div > a:hover{
    background: rgb(204,244,255);
}
/*-----------------------------------
Goods Page
-----------------------------------*/
#hiragana_row_search {
    margin-top: 10px;
}
#hiragana_row_search, #hiragana_row_search * {
    font-size: 13px;
}
#hiragana_row_search table td {
    padding-right: 7px;
}

/*-----------------------------------
Maintenance
-----------------------------------*/
#maintenance_main {
    text-align: center;
    width: 590px;
    padding-left: 10px;
    font-size: 14px;
}
body#maintenance_body {
    margin: 0px;
    padding: 0px;
}
#maintenance_main h2 {
    font-size: 1.5em;
    color: red;
}
#maintenance_footer {
    text-align: center;
    width: 590px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 11px;
}

/*-----------------------------------
Misc
-----------------------------------*/
.align_right_btn {
    width: 900px;
    text-align: right;
    font-size: 13px;
}
.align_right_btn form {
    margin: 0px;
}
.align_right_btn input {
    margin: 5px 0px 5px 10px;
}
.align_left_btn {
    font-size: 13px;
}
.align_left_btn form {
    margin: 0px;
}
.align_left_btn input {
    margin: 5px 0px;
}
.title_with_btn {
    width: 900px;
    height: 36px;
    margin: 0px;
    padding: 0px;
}
.title_with_btn .left_title {
    float: left;
    width: 300px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.title_with_btn .align_right_btn {
    float: right;
    width: 600px;
    height: 100%;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.text_gray {
    color: #666666;
}
.text_red {
    color: #CC0000;
}
.text_alert {
    color: #EE0000;
}
.text_orange {
    color: #DB5700;
}
#incartBtn_area {
    width: 600px;
    text-align: right;
    margin-bottom: 10px;
}
.user_info {
    display: inline-block;
    width: 75px;
}
.memo_message {
    font-size: 14px;
    margin: 0;
}
.sebango_hojoCd_width {
    width: 150px;
}
.orderDtl_btn {
    width: 110px;
}
.annotation {
    margin-left: 3px;
}
.f10 {
    FONT-FAMILY: "‚l‚r ‚oƒSƒVƒbƒN", Osaka; FONT-SIZE: 10px; LINE-HEIGHT: 1.4em
}
.f12 {
    FONT-FAMILY: "‚l‚r ‚oƒSƒVƒbƒN", Osaka; FONT-SIZE: 12px; LINE-HEIGHT: 1.4em
}
.f14 {
    FONT-FAMILY: "‚l‚r ‚oƒSƒVƒbƒN", Osaka; FONT-SIZE: 14px; LINE-HEIGHT: 1em
}
A{text-decoration: underline}
A:link {color:#0000FF}
A:visited {color:#0000FF}
A:hover {color:#FF3300}

.ec-layoutRole{
    background: #FCFCFC;
}
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none;
    background: #FCFCFC;
}
.ec-layoutRole__main{
    min-width: 900px;
    margin: 8px;
}

.search_form{
    margin-bottom: 15px;
}

.search_form input[type="search"]{
    outline: none;
    border: 1px solid rgb(118, 118, 118);
    width: 820px;
    border-radius: 2px;
    padding: 8px 15px;
}

.search_form input[type="submit"]{
    padding: 7px 15px;
}
.ec-headerNaviRole{
    margin: 0;
    padding-bottom: 10px;
    max-width: 1234px;
}
.ec-headerNaviRole:after{
    content: none;
}
.ec-cartNavi{
    background: none;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-cartNavi a{
    color: #000;
}
.top-search{
    margin-bottom: 20px;
}
.top-search .ec-headerSearch .ec-headerSearch__keyword{
    float: none;
    width: 900px;
    margin-left: 336px;
}
.ec-headerNaviRole .ec-headerNaviRole__right{
    flex-wrap: wrap;
}
.ec-headerNaviRole .ec-headerNaviRole__nav.contact{
    flex: 1;
    min-width: 100%;
}
.ec-role{
    margin: 0;
    padding: 0;
}
.ec-role img{
    max-width: 600px;
}
.ec-cartRole{
    margin: 0;
    padding: 0;
}
.add-checkbox{
    margin: 0;
}
.add-checkbox input{
    margin: 0;
    vertical-align: text-top;
}
.add-all-checkbox input{
    margin: 0;
    vertical-align: text-top;
}
.order-add-btn{
    margin-bottom: 10px;
}
.order-add-btn .ec-blockBtn--action{
    height: 40px;
    line-height: 40px;
    width: 200px;
    margin-left: auto;
    margin-right: 0;
}
.ec-inlineBtn--action,.ec-blockBtn--cancel,.ec-blockBtn--action{
    color: #fff !important;
}
.order_table tr:nth-child(4n+4) td{
    background: #d7ebff;
}
.order_table tr:nth-child(4n+5) td{
    background: #d7ebff;
}
.order_table img[alt="delete"]{
    max-width: 14px;
}
.order_table .quantity_area{
    display: flex;
}
.order_table .quantity_area img{
    max-width: 14px;
}
.order_table input[type=number]{
    max-width: 50px;
}
#form_cart.ec-cartRole .ec-cartRole__actions{
    margin-right: 0;
}
.ec-errorMessage{
    color: #FF5B91;
}
.show-error{
    position: relative;
}
.error{
    position: absolute;
    color: #000;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 8px !important;
    margin-top: 8px !important;
}
.error:before{
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    background: #fff;
    left: 8px;
    transform: translateY(-14px) rotateZ(45deg);
}
.error .ec-errorMessage{
    color: #000;
    display: inline;
}
.error i{
    color: #ffa300;
    margin-right: 4px;
}
div[role="alert"]{
    padding: 5px 0;
}
div[role="alert"][error]{
    background: rgba(255,0,0,0.2);
}
div[role="alert"][warning]{
    background: rgba(255,255,0,0.2);
}
.ec-headerSearch__radio{
    width: 900px;
    margin-left: 336px;
    margin-top: 8px;
}
.ec-headerSearch__radio label{
    display: flex;
    align-items: center;
}
.ec-headerSearch__radio label input{
    margin: 0;
    margin-right: 6px;
}


div.wait-progress {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 998;
    background: rgba(0,0,0,0.15);
}
div.loading {
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/rings.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100px;
}

span.attention{
    color: #DE5D50;
}

div.loading-progress {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 998;
    background: #fff;
}
div.loading {
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/rings.svg);
    background-position: center top 45%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100px;
}
div.loading-text{
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 54%;
    width: 100%;
}

/*alert box*/
#alert_box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
#alert_box .box{
    max-width: 450px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    top: 0;
    border-radius: 20px;
    padding: 25px 20px 15px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    opacity: 0;
    transition: 0.3s;
}
#alert_box.active .box{
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
}
#alert_box .msg-box{
    font-size: 14px;
    color: #000;
    word-break: break-all;
}
#alert_box .close-btn{
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}
#alert_box .close-btn .btn{
    height: 40px;
    border-radius: 20px;
    min-width: 70px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background: rgb(13,80,187);
    opacity: 1;
    transition: 0.4s;
    font-weight: 500;
}
#alert_box .close-btn .btn:hover{
    opacity: 0.8;
}
/*confirm box*/
#confirm_box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
#confirm_box .box{
    max-width: 450px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    top: 0;
    border-radius: 20px;
    padding: 25px 20px 15px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    opacity: 0;
    transition: 0.3s;
}
#confirm_box.active .box{
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
}
#confirm_box .msg-box{
    font-size: 14px;
    color: #000;
    word-break: break-all;
}
#confirm_box .close-btn{
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}
#confirm_box .close-btn .btn{
    height: 40px;
    border-radius: 20px;
    min-width: 70px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid rgb(13,80,187);
    background: rgb(13,80,187);
    opacity: 1;
    transition: 0.4s;
    font-weight: 500;
}
#confirm_box .close-btn .btn:hover{
    opacity: 0.8;
}
#confirm_box .close-btn .btn+.btn{
    margin-left: 10px;
}
#confirm_box .close-btn .btn[data-act="cancel"]{
    background: #fff;
    color: rgb(13,80,187);
    border: 1px solid rgba(13,80,187,.5);
}