@charset 'utf-8';
/* CSS Document */
{
  margin: 0;
  padding: 0;
}
 

 
/* クリアフィックス */
#item-list ul:after {
  content: "";
  clear: both;
  display: block;
}
 
/* 商品一覧のリストの設定 */
#item-list ul li {
  display: block;
  float: left;
  height: 35px;
  list-style-type: none;
  text-align: left;
}


#item-list ul li {
  width: 32%;
}
#item-list ul li:nth-child(3n-1) {
  margin: 0 2%;
}


 /*===================================================*  
 H4・見出し（2017/06/27） 
 *===================================================*/ 
 
.shctitle {
	position: relative;
	margin-top:2% !important;
	padding: 1em 1em .5em .5em !important;
	border-bottom:2px solid #6B9ED6;
	/*background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);*/
	/*background: linear-gradient(to bottom, #f0f0f0 0%, #fff 100%);*/
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size:1.0rem;
	font-weight:bold !important;
	color:#666;
}
.shctitle::after {
	position: absolute;
	top: 1em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 3px solid #7BC3B5;*/
	border-radius: 100%
}
