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;
}
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;
}

/* container */
.nn-container{
  position: relative;
  padding: 0 0;
  /*overflow-x: hidden;*/
  background-image: url(../images/back-pattern-lite.jpg);
  background-position: center top;
  background-repeat: repeat-x repeat-y;
  background-size: 100% 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%;
}

/* main */
.nn-main{
  position: relative;
  margin: 0;
  background-color: #fff;
}
.nn-main>div{
  padding: 0 15px;
}
.nn-main>div>div{
  padding: 0 15px 15px;
}

.nn-nav{
  background-color: #eee;
  background-image: url(../images/back-pattern-menu.jpg);
  background-position: center -100px;
  z-index: 20001;
}
.nn-breadcrumb{
  margin-left: 10px !important;
  margin-bottom: 0 !important;
  padding: 0.75rem 0 !important;
  margin-right: 150px;
}

/* metadata */
table{
  width: 100%;
}
#metadata{
  margin: 25px 0;
}
#metadata tr:nth-child(even){
  background-color: #e0f0ff;
}
#metadata td{
  vertical-align: top;
}
#metadata td:first-child{
  font-weight: bold;
  word-break: keep-all;
}
#metadata td.label{
  width: 9em;
}

.nn-viewtool{
  width: 100%;
}
.nn-viewtool ul{
  width: 100%;
  text-align: right;
  list-style-type: none;
  margin: 0; padding: 0;
}
.nn-viewtool li {
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
}

/* move button */
.nn-move{
  position: absolute;
  top: 15px;
  right: 15px;
}
.nn-move i{
  font-size: 1.2rem;
}
.nn-move-b{
  text-align: center;
  margin: 25px 25px 0;
  padding-bottom: 25px;
  font-size: 1rem;
  background-color: #fff;
}

/* 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-top: 5px;*/
  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;
}
ul.nn-b-menu>li:first-child{
  /*border-style: none;*/
}
.copyright{
  margin: 10px 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: 639px){
  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){
  .header_title {
    height: 60px;
  }
  .header_title img{
    opacity: 0.6;
    height: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .copyright{
    font-size: 0.8rem;
    line-height: 1.25em;
  }
}

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