@charset "UTF-8";
section {
  margin: 20px auto 30px;
}

/* ---------------------------------------------------------------------- slider */
/* 読み込み完了までは透明 */
.bxslider {
  opacity: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0px auto 0px;
  padding: 0px;
}

.header-image {
  background: #0093EB;
  height: 410px;
  padding: 19px 0 0 0;
}

.header-image-wrap {
  width: 940px;
  margin: 0px auto;
}

.bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  left: 0px; /* デフォルト設定のズレを修正 */
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -25px;
}

/* 左右の矢印 */
.bx-wrapper .bx-prev {
  left: -50px;
}

.bx-wrapper .bx-next {
  right: -50px;
}

/* ●●● */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: none repeat scroll 0% 0% #0068B5;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0% 0% #fff;
}

/* ---------------------------------------------------------------------- introduction */
.introduction {
  background: #EFF8FE;
  width: 100%;
  height: 220px;
  padding: 22px 0px 0px 0px;
}

.introduction img.gda {
  margin: 13px 0px 0px 15px;
}

.introduction p {
  padding: 12px 0px 0px 15px;
}

.introduction .movie:active {
  position: relative;
  top: 0px;
}

.introduction .movie {
  width: 300px;
  height: 174px;
  display: block;
  background: url(../img/sitetop/youtube.png) no-repeat left center;
  position: relative;
  top: 0px;
}

.introduction .movie:hover {
  width: 300px;
  height: 174px;
  display: block;
  background: url(../img/sitetop/youtube_on.png) no-repeat left center;
  position: relative;
  top: -1px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .introduction .movie {
    background-image: url("../img/sitetop/youtube@2x.png");
    background-size: 300px 174px;
  }
  .introduction .movie:hover {
    background-image: url("../img/sitetop/youtube_on@2x.png");
    background-size: 300px 174px;
  }
}
/* ---------------------------------------------------------------------- appeal banner */
.appeal-banner {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background: #eee;
}

/* ---------------------------------------------------------------------- core */
.core h2 {
  font-size: 1.35em;
  text-align: center;
  margin-bottom: 10px;
}

.core figure {
  display: block;
  margin-top: 20px;
}

.core figure a:hover {
  opacity: 0.9;
}

/* ---------------------------------------------------------------------- partner-logo */
.partner {
  width: 940px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 2px 0px;
}

/* ---------------------------------------------------------------------- news & banner */
.news-banner h2 {
  font-size: 1.6em;
  padding: 0 0 8px 5px;
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid #ddd;
}

/* 右のバナーエリア */
.news-banner ul {
  margin-top: 47px;
}
.news-banner ul li {
  margin-bottom: 12px;
}
.news-banner ul li a:hover {
  opacity: 0.8;
}

#news #rss-news,
#news #rss-releasenote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news #rss-news dl,
#news #rss-releasenote dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 625px;
}
#news #rss-news dl dt,
#news #rss-releasenote dl dt {
  width: 90px;
  min-width: 90px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news #rss-news dl dt span,
#news #rss-releasenote dl dt span {
  font-size: 14px;
  font-weight: normal;
}
#news #rss-news dl dd,
#news #rss-releasenote dl dd {
  line-height: 1.5;
}
#news #rss-news dl dd.category,
#news #rss-releasenote dl dd.category {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 0 15px;
}
#news #rss-news dl dd.category span,
#news #rss-releasenote dl dd.category span {
  margin: 0 0 0 0;
  border-radius: 100px;
  text-align: center;
  min-width: 80px;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
#news #rss-news dl dd.category.event span,
#news #rss-releasenote dl dd.category.event span {
  background: #e0bd5a;
}
#news #rss-news dl dd.category.seminar span,
#news #rss-releasenote dl dd.category.seminar span {
  background: #73C392;
}
#news #rss-news dl dd.category.info span,
#news #rss-releasenote dl dd.category.info span {
  background: #96B3E2;
}
#news #rss-news dl dd.category.important span,
#news #rss-releasenote dl dd.category.important span {
  background: #DE9494;
}
#news #rss-news dl dd.category.release span,
#news #rss-releasenote dl dd.category.release span {
  background: #64bdd8;
}
#news #rss-news dl dd.category.undefined span,
#news #rss-releasenote dl dd.category.undefined span {
  background: #94d7de;
}
/* ---------------------------------------------------------------------- END */
/* ---------------------------------------------------------------------- page */
.page {
  display: none;
}

/* ---------------------------------------------------------------------- LP */
.main {
  padding-top: 30px;
}

section {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

section img {
  display: block;
  margin: 0 auto;
}

.youtube {
  position: absolute;
  top: 340px;
  left: 50%;
  margin-left: -320px;
}

.netchanger {
  position: absolute;
  top: 890px;
  left: 450px;
}

.online-manual {
  position: absolute;
  top: 570px;
  left: 110px;
}

.support-forum {
  position: absolute;
  top: 890px;
  left: 546px;
}

/* ダウンロードボタン */
section a.downloadbtn {
  display: block;
  width: 490px;
  height: 67px;
  padding: 0 0 0 0;
  margin: 45px auto 50px;
  background: url(../img/sitetop/btn-download.png) no-repeat left top;
}

section a.downloadbtn:hover {
  background: url(../img/sitetop/btn-download_on.png) no-repeat left top;
}

.footer-contents a.last-downloadbtn {
  position: absolute;
  bottom: 95px;
  left: 455px;
  width: 490px;
  height: 67px;
  background: url(../img/sitetop/btn-download.png) no-repeat left top;
  display: block;
}

.footer-contents a.last-downloadbtn:hover {
  position: absolute;
  bottom: 95px;
  left: 455px;
  width: 490px;
  height: 67px;
  background: url(../img/sitetop/btn-download_on.png) no-repeat left top;
  display: block;
}

/* ---------------------------------------------------------------------- social button */
.social {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  height: 50px;
  padding: 10px 0px 0px 0px;
}

.social-contents {
  width: 940px;
  margin: 0 auto 0;
  position: relative;
}

.social-contents .twitter-follow-button {
  position: absolute;
  top: 5px;
  right: 100px;
  right: 55px;
}

.social-contents .fb-like {
  position: absolute;
  right: 0px;
  top: 5px;
}