@charset "utf-8";
/* CSS Document */

* a,a:visited {text-decoration:none;}

.menu_s1 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  letter-spacing:0.15em;
}
 
.menu_s1 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size:10px;
  border-bottom: 1px solid #EEE ; /*#879c18;*/
}
 
.menu_s1 li:last-child{
  border-bottom: 0px;
}
 
.menu_s1 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #FFF;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
 
.menu_s1 li a:hover{
    opacity: 0.8;
}
 
.menu_s1 li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #EEE;
}
 
.menu_s1 li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #FFF;
}

hr.spborder {
	border:0;
	border-bottom:1px dashed #FFF;
	margin:5px 0;
}

hr.blkborder {
	border:0;
	border-bottom:3px solid #EEE;
	margin:2px 0;
}

div.sp_brandhead {
	font-weight:bold;
	font-size:14px;
	color:#333;
}

.sp_brandlist li {
	list-style:none;
     width:31%;
	 margin:1%;
     float:left;
	 border:none;
box-shadow: 0 0 6px rgba(0,0,0,0.15);
     box-sizing :border-box;
}
hr.blkborder {
	border:0;
	border-bottom:3px solid #EEE;
	margin:2px 0;
}