*{margin:0px; padding:0px; position:relative; list-style: none; text-decoration: none; box-sizing: border-box;}
body { font-size:14px; color: #191919; min-width: 1640px;}
img{max-width: 100%;}
em{ font-style: normal;}
a{
	text-decoration: none; color: inherit; cursor: pointer;
	-ms-user-select: none;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.fl{ float:left; }
.fr{ float:right; }
.clear:after{ content:""; clear:both; display: block; width:100%; height:0px; overflow:hidden; }
.w70{ width:70%; }
.w63{ width:63%; }
.w65{ width:65%; }
.w60{ width:60%; }
.w55{ width:55%; }
.w50{ width:50%; }
.w45{ width:45%; }
.w40{ width:40%; }
.w37{ width:37%; }
.w35{ width:35%; }
.w33{ width:33.3%; }
.w30{ width:30%; }
.w25{ width:25%; }
.w20{ width:20%; }
.w15{ width:15%; }
.w10{ width:10%;}
.w5{ width:5%;}

.im{ margin:10px;}
.imx{ margin:0px 20px;}
.imx-harf{ margin:0px 10px;}

.ip{ padding:10px;}

.row{ width: 100%; max-width: 1640px; margin:auto;}

input.checkbox-type1{
	width: 24px !important;
	height: 24px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance:none;
	outline: none;
	box-shadow: none;
	background:none;
	background: url("../img/icon-checkbox1.svg") no-repeat;
	background-size:cover;
	background-position:center ;
	margin-right:8px;
	vertical-align:middle;
}

input.checkbox-type1:checked{
	background: url("../img/icon-checkbox2.svg") no-repeat;
  background-size:cover;
  background-position:center ;
}

input[type="radio"]{
	width: 24px !important;
	height: 24px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance:none;
	outline: none;
	box-shadow: none;
	background: url("../img/icon-checkbox.svg") no-repeat;
	background-size: cover;
	background-position:center;
	border:none;
	margin-right:24px;
	vertical-align:middle;
}

input[type="radio"]:checked{
	background: url("../img/icon-checkbox2.svg") no-repeat;
	background-size: cover;
	background-position:center;
}
