@charset "utf-8";

/* サブナビ 固有  */
nav.sub_nav{
  border-top: solid 1.5px #ffcc66;
}
ul.sub_nav{
  border-left: solid 1.5px #ffcc66;
  border-bottom: solid 1.5px #ffcc66;
}


/* 地位協定の目次 */
nav.sub_nav_chiikyotei{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  width: 100%;
  background: #636363;
  border-top: solid 1.5px #ffcc66;
  border-bottom: solid 2px #ffcc66;
  padding-top: 5px;
}
ul.sub_nav_chiikyotei{
  width: auto;
  padding: 2px 0;
  margin: 8px auto 10px;
  border-left: solid 1.5px #ffcc66;
}
.sub_nav_chiikyotei li {
  width: ;
}
.sub_nav_chiikyotei li a {
  display: block;
  margin: 0;
  padding: 4px 10px;
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
}
.sub_nav_chiikyotei li a:hover {
  opacity: 0.5;
}

/* 写真　*/
.images{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.images img{
}
p.absolute{
  position:absolute;
  top: 83%;
  left: 40%;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
p.absolute a{
  font-size: 13px;
  color: #fff;
}


/* 本章　*/
section.chapter{
}
h3.chapter_title{
  width: ;
  padding: 5px 0;
  margin: 0 0 5px 0;
  background: ;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-top: solid 2px #ffcc66;
  border-bottom: solid 2px #ffcc66;
  box-shadow: 10px 10px 15px -10px;
}
/* ----  start  ----*/
.contents{
  width: 95%;
  margin: 0 auto;
  padding: 10px 2%;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  font-size: ;
}
p.p00{
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.6;
}
p.p01{
  margin: 20px 0;
  padding: 13px 15px;
  background-color: #eee;
  border-top: solid 2px #663300;
  font-size: 16px;
  font-weight: bold;
}
p.p02{
  margin: 0;
  padding: 5px 15px;
  line-height: 1.6;
}
p.p03{
  margin: 0;
  padding: 5px 15px 0 45px;
  line-height: 1.6;
}
p.p04{
  margin: 15px 0;
  padding: 13px 15px;
  background-color: #eee;
  border-top: solid 2px #663300;
  border-bottom: solid 2px #663300;
}

/* 資料集 */
/* 地位協定の目次 */
nav.list_shiryo{
  width: 100%;
  background-color: #636363;
  border-top: solid 1.5px #ffcc66;
  border-bottom: solid 1.5px #ffcc66;
  padding: 20px 10px 10px 25px;
  margin: 0;
}
h3.shiryo{
  margin: 0 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.list_shiryo li a{
  font-size: 15px;
  font-weight: normal;
}


/* ページの先頭へもどる　 */
.return_pagetop{
  padding: 10px 0;
  margin: 0px 0 0 0;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.return_pagetop a:hover{
  color: gray;
}
