@charset "utf-8";
/* CSS Document */


body{
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
color:#ffffff;
background-color: black;
background-repeat: no-repeat;
background-size:auto ;
background-position: 90% 80%;
background-attachment:fixed;
overflow-y: scroll;

}
/*****HEADER*****/
header{
    position: fixed;
    width:100%;
    overflow: hidden;
    z-index: 20;
    margin-top: -20px;
}

header h1{
    font-size:150%;
    color:#ffffff;
    text-align: center;
    border:none #313131;
    letter-spacing: 3px;
    font-weight:400;

}

header p{
    font-size:100%;
    color:#313131;
    float: left;
}

ul {
    list-style-type: none;
    text-align: center;
	overflow: hidden;
    background-color: #1b2538;
}
li {
    display: inline-block;
    width: 100px;
    text-align: center;

}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover:not(.active) {
	background-color: #a9bce2;
}


section{
    display: block;
    width: 760px;
    margin: 20px auto;

    
    overflow: hidden;
}
section h1{
    font-size: 20px;
    text-align: right;
    padding-right:5%;
    border-bottom: solid;
    border-image: linear-gradient(to right,  #000000 15%,#b035c0 25%, #0004ff 100%);
    border-image-slice: 1;
    margin-bottom: 15px;
    font-family: 'Averia Serif Libre', cursive;
    background: linear-gradient(to left, #1b2538, transparent);
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 
 }
 section h2{
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    border-bottom: solid;
    border-image: linear-gradient(to right,transparent, #000000 12%,#b035c0 25%, #0004ff 100%, transparent);
    border-image-slice: 1;
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: 'Averia Serif Libre', cursive;
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 
 
 }
 section h3{
    font-style: oblique;
    font-size: 35px;
    text-align: right;
    padding-right:5%;
    padding-top: 5px;
    margin-top: 50px;
    font-family: 'Averia Serif Libre', cursive;
    background: linear-gradient(to left, #1b2538, transparent);
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 

 }
section p{
    font-family: 'Averia Serif Libre', cursive;
    text-shadow    : 
    2px  2px 1px #000000,
   -2px  2px 1px #000000,
    2px -2px 1px #000000,
   -2px -2px 1px #000000,
    2px  0px 1px #000000,
    0px  2px 1px #000000,
   -2px  0px 1px #000000,
    0px -2px 1px #000000;        /* 文字の影 */ 
   font-size: 25px;
   text-align: center;
   padding-top: 10px;
   margin-bottom: 25px;
   
}

p2{
  color: white;

}

img{
    margin-top: 30px;
    width: 100%;
}

a{
    color:#fff;
    text-decoration:none;
}
table sm{
    float: left;
	border: 1px solid #595959;
    border-collapse: separate;
    overflow-wrap: normal;
    table-layout: fixed;
    margin-bottom: 5px;
    width:700px;

}
    
td, th {
    background-color: #080a18;
	border: 1px solid #595959;
    border-collapse: collapse;
    margin: 5px auto;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;

}
a:hover,
a:focus + label {
	color: #0066cc;
}