@charset "UTF-8";
/*******************************************
 * Topページcss
 *
 * menu
 * 1. top layout
 * 2. トップメッセージ
 * 3. 注意書き
 * 4. バナー
 ******************************************/
/***** ヘッダーロゴ **********************/
header {
  width: 100%;
}
header #header_inner {
  position: relative;
  margin: 0 auto;
}
header #header_inner .head_log {
  width: 88%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding: 12% 0 3%;
}
header #header_inner img {
  width: 60%;
}
header #header_inner img#dateInfo {
  width: 70%;
  display: block;
  margin: 0 auto;
}
/***** 1. top layout **********************/
#layout-main {
  width: 100%;
  margin: 0 auto;
  min-height: 315px;
  position: relative;
  background: url(../../common/img/bg.jpg) no-repeat bottom;
  background-size: contain;
  padding: 3% 0;
  z-index: 1;
}
/***** 2. トップメッセージ ************/
#topMsg {
  width: 94%;
    height: auto;
  padding: 3%;
  text-align: center;
    position: relative;
}
#topMsg img {
  width: 63%;
}
#topMsg h2 {
  display: none;
}
/***** 3. 注意書き ************/
#caution {
    background-color: rgba(255,0,0,0.1);
    border: 1px dashed #d71718;
    clear: both;
    padding: 10px 20px;
    margin: 0px 10px 0 10px;
    position: relative;
}
#caution p {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
#caution p a {
    color: #fff;
    text-decoration: underline;
}


/***** 4. バナー ************/
#banner img {
  width: 160px;
}
/* iPHone4,iPhone5,iPhone5sのみ */
@media screen and (min-width: 320px) and (max-width: 374px) {
  #banner {
    margin-top: 20px;
      position: relative;
      height: 74px;
  }
}
/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px) {
  #banner {
    margin-top: 20px;
      position: relative;
      height: 74px;
  }
}
/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (min-width: 414px) and (max-width: 500px) {
  #banner {
    margin-top: 20px;
      position: relative;
      height: 74px;
  }
}
/* タブレットなど */
@media screen and (min-width: 501px) {
  #banner {
      margin-top: 20px;
      position: relative;
      height: 74px;
  }
}
#newsInfo #scroll_news-info .jspVerticalBar {
  right: 0;
  background: none;
}

#newsInfo #scroll_news-info .jspVerticalBar .jspTrack {
  background: none;
  position: relative;
}
#newsInfo #scroll_news-info .jspVerticalBar .jspDrag {
  position: relative;
  top: 0;
  /*left: 1px;*/
  left: 0;
  cursor: pointer;
  background: #000;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
