div.login_ div.loginform_wrap_ {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: inherit;
    margin-bottom: 40px;
}

div.login_ div.loginform_ {
    width: 100%;
    text-align: left;
    border: 4px solid #f4f4f4;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}

div.login_ div.amazonpay_ {
    margin-bottom: 20px;
}
div.login_ div.amazonpay_ .ketsujitsu_form_notice {
      color: #ec446d;
      font-weight: bold;
}
    div.login_ div.loginform_.col2 {
        width: -webkit-calc( 50% - 20px );
        width: calc( 50% - 20px );
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.login_ div.loginform_ h2 {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        background-color: #f4f4f4;
        padding: 20px;
        box-sizing: border-box;
        letter-spacing: 0.08em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -moz-font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        position: absolute;
        top: 0;
        left: 0;
    }

        div.login_ div.loginform_ h2 span {
            display: inline-block;
            font-size: 13px;
            margin-left: 10px;
        }

    div.login_ div.loginform_ .loginform_inner {
        padding: 30px 30px 30px;
        margin: 60px 0 0;
    }

    div.login_ div.loginform_ .form_text_ {
        color: #333;
        font-size: 14px;
        line-height: 1.8;
        margin: 0 0 15px;
    }

    div.login_ div.loginform_ ul.form_notice {
        margin: 0 0 15px;
    }

        div.login_ div.loginform_ ul.form_notice li {
            color: #666;
            margin: 3px 0;
            line-height: 1.5;
        }

    div.login_ div.loginform_ .btn_submit {
        margin: 20px auto 20px;
    }

        div.login_ div.loginform_ .btn_submit input[type="submit"] {
            color: #FFF;
            cursor: pointer;
            display: block;
            font-size: 16px;
            font-weight: bold;
            width: 200px;
            height: 45px;
            margin: 0 auto;
            letter-spacing: 0.1em;
            line-height: 45px;
            text-align: center;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            background-color: #3190cd;
            box-shadow: 0px 4px 0px #256a96;
            -moz-font-feature-settings: "palt";
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
            transform: translateY(0);
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            div.login_ div.loginform_ .btn_submit input[type="submit"]:hover {
                transform: translateY(2px);
                box-shadow: 0px 2px 0px #256a96;
            }

    div.login_ div.loginform_ .amazon_pay_btn {
        margin: 30px auto 20px;
    }

        div.login_ div.loginform_ .amazon_pay_btn img {
            cursor: pointer;
            display: block;
            width: 250px;
            height: 52px;
            margin: 0 auto;
        }

div.login_ div.askpass_ {
    margin: 5px auto;
    text-align: center;
}

div.login_ div.entry_ {
    margin: 2px auto;
    text-align: center;
    font-size: 10px;
}

div.login_ dl.loginform_ {
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

    div.login_ dl.loginform_ dt {
        font-size: 12px;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        margin: 7px 0;
        text-align: right;
    }

    div.login_ dl.loginform_ dd {
        width: -webkit-calc( 100% - 120px );
        width: calc( 100% - 120px );
        margin: 7px 0;
        line-height: 40px;
    }

        div.login_ dl.loginform_ dd input[type="text"], div.login_ dl.loginform_ dd input[type="search"], div.login_ dl.loginform_ dd input[type="password"] {
            margin: 0;
            box-sizing: border-box;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

div.login_ .info_frame_in_ {
    margin: 20px 0 40px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 5px;
}

    div.login_ .info_frame_in_ p.info_ {
        font-size: 13px;
        line-height: 1.5;
        margin: 0 0 10px;
    }

table.askpass_ {
    margin-bottom: 10px;
}

    table.askpass_ th {
        width: 16em;
    }

div.customer_ .navipage_.top_ {
    margin: 20px 0;
}

div.customer_ table {
    width: 100%;
}

    div.customer_ table.customer_, div.customer_ table.customerconfirm_ {
        margin-bottom: 20px;
    }

        div.customer_ table.customer_ th, div.customer_ table.customerconfirm_ th {
            width: 25%;
        }

div.customer_ .agreebody_ {
    margin: 20px 0;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
    width: 100%;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.8;
}

    div.customer_ .agreebody_ strong {
        font-size: 16px;
    }

div.customer_status_ {
    margin: 0 0 20px 0;
    padding: 10px 0;
    color: #777777;
}

#mypagetop div.customer_status_ {
    position: relative;
}

    #mypagetop div.customer_status_ ul.sns_ {
        width: 400px;
        margin: 0;
        position: absolute;
        top: -14px;
        right: 0;
    }

.loginname_ {
    font-size: 14px;
}

p.recommend_ {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

div.mymenu_ {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

div.mymenu_item_ {
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    overflow: hidden;
}

    div.mymenu_item_ .img_ {
        width: 100px;
        float: left;
    }

    div.mymenu_item_ .desc_ {
        width: 960px;
        float: right;
    }

        div.mymenu_item_ .desc_ h2 a {
            color: #000000;
        }

    div.mymenu_item_ h2 {
        padding: 5px 0 10px 0;
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: bold;
        border-bottom: #d5d5d5 1px solid;
    }

    div.mymenu_item_ p, div.mymenu_item_ ul {
        margin: 0 0 10px 0;
    }

        div.mymenu_item_ ul li {
            margin: 0 0 5px 2em;
            list-style: square;
        }

            div.mymenu_item_ ul li a {
                color: #666666;
            }

                div.mymenu_item_ ul li a:hover {
                    color: #3190cd;
                    text-decoration: underline;
                }

div.members_rank {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}

div.customer_ .method_addr_ {
    margin-bottom: 10px;
    padding-left: 10px;
}

div.customer_ .destgoodslist_ {
    margin-bottom: 20px;
}

table.history_ {
    margin-bottom: 20px;
}

    table.history_ th {
        font-weight: bold;
    }

    table.history_ td.order_dt_, table.history_ td.store_name_ {
        white-space: nowrap;
    }

    table.history_ td.order_detail_ ul {
        margin-bottom: 5px;
    }

        table.history_ td.order_detail_ ul li {
            margin-left: 2em;
            list-style: square;
        }

    table.history_ td.order_detail_ p.order_again_ {
        padding: 5px;
        text-align: right;
        font-weight: bold;
    }

    table.history_ td.total_ {
        text-align: center;
        font-size: 14px;
    }

    table.history_ td.status_ img.process_ {
        width: 160px;
    }

ul.historydetail_ {
    margin: 10px auto;
    width: 18em;
}

    ul.historydetail_ li {
        margin-left: 2em;
        font-weight: bold;
        list-style: square;
    }

div.cardedit_ table th {
    width: 16em;
}

div.cardedit_info_ {
    margin-bottom: 20px;
}

td.card_ label {
    margin: 0 20px 0 5px;
}

table.mailchange_ {
    margin-bottom: 10px;
}

    table.mailchange_ th {
        width: 16em;
    }

table.custdest_ th {
    width: 25%;
}

table.idchange_ {
    margin-bottom: 10px;
}

    table.idchange_ th {
        width: 16em;
    }

table.passchange_ {
    margin-bottom: 10px;
}

    table.passchange_ th {
        width: 16em;
    }

div.customer_ .bookmark_frame_ {
    margin-bottom: 10px;
}

div.customer_ .navipage_ strong {
    font-size: 16px;
}

div.customer_ div.bookmark_item_ {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}

div.bookmark_item_ div.cartgoods_ {
    padding: 10px;
    float: left;
    display: inline;
    width: 15px;
}

div.bookmark_item_ div.img_ {
    width: 100px;
    padding: 10px 20px 10px 0;
    float: left;
    display: inherit;
    overflow: hidden;
}

div.bookmark_item_ div.desc_ {
    padding: 10px 0;
    float: left;
    display: inline;
    width: 600px;
}

div.bookmark_item_ div.name_ {
    margin-bottom: 10px;
}

div.bookmark_item_ div.spec_ {
    margin-bottom: 10px;
}

div.bookmark_item_ .edit_memo_ {
    margin-top: 10px;
    font-weight: bold;
}

div.bookmark_item_ .memo_ {
    padding: 5px;
    border: 1px solid #CCC;
    background: #F8F8F8;
}

div.bookmark_item_ div.del_ {
    width: 85px;
    padding: 10px;
    float: right;
    display: inline;
}

div.bookmark_buy_ {
    margin-bottom: 20px;
    position: relative;
}

div.customer_ .backorder_frame_ {
    margin-bottom: 10px;
}

div.customer_ div.backorder_item_ {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}

div.backorder_item_ div.cartgoods_ {
    padding: 10px;
    float: left;
    display: inline;
    width: 15px;
}

div.backorder_item_ div.img_ {
    width: 100px;
    padding: 10px 20px 10px 0;
    float: left;
    display: inherit;
    overflow: hidden;
}

div.backorder_item_ div.desc_ {
    width: 600px;
    padding: 10px 0;
    float: left;
    display: inline;
}

div.backorder_item_ div.name_ {
    margin-bottom: 10px;
}

div.backorder_item_ div.spec_ {
    margin-bottom: 10px;
}

div.backorder_item_ .edit_memo_ {
    margin-top: 5px;
    font-weight: bold;
}

div.backorder_item_ .memo_ {
    padding: 5px;
    border: 1px solid #CCC;
    background: #F8F8F8;
}

div.backorder_item_ div.del_ {
    width: 85px;
    padding: 10px;
    float: right;
    display: inline;
}

div.backorder_buy_ {
    margin-bottom: 20px;
}

div.contact_notice_ h2 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

div.contact_notice_ p {
    margin-bottom: 10px;
}

div.contact_notice_ ul {
    margin: 20px 0;
}

    div.contact_notice_ ul.list1_ li {
        margin-bottom: 5px;
        list-style: inside;
    }

    div.contact_notice_ ul.list2_ li {
        margin-bottom: 5px;
    }

        div.contact_notice_ ul.list2_ li.indent_ {
            padding: 0 0 0 1em;
            text-indent: -1em;
        }

div.contact_ table {
    width: 100%;
}

    div.contact_ table.contact_ th {
        width: 16em;
    }

div.contact_ div.contact_reform_ {
    margin: auto;
    text-align: center;
}

div.contact_ .navipage_number_ strong {
    font-size: 16px;
}

div.contact_ .navipage_number_ span {
    margin: 0 0 0 10px;
}

div.contact_ .navipage_.top_ {
    margin: 10px 0 0 0;
}

div.contact_ ul.contactlist_ {
    margin: 20px 0 0 0;
}

    div.contact_ ul.contactlist_ li {
        padding: 10px;
        border-top: 1px dotted #CCC;
    }

div.contact_ table.detaillistline_ {
    border: dotted 1px;
    margin: 2px auto;
}

.contactdetail_title_ {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 14px;
}

    .contactdetail_title_ .subject_ {
        margin-left: 20px;
        font-weight: bold;
    }

    .contactdetail_title_ .id_ {
        margin-left: 10px;
        font-size: 10px;
    }

.align_l_ {
    text-align: left;
}

div.contactlist_ {
    margin-bottom: 10px;
}

    div.contactlist_ .contactlist_goods_ {
        margin: 0 0 0 20px;
    }

div.contactlist_line_ {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    border: #dddddd 1px solid;
}

    div.contactlist_line_ .contactlist_head_ {
        width: 100%;
        overflow: hidden;
        background: #f4f4f4;
        border-bottom: #dddddd 1px solid;
    }

        div.contactlist_line_ .contactlist_head_ .name_ {
            padding: 5px;
            float: left;
            display: inline;
            font-weight: bold;
            width: 40%;
        }

        div.contactlist_line_ .contactlist_head_ .updt_ {
            padding: 5px;
            float: right;
            display: inline;
            text-align: right;
            width: 40%;
        }

    div.contactlist_line_ .comment_ {
        padding: 10px;
    }

table.withdrawal_ {
    margin-bottom: 10px;
}

    table.withdrawal_ th {
        width: 16em;
    }

table.coupon_list_ {
    margin-bottom: 20px;
}

    table.coupon_list_ th {
        font-weight: bold;
        text-align: center;
    }

    table.coupon_list_ td.coupon_code_ {
        white-space: nowrap;
    }

    table.coupon_list_ td.coupon_price_ {
        text-align: right;
        white-space: nowrap;
    }

    table.coupon_list_ td.coupon_name_ {
        text-align: left;
    }

    table.coupon_list_ td.coupon_dt_ {
        text-align: left;
        white-space: nowrap;
    }

    table.coupon_list_ td.coupon_target_ {
        text-align: left;
    }

table.point_list_ {
    margin-bottom: 20px;
}

.regularhistory_skip_ {
    margin-bottom: 20px;
}

.regularhistory_withdrawal_ {
    margin-bottom: 20px;
}

.progress {
    height: 6px;
    margin: 5px 0 15px;
    position: relative;
}

    .progress .bar {
        margin-right: 55px;
    }

        .progress .bar .bar_in {
            width: 100%;
            height: 6px;
            background-color: #e0e0e0;
            overflow: hidden;
            border-radius: 10px;
            position: relative;
        }

            .progress .bar .bar_in span {
                display: block;
                height: 6px;
                background-color: #ffb200;
                position: absolute;
                top: 0;
                left: 0;
            }

    .progress .per {
        color: #ea5711;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        right: 0;
        top: -9px;
        text-align: right;
        line-height: 1.7em;
    }
/*# sourceMappingURL=customer.css.map */
     div.login_ div.loginform_ .loginform_inner.kadokawa_id {
        padding: 30px 30px 30px;
        margin: 30px 0 0;
    }
    
    div.login_ div.loginform_ .btn_submit_id {
        margin: 40px auto 40px;
    }

    div.login_ div.loginform_ .btn_submit_id input[type="submit"] {
        color: #FFF;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 380px;
        height: 45px;
        margin: 0 auto;
        letter-spacing: 0.1em;
        line-height: 45px;
        text-align: center;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        background-color: #323276;
        box-shadow: 0px 4px 0px #8080a7;
        -moz-font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        transform: translateY(0);
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

    div.login_ div.loginform_ .btn_submit_id input[type="submit"]:hover {
        transform: translateY(2px);
        box-shadow: 0px 2px 0px #8080a7;
    }
  

/* o^ */
div.login_ div.entrycomplete_ {
    margin-top: 20px;
}

div.login_ div.entrycomplete_ .btn_submit_id input[type="submit"] {
    width: 450px;
}

div.progressaltHistory {
  color: #ffb200;
  font-weight: bold;
  font-size: 16px;
}
div.progressaltHistDetail {
    color: #ffb200;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 10px 0;
  }

.topic_line_inner_{
	vertical-align: middle;
}

.topic_line_inner_ td{
	vertical-align: middle;
	border:none!important;
}
.topic_line_inner_ .toggle_{
	display: inline-block;
	content: '';
	background: url(../img/usr/common/minus.png) no-repeat;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	float: right;
	background-size: 100% auto;
}

.topic_line_inner_ span.toggle_.active_{
	display: inline-block;
	content: '';
	background: url(../img/usr/common/plus.png) no-repeat;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	float: right;
	background-size: 100% auto;
}

.topic_line_inner_ .k_topic_contents{
	display: none;
	align:left;
	word-wrap: break-word;
}

#k_topic_ .comment_{
	border:none; 
	vertical-align: middle;
	white-space: normal;
	word-wrap: break-word;
}


#k_topic_ th{
	border:none; 
	vertical-align: middle;
	white-space: normal;
}

.ktopic_listdate_{
	vertical-align: middle;
	border:none!important;
	word-wrap: break-word;
}
