@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.news p {
  line-height: 2em;
  margin: 0 15px;
  text-decoration: none;
}
.news li {
  position: relative;
  line-height: 2em;
  margin: 0 15px;
  text-decoration: none;
}
.news li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : -2.0em;
  color: gray; /*アイコン色*/
}


.news a {
  text-decoration: none;
  color: #000
}
.news a:hover{
  text-decoration: underline;
  background-color: #eee;
}


.free_space_block {
  margin-top: 3em;
}

/* prduct list */
.top_prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.top_prd_lst_unit {
  float: left;
  margin-bottom: 5px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .top_prd_lst_unit_s {
    width: 230px;
  }
  .top_prd_lst_unit_m {
    width: 31.25%;
  }
  .top_prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .top_prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .top_prd_lst_img img {
    display: block;
    margin: 5px auto;
    max-width: 100%;
    height: inherit;
  }
  .top_prd_lst_img img:hover {
    opacity: 0.5;
  }

  .top_prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .top_prd_lst_name {
    margin-top: .5em;
  }
  
  
/* category list */
.ctg_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
/*  padding-top: 2em; */
}
.ctg_lst_unit {
  float: left;
  margin-bottom: 15px;
/*  margin-left: 0.583%;
  width: 19.416%; */
  width: 20%;
  word-break: break-all;
  text-align: center;
}
  .ctg_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  .ctg_lst_unit a:hover {
    text-decoration: underline;
  }
  .ctg_lst_img {
    display: block;
    max-width: 100%;
	margin: 0 auto;
    height: inherit;
	text-align: center;
  }

