body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(img/top_bg.png) ;
background-repeat: no-repeat;
background-position:center top;
font-family: "Arial" , "微軟正黑體",sans-serif;
background-color:#6DB3E3;
/*background-color: #18bcbc;*/
/*background-attachment: fixed;*/
-moz-background-size: cover;
 background-size: cover;
}

#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 80px;
border-radius:50%;
padding: 8px 0px;
font-size: 0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;

}
@media screen and (max-width:38em){
  #gotop {
  font-size:16px;
  padding-top: 6px;
  bottom: 90px;
  }
}
#talk ul li,
.dropbtn {
  width:3.6em;
  height:3.6em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
#talk{
  text-align: center;
  position:fixed;
  top:10vh;
  vertical-align: middle;
  left:0px;
  text-align: left;
  color: #fff;
  font-size:0.9em;
  line-height: 1.3;  
  text-align: center;
}
#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  padding-top: 1.8vh;
  margin-top:0.5vh;
  color: rgba(255,255,255,0.8);

}
#talk ul li:first-child{
  padding-top: 1.2vh;
}
#talk ul li:hover{
    border:0.5px solid rgba(255,255,255,0.3);
}
.fb_icon{
  /*color:rgba(255,255,255,0.9);*/
  font-size:2em;
  padding: 0px!important;
  margin: 0px!important;
}
.share {
  margin-top: 2vh;
  margin-left: 0.15vw;
  opacity: 0.8;
}
@media screen and (max-width:38em){
  #talk {
  width:100%;
  height: 50px; 
  background-color:rgba(236,236,236,0.8);
  border-top:1px solid #f0f0f0;
  /*background-color: rgba(172,222,245,0.8);*/
  line-height:1.2;
  font-size:14px;
  padding: 3px 0px 0px 0px;
   bottom: 0px;
    left: 0px;
    top: auto;
}
#talk ul li{
  margin:0px; 
  width: 55px;
  height: 30px;
  padding-top:3px;
  display: inline-block;
  color: rgba(0,0,0,0.5);
  border:0px solid #1dcd00;  
  border-left:1px solid rgba(0,0,0,0.1);
  border-radius: 0%;
   text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
#talk ul li:first-child{
  border-left:0px solid rgba(0,0,0,0.2);
  padding-top:0px;
}
.fb_icon{
  font-size:1.8em;
}
.share {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding: 0px!important;
  opacity: 0.8;
  vertical-align: middle;
}
}
.dropbtn {
  margin-bottom:1vh;
  border:1px solid #fff;
  background-color:#1dcd00;
  padding: 0px;
  color: white;
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}
.dropdown {
    position: relative;
    display: inline-block;
    
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #239c0f;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    left:10px;
    background-color:#fff;
    border: 1px solid #1dcd00;
    border-radius:10px;
    font-size:1.1em; 
    color: #1dcd00;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-weight: bold;
}
.dropdown-content a {
    padding: 0.3em;
    border-radius:8px;
    text-decoration: none;
    border-bottom: 1px solid rgba(35,112,22,0.2);
   color: #1dcd00;
    display: block;
}
.dropdown a:hover {background-color: #f1f1f1}
.show {display:block;}
@media screen and (max-width:38em){
.dropbtn {
  width: 68px;
  height: 40px;
  background-color: #1dcd00;
  color:#fff;
  font-weight: bold;
  border-radius: 5%;
  border-left:0px solid rgba(0,0,0,0.3);
   text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.dropdown-content {
  left:0;
  top:auto;
  bottom:100%;
}

.dropdown:hover .dropbtn {
   color:#fff;
   text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.dropbtn,#talk ul,.share{
    display: inline-block;
  }

}
 ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.1);*/
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "微軟正黑體";
  display: inline-block;
  color: #fff;
  text-align: center;
  padding:2.3vh;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
}
ul.topnav li a:hover {background-color:rgba(0,0,0,0.1);border-radius: 30px;font-weight: bold;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:980px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;    
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    border-bottom:1px solid rgba(255,255,255,0.1);
    background-color:rgba(0,0,0,0.8);
    border-radius: 0px;
  }
  ul.topnav li a{
    color: #fff;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
   background-color: rgba(255,115,60,0.95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  font-size: 1em;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.sidenav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  /*background-color: rgba(250,140,107,0.8);*/
  color: #fff;
  text-decoration: none!important;
  transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
  background-color: rgba(200,200,200,0.95);
}
.sidenav .closebtn {
    position: absolute;
    color: #fff;
    padding: 0em;
    top: 0;
    right: 5px;
    font-size:3em;
    line-height: 1;
    margin-right: 2px;
      border-radius: 50%;
    border-bottom: 0px solid rgba(0,0,0,0);
}
.sidenav .closebtn a:hover{
  border-radius: 50%;
}
#main {
    transition: margin-left .5s;
    padding: 0px;
    background-color:#6DB3E3!important;

}
@media screen and (max-width:660px) {
  .sidenav {padding-top: 45px;}
  .sidenav a {font-size: 15px;}

}
/*班址*/
.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體";
font-size: 15px;
color: #fff;
}
.table_add td{
padding: 5px 1px!important;
}
footer {
  width: 100%;
  color: #fff;
  background-color: rgba(77, 144, 254,1.0)!important;
}
.bg_add{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  padding:35px 0px 55px 0px;
}
.win{
  font-size: 18px;
  line-height: 1.8;
  /*font-weight: bold;*/
  text-align: left;
}
.win_class{
  font-size: 16px;
  line-height: 1.6;
  /*font-weight: bold;*/
  text-align: right;
  display: inline-block;
}
.win_class a{
  color: #fff;
  text-decoration: none;
}
.win_class a:hover{
  font-weight: bold;
  color: #ffff00;
}
.win_bg{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;

}
.win_fb{  
  display: inline-block;
}
.win_icon{
  color: #fff;
  font-size: 42px;
  margin: 15px;
}
@media (max-width: 1020px){
 .table_add{
  width: 100%;
  font-family:  "Arial" , "微軟正黑體";
  font-size: 14px;
}

.win{
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.win_class{
  font-size: 15px;
  line-height: 1.6;
  /*font-weight: bold;*/
  text-align: center;
  display: inline-block;
  margin:20px 0px;
}
.win_icon{
  color: #fff;
  font-size: 32px;
  margin: 5px;
}
}
.red {color: #F00;font-weight: bold;}
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #333;font-weight: bold;}
.cbb{background-color: #337cbb;color:#fff;font-weight: bold;}
.with{color: #fff;font-weight: bold;}
.c_add{color: #0033cc;font-weight: bold;}
.c_bg{background-color: #006fff;color: #fff;padding: 1px 5px;margin: 0px 2px;text-shadow: 0px 0px 0px rgba(255,255,255,0.6); font-weight: bold;}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: bold;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.w_bg{background-color: #fff;color: #0033cc;padding: 1px 5px;margin: 0px 2px;text-shadow: 0px 0px 0px rgba(255,255,255,0.6); font-weight: bold;}
.shadow {  text-shadow:1px 1px 1px rgba(255,255,255,0.9);}
.y_bg{background-color: #ffff00;padding: 1px 5px;margin-right:5px; border-radius: 5px;  color: #333;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}

.top {
   background-image: url('img/bg.png');
   /*background-color:  #6DB3E3;*/
   background-repeat: repeat;
  background-position: top;
  /*background-size: cover;*/
  /*height: 100%;*/
}
 h1{
  font-size: 1.6em;
  line-height: 1.5;
  color:#000;
  margin-top: 0px;
  font-weight: bold;
}
h2{
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
}
p{
  text-align: center;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px;
}
header{  
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
}

header img {
  width:38em;
  margin-bottom: 3vh;
  margin-top: 2vh;
}
header nav{
  margin-top:6vh;
}

header nav a {
  color: #fff;
  text-decoration: none!important;
  padding: 6px 6px;
   border: 3px solid #fff;
   margin:auto 10px ;
}
header nav a:hover{
    background-color: #ffff00;
  font-weight: bold;
  color: #0033cc;
}
header p {
  font-size: 1em;
  line-height: 1.6;
}
@media screen and (max-width:38em){
  header img {
  width:360px;
  padding-top: 3vh;
}
h1{
  font-size: 1.2em;
}
header nav a{
  font-size: 0.9em;
     margin:auto 8px ;
}
}
#student{
  font-size: 1.1em;
  line-height: 1.8;
  /*width: 85%;*/
  margin: 0px auto;
  padding: 3vh 12vw;
}

kbd{
  background-color: #ffff00;
  color: #0033cc;
  font-family:  "Arial" , "微軟正黑體",sans-serif;
}
#student{
    background: url(img/bg_2.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#student h2{
  font-size: 3em;
  line-height: 1.8;
  color: #feff00;
    text-align: center;    
  border-bottom: 1px solid #999;
    font-weight: bold;
}
#student ul{
  background-color:rgba(255,255,255,0.8);
  color: #666;
  padding:8vh 6vw;
  border-radius: 35px;
  border: 1px solid #eee;
  list-style-type: none;
  /*display: inline-block;*/
  margin:auto auto 3vh auto;
  text-align: left;
}
#student p {
  text-align: center;
}
#student h3{
  font-size: 1.4em;  
   margin-left: 20px;
   text-align: center;
}
#student h4{
  font-size: 1.3em;  
  font-weight: bold;
  color: #0033cc;
  display: inline-block;
  margin-left: 10px;
}
#student strong {
  color: #0066cc;
}
#student ul li:nth-child(1){
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}
#student img {
  width:65px;
  height: 65px;
  display: inline-block;
/*  border-radius: 50%;
  background-color: rgba(255,0,255,0.1);*/
}

@media screen and (max-width:38em){
#student{
  font-size:15px;
  line-height: 1.6;
  /*width: 85%;*/
  margin: 0px auto;
  padding: 3vh 3vw;
}
  #student{
    background: url(img/bg_2m.png)no-repeat;
      background-position: center top;
  font-size: 15px;
  line-height: 1.8;
}
 #student h4{
  font-size: 1.3em;
 }
#student ul{
  padding:35px 10px;
  width:100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
}
#about{
  /*background-color: rgba(251,120,110,0.95);*/
  background-color: rgba(255,255,255,0.7);
  padding: 6vw 15vw;
  text-align: left;
  font-size: 1.2em;
}
#about h2{
  font-size: 3em;
  line-height: 1.6;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
#about h3 {
  text-align: center;
}
#about p {
  font-size: 1.2em;
  margin-bottom: 0px;
  text-align: left;
  display: inline-block;
}
#about ul {
  padding: 0px 0px;
  list-style-type: none;
  margin: 0px auto;
  text-align:left;
   display: inline-block;
}
#about ul li {
  display: inline-block;
  background-color: rgb(30, 176,6);
  color: #fff;
  border: 1px solid #fff;
  padding: 1vw 1.5vw;
 border-radius: 8px;
 cursor: pointer;
 margin: 0.3vw 0.8vw;
}
#about ul li:hover{
  background-color:#fff;
  color: rgb(30, 176,6);
  border: 1px solid  rgb(30, 176,6);
}

@media screen and (max-width: 50.75em){
  #about{
  /*background-color: rgba(251,120,110,0.95);*/
  background-color: rgba(255,255,255,0.7);
  padding: 6vw 2vw;
  text-align: left;
  font-size: 1em;
}
#about h2{
  font-size: 2em;
}
#about h3 {
  font-size: 1.6em;
}
#about p {
  font-size:0.8em;
  margin-bottom: 0px;
  text-align: left;
  display: inline-block;
}
#about ul li {
  display: inline-block;
  background-color: rgb(30, 176,6);
  color: #fff;
  border: 1px solid #fff;
  padding: 1vw 0.6vw;
 border-radius: 8px;
 cursor: pointer;
 margin: 0.6vw 0.1vw;
}
}
#all {
  /*width: 100%;*/
  /*background-color: #FFDB00;*/
  background-color: rgba(255,219,0,1.0);
  font-size: 1em;
  color: #333;
  line-height: 1.8;
  padding: 60px 0px;
  text-align: center;
  /*font-weight: bold;*/
}
#all h2{
  font-size:22px;
  line-height: 1.6;
  font-weight: bold;
  color:#0033cc;
}
#all h3{
  width:68%;
  font-size: 16px;
  background-color:#0033cc;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  letter-spacing: 2px;
  text-align: center;
  margin: 10px auto;
}
#all p{
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  padding-bottom:5px;
  border-bottom: 1px dashed #333;
}
#all a {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 102, 255, 0.9);
  font-weight: bold;
}
#all a:hover{
  color: #0033cc;
  font-weight: bold;
  text-decoration: none;
}
#all ol{
  padding: 0px;
  margin: 0px;
}
#all ol li{
  display: inline-block;
  margin:auto 30px;
}
.photo{
  width: 135px;
  height:auto;
  margin:20px auto 0 auto;
  border-radius: 50%;
  border: 2px solid #ccc;
}
@media screen and (max-width:880px){
  #all h2{
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #ff355e;
}
  .photo{
  width:95px;
  height:auto;
  margin:20px auto 0 auto;
  border-radius: 50%;
  border: 2px solid #ccc;
}
#all h3{
  font-size: 15px;
  width: 60%;
}
#all p{
  font-size: 14px;
}
#all a {
  font-size: 14px;
}
#all ol li{
  display: inline-block;
  margin:auto 1px;
  width: 155px;
  height:200px;
  vertical-align: top;
}
}
#sale {  
  font-size: 1.1em;
  line-height: 1.6;
  margin-top:10vh;
  background-color: #ffed00;
  padding: 10vh;

}
#sale h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10vh;
}
#sale h3 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
}
#sale ins {
  font-size: 0.8em;
  line-height: 2;
}
#sale ul{
  font-size: 0.9em;
  text-align: center;

}
#sale ul li{
  text-align: left;
  list-style-type: none;
}
#sale strong{
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 2px;
}
.box-sa,.box-sa2{
  width: 80%;  
  background-color: rgba(255,255,255,0.8);
   margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
}
.box-sa td,.box-sa2 td{
  padding:5px;
  border-bottom:1px solid #ffed00;
  border-right: 1px solid #ffed00;
}
.box-sa tr:nth-child(1) td,.box-sa2 tr:nth-child(1) td{
  background-color:#0033cc;
  color: #fff;
  border-bottom:1px solid #fff;
  border-right: 1px solid #fff;
}
.box-sa td:nth-child(1),.box-sa2 td:nth-child(1){
  font-weight: bold;
  color:#3f51b5;
}
.box-sa td:nth-child(4),
.box-sa td:nth-child(5),
.box-sa td:nth-child(6),
.box-sa2 td:nth-child(3),
.box-sa2 td:nth-child(4),
.box-sa2 td:nth-child(5){
  font-weight: bold;
  color: #ff0000;
}
.number{
  float: left;
  left: 0px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  padding: 0px 6px;
}
@media screen and (max-width:980px){
  #sale{
    font-size: 1em;
    padding:3vh;
  }
  #sale ul{
    padding: 0 0px;
  }
  .box-sa,.box-sa2{
    width: 96%;
}
.box-sa td,.box-sa2 td{
  padding:6px 2px;

}
}
.song{
  width: 80%;
  margin: 0 auto 1vh auto;
  font-size: 1em;
  background-color: rgba(63, 81, 181,0.9);
  color: #fff;
  line-height:1.6;
  padding: 20px 10px;

}
.song2{
  font-size: 18px;
  margin-left: 163px;

}
.song3{
  font-size: 18px;
  margin-left: 80px;

}
@media screen and (max-width:980px){
  .song{
    width: 100%;
  background-color:#ff0000;
  border-radius:5px; 
  color: #fff;
  line-height:1.5;
  padding: 6px;
  text-align: center;

}
.song2{
  font-size: 16px;
  margin-left: 0px;
  text-align: center;

}
.song3{
  font-size: 15px;
  margin-left: 0px;
  text-align: left;
}
}
#down,#mune{
  font-size: 1em;
  line-height: 1.8;
  text-align: center;
}
#down h2 {
  font-size: 2em;
  line-height: 1.8;
  font-weight: bold;
  margin: 0px auto 10px auto;
  border-bottom: 1px solid #03a9f4;
  color:#03a9f4;
}
#mune h2 {
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: bold;
  margin: 0px auto 10px auto;
}
#down h3{
  font-size: 1em;
  color: #03a9f4;
  font-weight: bold;
}
#down img{
  width: 5vw;
  height: auto;
  margin-left: 5px;
}
#down ul{
  text-align: left;

}
#down ins{
  font-size: 0.8em;
  line-height: 1.2;
}
#down a {
  background-color: #0033cc;
  color: #fff;
  font-size:1.8em;
  padding: 10px 10px;
  border-radius: 15px;
  border: 2px solid #000;
  margin-top: 20px;
  text-decoration: none!important;
}
#down a:hover {
    background-color: #ff0000;
  color: #fff;
}
.border{
  border: 1px solid #fff;
  padding: 2px;
}
.border_g{
  border: 1px solid  #036934;
  padding: 2px;
}
.border_c{
  border: 1px solid  #0033cc;
  padding: 2px;
}
.test_g,.test_y,.test_c{
  width:22vw;
  height: 22vw;
  display: inline-block;
  border-radius:50%;
  margin:3vh 3vw;
  padding:9vh 0vw;
  border: 5px solid #fff;
  cursor: pointer;
}
.test_a{
  width:60vw;
  border-radius:50px;
  margin:3vh auto;
  padding:10vh 4vw;
  border: 5px solid #ffed00;
  background-color:#fff;
  color: #666;
  cursor: pointer;
  font-size: 0.9em
}
.test_g{  background-color: #036934;color: #fff;}
.test_y{  background-color: #ffed00;color: #036934;}
.test_c{  background-color: #0033cc;color: #fff;}
.test_g:hover{  background-color:#fff;color:  #036934;border: 5px solid #036934;}
.test_c:hover{  background-color:#fff;color:  #0033cc;border: 5px solid #0033cc;}
.test_y:hover{  background-color:#fff;color: #036934;border: 5px solid #ffed00;}
/*.test_a:hover{  background-color:#ffed00;border: 5px solid #fff;}*/
@media screen and (max-width:50em){
  .test_g,.test_y,.test_c{
  width: 30vw;
  height:auto;
  margin:5px auto;
  padding:10px 10px 10px 10px;
  border-radius: 28px;
  text-align: left;
}
.test_a{
  width:90%;
  margin:5px auto;
  padding:20px 10px 20px 10px;
  border-radius: 25px;
}
#mune h2{
  font-size: 1.1em;
}
#mune i {
  font-size: 1.3em;
}
}
#op107,#op108 {
  color:#fff100;
  text-align: center;
  padding: 5vh 10vw;
  margin: 10vh auto;
}
#op107 p{
  padding-top: 5px;
}
#op107 i ,#op108 i{
  font-size:1em;
  margin-right:6px; 
}
#op107 p,#op108 p {
  display: inline-block;
}
#op107 h2,#op108 h2{
  font-size: 1.8em;
  color:#fff100;
  margin-top: 0px;
  font-weight: bold;
}

.op,.op108{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  /*padding: 3px;*/
  border-radius: 3px;
  border-collapse: inherit;
  table-layout: fixed;
}
.op th,.op108 th  {
    padding:8px 2px;
    text-align: center;
    border-left: 1px solid #fff;
     /*background-color: #4b7ae5;*/
     /*background-color: #fcaa2f;*/
}
.op td,.op108 td{
  background-color: rgba(255,255,255,0.8);
  padding:8px 2px;
}
.op td:nth-last-child(2){
   color: #0033cc;
   font-weight: bold;
}
.op{ border: 2px solid #ffed00;}
.op th{ background-color:#ffed00;}
.op td{ border-left: 1px solid #ffed00;  border-bottom: 1px solid #ffed00;}
.op108{ border: 2px solid #0f4776;}
.op108 th { background-color:#0f4776;color: #fff;}
.op108 td{ border-left: 1px solid #a8d7f8;  border-bottom: 1px solid #a8d7f8;}
.date{
   color: #ff0000;
   font-weight: bold;
}
.op_b{
   background-color:#0033cc!important;
   border-bottom: 2px solid #fff251;
   color: #fff;
   font-weight: bold;
   width: 25%;
}
.date_op {
  color: #ff355e;
  font-weight: bold;
}
@media (max-width: 50em){
  #op107,#op108 {
  padding: 3vh 5vw;
}

  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
.op td:nth-child(1),.op108 td:nth-child(1) {
  width: 20%;
}
}
@media (max-width: 50em) {
  .op td:nth-child(1), .op108 td:nth-child(1),
  .op th:nth-child(1), .op108 th:nth-child(1) {
    width: 20%;
  }
}