* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Meriyo';
  color: #000;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  min-width: 1366px;
  overflow-x: hidden;
}
.container {
  width: 100%;
  display: flex;
}

/* ヘッダー */
header {
  width: 100%;
  height: 45px;
  background-color: #18428C;
}
.header-container {
  width: 1366px;
  height: 45px;
  padding: 0 83px;
  display: flex;
  align-items: center;
  margin: auto;
}
header .title {
  width: 270px;
  height: 30px;
}
header .title a {
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
}
header #spsite {
  width: 235px;
  height: 26px;
  line-height: 26px;
  padding: 1px 0px 1px 10px;
  border-radius: 5px;
  background-color: #FFF;
}
header #spsite {
  font-size: 16px;
}
header #lgsite {
  flex-grow: 1;
  min-width: 170px;
  text-align: right;
}
header #lgsite a {
  font-size: 16px;
  line-height: 16px;
}

.div_header {
  width: 100%;
  height: 35px;
  padding: 0px 20px 0px 20px;
  display: flex;
  align-items: center;
  background-color: #18428C;
}
.div_header .title {
  width: 160px;
  height: 30px;
  text-indent: 15px;
  line-height: 35px;
  font-size: 20px;
  color: #FFF;
}
.div_header .updateTime {
  width: 140px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #FFF;
}
.div_header .exp {
  height: 20px;
  line-height: 24px;
  font-size: 14px;
  flex-grow: 1;
  color: #FFF;
}

/* リンク */
a {
  color: #0000FF;
}
a:active {
  color: #FF0000;
}
a:hover {
  cursor: pointer;
}
#spsite a {
  color: #18428C;
  font-weight: bold;
  text-decoration: none;
}
#lgsite a {
  color: #FFF;
  font-weight: bold;
}
#lgsite a:hover,
#spsite a:hover {
  color: #87CEEB;
}

/* 画像 */
img {
  vertical-align:middle;
}

/* アイコン */
.icon-arrowR-blue::before {
  content: url(../img/common/icon/arrowRight-blue.png);
  vertical-align: middle;
  padding-right: 10px;
}
.icon-arrowR-blue-2::after {
  content: url(../img/common/icon/arrowRight-blue.png);
  position: relative;
  top: 1px;
  right: -13px;
}
.icon-arrowR-white::before {
  content: url(../img/common/icon/arrowRight-white.png);
  vertical-align: middle;
  padding-right: 10px;
}
.icon-info::before {
  content: url(../img/common/icon/info.png);
  position: relative;
  top: 3px;
  right: 10px;
}
.icon-external::after {
  content: url(../img/common/icon/external.png);
  vertical-align: super;
  padding-left: 5px;
}
.icon-arrowR-black::before {
  content: url(../img/common/icon/arrowRight-black.png);
  vertical-align: middle;
  padding-right: 5px;
}