@charset "UTF-8";

@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;
}

.yi-pc-top-photo .img-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
}

.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;
}

.none_disp { display: none; }

.yi-pc-top-edit-under-exam {
    box-shadow:inset 0px -50px 30px -30px rgba(0,0,0,0.4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    content:"";
	height: 52px;
	width: 104px;
    position:absolute;
    top: 50%;
	left: 5px;
}

.yi-pc-top-edit-under-exam p {
	color: #fff;
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 32px;
}

input[type="text"]:focus.yi-pc-mem-basicinfo-textarea{
    -moz-appearance: none;
    background-color: #f8f6f2;
    border: 1px solid #e6dccf;
    border-radius: 3pt;
    box-sizing: border-box;
    font-size: 13px;
    height: 28px;
    margin: 7px 0 5px;
    padding: 0 5px;
    width: 100%;
}

/**
 年齢認証ページにポイント購入ページへのボタンを追加した際の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;
}



.as-pc-top-btn__remaining__add {
	background: #f29491;
}

.yi-mypage-btn-point a:hover .as-pc-top-btn__remaining__add {
   background: #cc5e5e;
}

/* 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;
}