/* pc */
.sprite-main_login_btn, .sprite-main_new_register {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url('http://www.tv-asahi.co.jp/douga_mv/common/images/pc/sprite-sfc856263fd.png') no-repeat;
}

.sprite-main_login_btn {
    border: none;
    background-position: 0 -261px;
    height: 54px;
    width: 192px;
    cursor: pointer;
}

.sprite-main_login_btn:hover {
    background-position: 0 -207px;
    height: 54px;
    width: 192px;
}

.sprite-main_login_btn:active {
    border: none;
    background-position: 0 -153px;
    height: 54px;
    width: 192px;
}

.sprite-main_new_register {
    background-position: 0 -51px;
    height: 51px;
    width: 201px;
}

.sprite-main_new_register:hover {
    background-position: 0 0;
    height: 51px;
    width: 201px;
}

.sprite-main_new_register:active {
    background-position: 0 -102px;
    height: 51px;
    width: 201px;
}

#main_login {
    float: left;
    width: 650px;
    margin-right: 30px;
    padding: 10px;
    background-color: #eeeeee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#login_bg {
    margin-bottom: 10px;
    padding-top: 45px;
    background-color: #f8f8f8;
}

#login_inner {
    width: 500px;
    margin: 0 auto;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

#login_inner h2 {
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    white-space: nowrap;
}

#login_inner label {
    display: block;
    margin-top: 10px;
}

#login_inner form {
    margin-top: 15px;
}

.login-label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #4d4d4d;
}

.login_form {
    margin-bottom: 7px;
    border: 1px solid #bebebe;
    border-radius: 2px;
    padding-left: 6px;
    width: 100%;
    height: 34px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_check label {
    font-size: 14px;
}

.notice_area {
    margin-bottom: 20px;
}

.login_notice {
    font-size: 12px;
    line-height: 1.5;
    color: #4d4d4d;
}

#login_submits {
    width: 192px;
    margin: 0 auto 20px auto;
}

#bottom_area {
    background-color: inherit;
    padding: 0 0 45px 0;
}

#bottom_area p {
    margin-bottom: 10px;
}

#bottom_area a {
    width: 250px;
}

#rakuten_bg {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #f8f8f8;
}

#rakuten_bg p {
    text-align: center;
}

#main_regist {
    float: right;
    padding: 10px;
    width: 280px;
    background-color: #fffac5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#regist_bg {
    padding-top: 20px;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
    background-color: #fffcdb;
}

#regist_bg h2 {
    margin-bottom: 16px;
    font-weight: bold;
    color: #76b2fd;
    text-align: center;
}

.regist_bt {
    margin: 0 auto 14px auto;
    width: 201px;
}

.regist_notice {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #91937d;
    text-align: center;
}

/* smp */
#login_page {
    background-color: #f5f5f5;
}

#rakuten_login {
    text-align: left;
}

#rakuten_login a {
    display: block;
    border: 1px solid rgba(10,2,4,.2);
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
    background-image: -o-linear-gradient(top, #fefefe, #e6e6e6);
    background-image: linear-gradient(top, #fefefe, #e6e6e6);
    box-sizing: border-box;
}

#rakuten_login a img {
	/*width: 130px;*/
    height: 30px;
}

.login_arrow {
    margin-top: 8px;
    width: 11px;
    height: 19px;
    display: inline-block;
    float: right;
    background-image: url(http://www.tv-asahi.co.jp/douga_mv/common/images/smp/login_arrow.png);
    background-repeat: no-repeat;
}
