body{
  font-family: Arial,Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 16px;
  *+font-size: medium;
  font-size: 100%;
  font-weight: normal;
  color: #000;
  background-color: #eee;
  background-image: url(../images/back-pattern-strong.jpg);
  background-position: center top;
  background-repeat: repeat-x repeat-y;
  background-size: auto;
  text-align: center;
}
img{
  border: none;
}

/* anchor */
a{
  font-weight: bold;
}
a:link{
  color: #03c;
  text-decoration: none;
}
a:visited{
  color: #03c;
}
a:hover, a:active{
  color: #900;
  text-decoration: underline !important;
}

/* langs */
.selectlangs {
  position: absolute;
  right: 10px; top: 10px;
  display: inline-block;
  font-size: 1.0rem;
  padding: 4px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 6px;
  z-index: 1001;
}
.selectlangs a.nn-disabled{
  pointer-events: none;
  color: #888;
}

/* container */
.nn-container{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  /*overflow-x: hidden;*/
  background-image: url(../images/back-pattern-lite.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: contain auto;
}

/* header */
.nn-header{
  position: relative;
  width: 100%;
}
.nn-title {
  max-width: calc(100%-20px); height: 100px;
  margin-left: 10px;
  text-align: left;
}
.nn-header img{
  max-width: 100%;
  max-height: 100%;
}
.nn-nav {
  background-image: url(../images/back-pattern-menu.jpg);
  background-position: center -100px;
}

/* global menu */
.nn-g-menu li {
  border: 0.5px solid #666;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  display: inline-block;
  padding: 0 0.25em !important;
}
.nn-g-menu li:first-child {
  border: 0px solid #666;
}
.nn-g-menu li a {
  color: #03c !important;
  font-weight: bold;
}

/* main */
.nn-main{
  position: relative;
  margin-top: 35px;
  overflow-x: hidden;
}
h2{
  border-color: #800;
}
h3 {
  clear: both;
  background-color: #eee;
  border-style: none;
  padding-bottom: 0;
}

/* description */
.nn-description {
  margin: 2em 5em;
  padding: 0 2em;
  text-align: left; /*justify;*/
  line-height: 2em;
}

/* grid wide */
.nn-grid-wide{
  margin: 0 auto;
  text-align: left;
  border: 2px solid #666;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.nn-grid-wide li{
  min-height: 120px;
  margin: 20px 0;
  padding: 10px 0;
  text-align: left;
  border: 1px solid #666;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  list-style-type: none;
}
.nn-grid-wide li:last-child {
  border-bottom: 0;
}
.nn-grid-wide li:first-child {
  border-top: 1px;
}
.nn-grid-wide li>div:first-child{
  background-color: #888;
  text-align: center;
  margin: 0;
  padding: 10px;
  max-height: 240px;
}
.nn-grid-wide li>div:last-child{
  text-align: left;
  padding-left: 2em;
}
.nn-grid-wide a {
  display: inline-block;
  width: 100%;
}
.nn-grid-wide a>img{
  max-width: 90%;
  max-height: 220px;
  pointer-events: none;
}
.nn-grid-wide li dl{
  margin: 0.25rem 0 0;
  line-height: 1rem;
}
.nn-grid-wide li dt{
  display: inline-block;
  width: 8.5em;
  text-align: justify;
  color: #666;
  font-size: 1rem;
}
.nn-grid-wide li dd{
  margin-top: -1.1em;
  margin-left: 9em;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.5em;
}
.nn-grid-wide li dd.nn-md-description {
  text-align: left; /*justify;*/
}
.nn-sublist {
  margin-top: 1em;
  margin-left: 9em;
  font-size: 0.9rem;
}
/* width pattern */
.nn-grid-wide-center{
  margin: 0 30px;
}

/* footer */
.footer{
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;

  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;

  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 11;
}
.footermenu{
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
ul.nn-b-menu {
  margin-right: 0px;
}
ul.nn-b-menu>li{
  padding: 0 10px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 0 1px;
  font-size: 1.3rem;
}
.copyright{
  margin: 25px 0px;
  padding: 0px 15px;
  font-size: 90%;
  font-weight: normal;
}

/* floater */
.fixed_floater{
  position: fixed;
  right: 0; bottom: 40px;
  padding: 15px 20px 15px 20px;
  background-color: rgba(0,128,255,0.6);
  opacity: 0.6;
  display: none;
  font-size: 1.5rem;
  z-index: 12;
}
.fixed_floater a:link,
.fixed_floater a:visited,
.fixed_floater a:hover,
.fixed_floater a:active{
  color: #013;
  text-decoration: none;
}

/* responsive */
@media only screen and (max-width: 1650px){
}
@media only screen and (max-width: 1320px){
}
@media only screen and (max-width: 1199px){ /* xl */
}
@media only screen and (max-width: 991px){ /* lg */
  .nn-title {
    padding-top: 30px;
  }
  .selectlangs {
    right: 10px; top: 10px;
    font-size: 1rem;
    padding: 0px 6px;
  }
}
@media only screen and (max-width: 767px){ /* md */
  .nn-g-menu li a {
    /*word-break: break-all;*/
  }
}
@media only screen and (max-width: 639px){
  ul.nn-g-menu>li{
    padding: 0;
    width: 50%;
  }
  ul.nn-b-menu{
    justify-content: center !important;
    margin-right: 0px;
  }
  ul.nn-b-menu>li{
    padding: 0 0;
    border-style: none;
    display: block;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 599px){
  .nn-title {
    padding-top: 40px;
  }
  .header_title {
    height: 60px;
  }
  .header_title img{
    opacity: 0.6;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) { /* xs */
  .nn-logo{
    right: 15px; top: 5px;
  }
  .nn-logo img{
    height: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .copyright{
    font-size: 0.8rem;
    line-height: 1.25em;
  }
}

@media print {
  body * { background-color: #fff; color: #000; }
}
