@charset "utf-8";

/* ==================================
itemlist.css
================================== */
#itemlist .category_anchor {
	display: inline-block;
	line-height: 32px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
	background: #ebe6d0;
	color: #666;
	cursor : pointer;
}
#itemlist .item-wrap {
  padding:30px 0 0;
}
#itemlist .category_anchor {
	display: inline-block;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 2px solid #b7e6c4;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	color: #333333;
	cursor : pointer;
	transition: opacity .3s ease-out;
}
#itemlist .category_anchor:hover{
	opacity: 0.6;
}
#itemlist .item-wrap .inner {
  margin:0 auto;
}
/*
#itemlist .item-wrap .ttl-large {
  margin-bottom:30px;
  font-size:20px;
}
*/
#itemlist .item-wrap .ttl-middle a {
	display: block;
	color: #333333;
	margin-bottom:10px;
	padding: 0 15px 10px 0;
	border-bottom:1px solid #333;
	font-size:14px;
	font-weight:bold;
	background: url(../../images/icon/arw-btn-03-r.png) 98% 38% no-repeat;
	transition: opacity .3s ease-out;
}
#itemlist .item-wrap .lists a {
	display: block;
	padding: 4px 0;
	transition: opacity .3s ease-out;
}
#itemlist .item-wrap .ttl-middle a:hover,
#itemlist .item-wrap .lists a:hover{
	opacity: 0.6;
}
#itemlist .item-wrap .column > li {
  float:left;
  width:234px;
  margin-left:27px;
	margin-bottom: 40px;
  font-size:13px;
}
#itemlist .item-wrap .column > li:nth-child(3n+1) {
  clear:both;
  margin-left:0;
}
#itemlist .item-wrap .column.lists li:nth-child(n+4) {
  margin-top:0;
}
/*
#itemlist .item-wrap .ttl-large .number {
  font-size:16px;
}
*/
#itemlist .item-wrap .column .ttl-middle .number {
  font-size:13px;
}
#itemlist .item-wrap .column .lists .number {
  font-size:11px;
}

/* ==================================
clearfix
================================== */
#itemlist .item-wrap .inner:after,
#itemlist .item-wrap ul:after {
  content:"";
  clear:both;
  display:block;
}