@charset "utf-8";

.modal_content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background:#FFF;
    box-sizing:border-box;
    z-index:9001;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.modal_inner {
    position: static;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding:20px;
    overflow: auto;
}
.modal_inner #modal_shop_box {
    display: block;
    position: relative;
    padding: 0px 18px 10px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.modal_inner #modal_shop_box ul {
    font-size: 0;
}
.modal_inner #modal_shop_box li {
    position: relative;
    display: inline-block;
    height: 50px;
    vertical-align: top;
    text-align: left;
}
.modal_inner #modal_shop_box .shop_left {
    width: 50px;
}
.modal_inner #modal_shop_box .shop_right {
    width: calc(100% - 50px);
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
}
.modal_inner #modal_shop_box .profile_pic {
    width: 50px;
    height: 50px;
}
.modal_inner #modal_shop_box .tencho_name {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal_inner #modal_shop_box .shop_detail {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal_inner #modal_memo_box {
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
}
.modal_inner #modal_memo_box * {
    color: #333333;
}
.modal_inner #modal_memo_box .text_line span.right {
    position: absolute;
    right: 1px;
}
.modal_inner #modal_memo_box .memo_edit {
    resize: none;
    width: 100%;
    height: 330px;
    border-width: 2px;
    border-style: solid;
    border-color: #8a8a8a #e1e1e1 #e1e1e1 #8a8a8a;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}
.modal_inner #modal_memo_box .memo_edit.error {
    background: #FFE6E7;
}
.modal_inner #modal_memo_box .memo_bottom_text {
    text-align: right;
}
.modal_inner #modal_memo_box .memo_bottom_text span {
    font-size: 11px;
    color: #ff0000;
}
.modal_inner #modal_memo_box .caution_box {
    text-align: right;
}
.modal_inner #modal_memo_box .cautionText {
    display: inline-block;
    text-align: left;
    color: #ff0000;
    line-height: 1.1;
}
.modal_inner #modal_button_box {
    width: 100%;
    text-align: center;
}
.modal_inner #modal_button_box .modal_action_button {
    margin: 0px auto;
    display: inline-block;
    border-radius: 7px;
    color: white;
    margin-left: 0px;
    width: 90%;
    text-align: center;
    line-height: 18px;
    padding: 7px 0px;
    font-size: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
}
.modal_inner #modal_button_box .modal_action_button span {
    display: block;
    border: 1px solid #877b7a;
    background: #877b7a;
    border-width: 1px;
    font: bold 14px/1em Arial;
    color: white;
    padding: 0.7em 2em;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
