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-y;
  background-size: cover;
}
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: 15px; top: 15px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 6px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 6px;
}
.selectlangs a.nn-disabled{
  pointer-events: none;
  color: #888;
}

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

/* header */
.nn-header{
  padding-bottom: 0px;
}
.nn-title{
  margin: 40px 20px 20px;
}
.nn-title img{
  max-width: 100%;
  pointer-events: none;
}

/* main */
.nn-main{
  max-width: 1600px;
  text-align: center;
  margin: 30px auto 0;
  position: relative;
}

/* list menu */
.nn-menu{
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 160px;
  background-image: url(../images/front-1200px.png);
  background-position: 60px bottom;
  background-repeat: no-repeat;
  background-size: auto 280px;
}
.nn-cate{
  display: inline-block;
  width: 260px; min-height: 200px;
  margin: 10px 10px;
  font-size: 1.3rem;
  text-align: center;
}
.nn-cate img{
  width: 250px;
  height: auto;
}
.nn-cate p{
  margin: 0em 0;
}
#nn-spacer-3{
  display: none;
}
#nn-spacer-2 {
  display: none;
}

/* 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: 1199px){ /* xl */
  #nn-spacer-2 {
    display: inline-block;
  }
  #nn-spacer-3 {
    display: inline-block;
  }
  #nn-spacer-4 {
    display: none;
  }
  .nn-menu {
    max-width: 1000px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px){ /* lg */
  .selectlangs {
    right: 10px; top: 10px;
    font-size: 1rem;
    padding: 4px 6px;
  }
}
/*@media only screen and (max-width: 767px){ */ /* md */
@media only screen and (max-width: 848px) {
  #nn-spacer-3 {
    display: none;
  }
  .nn-menu {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 639px){
  .nn-title {
    padding-top: 15px;
  }
  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: 575px) { */ /* xs */
@media only screen and (max-width: 564px) {
  #nn-spacer-2 {
    display: none;
  }
  .nn-menu {
    padding-bottom: 300px;
    background-position: center bottom;
    background-size: 80% auto;
  }
}
@media only screen and (max-width: 440px) {
  .copyright{
    font-size: 0.8rem;
    line-height: 1.25em;
  }
}

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