@charset "utf-8";

/* ==================================
itemlist.css
================================== */
#itemlist .item-wrap .inner {
	margin:0 auto;
}
#itemlist .item-wrap .ttl-middle a {
	display: block;
	color: #333;
	margin-bottom:10px;
	padding: 0 15px 10px 0;
	border-bottom:1px solid #333;
	font-size:14px;
	font-weight:bold;
	background: url(../../images/icon/arw02-mdg-r.svg) 98% 38% no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
#itemlist .item-wrap .ttl-middle a:hover {
	opacity: .8;
}
#itemlist .item-wrap .lists a {
	display: inline-block;
  padding: 4px 0;
	/*
  display:inline-block;
  padding:5px 0 5px 1em;
  text-indent:-1em;
	*/
}
/*
#itemlist .item-wrap .lists li a:before {
  content:"・";
}
*/
#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;
}