@charset "utf-8";
/* CSS Document */

/*========================================
  Seacrh list style [MAY 2016/12/08]
========================================*/
#osusume {
	padding: 10px 5px 0;
}
/*----- 共通 -----*/
#osusume section {
	position: relative;
	padding: 30px 0 0px;
	margin: 20px auto 40px;
	background: #fff;
}
#osusume section  h3 {
	position: absolute;
	top: -20px;
}
#osusume section  ul {
	margin: 0 auto 0;
	padding: 0 5px 0px;
	text-align: center;
}
#osusume section  li {
	width: 31%;
	float: left;
	margin: 0 0 20px 1%
}
#osusume section  li span {
	font-size: 11px;
	color: #000;
}
#osusume section  li img {
	width: 100%;
}
#type01{
	border: 2px solid #f98595;
}
#type02 {
	border: 2px solid #ff8e42;
}
#type03 {
	border: 2px solid #f0c000;
}
#type03 li:first-child{
	margin: 0 0 0 1% !important;
}
#type04 {
	border: 2px solid #30c937;
}
#type05 {
	border: 2px solid #24cbef;
}
#type06 {
	border: 2px solid #4a7bf6;
}
#type06 li:first-child {
	width: 100% !important;
	margin: 0 0 10px 0 !important;
}

#type08 {
	border: 2px solid #b55fa3;
}

#type09 {
	border: 2px solid #cf425e;
}

/* 絞り込み */
.s_p-area{overflow:auto;}
.s_p-area li{width:48%!important;float:left;margin-bottom: 0px!important;}
.serect_price{
	border:2px solid #000;
	border-radius:10px;
	width:100%;
	display:inline-block;
	margin: 5px 0;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding: 10px 0;
	color:#FFF;
}
.serect_price:hover{color:#FFF;}
.serect_price span{
	background-image:none!important;
	font-size: 16px!important;
	color:#FFF!important;

}