@charset "utf-8";
/* CSS Document */

ul.errorMessage{
	background-image:none;
    color: #FF0000;
}

#charge_now{
	width:100%;
	margin:20px auto 5px auto;
        }

#premium_now{
	width:100%;
	margin:5px auto 20px auto;
        }
table.dataTable .pointservicename {
    width:15%;
    text-align: left;
    white-space:nowrap;
}
table.dataTable .chargeprice {
    width:12%;
    text-align: right;
    white-space:nowrap;
    padding-right:15px;
}
table.dataTable .chargevalue{
    width:12%;
    text-align: right;
    white-space:nowrap;
    padding-right:15px;
}
table.dataTable .premiumchargevalue{
    width:14%;
    text-align: right;
    padding-right:15px;
    word-break: break-all;
    white-space:nowrap;
}

div.point_value {
    width: 165px;
    float: right;
}

table#box_error ul{
	color:#000;
	font-size:14px;
	padding:10px 40px;
	margin:20px 20px 30px 190px;
	text-align:left;
	line-height: 25px;
}

table#box_error p{
    color:#000;
    font-size:14px;
    padding:10px 40px;
    margin:20px 20px 30px 190px;
    text-align:left;
    line-height: 25px;
}