.checkbox { width:100%; float:left; font-size:14px; color:#fff; line-height:15px; margin:0 0 23px;}
.checkbox a { color:#fff; border-bottom:1px solid #6d7b85;}
.checkbox2 { width:100%; float:left; font-size:16px; color:#6f7276; line-height:24px; margin:0 0 26px 0;}
.checkbox2 a { color:#6f7276; border-bottom:1px solid #a9aaad;}
.checkbox3 { width:100%; float:left; text-align:left; font-size:16px; color:#6f7276; line-height:24px; margin:0 0 26px 0;}
.checkbox3:last-child { margin-bottom:0;}
.checkbox3 a { color:#6f7276; border-bottom:1px solid #a9aaad;}
.checkbox span, .checkbox2 span, .checkbox3 span { display:block;}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding:0 0 0 39px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image:url(../images/checkbox-thumb1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox3 { text-align:center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox3 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox3 { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}