@charset "UTF-8";
@import "reset.css";

body{
margin: 0;
padding: 0;
position: relative;
line-height: 1.5;
color: #222;
background-color: #fff;
font-family: Verdana, sans-serif;
margin: 0 auto;
padding: 0;
background: url(../img/page.jpg) center bottom no-repeat fixed;
background-size: cover;
}
#wrap{
}

#page{
width: 1300px;
margin: 0 auto;
padding: 10px 0;
}
main{
width: 950px;
float: right;
}
aside#side{
width: 302px;
float: left;
}
h1{
width: 1200px;
margin: 0 auto 20px;
font-size: 60px;
font-weight: bold;
text-align: center;
color: #106278;
-webkit-text-stroke: 1px #fff;
}
h1 a{
color: inherit;
text-decoration: none;
}

nav{
}
/* topgreeting */
#topgreeting{
padding: 10px 20px;
color: #fff;
background: url(../img/shingen.png) left bottom no-repeat #106278;
border-radius: 5px;
}
#topgreeting p{
text-indent: -5em;
padding-left: 5em;
font-size: 60px;
font-weight: bold;
}
#topgreeting p strong{
font-weight: bold;
-webkit-text-stroke: 1px #fff;
color: #ffa6c9;
}
#topgreeting table{
margin: 1em auto 1em 260px;
padding: 0;
}
#topgreeting th,
#topgreeting td{
vertical-align: baseline;
}
#topgreeting th{
padding-right: 1em;
text-align: justify;
}
#topgreeting td em{
font-size: 160%;
}
em.sat{
color: #659AD2;
}
em.sun{
color: #E45653;
}


/* nav */
nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
nav li{
	margin-bottom: 10px;
	padding: 10px 0;
	background: rgba(255,255,255,0.6);
	border-radius: 5px;
}
nav li:before{
	margin-right: .5em;
	margin-left: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  color: #106278;
}
nav li a{
	text-decoration: none;
	color: #666;
}
nav li a:hover{
	text-decoration: underline;
	font-weight: bold;
}


/* page */
h2{
margin-bottom: 10px;
}
main>h2:first-of-type{
margin-top: 0;
}
h3{
}
h4{
}
header{
position: relative;
width: 1200px;
margin: 0 auto;
}
main article{
padding: 20px 2em;
background: rgba(255,255,255,0.6);
border-radius: 5px;
}
article p{
margin: 0 1em;
}
article table{
margin-bottom: 1em;
}
article th,
article td{
padding: 2px 5px;
border-bottom: 1px dotted #999;
}
p.add{
padding-left: 1em;
text-indent: -1em;
}

#page:after {
content: "";
display: block;
clear: both;
}

#page:before {
content: "";
display: block;
clear: both;
}

#page {
display: block;
}

#gotop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#gotop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#gotop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35b';
  font-size: 50px;
  color: #106278;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#jimu,#otherbanner{
	margin-top: 50px;
	font-size: 80%;
}
#otherbanner ul{
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}
#otherbanner ul li img{
border: 1px solid #fff;
}


/* footer */
footer{
	margin-top: 50px;
	font-size: 80%;
}
#wrap>footer{
	padding: 100px 0;
	text-align: center;
	background: url(../img/virus.png) left bottom no-repeat;
}



/* main */
main h2{
	font-size: 1.5em;
	font-weight: bold;
}
/* side#side */
#side h2{
	margin-bottom: 1em;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #111;
	border-width: 0;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#poster{
	margin: 20px 0;
	padding: 10px 10px 10px 0;
	background: rgba(255,255,255,0.6);
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
#poster a{
color: inherit;
text-decoration: none;
}
#poster img{
display: block;
float: left;
width: 80px;
padding: 0 10px;
}
#poster:after {
content: "";
display: block;
clear: both;
}



/* common */
.note{
color: red;
}
article{
margin: 20px 0;
}
ul,
ol{
margin-top: 1em;
margin-bottom: 1em;
}
.btn {
display: inline-block;
margin: 1em;
padding: 15px 20px;
position: relative;
background: #ccc;
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
border: 1px solid #4b7b66;
}
.btn a{
font-size: 24px;
text-decoration: none;
}
.btn:hover {
top: 2px;
}
dl{
padding: 0 1em;
}
dt{
margin-top: 1em;
font-weight: bold;
border-bottom: 1px dotted #fca503;
}
dd{
margin-left: 1em;
}
table{
margin: 1em;
}
td:first-child{
white-space: nowrap;
}
.fee td:nth-child(2){
padding-left: 1em;
text-align: right;
}


/* top */
#top #news{
background-image: url(../img/fruits.png);
background-position: right top;
background-repeat: no-repeat;
}


/* greeding */
#greeding{
margin-top: 0;
}
.author{
width: 80%;
margin: 0 auto 1em;
font-size: 120%;
font-weight: bold;
baseline: bottom;
}
.author p{
padding-top: 50px;
padding-left: 215px;
}
.author img{
float: left;
width: 200px;
height: auto;
border: 5px solid #fff;
box-shadow: 0 5px 3px #bbbbbb;
}
.author:after {
content: "";
display: block;
clear: both;
}



/* corp */
#corp article{
margin-bottom: 50px;
padding: 1em 50px;
border-radius: 10px;
border: 1px solid #ccc;
}


/* bnr */
#bnr h2{
display: none;
}
#bnr ul{
display: flex;
flex-direction: column;
margin: 20px 0;
padding: 0;
list-style: none;
}
#bnr li{
margin-bottom: 5px;
position : relative;

}
#bnr li:hover{
top: 2px;
}


/* informtaion */
#information strong{
color: red;
}
#information td{
border: none;
}