@charset "utf-8";

/************************************************
 import css
************************************************ */
/* MYページ→マイアカウントに変更 */
.title{
font-size:0 !important;
}
.title:before {
	font-size: 17px;
	content: "マイアカウント";
}
div.env_message{
height:0 !important;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
p.env_owner_message{
height:0 !important;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
p.env_version_message{
height:0 !important;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

/* マイアカウントの購入履歴の問い合わせリンク非表示 */
a.nav_btn.contact_btn{
display:none !important;
}

/* PW再発行のリンク文字色変更 */
.login_area a{
color:#5bc2c3;
text-decoration:underline;
}

/* レビューページャー色変更 */
.page_navigation a, .alt_page_navigation a {
    background-color: #ccedec;
}