@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
    color: #5a4f4a;
    background: #d1d7df;
    text-align: justify;
    text-justify: inter-ideograph;
}

#wrapper {
    box-shadow: 5px 5px 5px 5px #cccccc;
}

#wrapper,
header,
#main,
footer {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #ffffff;
}


#toparea {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

#logo {
    margin-right: auto;
    margin-left: 30px;
}

#logo img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
}

#language {
    margin-right: 30px;
}

#drawernav {
    width: 100%;
    height: auto;
}

#mainnavigationcontainer {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0c175a;
    margin-bottom: 30px;
}

#mainnavigation {
    padding-left: 0;
    width: 100%;
    max-width: 1000px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

#mainnavigation li {
    list-style: none;
    text-align: center;
}

#mainnavigation li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

#mainnavigation li a:hover {
    color: #e2d0c3;
}

#mainnavigation li.current a {
    color: #e2d0c3;
}

#mainnavigation li a span {
    font-size: 10px;
    display: block;
    margin-top: 0px;
}

#humberger {
    display: none;
}

.visualarea {
    width: 90%;
    height: auto;
    margin-left: 5%;
}

.mainvisualwide {
    width: 100%;
    height: auto;
    background: #555555;
}

.mainvisualwide img {
    width: 100%;
    height: auto;
}

#main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

#main article {
    width: 68%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main aside {
    width: 17%;
    height: auto;
    margin-left: 5%;
    margin-top: 30px;
}

#main aside img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    background: #0c175a;
    color: #ffffff;
    padding-left: 20px;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    color: #0c175a;
    border-bottom: 1px solid #0c175a;
    margin-top: 30px;
}

h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    background: #85906a;
    color: #ffffff;
    padding-left: 2em;
    padding-right: 2em;
    display: inline-block;
    text-align: center;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.br-sp {
    display: none;
}

.br-tb {
    display: none;
}

#main article a {
    text-decoration: none;
    color: #00469c;
}

#main article a:hover {
    text-decoration: none;
    color: #6690c4;
}

#main article p {
    margin-bottom: 15px;
}

#main article img {
    max-width: 100%;
}

.large {
    font-size: 18px;
    font-weight: bold;
}

.huge {
    font-size: 30px;
    font-weight: bold;
}

#main article ul {
    padding-left: 0px;
    margin-bottom: 30px;
    margin-right: 10px;
    width: 100%;
    height: auto;
}

#main article #list ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main article #list .author {
    text-decoration: underline;
}

#main #open {
    margin-bottom: 30px;
}

#main article #listnone ul {
    list-style-type: none;
}

#main article #list li {
    list-style: none;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main article #list li:first-child {
    border-top: 1px dotted #999;
}

#main article li a {
    text-decoration: none;
    color: #4169e1;
}

#main article li a:hover {
    text-decoration: none;
    color: #6690c4;
}

#main article #information li a {
    text-decoration: none;
    color: #00469c;
}

#main article #information li a:hover {
    color: #6690c4;
}

#main article #information {
    height: 210px;
    overflow-y: scroll;
    margin-bottom: 80px;
}

#main article #information dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#main article #information dt {
    width: 15%;
    height: auto;
}

#main article #information dd {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 82%;
    height: auto;
}

#main article #information ul p {
    width: 80%;
    height: auto;
    float: left;
}

#main article #information ul img {
    width: 10%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #profile dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

#main article #profile dl dt {
    width: 200px;
    height: auto;
}

#main article #profile dl dd {
    width: 60%;
    height: auto;
}


#main article #research #researchimg {
    width: 100%;
    height: auto;
}

#main article #research #researchimg img {
    width: 100%;
    height: auto;
}

#main article #gallery #galleryimg {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#main article #gallery #galleryimg img {
    width: 100%;
    height: auto;
}

#main article #map {
    width: 100%;
    height: auto;
}

#main article #map iframe {
    width: 100%;
    height: 600px;
}

footer {
    background: #0c175a;
    color: #ffffff;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 5px;
}

footer #lar {
    font-size: 18px;
    font-weight: bold;
}

footer p {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer nav {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

#footernavigation {
    padding-left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#footernavigation li {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
}

#footernavigation li + li {
    border-left: 1px solid #ffffff;
}

#footernavigation li:first-child {
    border-left: 1px solid #ffffff;
}

#footernavigation li:last-child {
    border-right: 1px solid #ffffff;
}

#footernavigation li a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

#footernavigation li a:hover {
    color: #e2d0c3;
}

#footernavigation li.current a {
    color: #e2d0c3;
}

#copy {
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
}

#gototop {
    position: fixed;
    bottom: 3px;
    right: 10px;
}

#gototop img {
    width: 50px;
    height: 50px;
}
