@charset "Shift_JIS";

body {
color:#000;
font-size:16px;
min-width:431px;
max-width:1300px;
border : 3px solid #1e90cf;
background-color:#d9e5fe;
margin:0px 125px 0px 125px;
padding:0px 5px 0px 5px;
}

#header {
background-color:#03c;
}

#header h1 {
font-size:12px;
line-height:12px;
font-weight:400;
color:#f0f8ff;
margin:0;
padding:2px 5px;
}

#nameposh {
padding-left:8px;
background-color:#3e9eff;
}

#nameposh a {
display:block;
background-image:url(../nameboard.webp);
background-position:left top;
background-repeat:no-repeat;
width:298px;
height:39px;
overflow:hidden;
text-indent:100%;
white-space:nowrap;
}

#leftposishon {
background-color:#fff;
text-align:left;
}

#cntposishon {
background-color:#fff;
text-align:center;
}

#ka-fuko{
display:inline-block;
max-width:1080px;
text-align:left;
}

.canban{
color:#000;
background:#fff;
border:#6091d3 solid 2px;
border-radius:5px;
padding:3px;
}

h2 {
clear:both;
font-size:12px;
font-weight:bolder;
background-color:#03c;
color:#f0f8ff;
text-align:center;
margin:0;
padding:0;
}

h3,h4,h5 {
clear:both;
border-bottom-color:#26b9ff;
border-bottom-width:1px;
border-bottom-style:solid;
font-size:16px;
background-image:linear-gradient(to bottom, #51a8ee, #ffffff);
text-align:center;
color:#000040;
margin:0 0 2px;
}

#foter-ul {
background-color:#4aa4fe;
}

#foter-ender {
background-color:#33f;
color:#fef;
font-size:12px;
text-align:center;
}

.box {
color:#5988ef;
background:#c6e4ef;
border-bottom:solid 6px #aac5de;
border-radius:9px;
margin:2em 0;
padding:0.5em 1em;
}

.box p {
font-size:14px;
font-weight:700;
color:#000040;
margin:0;
padding:0;
}

table.uneifuku th {
width:180px;
font-size:16px;
text-align:center;
background-color:#caffff;
}

table.uneifuku td {
width:480px;
font-size:16px;
text-align:left;
}

table.uneifuku th,table.uneifuku td {
border-collapse:collapse;
border:1px solid #0fe;
line-height:1.5;
}

img {
max-width:100%;
}

img.fuk-kagi {
max-width:100%;
display:block;
margin:auto;
}

a:link,a:visited {
color:#4f4ffe;
text-decoration:none;
}

.menu-btn {
position: fixed;
top: 10px;
right: 10px;
display: flex;
height: 45px;
width: 45px;
justify-content: center;
align-items: center;
z-index: 90;
background-color: #039;
}
.menu-btn span,.menu-btn span:before,.menu-btn span:after {
content: '';
display: block;
height: 5px;
width: 25px;
top: 12px;
left: 9px;
border-radius: 3px;
background-color: #fff;
position: absolute;
}
.menu-btn span:before {
top: 8px;
bottom: 5px;
left: 0px;
}
.menu-btn span:after {
top: 16px;
left: 0px;
}

#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 8px;
transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
top: 8px;
transform: rotate(-45deg);
}

#menu-btn-check {
display: none;
}

.menu-content {
width: 100%;
height: 100%;
position: fixed;
overflow: auto;
top: 0;
left: 0;
z-index: 80;
background-color: #3584bb;
}
.menu-content ul {
padding: 40px 10px 0;
}
.menu-content ul li {
border-bottom: solid 1px #fff;
list-style: none;
}
.menu-content ul li a {
display: block;
width: 100%;
font-size: 15px;
box-sizing: border-box;
color:#fff;
text-decoration: none;
padding: 9px 15px 10px 0;
position: relative;
}
.menu-content ul li a::before {
content: "";
width: 7px;
height: 7px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 16px;
}

.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%;
z-index: 80;
background-color: #63e;
transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
left: 0;
}
