@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: Roboto, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    color: #5a4f4a;
    background: #d4dbe9;
    text-align: justify;
    text-justify: inter-ideograph;
}

#wrapper {
    box-shadow: 5px 5px 5px 5px #555555;
}

#wrapper,
header,
#main,
footer {
    width: 100%;
    height: auto;
    max-width: 980px;
    margin: auto;
    overflow: hidden;
    background: #ffffff;
}

#english {
    margin-left: auto;
    width: 60px;
    height: auto;
}

#english img {
    width: 60px;
    height: auto;
    vertical-align: bottom;
}

#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;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

#topareatop {
    margin-left: 2.5%;
    width: 95%;
    margin-right: 2.5%;
    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;
}

#logo {
    margin-right: auto;
}

#logo img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
}

#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: #274b8f;
}

#mainnavigation {
    padding-left: 0;
    width: 100%;
    max-width: 960px;
    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;
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mainnavigation li {
    list-style: none;
    text-align: center;
}

#mainnavigation li a {
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

#mainnavigation li a:hover {
    color: #a9b7d2;
}

#mainnavigation li.current a {
    color: #a9b7d2;
}

#humberger {
    display: none;
}

.visualarea {
    width: 85%;
    margin-left: 7.5%;
}

.mainvisualwide {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.mainvisualwide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#main {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

#main article {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
}

#main aside {
    display: none;
}

#main aside img {
    width: 100%;
    height: auto;
}

h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    background: #a9b7d2;
    color: #ffffff;
    border-left: 32px solid #274b8f;
    padding-left: 20px;
    margin-top: 30px;
    padding-right: 20px;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    background: #274b8f;
    color: #ffffff;
    padding-left: 20px;
}

h4 {
    font-weight: normal;
    font-size: 13px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    background: #a9b7d2;
    color: #ffffff;
    width: 100px;
    height: auto;
    text-align: center;
}

.br-sp {
    display: none;
}

.br-tb {
    display: none;
}

#main article p {
    margin-bottom: 15px;
}

#main article a {
    text-decoration: none;
    color: #00469c;
}

#main article a:hover {
    text-decoration: none;
    color: #6690c4;
}

#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 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 {
    height: 335px;
    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: 20%;
    height: auto;
}

#main article #information dd {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 77%;
    height: auto;
}

#main article #message #face {
    float: right;
    margin-left: 15px;
    width: 25%;
    height: auto;
}

#main article #message #face img {
    width: 100%;
    height: auto;
}

#main article #message #door {
    width: 100%;
    height: auto;
}

#main article #message #door img {
    width: 30%;
    height: auto;
}

#main article #research #gaiyou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

#main article #research #gaiyou p {
    text-align: center;
}

#main article #research #gaiyou1 {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #research #gaiyou1 img {
    width: 100%;
    height: auto;
}

#main article #research #gaiyou2 {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #research #gaiyou2 img {
    width: 100%;
    height: auto;
}

#main article #research #list img {
    float: left;
    margin-right: 15px;
    width: 25%;
}

#main article #research #list li {
    overflow: hidden;
}

#main article #theme #themefig {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#main article #theme #themefig img {
    width: 100%;
    height: auto;
}

#main article #theme ul {
    margin-left: 30px;
}

#main #open {
    margin-bottom: 30px;
}

#main article #member ul {
    list-style: none;
    margin-left: 15px;
}

#main article #member a {
    color: #a9b7d2;
}

#main article #member dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

#main article #member dt {
    width: 20%;
    height: auto;
    float: left;
}

#main article #member dd {
    height: auto;
    margin-left: 2%;
}

#main article #member a:hover {
    color: #7f6967;
    cursor: pointer;
}

#main article #ob #face {
    width: 25%;
    height: auto;
}

#main article #ob #face img {
    width: 100%;
    height: auto;
}

#main article #ob dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

#main article #ob dt {
    width: 30%;
    height: auto;
    float: left;
}

#main article #ob dd {
    height: auto;
    margin-left: 2%;
}

#main article #access a {
    color: #00469c;
}

#main article #access a:hover {
    color: #6690c4;
}

#main article #access #lar {
    font-size: 18px;
}

#main article #access ul {
    list-style: none;
}

#main article #access p {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-bottom: 30px;
    font-size: 16px;
}

#main article #access .map {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-bottom: 30px;
}

#main article #access .map img {
    width: 100%;
    height: auto;
}

footer {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #274b8f;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
}

footer #lar {
    font-size: 16px;
}

footer #copy {
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
}

footer #fwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}

footer #leftf {
    margin-left: 5%;
    width: 65%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

footer #leftf #address {
    margin-right: 30px;
}

footer #rightf {
    margin-right: 5%;
    width: 25%;
    height: auto;
    text-align: right;
}

footer #rightf a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 30px;
}

#gototop {
    position: fixed;
    bottom: 3px;
    right: 10px;
}

#gototop img {
    width: 50px;
    height: 50px;
}
table{margin:auto;display:inline-block;align="center";}
button{width: 10em;height:3em;background: #a9b7d2;color: #ffffff;}