﻿@charset "utf-8";

/*--------------------------------------

  アカウント作成

---------------------------------------*/
html {
    overflow-x: hidden;
}
body.bg_chihou.shop {
    background: -moz-linear-gradient(left top, #f1f5f8, #f1f5f8 25%, #edf3f6 25%, #edf3f6 50%, #f1f5f8 50%, #f1f5f8 75%, #edf3f6 75%,#edf3f6);
    background: -webkit-linear-gradient(left top, #f1f5f8, #f1f5f8 25%, #edf3f6 25%, #edf3f6 50%, #f1f5f8 50%, #f1f5f8 75%, #edf3f6 75%,#edf3f6);
    background: -ms-linear-gradient(left top, #f1f5f8, #f1f5f8 25%, #edf3f6 25%, #edf3f6 50%, #f1f5f8 50%, #f1f5f8 75%, #edf3f6 75%,#edf3f6);
    background: linear-gradient(left top, #f1f5f8, #f1f5f8 25%, #edf3f6 25%, #edf3f6 50%, #f1f5f8 50%, #f1f5f8 75%, #edf3f6 75%,#edf3f6);
    background-size: 24px 24px;
}
body {
    padding-bottom: 0;
}
/*ヘッダー*/
#regist_header {
    width: 100%;
}
#regist_header #top_bar {
    border-bottom: solid 4px #f9e3ed;
    background: #fa628b;
}
body.bg_chihou.shop #regist_header #top_bar {
    border-bottom: solid 4px #e5f0f6;
    background: #75a9e6;
}
#regist_header #top_bar svg.logo {
    float: left;
    width: 68px;
    height: 26px;
    margin: 2px 10px 0 0;
}
#regist_header #top_bar a.ev_logo {
    float: left;
    width: 68px;
    height: 26px;
    margin: 2px 10px 0 0;
}
#regist_header #top_bar h1 {
    margin: 5px 0 9px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}
#regist_header #top_bar h1 a {
    color: #fff;
}
body.bg_chihou.shop .bt_round {
    border-color: #a8c2e4;
    background: #a8c2e4;
}
body.bg_chihou.shop .bt_round:hover {
    border-color: #b9cee9;
    background: #b9cee9;
}
button.bt_round_tw {
    border: solid 2px #ef9eb2;
    background: #ef9eb2;
    color: #fff;
}
button.bt_round_tw:focus {
    border-color: #f4b3c4;
    background: #f4b3c4;
}