.point_table td, .point_table th{
	padding: 0;
	border: none;
}

.block{
	display: block;
}

.inline_block{
	display: inline-block;
}

.hidden{
	display: none;
}

.fixed{
	position: fixed;
}

.absolute{
	position: absolute;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.text_center{
	text-align: center;
}

.text_right{
	text-align: right;
}

.margin_center{
	margin: 0 auto;
}

.absolute_center{
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.color_bl{
	color: #0d6fb8;
}

.color_red{
	color: red;
}

.color_w{
	color: #FFF;
}

.color_w_tran{
	color: rgba(255,255,255,0.3);
}

.color_yellow{
	color: #fc0;
}

.bg_black{
	background-color: #000;
}

.bg_black_tran{
	background-color: rgba(0,0,0,0.6);
}

.bg_bl{
	background-color: #0d6fb8;
}

.bg_yellow{
	background-color: #fc0;
}

.coin_bg{
	background-image: url(../images/point/point.svg);
	background-repeat: no-repeat;
}

.button{
	cursor: pointer;
	user-select: none;
}

.button.bg_yellow:hover{
	background-color: #fb0;
	transition: background-color 0.3s;
}

.member-point-id{
	display: inline-block !important;
    vertical-align: bottom;
}

.point_title{
    padding: 5px 10px 5px 60px;
}

strong.point_title{
	font-size: 28px;
	font-weight: bold;
	margin-top: 5px;
}

.point_title_table{
	margin-right: 30px;
}

.point_title_table .coin_bg{
	-webkit-background-size: 42px auto;
	background-size: 42px auto;
}

.point_title_table.point_get .coin_bg{
	background-position: top left 10px;
}

.point_title_table.point_pay .coin_bg{
	background-position: top -42px left 10px;
}

.point_table{
	width: 1050px;
	margin: 50px 0;
}

.point_table th{
	padding: 10px 0;
    border: 1px #FFF solid;
}

.point_table b{
	font-weight: bold;
	font-size: 18px;
    padding-top: 3px;
}

.point_table small{
	font-size: 13px;
	color: #999;
}

.point_table tbody tr{
	border-bottom: 1px #000 solid;
}

.point_table_coin{
	width: 25px;
}

.point_table_point p{
	width: 25px;
	height: 25px;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

.point_table_date{
	width: 230px;
	box-sizing: border-box;
}

.point_table_get .coin_bg{
	background-position: top right;
}

.point_table_pay .coin_bg{
	background-position: top -25px right;
}

.point_table td{
	padding: 15px 20px;
}

.point_table_point{
    width: 130px;
}

.point-pop{
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 99;
}

.point-pop-block{
	width: 350px;
	height: auto;
	padding: 25px;
	box-sizing: border-box;
}

.point-pop-block p,.point-pop-block b{
	font-size: 21px;
}

.point-pop-block b.point-pop-title{
	font-size: 32px;
}

.point-pop-block b{
	font-weight: bold;
	margin: 15px 0;
    vertical-align: baseline;
}

.point-pop-block form{
	margin: 35px auto;
}

.point-pop-block input{
	margin: 10px auto;
	padding: 10px 5px;
	box-sizing: border-box;
}

.point-pop-block input[type="text"],.point-pop-block input[type="button"]{
	width: 100%;
	border: none;
}

.point-pop-block input[type="button"]{
	font-weight: bold;
	font-size: 18px;
}
