@charset "utf-8";

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.disp-n-0 { display: block!important; }
.disp-n-1 { display: none!important; }

.disp-0 { display: none!important; }
.disp-1 { display: block!important; }

#forPremiumUser{
	display:block;
	width:420px;
	border-top:3px solid #d92828;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	padding:10px;
	margin: 0 auto 20px;
	background-color: #fff;
	line-height:1.2;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro', 'Yu Gothic', "MS PGothic", "Osaka", Arial, sans-serif;
	color: #4c4c4c;
}

#forPremiumUser strong{
	display:block;
	text-indent:-9999px;
	width:401px;
	height:16px;
	margin:0 auto 10px auto;
	background-image:url(../img/ypm0_pre_title.png);
	background-repeat:no-repeat;
}

#forPremiumUser span{
	display:block;
	margin-bottom: 5px;
	text-align:center;
	font-size: 16px;
}

#premiumDiscountModule{
	display:block;
	width:425px;
}

.btnJoinPremium, .listPremiumDiscount{
	display:block;
	text-indent:-9999px;
	font-size:1px;
	background-repeat:no-repeat;
}
.btnJoinPremium{
	float:left;
	width:239px;
	height:31px;
	background-image:url(../img/ypm0_btn_join_premium.png);
}
.listPremiumDiscount{
	float:right;
	width:152px;
	height:13px;
	background-image:url(../img/ypm0_list_pre.png);
	margin-top:10px;
}
