body{
  background-image: url(../images/spclass/p_pt_0252_s_pt_02520.jpg);
    margin: 0
}
.shead-banner{
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  text-align: center;
  display: inline-block;
  filter: drop-shadow(3px 3px 3px #bcbcbc);
}
.shead-banner table{
  margin: 0 auto;
}
.shead-banner th img{
  width:200px;
}
.shead-banner td img{
  width:45px;
}
.head-banner{
    display: none;
}
#maincontent{
  width: 300px;
  margin: auto;
}

.area {
  flex-wrap: wrap;
  display: flex;
  margin-top: 80px;
}
 .area img{
  background-color: white;
 }
.tab_class {
  width: calc(100%/2);
  height: 30px;
  background-color: darkgrey;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  font-family: meiryo UI;
  text-align: center;
  display: block;
  right: 100px;
  order: -1;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: rgb(255, 0, 38);
  color: aliceblue;
}
 
.content_class {
  display: none;
  width: 100%;
}
.content_class img{
   width:100%;
  }


input:checked + .tab_class + .content_class {
  display: block;
}
#under-banner{
    height:80px;
}
.underarea{
    position: fixed;
    width: 100%;
    bottom: 0%;
}
.underarea img{
  width: 50%;
}
.underarea ul{
    margin: auto;
}
.underarea li{
    text-align: center;
    display:inline-block;
    margin: 1px;
    padding: 5px;
    width:60px;
    height: 40px;
}
.underarea li img{
    height: 30px;
    width: 30px;
}
#bottom-menu{
  position:fixed;
    bottom: 0;
}
#bottom-menu ul{
  
    list-style: none;
    text-align: center;
}
#bottom-menu li{
    display: inline;
    padding-left:10px;
}
#bottom-menu img{
    width: 50px;
    padding: 5px;
    background-color: white;
}
#under-banner{
  background-color: white;
  height: 80px;
  bottom: 0;
  padding-top: 5px;
}

#under-banner img{
  width:30px;
}

#under-banner h4{
  font-size: 15px;
}
#under-banner p{
  font-size: 10px;
}