/* 販売先情報登録フォームのテキストを横に並べるスタイル */
.store_customer_form_text_multi {
    float:left;
    width:24%;
    min-width:130px;
}
.store_customer_form_text_multi:first-of-type {
    margin-right:1%;
}
@media only screen and (max-width: 480px) {
    .store_customer_form_text_multi {
        width:48%;
    }
}

/** ラジオボタンの選択肢を１列に並べる */
.form .radio .inline li {
    display: inline;
    margin-right:10px;
}

.form .radio .inline li div {
    display: inline;
}

.terms-content {
    background: #fff;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.provisioning-error {
    clear:both;
    color:#FF0000;
    font-weight:bold;
}
