@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !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;
}

.info_block {
  background-color: #fff;
}
.info_block h2 {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  background-color: #000;
  padding: 5px 10px;
  margin-top: 2em;
}
.info_block dl {
  color: #333;
  padding: 10px 20px 20px 20px;
}
.info_block dt {
  font-size: 124%;
  font-weight: bold;
  margin-bottom: 10px;
}
.info_block dt span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}
.info_block dd {
  font-size: 108%;
  line-height: 1.6;
}

.free_space_block {
  margin-top: 3em;
}