@charset "utf-8";






.item_list {
  padding: 30px 0 0 ;
}
.item_list .item {
  width: 314px;
  border: #cccccc solid 1px;
  box-sizing: border-box;
  float: left;
  margin: 0 0 30px 0;
  background: #fff;
}
.item_list .odd {
  margin: 0 30px 30px 30px;
}
.item_list .item.hoverClass {
  background: #f3f3f3;
}
.item_list .item dl {
  padding: 20px;
}
.item_list .item .ttl {
  margin-top: 10px;
  font-size: 1.1em;
  line-height: 1.4;
}

.item_list .item .ttl a:hover{
  color: #ea0437;
  text-decoration: underline;
  opacity: 1;
}

.item_list .item .pic {
  width: 67px;
  border: 1px solid #ccc;
}
.item_list .item .btn_area {
  background: #292929;
  padding: 16px 0 16px 0;
}

.item_list .item .btn_area a {
  width: 150px;
  margin: 0 auto 0 auto;
  padding: 15px;
  text-align: center;
}




/*
.item_list .item .btn_area a span {
  background: url(/ss/imagemeasure/sokushiri/spreq/download/images/icon_arrow_dl.gif) no-repeat left center;
  background-size: 12px;
  padding-left: 15px;
}
*/
.item_list .item .btn_area a span {
    vertical-align: middle;
}

.item_list .item .btn_area a span .icon{
    width: 10%;
    vertical-align: middle;
}

.btn_style1 {
  background: #d92525;
  border-bottom: #741414 5px solid;
  display: block;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}
.btn_style1:hover {
  text-decoration: none;
  background: #741414;
}

.clearfix2:after,
.item_list dl:after,
.item_list:after {
  content: "";
  display: block;
  clear: both;
}












/* 640 */
@media screen and (max-width: 640px) {

  #main_box .content {
    font-size: 1.4em;
  }

  .item_list .item {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
  }
  .item_list .odd {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
  }
  .item_list .item .ttl {
    width: 62%;
  }
  .item_list .item .pic {
    width: 30%;
	margin-bottom:10px;
  }
  .item_list .item .pic img {
    width: 100%;
  }
  .item_list .item .btn_area {
    clear: both;
    background: #292929;
    margin-top: 20px;
    padding: 5%;
  }
  .item_list .item .btn_area a {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 15px;
  }
  .item_list .item .btn_area a span {
    /*background: url(/ss/imagemeasure/sokushiri/spreq/download/images/icon_arrow_dl.gif) no-repeat left center;*/
    background-size: 12%;
    padding-left: 7%;
  }

  .item_list .item .btn_area a span .icon {
        width: 4.5%;
    }

}
