@charset "utf-8";

body{
  font-size: 12px;
  font-family:"meiryo";
}

#wrapp{
  width:800px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  border-left:100px solid #f2f2f8;
  border-right:100px solid #f2f2f8;
}

footer{
  border-bottom:solid 20px #f2f2f8;
  background-color:#f2f2f8; 
  width:800px;
  font-size:10px;
  font-weight:bold;
}

img{
  border-style:none;
}

.migi{
  text-align:right;
  padding-top:20px;
}

#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 200px;
  bottom: 0;
  background: #366;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP PAGE';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.ueake{
  margin-top:40px;
}

h1{
  padding: 10px;
  border-bottom: 1px  solid #366;
  background: linear-gradient(-180deg,#fff,#AACBCC,#7E8D9E);
  color:#033;
  font-weight:bold;
  font-size:12px;
}

table{
  width:700px;
  text-align:left;
  border:solid 1px #366;
  margin-left:auto;
  margin-right:auto;
}

.hyou1{
  border-left:solid 1px #366;
  border-bottom:solid 1px #366;
  width:160px;
  vertical-align: middle;
  text-align:-webkit-center;
  padding:20 25 20 25;
}

.hyou2{
  border-left:solid 1px #366;
  border-bottom:solid 1px #366;
  vertical-align: middle;
  padding:20 25 20 30;
}

.sankaku {
  display:inline-block;
  width: 5px;
  height: 5px;
  border-top: solid 3px #697b91;
  border-right: solid 3px #697b91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left:15px;
  margin-right:15px;
}

.btn{
  width:50px;
  height:20px;
  line-height:23px;
  margin-bottom:15px;
  margin-top:15px;
}
.btn a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#697b91;
  text-align:center;
  border-bottom:2px solid #747474;
  border-right:1px solid #747474;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:1px 1px 4px 0px #FFFFFF inset;
  transition: all 0.5s ease;
  padding-top:2px;
}
.btn a:hover{
  background:#CAD8DB;
  color:#366;
  box-shadow:none;
}


p{
  padding-left:20px;
}

.naka{
  text-align:center;
}