@charset "utf-8";

body
{
  background-image: url("material/background2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: black;
  margin: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

a
{
    text-decoration: none;
}

a.whitelink:link,:visited
{
    color: #747474;
}

a.whitelink:hover
{
    color: #ffffff;
}

.headerpos
{
    display: flex;
    position: fixed;
    text-align: center;
    margin-left: -500px;
    top: 0%;
    left: 50%;
    background-color: #ffffff;
    width: 1000px;
}

header
{
    display: inline;
    position: absolute;
    text-align: center;
    top: 0%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 1000;

}

.header-logo
{
    display: inline;
    text-align: left;
    vertical-align: middle;
    margin-left: 30px;
    line-height:50px;
    font-size: 22px;
    color: #4fa020;
    font-weight: bold
}

.header-logo2
{
    display: inline;
    vertical-align: middle;
    margin-left: 20px;
    text-align: left;
    line-height:50px;
    font-size: 14px;
    color: #747474;
}

.headertable
{
    font-size: 14px;
    color: #747474;
    width: 450px;
    table-layout: fixed;
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
}

table th:hover
{
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(75, 68, 68);
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
    border-right: 1px solid #000000;
    transition: 0.7s;
}

.headertable th
{
    border-left: 1px solid #000000;
}

.field
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

main
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 100px;
   background-color: #ffffff;
   position: relative;
   z-index: 100;
}

#toppic
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    animation-name: fadeinpic;
    animation: fadeinpic 2s ease 0s 1 normals;
    animation-duration: 7s;
}

@keyframes 
fadeinpic
{
    from
    {
        opacity: 0.1;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes 
fadein 
{
    from 
    {
        opacity: 0;
        transform: translateX(1%);
    }
    to 
    {
        opacity: 1;
        transform: translateX(-50%);
    }
}

#rseicon
{
    width: 120px;
    position: absolute;
    display: flex;
    top: 185px;
    left: 50%;
    transform : translateX(-50%);
    z-index: 90;
    animation-name: fadein;
    animation-duration: 1s;
}

#mainimg
{
    position: relative;
    z-index: 80;
    background-color: black;
}

#caption1
{
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: rgb(77, 77, 77);
    text-align: center
}

h1
{
    position: absolute;
    top: 310px;
    left: 50%;
	transform : translateX(-50%);
    font-size: 30px;
    color: #ffffff;
    animation-name: fadein;
    animation-duration: 1s;
}

#titleeng
{
    position: absolute;
    top: 370px;
    left: 50%;
	transform : translateX(-50%);
    font-size: 27px;
    color: #ffffff;
    animation-name: fadein;
    animation-duration: 1s;
}

#rseicon,h1,#titleeng
{
    opacity: 0;
    animation: fadein 1s ease forwards;
    animation-delay: 2s;
}

h2
{
    text-align: center;
    color: #0081f1;
    font-size: 23px;
}

#facebook
{
    text-align: center;
    padding-top: 7px;
    background-color: #80c6ff;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    font-size: 12px;
    color: white;
}

hr
{
    width: 700px;
    border: 0 none;
    border-top: dashed 1px #747474;
}

#portraitpic
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

#portraittxt
{
    text-align: center;
    color: #33A0FF;
    font-size: 15px;
    font-weight: bold;
}

span
{
    font-size: 23px;
}

.mainparagraph
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;       /* Chrome・Firefox用 */
    text-justify: inter-ideograph;  /* IE・Edge用 */
}

.copyright
{
    display: block;
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 100px;
}

.member
{
    text-align: left;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

footer
{
    width: 1000px;
    height: 100px;
    position: absolute;
    margin-left: -500px;
    left: 50%;
    bottom: 0;
    background-color: #B1B1B1;
    z-index: 1000;
}

.wrapper
{
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
    box-sizing: border-box;
}