
.nav_container {



}



.nav_pagelist ul{
  margin: 0;
  padding: 0;
  list-style-type: none;




}

.nav_pagelist a{
  margin: 0;
  padding: 0;
  text-decoration: none;




}
.nav_pagelist {
  display: flex;
  width: 510px;

}

.nav_pagelist > li {
  position: relative;
  width: 80px;
  border-right: 1px solid #0071b9;
  list-style: none;
}
.nav_pagelist > li:first-child{
  border-left: 1px solid #0071b9;
}

.nav_pagelist a {
  display: block;
  line-height: 1;
  z-index: 1;
}
.nav_pagelist {
  flex-flow: row wrap;
}
.nav_pagelist a {
  padding: 0.5em 0;
  font-size: 16px;
  color: #0071b9;
  text-align: center;
}
.sub_pagelist {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
}
.sub_pagelist > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  background-color: #0071b9;
}
.sub_pagelist > li > a:hover {
  background-color: #004b83;
  opacity: 1;
}
.sub_pagelist.active {
  min-height: 180px;
}





.font12px {
    font-size: 12px;
}

.font14px {
    font-size: 14px;
}

.font16px {
    font-size: 16px;
}

.font18px {
    font-size: 18px;
}

/*
table.border_monthlast {
  border-collapse: collapse;
  border: 0;
}

table.border_monthlast td {
  border: 1px solid #222;
  padding: 3px;
}

table.border_monthlast td.ex_border_a {
  border-bottom: 3px solid red;
}
*/

.border_monthfirst {
  border-top: 2px solid skyblue;
}

.myadd {
    font-size: 14px;
}

.bukken_base {
    font-size: 14px;
    line-height: 0.025;
    padding-top: 0;
    padding-bottom: 0;
    marigin-top: 0;
    marigin-bottom: 0;
}

.rem_1 {
    font-size: 0.9rem;
}

.rem_08 {
    font-size: 0.8rem;
}

.rem_07 {
    font-size: 0.7rem;
}

.rem_06 {
    font-size: 0.6rem;
}



.btn_search {

    color: #000;

    width:60px;
    height:40px;
    background:#0071b9;
    border-radius:4px;

    display:inline-block;
    margin:1em 0 0 0;
    font-size:12px;
    padding:.5em 1em;
    border-radius:.5em;
    text-align: center;
    line-height: 3;
    padding: 4px 0;
}


/*
  background-color: #0071b9;
  border-color: #0071b9;
*/

.svgwrap {
	width: auto;
	overflow: hidden;
    transition: 100ms linear;
}

.svgwrap.is-show {
    width: 320px;
}
