
.show {
	display: block;
}
.hide {
	display: none;
}

input.radiolabel {
	width: auto;
}


.width200px {
	width: 200px !important;
}
.width300px {
	width: 300px !important;
}
.width100 {
	width: 100% !important;
}

.mb20 {
	margin-bottom: 30px;
}



@media only screen and (max-width: 480px) {
	.width100sp {
		width: 100% !important;
	}

}