@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*
YUI 3.11.0 (build d549e5c)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p,
blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite,
code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  min-width: 1000px;
  color: #fff;
  background: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (max-width: 782px) {
  body {
    min-width: 0;
  }
}

a {
  color: #6189aa;
  text-decoration: none;
}

a:hover {
  color: #a0bf4d;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 782px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

strong {
  color: #a5a28a;
  font-weight: bold;
}

#wrapper {
  background: url(../img/wrapper_bg.png) no-repeat 50% 12px;
}

@media only screen and (max-width: 782px) {
  #wrapper {
    background: none;
  }
}

/**
 * Header
 * =============================================================== */
#header .inner,
#header .globalNav .inner,
#topicpath ul,
#footer .inner,
#catTtl .inner,
#content .inner {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 782px) {
  #header .inner,
  #header .globalNav .inner,
  #topicpath ul,
  #footer .inner,
  #catTtl .inner,
  #content .inner {
    width: auto;
  }
}

#header .inner {
  position: relative;
}

#header .siteTtl {
  padding-top: 18px;
  padding-bottom: 14px;
}

@media only screen and (max-width: 782px) {
  #header .siteTtl {
    position: relative;
    left: -1%;
    margin: 0 auto;
    padding: 25px 0;
    width: 70%;
    text-align: center;
  }
}

#header .siteTtl a {
  display: inline-block;
}

#header .share {
  position: absolute;
  top: 35px;
  right: 0;
  text-align: right;
  letter-spacing: -0.4em;
}

@media only screen and (max-width: 782px) {
  #header .share {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
}

#header .share li {
  display: inline-block;
  margin-left: 20px;
  letter-spacing: normal;
  line-height: 1;
  vertical-align: top;
  text-align: right;
}

@media only screen and (max-width: 782px) {
  #header .share li {
    margin: 0 10px;
    min-width: 0;
    text-align: center;
  }
}

#header .share .lang a {
  display: block;
  padding: 3px 10px 3px 25px;
  border-left: 1px solid #424038;
  border-right: 1px solid #424038;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #fff;
  transition: .2s;
}

@media (min-width: 783px) {
  #header .share .lang a:hover {
    opacity: .8;
  }
}

.toggleMenu {
  display: none;
  padding: 12px 5%;
  color: #fff;
  background: #3c3b31;
  background: rgba(60, 59, 49, 0.7);
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 782px) {
  .toggleMenu {
    display: block;
  }
}

.toggleMenu:hover {
  color: inherit;
}

.toggleMenu .icon,
.toggleMenu .icon > span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}

.toggleMenu .icon {
  position: relative;
  width: 12px;
  height: 11px;
  margin-left: -.5em;
  margin-right: .25em;
}

.toggleMenu .icon span {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #fff;
  line-height: 1;
}

.toggleMenu .icon span:nth-of-type(1) {
  top: 0;
}

.toggleMenu .icon span:nth-of-type(2) {
  top: 5px;
}

.toggleMenu .icon span:nth-of-type(3) {
  bottom: 0;
}

.toggleMenu.is-open .icon span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-315deg);
  transform: translateY(5px) rotate(-315deg);
}

.toggleMenu.is-open .icon span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.is-open .icon span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(315deg);
  transform: translateY(-5px) rotate(315deg);
}

#header .globalNav {
  position: relative;
  z-index: 11;
  background: url(../img/globalnav_spr.png) repeat-y 50% 0;
}

@media only screen and (max-width: 782px) {
  #header .globalNav {
    background: rgba(39, 39, 33, 0.7);
  }
}

#header .globalNav .mainNav {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  #header .globalNav .mainNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(53, 52, 45, 0.95);
    z-index: 999;
    transition: all .2s ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
  }
  #header .globalNav.is-open .mainNav {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

#header .globalNav .mainNav > li {
  position: relative;
  display: table-cell;
  position: relative;
}

#header .globalNav .mainNav > li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 1.35;
  vertical-align: middle;
  transition: all 200ms ease;
}

#header .globalNav .mainNav > li .mainNav__tab a {
  justify-content: center;
}

@media only screen and (max-width: 782px) {
  #header .globalNav .mainNav > li {
    display: block;
    height: auto;
    padding: 0px 5%;
  }
  #header .globalNav .mainNav > li:not(:first-child) .mainNav__tab a {
    border-top: 1px solid rgba(103, 101, 86, 0.8);
  }
}

@media (min-width: 783px) {
  #header .globalNav .mainNav__tab a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

body.cat-top #header .globalNav .mainNav__tab a.cat-top,
body.cat-about #header .globalNav .mainNav__tab a.cat-about,
body.cat-mission #header .globalNav .mainNav__tab a.cat-mission,
body.cat-science #header .globalNav .mainNav__tab a.cat-science,
body.cat-links #header .globalNav .mainNav__tab a.cat-links,
body.cat-information #header .globalNav .mainNav__tab a.cat-information,
body.cat-museum #header .globalNav .mainNav__tab a.cat-museum {
  background-color: rgba(0, 0, 0, 0.2);
}

#header .globalNav .mainNav__tab a:before,
#header .globalNav .mainNav > li:last-child .mainNav__tab a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #000;
  opacity: .9;
}

#header .globalNav .mainNav > li:last-child .mainNav__tab a:after {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 782px) {
  #header .globalNav .mainNav__tab a:before,
  #header .globalNav .mainNav > li:last-child .mainNav__tab a:after {
    content: none;
  }
}

@media (min-width: 783px) {
  #header .globalNav .mainNav > li:hover .dropNav {
    display: block !important;
  }
}

#header .globalNav .dropNav {
  display: none;
}

@media (min-width: 783px) {
  #header .globalNav .dropNav {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 782px) {
  #header .globalNav .dropNav {
    padding-bottom: 15px;
  }
}

#header .globalNav .dropNav .dropNav__tab {
  display: block;
}

@media (min-width: 783px) {
  #header .globalNav .dropNav .dropNav__tab {
    border-top: 1px solid #000;
  }
}

@media (min-width: 783px) {
  #header .globalNav .dropNav a {
    width: 230px !important;
    padding: 0 20px;
    background-color: rgba(54, 53, 42, 0.9);
    background-image: url(../img/icon_dropNav01.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    color: #ede4b3 !important;
    font-size: 12px !important;
  }
}

@media (max-width: 782px) {
  #header .globalNav .dropNav a {
    justify-content: center;
    height: 32px !important;
    color: #c5c4b9 !important;
  }
}

@media (min-width: 783px) {
  #header .globalNav .dropNav a:hover {
    background-color: rgba(38, 37, 28, 0.7);
  }
}

#header .globalNav .mainNav__tab {
  display: block;
  position: relative;
}

@media (max-width: 782px) {
  #header .globalNav .mainNav__tab.accordion .spIcon {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon_accordion01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    transition: .2s;
  }
  #header .globalNav .mainNav__tab.is-open .spIcon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

#header .langNav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1em;
  font-size: 12px;
}

#header .langNav a {
  display: inline-block;
  padding-left: 14px;
  color: #fff;
  background: url(../img/icon_link.png) no-repeat 0 0.5em;
}

#topicpath {
  background: url(../img/topicpath_bg.png) repeat-y 50% 0;
}

@media only screen and (max-width: 782px) {
  #topicpath {
    display: none;
  }
}

#topicpath ul {
  font-size: 10px;
  letter-spacing: -0.4em;
}

#topicpath li {
  margin-right: 10px;
  display: inline-block;
  letter-spacing: normal;
}

#topicpath li a,
#topicpath li span {
  display: block;
  padding: 0.5em 0;
  padding-left: 12px;
  background: url(../img/icon_tp_link.png) no-repeat 0 48%;
}

#topicpath li.top a {
  padding-left: 18px;
  background: url(../img/icon_tp_top.png) no-repeat 0 48%;
}

#topicpath li span {
  padding-left: 12px;
  background: url(../img/icon_tp_current.png) no-repeat 0 48%;
}

/**
 * Content
 * =============================================================== */
#content {
  background: #000 url(../img/content_bg.gif) no-repeat 0 132px;
}

#content .inner {
  padding-top: 48px;
  background: url(../img/wrapper_bg.png) no-repeat 50% -420px;
}

@media only screen and (max-width: 782px) {
  #content {
    background-size: 360px auto;
    border-top: 1px solid #212121;
  }
  #content .inner {
    background: none;
  }
}

#content .inner:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: left;
  width: 690px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 782px) {
  #main {
    float: none;
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#side {
  float: right;
  width: 210px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 782px) {
  #side {
    float: none;
    width: auto;
    margin-bottom: 41px;
  }
}

#main section {
  margin-bottom: 60px;
}

#main section:after {
  content: "";
  display: block;
  clear: both;
}

#main .ttl_lv1,
#main .ttl_lv2,
#main .ttl_lv3,
#main .ttl_lv4,
#main .ttl_lv5,
#main .ttl_lv6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#main > section > :first-child {
  margin-top: 0;
}

#main .ttl_lv2,
#main .ttl_lv3,
#main .ttl_lv5,
#catTtl h2 span em,
#side .widget h2 {
  color: #e6da97;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  background: -webkit-linear-gradient(top, #e6da97 0, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.cat-top #main .ttl_lv2,
body.cat-top #main .ttl_lv3,
body.cat-top #main .ttl_lv5,
body.cat-top #side .widget h2 {
  font-family: "Open Sans Condensed", sans-serif;
}

#main .ttl_lv2,
#main .ttl_lv3 {
  position: relative;
  font-size: 25px;
  border-bottom: 3px solid #33322a;
}

#main .ttl_lv3:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -22px;
  width: 181px;
  height: 80px;
  background: url(../img/icon_h3.png) no-repeat;
}

@media only screen and (max-width: 782px) {
  #main .ttl_lv3:after {
    content: none;
  }
}

#main .ttl_lv4 {
  font-size: 18px;
  text-indent: 18px;
  line-height: 40px;
  background: url(../img/bg_hd.gif) no-repeat;
}

#main .ttl_lv5 {
  padding-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  border-bottom: 1px solid #33322a;
}

#side .widget h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

#main section > p,
#main section > ol,
#main section > ul,
#main section > dl,
#main section > table,
#main section > .clearfix p,
#main section > .clearfix ol,
#main section > .clearfix ul,
#main section > .clearfix dl,
#main section > .clearfix table,
#main section > .orderedBox p,
#main section > .orderedBox ol,
#main section > .orderedBox ul,
#main section > .orderedBox dl,
#main section > .orderedBox table,
#main section > .colBox,
#main section > .colBox p,
#main section > .colBox ol,
#main section > .colBox ul,
#main section > .colBox dl,
#main section > .colBox table {
  margin-bottom: 1.5em;
}

#main section ol.list,
#main section ul.list {
  padding-left: 1.5em;
}

#main section ol.list li {
  margin-bottom: 0.25em;
  line-height: 1.45;
  list-style: outside decimal;
}

#main section ul.list li {
  list-style: outside disc;
}

#main section ul.linkList li,
#main section ul.linkList li {
  margin-bottom: 0.25em;
  line-height: 1.45;
}

#main section ul.linkList li a,
#main section ul.linkList li a {
  display: inline-block;
  padding-left: 1.5em;
  background: url(../img/icon_linklist.gif) no-repeat 0.4em 0.35em;
}

#main section ul.linkList li a[target="_blank"],
#main section ul.linkList li a[target="_blank"] {
  background: url(../img/icon_linklist_blank.gif) no-repeat 0.4em 0.4em;
}

#main section .note {
  font-size: 12px;
  line-height: 1.45;
  color: #72716a;
}

#main section p.note,
#main section ul.note li {
  position: relative;
  padding-left: 1em;
}

#main section p.note span,
#main section ul.note li span {
  position: absolute;
  left: 0;
}

#main section ul.note li {
  margin-bottom: 0.25em;
}

#main section .pctBox {
  letter-spacing: -0.4em;
}

#main section .pctBox li {
  display: inline-block;
  margin-bottom: 1em;
  letter-spacing: normal;
  vertical-align: top;
}

#main section .pctBox.c2 {
  margin-left: -24px;
}

#main section .pctBox.c2 li {
  width: 333px;
  margin-left: 24px;
}

#main section .pctBox.c3 {
  margin-left: -24px;
}

#main section .pctBox.c3 li {
  width: 214px;
  margin-left: 24px;
}

@media only screen and (max-width: 782px) {
  #main section .pctBox.c2,
  #main section .pctBox.c3 {
    margin-left: 0;
  }
  #main section .pctBox.c2 li {
    width: 48.2%;
    margin-left: 3.47%;
  }
  #main section .pctBox.c3 li {
    width: 31%;
    margin-left: 3.47%;
  }
  #main section .pctBox.c2 li:first-child,
  #main section .pctBox.c3 li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 400px) {
  #main section .pctBox.c2 li,
  #main section .pctBox.c2 li:first-child,
  #main section .pctBox.c3 li,
  #main section .pctBox.c3 li:first-child {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#main section .pctBox .pct {
  display: inline-block;
  overflow: hidden;
}

#main section .pctBox .caption {
  display: block;
  margin-top: 0.5em;
  color: #bababa;
  font-size: 12px;
  line-height: 1.45;
}

#main section .pctL,
#main section .pctR {
  margin-top: 0.25em;
  overflow: hidden;
}

#main section .colBox {
  padding: 30px;
  color: #000;
  background: #fff;
  border-radius: 2px;
}

#main section .colBox :last-child {
  margin-bottom: 0;
}

#main section dl.colBox > dt {
  margin-bottom: 0.8em;
  padding-bottom: 0.25em;
  color: #9e9b83;
  font-weight: bold;
  border-bottom: 1px dotted #e6e6e6;
}

#main section .tableWrap {
  margin-bottom: 1.5em;
}

#main section .dataTable {
  font-size: 12px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #d1d0cc;
}

#main section .dataTable.full {
  width: calc(100% - 2px);
}

#main section .dataTable th,
#main section .dataTable td {
  padding: 0.85em 1em;
  color: #000;
  background: #fff;
  border-right: 1px dashed #d1d0cc;
  border-bottom: 1px solid #d1d0cc;
}

@media only screen and (max-width: 782px) {
  #main section .dataTable th,
  #main section .dataTable td {
    padding: 0.5em .85em;
  }
}

#main section .dataTable thead th,
#main section .dataTable thead td {
  color: #fff;
  background: #83816e;
  font-weight: bold;
  border-color: #aeada1;
  border-bottom: none;
}

#main section .dataTable thead td {
  font-weight: normal;
  background: #908e7a;
}

#main section .dataTable tbody th {
  color: #787663;
  font-weight: bold;
}

#main section .dataTable.full tbody th {
  width: 1%;
  white-space: nowrap;
}

#main section .dataTable th:last-child,
#main section .dataTable td:last-child {
  border-right: none;
}

#main section .dataTable tbody tr:last-child th,
#main section .dataTable tbody tr:last-child td {
  border-bottom: none;
}

#main section .dataTable tbody tr:nth-child(2n) th,
#main section .dataTable tbody tr:nth-child(2n) td {
  background: #f9f9f7;
}

#main section .dataTable td.done1 {
  background: #ddddcc;
}

#main section .dataTable td.done2 {
  background: #d0d0c0;
}

#main section .btnBox a {
  display: inline-block;
  width: 220px;
  padding: 5px 40px;
  color: #ede4b3;
  line-height: 1.45;
  background: url(../img/btnbox_bg.gif) no-repeat;
}

#main section .btnBox a:after {
  content: "";
  display: inline-block;
  height: 50px;
  width: 0.1%;
  vertical-align: middle;
}

#main section .btnBox a span {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
}

#main section .btnBox a:before,
#main section .btnBox a:hover {
  color: #fff;
  background: url(../img/btnbox_bg_on.gif) no-repeat;
}

#main section .orderedBox {
  border-top: 1px solid #33322a;
}

#main section .orderedBox li {
  padding-top: 20px;
  border-bottom: 1px solid #33322a;
}

#main section .orderedBox li:after {
  content: "";
  display: block;
  clear: both;
}

#main section .orderedBox li .num {
  float: left;
}

#main section .orderedBox li .content {
  margin-left: 55px;
  margin-bottom: 1.5em;
  padding-left: 18px;
  border-left: 1px dashed #33322a;
  overflow: hidden;
}

#main section .orderedBox li .content .pct,
#main section .orderedBox li .content .txt {
  margin-bottom: 0;
}

#main section .orderedBox li .content .pct {
  float: right;
  margin-left: 1.25em;
}

@media only screen and (max-width: 600px) {
  #main section .orderedBox li .content .pct {
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
}

/**
 * Modules
 * =============================================================== */
#catTtl {
  background: url(../img/catttl_bg.jpg) no-repeat 50% 0;
}

@media only screen and (max-width: 782px) {
  background-size: cover;
}

#catTtl .inner {
  height: 150px;
  position: relative;
}

#catTtl h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.25;
  z-index: 10;
  text-shadow: 0 0 10px #000;
}

@media only screen and (max-width: 782px) {
  #catTtl h2 {
    padding: 0 5%;
    font-size: 32px;
  }
}

#catTtl h2:after {
  content: "";
  width: 0;
  height: 150px;
}

#catTtl h2 span,
#catTtl h2:after {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 782px) {
  #catTtl h2 span {
    width: 98%;
  }
}

#catTtl h2 span em {
  display: block;
  margin-bottom: 0.125em;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
}

#catTtl .hayabusa2 {
  position: absolute;
  top: 26px;
  right: -9px;
}

@media only screen and (max-width: 782px) {
  #catTtl .hayabusa2 {
    top: auto;
    bottom: -30px;
    right: 8px;
  }
}

#catTtl .hayabusa2 img {
  width: 376px;
  height: auto;
}

@media only screen and (max-width: 782px) {
  #catTtl .hayabusa2 img {
    width: 180px;
  }
}

.bannerList {
  padding: 10px;
  background: #33322a;
  border-radius: 2px;
}

.bannerList li {
  margin-bottom: 10px;
}

.bannerList li:last-child {
  margin-bottom: 0;
}

.bannerList li img {
  border-radius: 2px;
}

.bannerList li a {
  position: relative;
  display: block;
}

.bannerList li a[target="_blank"]:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 8px;
  height: 7px;
  background: url(../img/icon_blank.png) no-repeat;
}

.bannerList li a:hover {
  opacity: 0.8;
}

.localNav {
  display: none;
  margin-bottom: 30px;
  font-size: 12px;
}

body.cat-top .localNav.cat-top,
body.cat-about .localNav.cat-about,
body.cat-mission .localNav.cat-mission,
body.cat-science .localNav.cat-science,
body.cat-links .localNav.cat-links,
body.cat-topics .localNav.cat-news,
body.cat-information .localNav.cat-information,
body.cat-museum .localNav.cat-museum,
body.cat-news .localNav.cat-news,
body.cat-galleries .localNav.cat-galleries,
body.cat-enjoy .localNav.cat-enjoy {
  display: block;
}

.localNav li a {
  display: block;
  margin-bottom: 1px;
  padding: 0 40px 0 20px;
  color: #ede4b3;
  background: #33322a;
  background-repeat: no-repeat;
  line-height: 1.35;
}

@media only screen and (max-width: 782px) {
  .localNav li a {
    padding: 12px 5%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33322a+0,191812+100 */
    background: #33322a;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, #33322a 0%, #191812 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33322a', endColorstr='#191812',GradientType=1 );
    /* IE6-9 */
  }
}

.localNav li a span {
  width: 99%;
}

.localNav li a:after {
  content: "";
  height: 59px;
  width: 1%;
}

@media only screen and (max-width: 782px) {
  .localNav li a:after {
    content: none;
  }
}

.localNav li a span,
.localNav li a:after {
  display: inline-block;
  vertical-align: middle;
}

.localNav > ul > li > a {
  background-image: url(../img/localnav_bg.png);
}

.localNav > ul > li > ul > li > a {
  padding-left: 48px;
  background-image: url(../img/localnav_bg_in.png);
}

.localNav > ul > li > a:hover,
.localNav > ul > li.current > a {
  background-image: url(../img/localnav_bg_ov.png);
}

.localNav > ul > li > ul > li > a:hover,
.localNav > ul > li > ul > li.current > a {
  background-image: url(../img/localnav_bg_in_ov.png);
}

@media only screen and (max-width: 782px) {
  .localNav > ul > li > a,
  .localNav > ul > li > a:hover,
  .localNav > ul > li.current > a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33322a+0,191812+100 */
    background: #33322a;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, #33322a 0%, #191812 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33322a', endColorstr='#191812',GradientType=1 );
    /* IE6-9 */
  }
  .localNav > ul > li > ul > li > a,
  .localNav > ul > li > ul > li > a:hover,
  .localNav > ul > li > ul > li.current > a {
    margin-left: 3%;
    padding: 8px 5% 8px 5%;
    background: #33322a;
  }
}

/**
 * Misc
 * =============================================================== */
.pctL {
  float: left;
  margin-right: 1.25em;
}

.pctR {
  float: right;
  margin-left: 1.25em;
}

@media only screen and (max-width: 782px) {
  .pctL {
    float: none;
    margin-right: 0;
  }
  .pctR {
    float: none;
    margin-left: 0;
  }
}

.hidden {
  display: none;
}

.full {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.alL {
  text-align: left;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

/**
 * Side
 * =============================================================== */
#side {
  font-size: 10px;
}

#side .widget {
  margin-bottom: 30px;
}

#side #about,
#side #timeline,
#side #status {
  display: none;
}

#side #timeline div + div {
  margin-top: 10px;
}

@media only screen and (max-width: 782px) {
  #side #about,
  #side #timeline,
  #side #status {
    margin-left: 5%;
    margin-right: 5%;
  }
  #side #timeline {
    padding-bottom: 30px;
  }
}

#side #about.widget .pctL {
  margin-bottom: 0.2em;
  margin-top: 0.4em;
}

@media only screen and (max-width: 782px) {
  #side #about.widget .pctL {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  #side #about.widget .txt {
    overflow: hidden;
  }
}

#side #about.widget .pctL img {
  border-radius: 2px;
}

#side #timeline.widget h2 {
  margin-bottom: 0;
}

#side #status .date {
  margin-bottom: 1em;
  padding: .25em 0;
  background-color: #797979;
  font-size: 12px;
  text-align: center;
}

#side #status .txt {
  font-size: 12px;
}

/**
 * Footer
 * =============================================================== */
#footer {
  background: url(../img/footer_bg.png) no-repeat 50% 0;
  font-size: 12px;
}

@media only screen and (max-width: 782px) {
  #footer {
    background: #10100d;
  }
}

#footer .inner {
  position: relative;
  padding: 25px 0 20px;
}

@media only screen and (max-width: 782px) {
  #footer .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer .hayabusa2 {
  position: absolute;
  top: -22px;
  left: -32px;
}

@media only screen and (max-width: 782px) {
  #footer .hayabusa2 {
    display: none;
  }
}

#footer .hayabusa2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 30px;
  display: block;
  width: 16px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 8px black;
}

#footer .backToTop {
  position: absolute;
  top: -40px;
  right: 0;
  background: #33322a url(../img/backtotop_bg.png) no-repeat;
}

@media only screen and (max-width: 782px) {
  #footer .backToTop {
    left: 0;
    background: #212019;
  }
}

#footer .backToTop a {
  display: block;
  width: 140px;
  background: url(../img/icon_backtotop.png) no-repeat 28px 50%;
  text-align: center;
  text-decoration: none;
  text-indent: 18px;
  line-height: 40px;
}

@media only screen and (max-width: 782px) {
  #footer .backToTop a {
    width: 100%;
    background: none;
    text-indent: 0;
  }
}

body.cat-top #side #about,
body.cat-top #side #timeline,
body.cat-top #side #status {
  display: block;
}

.blogList li {
  margin-top: 2em;
}

.blogList li .date {
  font-size: 10px;
  color: #72716a;
}

.blogList li dl dt {
  margin-bottom: 0.65em;
  padding-bottom: 0.25em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #33322a;
}

#main .link-toindex,
#side .link-toindex {
  margin-left: 10px;
  color: #cac39e;
  font-size: 12px;
  padding: 1px 8px;
  border: 1px solid #cac39e;
  border-radius: 2px;
  line-height: normal;
  vertical-align: .2em;
}

#main .link-toindex:hover,
#side .link-toindex:hover {
  background: rgba(255, 255, 255, 0.2);
}

.topicsBlock {
  clear: both;
  margin-bottom: 30px;
}

.topicsBlock > :last-child {
  margin-bottom: 0;
}

.topicsBlock.half {
  clear: none;
  float: left;
  width: 333px;
}

.topicsBlock.half + .topicsBlock.half {
  margin-left: 20px;
}

@media only screen and (max-width: 782px) {
  .topicsBlock.half {
    float: none;
    width: 100%;
  }
  .topicsBlock.half + .topicsBlock.half {
    margin-left: 0;
  }
}

.topicsBlock h3 {
  margin: 0 0 15px;
}

.topicsBlock h3:before {
  content: '';
  display: inline-block;
  margin: 0 10px 0 3px;
  height: 1.1em;
  width: 2px;
  background: #cac39e;
  vertical-align: -.1em;
}

.topicsItem {
  margin-bottom: 20px;
  overflow: hidden;
}

.topicsItem > * {
  display: block;
  padding: 15px 20px 15px 20px;
  color: #404040;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 4px;
  transition: all 100ms ease;
}

.topicsItem a:hover {
  color: #404040;
  background: #dbdbdb;
  opacity: 1;
}

.topicsItem .meta {
  display: table;
  margin: -15px 0 15px;
}

.topicsItem .meta > * {
  display: table-cell;
  padding: .6em 1.5em;
}

@media only screen and (max-width: 480px) {
  .topicsItem .meta > * {
    padding: .6em .8em;
  }
}

.topicsItem .meta .pubDate {
  color: #fff;
  background: #797979;
}

.topicsItem .meta .new {
  color: #504922;
  background: #cac39e;
}

.topicsItem .content {
  position: relative;
}

.topicsItem a .content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 17px;
  background: #cac39e url(../img/topicsitem_icon.png) no-repeat 50% 50%;
}

.topicsItem .content:after {
  content: '';
  display: block;
  clear: both;
}

.topicsItem .content > * {
  margin-bottom: .5em;
}

.topicsItem .content .thumb {
  float: right;
  margin-left: 15px;
  margin-bottom: 0;
}

.topicsItem .content .thumb img {
  max-width: 100%;
}

@media only screen and (max-width: 782px) {
  .topicsItem .content .thumb {
    width: 30%;
  }
  .topicsItem .content .thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .topicsItem .content .thumb {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .topicsItem .content .thumb {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .topicsItem .content .thumb img {
    width: 100%;
  }
}

.topicsItem .content h4 {
  font-weight: bold;
}

.eventList {
  padding: 30px 20px;
  color: #404040;
  background: #edebe0;
  border-radius: 4px;
}

.eventList li + li {
  margin-top: 15px;
}

.eventList a {
  display: table;
  width: 100%;
  color: inherit;
  background: #fff;
  transition: all 100ms ease;
}

.eventList a:hover {
  background: #dbdbdb;
}

.eventList a > * {
  display: table-cell;
  text-align: left;
  padding: .6em 1.5em;
}

.eventList a > .date {
  width: 1%;
  white-space: nowrap;
  color: #fff;
  background: #797979;
}

@media only screen and (max-width: 782px) {
  .eventList a > * {
    display: block;
  }
  .eventList a > .date {
    width: auto;
    white-space: normal;
  }
}

/**
 * infoUnit
 * =============================================================== */
.infoUnit {
  margin-bottom: 20px;
}

.infoUnit__list {
  display: flex;
  flex-wrap: wrap;
}

.infoUnit__list .__item {
  position: relative;
  width: 214px;
  margin-bottom: 20px;
}

@media (max-width: 782px) {
  .infoUnit__list .__item {
    width: 47%;
  }
}

@media (min-width: 783px) {
  .infoUnit__list .__item:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
}

@media (max-width: 782px) {
  .infoUnit__list .__item:nth-child(even) {
    margin-left: 6%;
  }
}

.infoUnit__list .__item > a {
  display: block;
  transition: .2s;
}

@media (min-width: 783px) {
  .infoUnit__list .__item > a:hover {
    opacity: .8;
  }
}

.infoUnit__list .__item.new a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-image: url(../img/icon_infoUnit_new01.png);
  background-repeat: no-repeat;
}

.infoUnit__list .__itemTag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9px;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
}

.infoUnit__list .__item.type01 .__itemTag {
  background-color: #c14f4f;
}

.infoUnit__list .__item.type02 .__itemTag {
  background-color: #5b933c;
}

.infoUnit__list .__item.type03 .__itemTag {
  background-color: #3773b7;
}

.infoUnit__list .__item.type04 .__itemTag {
  background-color: #7c56ac;
}

.infoUnit__list .__itemPic {
  margin-bottom: 10px;
  outline: 1px solid #666;
}

@media (max-width: 782px) {
  .infoUnit__list .__itemPic {
    width: 100%;
  }
}

.infoUnit__list .__itemDate {
  color: #bfbeb8;
  font-size: 12px;
  font-weight: bold;
}

.infoUnit__list .__itemTxt {
  color: #bfbeb8;
  font-size: 12px;
}

/**
 * infoNav
 * =============================================================== */
.infoNav__list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 782px) {
  .infoNav__list {
    flex-wrap: wrap;
  }
}

.infoNav__list .__item {
  position: relative;
  width: 124px;
  height: 45px;
  border: 1px solid #938e73;
  border-radius: 3px;
}

@media (max-width: 782px) {
  .infoNav__list .__item {
    box-sizing: border-box;
    width: 47%;
    margin-bottom: 20px;
  }
}

@media (min-width: 783px) {
  .infoNav__list .__item:not(:first-child) {
    margin-left: 15px;
  }
}

@media (max-width: 782px) {
  .infoNav__list .__item:nth-child(even) {
    margin-left: 6%;
  }
}

.infoNav__list .__item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 92%;
  height: 4px;
  margin: auto;
}

.infoNav__list .__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.4;
  padding-right: 15px;
  background-image: url(../img/icon_dropNav01.png);
  background-repeat: no-repeat;
  background-position: center right 4%;
  color: #ede4b3;
  font-size: 13px;
  text-align: center;
  transition: .2s;
}

@media (min-width: 783px) {
  .infoNav__list .__item > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.infoNav__list .__item.type01::before {
  background-color: #c14f4f;
}

.infoNav__list .__item.type02::before {
  background-color: #5b933c;
}

.infoNav__list .__item.type03::before {
  background-color: #3773b7;
}

.infoNav__list .__item.type04::before {
  background-color: #7c56ac;
}

/**
 * infoHeadline
 * =============================================================== */
.infoHeadline {
  margin-bottom: 30px;
}

.infoHeadline__list {
  display: flex;
  flex-wrap: wrap;
}

.infoHeadline__list .__item {
  width: 333px;
  padding: 20px 0 25px;
  border-bottom: 1px solid #33322a;
}

@media (min-width: 783px) {
  .infoHeadline__list .__item:nth-child(-n+2) {
    border-top: 1px solid #33322a;
  }
  .infoHeadline__list .__item:nth-child(even) {
    margin-left: 24px;
  }
}

@media (max-width: 782px) {
  .infoHeadline__list .__item:first-child {
    padding-top: 0;
  }
}

.infoHeadline__list .__itemTtl {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
}

.infoHeadline__list .__itemTtl::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 4px;
  margin-right: 8px;
}

.infoHeadline__list .__item.type01 .__itemTtl::before {
  background-color: #c14f4f;
}

.infoHeadline__list .__item.type02 .__itemTtl::before {
  background-color: #5b933c;
}

.infoHeadline__list .__item.type03 .__itemTtl::before {
  background-color: #3773b7;
}

.infoHeadline__list .__item.type04 .__itemTtl::before {
  background-color: #7c56ac;
}

.infoHeadline__list .__itemTxt {
  margin-bottom: 1em;
  font-size: 12px;
}

.infoHeadline__list .__itemBtn {
  text-align: right;
}

.infoHeadline__list .__itemBtn a {
  display: inline-block;
  padding: 2px 30px 1px 18px;
  border: 1px solid #938e73;
  border-radius: 3px;
  background-image: url(../img/icon_dropNav01.png);
  background-repeat: no-repeat;
  background-position: center right 4%;
  color: #ede4b3;
  text-align: center;
  transition: .2s;
}

@media (min-width: 783px) {
  .infoHeadline__list .__itemBtn a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

/**
 * inpageNav
 * =============================================================== */
.inpageNav__list {
  display: flex;
  flex-wrap: wrap;
}

.inpageNav__list .__item {
  box-sizing: border-box;
  position: relative;
  width: 165px;
  margin-bottom: 10px;
  border: 1px solid #938e73;
  border-radius: 3px;
}

@media (max-width: 782px) {
  .inpageNav__list .__item {
    width: 47%;
    margin-bottom: 20px;
  }
}

@media (min-width: 783px) {
  .inpageNav__list .__item:not(:nth-child(4n+1)) {
    margin-left: 10px;
  }
}

@media (max-width: 782px) {
  .inpageNav__list .__item:nth-child(even) {
    margin-left: 6%;
  }
}

.inpageNav__list .__item > a {
  display: block;
  padding: 2px 15px 1px;
  background-image: url(../img/icon_inpageNav01.png);
  background-repeat: no-repeat;
  background-position: center right 4%;
  color: #ede4b3;
  transition: .2s;
}

@media (min-width: 783px) {
  .inpageNav__list .__item > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

/**
 *
 * =============================================================== */
