@charset "UTF-8";

html{
    font-size: 16px;
}

body{
    margin: 0px;
    background-color: #eee;
    font-size: 1rem; /*=16px*/
    font-family: sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: 180%;
}

h1{
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 0;
}

h2{
    font-size: 1.2rem;
    font-family: sans-serif;
    font-weight: bold;
    background-color: #eef6fc;
    margin: 2rem 0 1rem 0;
    border-bottom: solid 3px #cedce6;
    padding: 0.3rem 1rem 0.1rem 1rem;
}

p{
    font-size: 1rem;
    margin-top: 0.8rem;
}

table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 0.9rem;
}

caption{
    text-align: center;
    border-top: solid 1px #bbb;
    padding: 0.2rem 1rem;
    background-color: #e8f3f6;
}

tr{
    border-top: solid 1px #bbb;
}

th{
    border-top: inherit;
    border-bottom: solid 1px #bbb;
    padding: 0.3rem 1rem;
    background-color: #f8f8f8;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
td{
    border-top: inherit;
    border-bottom: solid 1px #bbb;
    padding: 0.3rem 1rem;
    vertical-align: top;
}

blockquote{
    position: relative;
    margin: 0.5rem;
    padding: 1.2rem;
    box-sizing: border-box;
    border: solid 1px #ddd;
    background-color: #edf5f8;
}

blockquote p{
    font-size: 0.9rem;
}

mark {
    background-color: #fffebf;
    color: black;
  }

a:link{
    color: currentColor;
    font-weight: bold;
    text-decoration: none;
}

a:visited{
    color: currentColor;
}

ul{
    padding-inline-start: 0px;
}

li{
    list-style-type: circle;
    list-style-position: inside;
    margin-bottom: 0.1rem;
}

hr{
    height: 1px;
    margin-top: 0.8rem;
    margin-bottom: 1.3rem;
    border: none;
    border-top: solid 1px #999;
}

img{
    max-width: 100%;
    vertical-align: middle;
}

/* DIV & Class */

#wrapper{
}

header{
    height: fit-content;
    margin: 0px;
    padding: 2rem 0rem;
    background-image: url(img/hdrbg.jpg);
    background-size: 120%;
    background-position: center;
    background-color: #1b3952;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-top-color: #1979a9;
    text-align: center;
}

.title_e{
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    color: #f8f8f8;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
}

nav{
    height: fit-content;
    margin: 0px;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
    text-align: center;
}

nav li{
    font-size: 1.2rem;
    display: inline;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 0.6rem;
    letter-spacing: 0.1rem;
}

nav li+ li {
    border-left: 1px solid #ccc;
}

nav a:hover{
    background: linear-gradient(transparent 50%, #f6d16a 50%);
}

#alert{
    height: fit-content;
    background-color: #c96d6d;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #ddd;
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

#notif{
    height: fit-content;
    background-color: #ddd;
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
}

article{
    width: 90%;
    max-width: 780px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

article a:link{
    color: #3897b4;
    font-weight: bold;
    text-decoration: underline;
}

article a:visited{
    color: #3897b4;
    font-weight: bold;
}

article a:hover{
    background: linear-gradient(transparent 50%, #f6d16a 50%);
}

#news{
    height: 180px;
    overflow: auto;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 1rem 2rem;
}

#post{
    min-height: 200px;
    background-color: #fff;
    margin-top: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 2rem;
}

footer{
    min-height: 400px;
    padding-bottom: 2rem;
    background-color: #e4edf0;
    border-top: solid;
    border-width: 1px;
    border-color: #839fad;
}

footer a:link{
    color: #135b80;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover{
    background: linear-gradient(transparent 50%, #f6d16a 50%);
}

/*CLASS*/

#f-container{
    display: block;
    justify-content: center;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0rem;
    border-bottom: solid 1px #999;
    text-align: center;
}

#bottom{
    width: 750px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.imgcenter img{
    display: block;
    width: 100%;
    margin:auto;
}

.indent20{
    padding-inline-start: 20px;
}

.rem09{
    font-size: 0.9rem;
}

.nodot li{
    list-style: none;
}

.border0 {
    border-bottom: 0px solid black;
    border-top: 0px solid black;
  }