@charset "UTF-8";





/*-------------------------------------------------
	++ USE POINT
-------------------------------------------------*/
.pointTypeBtn {
	padding-bottom:30px;
}
.pointTypeBtn ul li {
	width:50%;
	float:left;
}
.pointTypeBtn ul li a {
	display:block;
	position: relative;
	width:100%;
	background-color:#999;
	color:#FFF;
	padding:10px;
	min-height:50px;
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
}
.pointTypeBtn ul li.current a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.pointTypeBtn ul li.typeChange {
	padding-right:3px;
}
.pointTypeBtn ul li.typeChange a {
	background:#ffffdc;
	color:#fcb800;
	border:1px solid #fcb800;
}
.pointTypeBtn ul li.typeChange a:after {
	border-color: #fcb800 transparent transparent transparent;
}
.pointTypeBtn ul li.typeChange a:hover,
.pointTypeBtn ul li.typeChange.current a {
	background:#fcb800;
	color:#FFF;
}
.pointTypeBtn ul li.typeLottery {
	padding-left:3px;
}
.pointTypeBtn ul li.typeLottery a {
	background:#e6ffd1;
	color:#7fbd4a;
	border:1px solid #7fbd4a;
}
.pointTypeBtn ul li.typeLottery a:after {
	border-color: #eb6363 transparent transparent transparent;
}
.pointTypeBtn ul li.typeLottery a:hover,
.pointTypeBtn ul li.typeLottery.current a {
	background:#7fbd4a;
	color:#FFF;
}

.typeContent .selectBtn {
	margin-bottom:30px;
}
.typeContent .selectBtn li {
	width:33.33333%;
	min-height:42px;
	float:left;
	vertical-align: top;
	padding-right:5px;
}
.typeContent .selectBtn li a {
	display:block;
	width:100%;
	height:100%;
	color:#7fbd4a;
	border-radius:5px;
	font-size:14px;
	line-height: 1;
	padding:15px 15px 15px 5px;
	font-weight:bold;
	background:#e6ffd1 url(/images/arrow/arrow_blue.png) right 7px center no-repeat;
	border:1px solid #7fbd4a;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
}
.typeContent .selectBtn.colY li a {
	color: #fcb800;
    border: 1px solid #fcb800;
	background:#ffffdc url(/images/arrow/arrow_yellow02.png) right 7px center no-repeat;
}
.typeContent .selectBtn li.current a,
.typeContent .selectBtn li a:hover {
	background:#7fbd4a url(/images/arrow/arrow_white.png) right 7px center no-repeat;
	color:#FFF;
}
.typeContent .selectBtn.colY li.current a,
.typeContent .selectBtn.colY li a:hover {
	background-color:#fcb800;
}

.blockPD125.changeMoney ul li .detail .hx,
.blockPD125.changeMoney ul li .detail2 .hx {
	color:#fcb800;
}


table.changePoint {
	width:60%;
	margin:0 auto;
	text-align: center;
	min-width: 500px;
}
table.changePoint thead tr {
	background-color: #333333;
	color:#FFF;
}
table.changePoint th,
table.changePoint td {
	padding:10px;
	text-align: center;
}
table.changePoint tbody tr {
	background-color:#FFF;
	border-bottom:1px solid #d0d0d0;
}
table.changePoint tbody tr:nth-of-type(even) {
	background-color:#fafaf5;
}
table.changePoint tbody tr th {
	width:20%;
}
table.changePoint tbody tr td {
	width:40%;
}
table.changePoint tbody tr th label.radio{
	background-size:30px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 0;
	margin-right:0;
	width:30px;
	min-width: 30px;
	min-height: 30px;
}
table.changePoint tbody tr th label.radio[disabled]{
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	padding: 0 0 0 0;
	margin-right:0;
	width:30px;
	min-width: 30px;
	min-height: 30px;
}


.bankaccount {
	width:60%;
	margin:0 auto;
	text-align: center;
	letter-spacing: -.4em;
	min-width: 500px;
}
.bankaccount dt {
	display:inline-block;
	letter-spacing: normal;
	background-color:#333;
	color:#FFF;
	padding:10px;
	width:50%;
}
.bankaccount dd {
	display:inline-block;
	letter-spacing: normal;
	padding:10px;
	width:50%;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

.game,
.formAtt {
	width:65%;
	margin:30px auto 0 auto !important;
	text-align: left;
	border:1px solid #ff556d;
	padding:20px;
	font-size:14px;
}
.formAtt p {
	text-align: left;
}



.point_cInner {
	display:block;
	clear:both;
	width:1000px;
	margin:0 auto;
	text-align: center;}

.point_block li {
	width:48%;
	float:left;
    border: 1px solid #d0d0d0;
	border-radius: 15px;
    margin: 0 2% 20px 0;
    padding: 0;
	text-align: left;}
.point_block li:nth-of-type(2n) {
	margin-right:0;}

.point_block ul li h3 {
    background-color: #fcb800;
    color: #FFFFFF;
	font-size: 112%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    text-align: left;
    padding: 10px 15px;}
.point_block ul li span {
	padding: 15px;
	display: block;}
.point_block ul li .img {
	float:left;
	width:125px;
	margin-bottom: 10px;}
.point_block ul li .detail {
	padding-left:140px;
	text-align: left;}

.pointBox {
	width:100%;
	margin:30px auto 0 auto !important;
	text-align: left;
	border:1px solid #ff0000;
	padding:20px;
	font-size:93%;}
.pointBox h4 {
	font-weight: bold;
	font-size: 105%;}
.pointBoxList {
	margin:0px;}
.pointBoxList li {
	text-align: left;
	line-height: 1.6em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}
@media screen and (max-width: 1250px)  {
.point_cInner {
width:100%;}
}