/* 全体 */
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #87CEEB 0%, #e0f4ff 60%, #ffffff 100%);
  background-attachment: fixed;
  font-family:  "MS PGothic", "ヒラギノ角ゴ Pro", sans-serif;
  -webkit-font-smoothing: none;
  font-smooth: never;
  font-weight: bold;
  color: #333;
  min-height: 100vh;
}

/* レイアウト全体 */


#wrapper {
  display: flex;
  margin: 0;
  gap: 0;
  min-height: 100vh;
  padding-left: 160px;
}



/* フッター */

#footer {
  text-align: center;
  font-size: 11px;
  color: #888;
  padding: 8px;
  border-top: 1px solid #adb6c1;
  background-color: rgba(255,255,255,0.5);
}

#footer p {
  font-size: 11px !important;
}

#secret-link {
  color: #888;
  text-decoration: none;
}

#secret-link:hover {
  color: #888;
  text-decoration: none;
}

/* 左メニュー */



#menu {
  width: 160px;
  min-width: 160px;
  background-color: transparent;
  background-image: url('images/bg-blue.png');
  background-repeat: repeat;
  border-right: 2px solid #adb6c1;
  padding: 20px 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}

#menu-title {
  text-align: center;
  font-size: 13px;
  color: #414150;
  font-weight: bold;
  padding: 8px 6px;
  line-height: 1.6;
}

#menu-banner2 {
  text-align: center;
  padding: 2px 10px 4px 10px;
  margin-top: 2px;
}

#menu-banner2 img {
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  display: block;
}

#menu-banner {
  text-align: center;
  padding: 5px 10px 4px 10px;
  margin-top: 12px;
}

#menu-banner img {
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  display: block;
}

#menu-emblem {
  text-align: center;
  padding: 9px 8px 10px 8px;
  margin-top: 20px;
}

#menu-emblem img {
  width: 60%;
  height: auto;
  image-rendering: pixelated;
  display: block;
  margin: 0 auto;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  margin: 0 10px;
}

#menu ul li a {
  display: block;
  color: #000080;
  text-decoration: underline;
  text-align: center;
  padding: 8px 6px;
  font-size: 13px;
  background: transparent;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  border-radius: 0;
  box-shadow: none;
}

#menu ul li a:hover {
  color: #ff0000;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.menu-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.menu-label {
  text-align: center;
  font-size: 11px;
  color: #ff0000;
  margin: 40px 0 2px 0;
  padding: 0;
}

#counter {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #c8e6c8;
  margin-bottom: 8px;
}

#counter p {
  margin: 2px 5px;
  font-size: 10px !important;
}

/* 右ブロック */
#right {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 900px;
}

/* ヘッダー */
#header {
  background-color: rgba(255,255,255,0.5);
  border-bottom: 3px solid #adb6c1;
  padding: 12px 20px;
  text-align: center;
}


#logo {
  width: 500px;
  height: auto;
  image-rendering: pixelated;
}

/* メインコンテンツ */


#content {
  flex: none;
  padding: 20px 30px;
  background-color: rgba(255,255,255,0.5);
}

#content img {
  width: 100%;
  height: auto;
}

#content h2 {
  color: #364cb8;
  border-bottom: 2px dashed #adb6c1;
  padding-bottom: 6px;
  letter-spacing: 3px;
}

hr {
  border: none;
  border-top: 2px dashed #adb6c1;
  margin: 16px 0;
}

p {
  font-size: 14px;
  line-height: 1.3;
  margin: 4px 0;
}

#promenade {
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

#whatsnew {
  display: block;
  height: 20px !important;
  width: auto !important;
  margin: 16px 0 8px 0;
}

.icon-new {
  width: auto !important;
  height: 9px !important;
  vertical-align: middle;
  margin-right: 4px;
}


.line-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 8px 0;
  margin-top: 16px;
}



.line-bell {
  height: 9px !important;
  width: auto !important;
}

#news {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}

#news li {
  margin: 6px 0;
  font-size: 13px;
  line-height: 1.8;
}

#map-credit {
  text-align: right;
  font-size: 11px;
  color: #888;
  margin: 4px 0 0 0;
}

#home-btn {
  text-align: center;
  margin: 20px 0 10px 0;
}

#home-btn img {
  width: 180px !important;
  height: auto !important;
}

#image-sky {
  width: 200px !important;
  height: auto !important;
  display: block;
  margin: 0 0 10px 0;
}

.h2-inline {
  height: 30px !important;
  width: auto !important;
  vertical-align: middle;
  margin-left: 8px;
}

.uc-icon2 {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 8px 0;
}

.uc-icon3 {
  display: block;
  width: auto !important;
  height: 200px !important;
  margin: 6px 0;
}

.blue {
  color: #626262;
}

table img {
  width: 500px !important;
  height: auto !important;
  display: block;
  margin-bottom: 6px;
}


table td {
  padding: 4px 8px;
}

.secret-work {
  margin: 16px 0;
}

.secret-title {
  text-align: left;
  font-size: 15px;
  color: #333;
  margin: 4px 0 0 0;
}

.no-new {
  padding-left: 45px;
}
