@charset "utf-8";

/* ==================================
itemlist.css
================================== */
#itemlist .item-wrap {
  padding:50px 0;
}
#itemlist .item-wrap .inner {
  width:1000px;
  margin:0 auto;
}
#itemlist .item-wrap:nth-child(even) {
  background:#eee;
}
#itemlist .item-wrap .ttl-large {
  margin-bottom:30px;
  font-size:20px;
}
#itemlist .item-wrap .ttl-middle {
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #bdbdbd;
  font-size:16px;
  font-weight:bold;
}
#itemlist .item-wrap .lists a {
  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:215px;
  margin-left:45px;
  font-size:13px;
}
#itemlist .item-wrap .column > li:nth-child(4n+1) {
  clear:both;
  margin-left:0;
}
#itemlist .item-wrap .column > li:nth-child(n+5) {
  margin-top:30px;
}
#itemlist .item-wrap .column.lists li:nth-child(n+5) {
  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;
}

#itemlist #breadcrumbs li > h1 {
  display: inline-block;
  font-weight: normal;
}

/* ==================================
clearfix
================================== */
#itemlist .item-wrap .inner:after,
#itemlist .item-wrap ul:after {
  content:"";
  clear:both;
  display:block;
}