/* CSS Document */
/** 共通 **/
html, body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
.SN-for_notUser {
	display: none;
}
.isnot-User .SN-for_notUser {
	display: block;
}
.isnot-User .SN-for_User {
	display: none;
}
.isnot-User .SN-for_notUser.SN-tools-banner img{
	display: block;
	width: calc(100% - 16px);
	margin: auto;
}

#rakuraku {
    padding: 16px 0;
    text-align: center;
    color: #fff;
}
#SN-footer {
    margin: 32px 0 0;
    width: 100%;
    background-color: #333;
}
#SN-footer p {
	padding: 16px 0;
	text-align: center;
	color: #fff;
}
#SN-bottomBox {
	display: block;
	box-sizing:border-box;
    padding: 15px 8px 20px;
	width: 100%;
	margin: 0;
    background: #d01111;
}
    #SN-bottomBox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #SN-bottomBox li {
        margin: 0.5em 0;
    }
        #SN-bottomBox li a {
            font-size: 14px;
            line-height: 140%;
            color: #fff;
            text-decoration: none;
        }
#SN-RAKURAKU_GCM_PUSH {
	margin: 8px 24px;
}
/** 共通 **/