h2{
  clear:both;
}
#image-gallery li {
    position: relative;
}
.bx-caption {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.items_banner{
  width:100%;
  float:left;
  list-style-type:none;
  padding-top:20px;
  margin-bottom:20px;
}
.items_banner li{
	width:32%;
	float:left;
	margin-bottom:10px;
}
.items_banner li:nth-child(3n+2){
 margin-left:2%;
 margin-right:2%;
}
.items_banner:after{
 content:'';
 display:block;
 width:100%;
 clear:both;
}
.items_banner li a{
width:90%;
font-weight:bold;
display:inline-block;
height:45px;
line-height:45px;
border:solid 1px #aaa;
border-radius:5px;
text-align:left;
padding:5%;
text-decoration:none;
color:#999;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
position:relative;
overflow:hidden;
}


.items_banner li a:after{
  display:block;
  position:absolute;
  top:0;
  right:0;
  background-image:url(https://img21.shop-pro.jp/PA01355/512/etc/banner_9_7.png);
  content:'';
  width:80px;
  height:80px;
}

.items_banner li:nth-child(2) a:after{ background-position:-80px 0px; }
.items_banner li:nth-child(3) a:after{ background-position:-160px 0px; }
.items_banner li:nth-child(4) a:after{ background-position:0px -80px; }
.items_banner li:nth-child(5) a:after{ background-position:-80px -80px; }
.items_banner li:nth-child(6) a:after{ background-position:-160px -80px; }
.items_banner li:nth-child(7) a:after{ background-position:0px -160px; }
.items_banner li:nth-child(8) a:after{ background-position:-80px -160px; }
.items_banner li:nth-child(9) a:after{ background-position:-160px -160px; }
.items_banner li:nth-child(10) a:after{ background-position:0px -240px; }
.items_banner li:nth-child(11) a:after{ background-position:-80px -240px; }
.items_banner li:nth-child(12) a:after{ background-position:-160px -240px; }
div.main div.info{
  clear:both;
  margin-bottom:20px;
}
div.main div.info img{
  max-width:100%;
}
.items_banner li:nth-child(9) a{
  line-height:1.5em;
}