@charset "UTF-8";



/* #personalArea */
/*------------------------------------------------------------------------------*/
/*#account__area {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}*/

#personalArea {
    font-size: 16.5%;
    padding: 3% 5% 3% 4%;
    background: #838383;
}

/* ログイン前 */
#before_login {
	/*display: table;
	padding: 0 10px;*/
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

#before_login .name {
	color: #fff;
	width: 50%;
}

#before_login .right_area {
    align-items: center;
	width: 50%;
	padding: 0 0 0 15%;
}

#before_login .right_area a {
	font-size: 10px;
	padding: 5% 0;
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

#before_login .right_area a:link {
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

#before_login .right_area a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

#before_login .right_area a:hover,.right_area a:active {
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

/*#before_login #newMember {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	line-height: 1;
}

#before_login #newMember a {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}*/

/* ログイン後 */
#after_login {
    display: flex;
    /* display: none; */
    justify-content: space-between;
    align-items: center;
    color: #252424;
    font-size: 12px;
}

#after_login .name {
    font-size: 12px;
    color: #fff;
    width: 40%;
}

#after_login .right_area {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: flex-end;
}

#after_login .right_area .point_box a {
    display: flex;
    align-items: center;
    color: #ffef00;
    line-height: 1;
    text-decoration: none;
}