@charset "utf-8";body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}body,input,textarea,select,button,table{font-size:1em;line-height:1.25em}body{min-width:320px;font-size:0.8em;color:#333;-webkit-text-size-adjust:none}img,fieldset{border:0}ul,ol{list-style:none}em,address{font-style:normal}a{color:#333;text-decoration:none}table{border-collapse:collapse}
body{ margin:0; padding:0; color:#333;color:#333;font-size:0.8em;}
input, p, button, ul, ul li {list-style-type: none; margin: 0; outline: 0 none;padding: 0;}
a{text-decoration:none; }
a:active,a:hover {text-decoration:none}
.clearfix:after{clear:both;display: block; content: "..."; visibility: hidden; height: 0; font-size: 0;}
.clearfix{*zoom:1;}
.clear{ clear:both;}
.mb8{margin-bottom:0.8em;}
.mt8{margin-top:0.8em;}
.mt8_{margin-top:0!important;}
.bbline{border-bottom:1px soild #e5e5e5}
label {display: inline;}
.red{color:#f61f1f}
.bgno{background:none!important}
.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 9px;
	border-radius: 100px;
	display: inline-block;
	font-weight:lighter;
	position: relative;
}


.regular-checkbox:checked + label {
	background-color: #fff;
	border: 1px solid #00c2c7;
	color: #00c2c7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #00c2c7;
}

.big-checkbox + label {
	padding: 4%;
}

.big-checkbox:checked + label:after {
	font-size: 12px;
	left: 30%;top:25%
}


.regular-radio {
    display: none;
}

.regular-radio + label {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 9px;
	border-radius: 100px;
	display: inline-block;
	font-weight:lighter;
	position: relative;
}

.regular-radio:checked + label:after {
	content: '\2714';
	position: absolute;
	top: 0px;
	left: 3px;
	color: #00c2c7;
}

.regular-radio:checked + label {
	background-color: #fff;
	border: 1px solid #00c2c7;
	color: #00c2c7;
}


.big-radio + label {
	padding: 4%;
}

.big-radio:checked + label:after {
	font-size: 12px;
	left: 30%;top:50%}
	