body {
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: none;
}

#tmpl_contentMenu_bar_base {
  width: 950px !important;
}
@media screen and (max-width: 640px) {
  #tmpl_contentMenu_bar_base {
    width: 100% !important;
  }
}

#tmpl_main {
  width: 100% !important;
}

#tmpl_contentMenu_bar_base h1 a {
  text-decoration: none !important;
}

#mainVisual {
  background: #000000;
  width: 100%;
  min-width: 950px;
  height: 400px;
  text-align: center;
  margin: 0 0 100px 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  /* Video Player (HTML5) */
}
#mainVisual .fadePanel {
  width: 100%;
  height: 400px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#mainVisual video {
  background: #000000;
  position: absolute;
  top: 0;
  margin: 0 0 0 -356px;
  left: 50%;
}
@media screen and (max-width: 640px) {
  #mainVisual #base {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #mainVisual {
    height: 100%;
    min-width: 100%;
    margin: 0 0 60px 0;
  }
  #mainVisual video {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
  }
}
#mainVisual .video_player {
  position: relative;
  height: inherit;
  text-align: center;
}
#mainVisual .video_player #mainVisualFlash {
  display: none;
}
#mainVisual .video_player #mainVisualFlash .noflash {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 150px 0 0 0;
  line-height: 100%;
}
#mainVisual .video_player #mainVisualFlash .noflash img {
  border: none;
  margin: 20px 0 0 0;
}
#mainVisual .video_player #mainVisualVideo {
  display: none;
}
#mainVisual .video_player img.altImg {
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%; 
}
#mainVisual .video_player .play {
  background: url("../img/alt.jpg") no-repeat center;
  background-size: contain;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  font-family: "SST W15 Roman",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #mainVisual .video_player .play {
    display: block;
  }
}
#mainVisual .video_player .play p {
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
}
#mainVisual .video_player .play p span {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  margin: 0 0 0 5px;
}
#mainVisual .video_player .play p img {
  display: inline-block;
  margin: 0 0 10px 0;
  vertical-align: middle;
}

#mainBlock {
  width: 950px;
  margin: 0 auto;
  font-size: 17px;
  font-family: "SST W15 Roman",sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #6d6d78;
  line-height: 36px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #mainBlock {
    width: auto;
    font-size: 15px;
    padding: 0 50px;
  }
}
#mainBlock p {
  padding: 0;
  width: 950px;
}
#mainBlock p.title {
  margin: 0 0 28px 0;
}
#mainBlock p.text1, #mainBlock p.text2, #mainBlock p.text3 {
  margin: 0 0 28px 0;
}
#mainBlock p.text4 {
  margin-top: 0;
  margin-bottom: 38px;
}
#mainBlock p.text5 {
  margin-top: 0;
  margin-bottom: 100px;
  height: 14px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  #mainBlock p.text5 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  #mainBlock p {
    padding: 0;
    width: 100%;
  }
  #mainBlock p br {
    display: none;
  }
  #mainBlock p.text4 br {
    display: block !important;
  }
}

#button ul {
  margin: 0 auto 69px auto;
  padding: 0;
  overflow: hidden;
  width: 950px;
}
@media screen and (max-width: 640px) {
  #button ul {
    width: 100%;
  }
}
#button ul li {
  width: 188px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  list-style: none;
  margin: 0 3px 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#button ul li.last {
  margin: 0;
  width: 186px;
}
#button ul li.last a {
  width: 186px;
}
#button ul li a {
  padding: 0;
  width: 188px;
  height: 70px;
  display: block;
  background: #e4e7eb;
  font-size: 15px;
  font-family: "SST W15 Roman",sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #24262f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
#button ul li a:hover {
  text-decoration: none;
  background: #c6cfda;
}
@media screen and (max-width: 640px) {
  #button ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50% !important;
    margin: 0;
    margin: 0 0 2px 0;
    text-align: left;
  }
  #button ul li:nth-child(even) {
    padding-left: 2px;
  }
  #button ul li a {
    width: 100% !important;
    background: #e4e7eb url("../img/arrow.png") no-repeat 90%;
    -webkit-background-size: 15px 30px;
    -moz-background-size: 15px 30px;
    -o-background-size: 15px 30px;
    background-size: 15px 30px;
    padding-left: 20px;
  }
  #button ul li a:hover {
    text-decoration: none;
    background: #c6cfda url("../img/arrow.png") no-repeat 90%;
    -webkit-background-size: 15px 30px;
    -moz-background-size: 15px 30px;
    -o-background-size: 15px 30px;
    background-size: 15px 30px;
  }
}

#RelatedLink {
  width: 950px;
  margin: 0 auto 52px auto;
}
@media screen and (max-width: 640px) {
  #RelatedLink {
    width: auto;
    padding: 20px;
    margin: 0 auto 0px auto;
  }
}
#RelatedLink h2 {
  color: #2f353d;
  font-size: 17px;
  font-family: "SST W15 Medium",sans-serif;
  -webkit-font-smoothing: antialiased;
  border-bottom: 3px #e3e7eb solid;
  padding: 0 0 18px 0;
  margin: 0 0 36px 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #RelatedLink h2 {
    padding-left: 20px;
  }
}
#RelatedLink ul.RelatedLinkList {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#RelatedLink ul.RelatedLinkList li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 305px;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 640px) {
  #RelatedLink ul.RelatedLinkList li {
    width: auto !important;
  }
}
#RelatedLink ul.RelatedLinkList li.last {
  width: 280px;
  padding: 0;
}
#RelatedLink ul.RelatedLinkList li dl {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
@media screen and (max-width: 960px) {
  #RelatedLink ul.RelatedLinkList li dl dt {
    padding-left: 20px;
  }
}
#RelatedLink ul.RelatedLinkList li dl dt a {
  color: #4471ed;
  font-size: 13px;
  font-family: "SST W15 Roman",sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
#RelatedLink ul.RelatedLinkList li dl dt a:hover {
  color: #3b4b73;
  text-decoration: none;
}
#RelatedLink ul.RelatedLinkList li dl dt a:active {
  color: #5787f3;
}
#RelatedLink ul.RelatedLinkList li dl dd {
  color: #6d6d78;
  font-size: 13px;
  font-family: "SST W15 Roman",sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 960px) {
  #RelatedLink ul.RelatedLinkList li dl dd {
    padding-left: 20px;
  }
}
#RelatedLink ul.RelatedLinkList li.last dt {
  margin: 0 0 27px 0;
}

#tmpl_contentMenu_bar_base h1 { padding: 0 65px 10px 24px !important; }