@charset "utf-8";

/* 要素リセット */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  color: #333333;
  /* 標準文字色 */
  background-position: top left;
  background-repeat: repeat-x;
  min-width: 600px;
  /*background-image : url(img/bg_3Ea.png);*/
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
  font-size: 70%;
}

/* end */

img {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5em;
  border-bottom: 3px #999999 solid;
  position: fixed;
  left: 0;
  top: 0;
  height: 87px;
  z-index: 9999;
  background-color: white;
  min-width: 900px;

}

#hpb-container:before {
  clear: both;
}

#hpb-container {
  position: relative;
  /*margin-top: -1px;*/
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  /*background-image : url(img/containerBg_3Ea.png)*/
  ;
  /*overflow: visible !important;*/
  overflow: hidden;
  background-color: #a1c3f5;
  background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
  height: 100%;
  min-height: 100vh;
  padding-bottom: 120px;
  /*←footerの高さ*/
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
}


#hpb-inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  clear: both;
  /*margin-top:10em;*/
  box-shadow: 2px 2px 4px gray;
  background-color: white;
  overflow: hidden;
}

#hpb-wrapper {
  width: 590px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#hpb-title {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#hpb-main {
  width: 590px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
  padding-top: 10px;
}

#hpb-aside {
  width: 235px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 15px;
  float: left;
}

.hpb-layoutset-01 #hpb-aside {
  padding-top: 245px;
}

#hpb-footer {
  clear: both;
  /*
  margin-top: 1px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;*/
  border-top: 3px gray solid;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
}

#hpb-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  overflow: hidden;
  clear: both;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul {
  list-style-type: none;
  /*overflow: hidden;*/
  margin-top: 0px;

  margin-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#hpb-nav ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#hpb-nav li {
  display: block;
  /*width: 150px;*/
  width: 19%;
  float: left;
  /*height: 31px;*/
  border-left: 1px gray double;
  border-top: 1px gray double;
  border-right: 1px gray double;
  margin-left: 0.5em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}

#hpb-nav li a {
  display: block;
  text-align: center;
  outline: #808080;
  /*background-image : url(img/nav_3Ea_01_New.png);
  background-repeat: no-repeat;
  background-position: center top;*/
}

#hpb-nav li span.en {
  display: none;
}

#hpb-nav li span.ja {
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding-top: 1px;
  color: black;
}

#hpb-nav a:link {
  text-decoration: none;
}

#hpb-nav a:visited {
  text-decoration: none;
}

#hpb-nav a:hover {
  text-decoration: none;
  /*background-image : url(img/nav_3Ea_01_on_New.png);*/
  /*background-image : url(img/bg_3Ea.png);*/
  background-color: #C0C0C0;
}

#hpb-nav a:active {
  text-decoration: none;
  background-color: #C0C0C0;
}

#hpb-nav #nav-toppage a {
  background-position: left top;
}

#hpb-nav #nav-access a {
  background-position: right top;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-02 h2 {
  background-image: url(img/titleBg_3Ea_New.png);
  background-position: top right;
  background-repeat: repeat-x;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  height: 75px;
  padding-top: 0px;
  text-align: left;
  overflow: hidden;
  line-height: 115px;
  width: 590px;
  font-size: 20px;
}

#pagetop {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: left;
  padding-left: 5px;
}

#counter {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
}

#pagetop a {
  /* ページの先頭へのリンク設定 */
  display: block;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 30px;
  background-image: url(img/returnTop_3Ea.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 62px;
  height: 14px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

#hpb-footerMain p {
  text-align: left;
}

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  /*overflow: hidden;*/
  text-indent: -9999px;
  height: 235px;
  background-image: url(img/mainimg_3Ea.png);
  background-repeat: no-repeat;
}

.topdetail {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.topdetail p {
  line-height: 190%;
}

.topdetail .newslist {
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.topdetail .newslist li {
  text-align: left;
  position: relative;
  /*相対位置*/
  padding: 0.7em 0.5em 0.5em 1.9em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
  /*color: #ff6a6a;/*文字色*/
  color: #666666;
  border-bottom: dotted 1px gray;
  /*border-top: dotted 1px gray;	
	/*background: #fffff4;*/
  margin-top: 0.25em;
  font-size: 17px;
}

.topdetail .newslist li span {
  margin-left: 1em;
}

.topdetail .newslist li:before {
  font-family: "Font Awesome 5 Free";
  /*忘れずに*/
  content: "\f075";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 1.2em;
  /*サイズ*/
  left: 0.25em;
  /*アイコンの位置*/
  top: 0.5em;
  /*アイコンの位置*/
  color: #5ab9ff;
  /*アイコン色*/
}

.tableinfo {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}

.tableinfo tr {
  text-align: left;
  border: 1px #C0C0C0 solid;
}

.tableinfo tr th {
  font-weight: normal;
  border-right: 1px #C0C0C0 solid;
}

.tableinfo th,
.tableinfo td {
  padding: 1em 0;
}

.tableinfo tr td:nth-child(2) {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.tableinfo tr th:nth-child(1) {
  text-align: center;
  width: 100px;
}

.tableinfo tr:nth-child(odd) {
  background-color: #eee;
}

.tableinfo-sub {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.detaillist {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.detaillist li {
  text-align: left;
  line-height: 220%;
  border-bottom: 2px #808080 dotted;
}

.detailtable-s {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}

.detailtable-s tr td {
  border: 1px black solid;
}

.detailtable-s ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* スクロールバーを追加 */
.scrollArea {
  height: 500px;
  overflow: auto;
}

/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #008080;
}

/* ページ内リンクの調整 */
.anchor {
  padding-top: 89px;
}