/* Visual
---------------------------------------------------------------- */
body#toppage #fv .contents {
  overflow: hidden;
  zoom: 1;
  padding: 50px 0;
}
body#toppage #fv .contents #slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 10px;
}
body#toppage #fv .contents #slider .flex-direction-nav a {
  height: 60px;
  margin-top: -30px;
}
body#toppage #fv .contents #slider .flex-direction-nav a.flex-prev {
  left: 0;
  background: url("../images/slider_prev.png");
}
body#toppage #fv .contents #slider .flex-direction-nav a.flex-next {
  right: 0;
  background: url("../images/slider_next.png");
}
body#toppage #fv .contents #slider .metaslider .caption {
  padding: 10px 20px;
  font-size: 90%;
}
body#toppage #fv .contents #slider .metaslider .caption h3 {
  font-size: 120%;
}
body#toppage #fv .contents #news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 10px;
}
body#toppage #fv .contents #news .inner {
  padding: 29px;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
body#toppage #fv .contents #news h2 {
  background: url("../images/ttl_bg.gif") repeat-x left bottom;
}
body#toppage #fv .contents #news h2 img {
  display: inline-block;
  border-bottom: solid 3px #cc0000;
}
body#toppage #fv .contents #news ul li {
  padding: 21px 10px;
  border-bottom: dotted 1px #999999;
}
body#toppage #fv .contents #news ul li .date {
  color: #cc0000;
}
body#toppage #fv .contents #news ul li .title {
  padding-left: 1em;
}
body#toppage #pickup {
  padding-top: 60px;
}
body#toppage #pickup h2 {
  margin: 0 10px 20px;
  background: url("../images/ttl_bg.gif") repeat-x left bottom;
}
body#toppage #pickup h2 img {
  display: inline-block;
  border-bottom: solid 3px #cc0000;
}
body#toppage #pickup .boxset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  zoom: 1;
}
body#toppage #pickup .boxset a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 25%;
  padding: 0 10px 20px;
}
body#toppage #pickup .boxset a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
body#toppage #pickup .boxset a dl {
  color: #ffffff;
}
body#toppage #pickup .boxset a dl.info {
  background-color: #ff7f00;
}
body#toppage #pickup .boxset a dl.event {
  background-color: #297acc;
}
body#toppage #pickup .boxset a dl.product {
  background-color: #88cc00;
}
body#toppage #pickup .boxset a dl dt {
  padding: 5px;
  font-size: 80%;
  text-align: center;
}
body#toppage #pickup .boxset a dl dd img {
  width: 100%;
}
body#toppage #pickup .boxset a dl dd h3 {
  padding: 10px 10px 0;
}
body#toppage #pickup .boxset a dl dd p {
  padding: 5px 10px 10px;
  font-size: 70%;
  line-height: 140%;
}

/* RWD width: 800px
---------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
  body#toppage #fv .contents {
    padding: 0;
  }
  body#toppage #fv .contents #slider, body#toppage #fv .contents #news {
    float: none;
    width: 100%;
    padding: 10px 20px;
  }
  body#toppage #fv .contents #slider .metaslider .caption {
    font-size: 80%;
  }
}
/* RWD width: 660px
---------------------------------------------------------------- */
@media only screen and (max-width: 660px) {
  body#toppage #fv .contents #slider .metaslider .caption {
    display: none;
  }
  body#toppage #fv .contents #news .inner {
    padding: 14px;
  }
  body#toppage #fv .contents #news ul li {
    font-size: 80%;
    padding: 9px 5px;
  }
  body#toppage #fv .contents #news ul li .title {
    display: block;
    padding: 5px 0 0 0;
  }
  body#toppage #pickup .boxset a {
    width: 50%;
  }
  body#toppage #pickup .boxset a dl dt {
    font-size: 70%;
  }
  body#toppage #pickup .boxset a dl dd h3 {
    font-size: 80%;
  }
  body#toppage #pickup .boxset a dl dd p {
    font-size: 60%;
  }
}
