/*----------------------------------------------------------------------------*/
/* RAILWAY INFO CSS */
/*----------------------------------------------------------------------------*/
table.pcv {
    display: table;
}
table.spv {
    display: none;
}
html {
  overflow-y:scroll;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-size : 16px;
  color: #222;
  line-height: 1.9;
  vertical-align: baseline;
}
@font-face {
  font-family: NotoSansJP;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: NotoSansJP;
  font-weight: 500;
  src: url(../fonts/fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: NotoSansJP;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
body {
  margin: 0px;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
}
div {
  margin: 0px;
  padding: 0px;
}
a {
  outline: none;
}
hr {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #FFF;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#btn_close,
#btn{
  display:inline-block;
  letter-spacing: 5px;
  background: #0771b8;
  color : white;
  font-size : 14px;
  padding : 5px 15px;
  border-radius : 10px;
  transition: all 200ms 0s ease;
  cursor: pointer;
}
#btn_close{
  display: block;
  letter-spacing: -1px;
  background: #0771b8;
  font-size: 14px;
  padding: 5px 10px;
  float:right;
}
#btn_close:hover,
#btn:hover{
  opacity:0.6;
}

/*--------------------------------------------------------*/
div.header {
  display: block !important;
  width: 1366px;
  height: 61px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  text-align: left;
  border: 0;
  color: #231815;
}
div.header h1 {
  position: absolute;
  top: 7px;
  color: rgb(51, 51, 51);
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  border: 0;
}
div.header img {
  margin: 0px;
  padding: 0px;
}

div.title {
  text-align: center;
  color:#000000;
  font-weight: bold;
  font-size:36px;
}
div.servertime {
  text-align: left;
  padding-left:20px;
  color:#3e8ed2;
  font-size:20px;
  font-weight: bold;
}
div.tabcapt {
  text-align: left;
  color:#ffffff;
  font-size:18px;
  padding:6px;
  word-wrap:break-word;
}
div.caption {
  text-align: left;
  color:#3e8ed2;
  font-weight: bold;
  font-size:24px;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------*/
div.cbody {
  width: 100%;
  background-image: url(gnav_bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 14px 0 0 0;
  text-align: center;
  overflow: visible;
}

/*--------------------------------------------------------*/
div.info {
  margin: 0px auto;
  max-width: 1366px;
  padding: 8px 0px;
  background-color: #FFF;
}

/*--------------------------------------------------------*/
div.suppl_text {
  font-size: 11pt;
  padding: 8px 8px 8px 8px;
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
  div.header {
    width: 100%;
    height: 61px;
  }
  div.header h1 {
    top: 7px;
    left: 10px;
  }
/*--------------------------------------------------------*/
  div.cbody {
    padding: 14px 8px 0 8px;
  }
/*--------------------------------------------------------*/
  div.info {
    max-width: 100%;
    padding: 8px 0px;
  }
}
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
  table.pcv {
    display: none;
  }
  table.spv {
    display: table;
  } 
}
