/* ピース館CSS */
/* 全体 */
*{
  box-sizing: border-box;
}

/* グローバルメニュー トップ用*/
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li a{
  display: block;
  color: #FFFFFF;
  padding: 15px; /*縦幅*/
  text-align: center;
  text-decoration: none;
  border-radius: 3px; /*角取り*/
}

/* 現在地メニュー */
.DownMenu_size {
  width:100%;
  height:50px;
}
.DownMenu {
  overflow: hidden;
  line-height: 45px;
}
.DownMenu_sub {
  float: left;
}

/* 説明文・本文領域 */
.header_text{
  line-height: 35px; /* 行間 */ /*pタグ小文字問題の解決策*/
  padding-left: 10px;
  padding-right: 10px; /*pタグ小文字問題の解決策 ここまで*/
}
.all_page_standard_text {
  width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 展示室リンク背景装飾 */
.Peace_link_line{ /*ピース金*/
  background:rgba(0, 0, 0, 0)
  linear-gradient(transparent 50%, #AD9641 0%)
  repeat scroll 0 0;
}

/* 中央配置 */
.center{
  text-align: center;
}

/* 文字サイズ */
.font1{
  font-size: 120%;
}

/* 全体背景色 */
body{
  background-color: #031F63; /* ピース紺 */
}

/* ヘッダー */
header {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #031F63; /* ピース紺 */
}

#div img{
  width: 100%;
}

/* 装飾 */
div.Peace_line{
  /*width: 100%;*/
  height: 25px;
  background-image: linear-gradient(90deg, #AD9641 25%, #AD9641 25%, #AD9641 50%, #AD9641 50%, #AD9641 75%, #AD9641 75%, #AD9641 100%); /*ピース金*/
  background-size: 200.00px 200.00px;
}
