.sp_none {
	display: none;
}

.img {
	border-radius: 14px;
	box-shadow: 0px 0px 5px #C9C9C9;
}
.radio {
	display: none;
}

.radio + .radio-icon:before {
	content: "\f3a6";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 22px;
}
.radio:checked + .radio-icon:before {
	content: "\f3a7";
	color: #17bcdf;
}
.search-box {
	margin-bottom: 15px;
}
.search-box label {
	display: block;
	width: 35%;
	padding: 10px 20px;
	border: 1px solid #0D5A92;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	cursor: pointer;
}
.search-box_label {
	font-weight: bold;
}
.is-hide {
	display: none;
}

.product_list li {
	width: 48%;
	min-height: 260px;
	height: 300px;
	border: 1px solid #fff;
	text-align: center;
	float: left;
	position: relative;
}
@media screen and (max-width:520px) {
	.product_list li {
		min-height: 200px;
		height: 230px;
	 }
	 .search-box label {
		width: 30%;
		font-size: 0.8em;
	}
}

.product_list li:hover {
	border: 1px solid #ccc;
}
.product_list li div {
	display: none !important;
}
.product_list li div img {
	display: none !important;
}
.radio {
	display: none;
}

.search-box label {
	display: inline-block;
	padding: 10px 20px;
	border: 3px solid #0D5A92;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	cursor: pointer;
}

.list_item {
	line-height: 120% !important;
}
.list_item img {
	width: 45%;
}
.list_item a {
	text-decoration: none;
}
.list_item a span {
	font-size: 0.8em;
	color: gray;
}

#list_menu:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}