/* コンテナ背景の白の透過度変更 */
#wrap {
    background: rgba(255, 255, 255, 0.6);
}

}
body {
background-size:cover !important;
}

/* marquee 調整 */
.marquee ul
{animation:scrollmarquee 20s linear infinite;}


/* 認証画面エンターボタン色*/

#entrance .more_btn a{
	background-color:#710B00;
	color: #fff;
}


