@charset "Shift_JIS";

body {
color:#000;
font-size:14px;
min-width:300px;
max-width:430px;
margin:0;
padding:0;
}

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

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

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

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

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

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

#boker {
display:inline-block;
max-width:419px;
text-align:left;
}

.wkuer {
color:#000;
background:#fff;
text-align:left;
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:14px;
background-image:linear-gradient(to bottom, #51a8ee, #ffffff);
text-align:center;
color:#000040;
margin:0 0 2px;
}

#footer-menu {
background-color:#4aa5ee;
}

#foter-vfnames {
background-color:#33f;
color:#fff;
text-align:center;
}

.box {
color:#5989cf;
background:#c6e4ff;
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.uneiinfo th {
width:125px;
font-size:14px;
text-align:center;
background-color:#caffff;
}

table.uneiinfo td {
width:250px;
font-size:14px;
text-align:left;
}

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

img {
max-width:100%;
}

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

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

.menu-btn {
position: fixed;
top: 10px;
right: 10px;
display: flex;
height: 30px;
width: 30px;
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: 5px;
left: 3px;
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;
}
