@charset "utf-8";
/**
 marrish custom CSS for SP
*/

/**
 for validation
*/

label.error {
    color: #ad2323;
    font-size: 13px;
    line-height: 1.5;
    margin: 5px 0;
    text-align: left;
}

span.failed {
    color: red;
    font-size: 13px;
    margin: 1px;
}

/**
 for image loading 
**/

.loadimg {
    margin-top: 30px;
    margin-bottom: 50px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dialogerr {
    position: fixed !important;
    position: absolute;
    display: none;
    background: #fff;
    width: 250px;
    border-radius: 5px;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* iOSでダイアログ背景タップ時にハイライトカラーが出現しないようにする */
}

.none_disp {
    display: none;
}

/**
 動画サムネイルが横長だった場合の対応用CSS
*/

.as-mypage-edit-appeal-img img {
    min-height: 60px;
}

.as-profile-sub-photo-img img {
    min-height: 60px;
}

/**
 年齢認証ページにポイント購入ページへのボタンを追加した際のCSS
*/

.yi-point-page_jump-btn {
    padding: 15px 10px 15px 10px;
}

.as-mypagetop-btn__pointpage {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 1px 0px 0px rgba(204, 125, 122, 1.0);
    height: 40px;
    margin: auto;
    position: relative;
    width: 70%;
}

.as-mypagetop-btn__pointpage a {
    background: #f29491;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 1px;
    line-height: 2.8;
    text-align: center;
    width: 100%;
}

.as-mypagetop-btn__pointpage a.hover {
    background-color: #cc7d7a;
    color: #fff;
    position: absolute;
    top: 1px;
}

.as-mypagetop-btn__remaining__add {
    background: #f29491;
}

.as-profile-rq-prof-item a {
    background: #f29491;
}

.as-profile-rq-prof-item a.hover {
    background: #cc5e5e;
}

.as-profile-rq-prof-gray a {
    background: #a1a1a1;
}

.as-profile-rq-prof-gray a.hover {
    background: #a1a1a1;
}

/* guard */

.img_guard {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}