#ano_dramacd_sample{
  width:95%;
  max-width: 1000px;
  margin:120px auto;
  padding:2%;
  background-color:#FFF;
  border-radius:15px;
  border:1px #EEE solid;
  box-shadow:3px 3px 0 rgba(0,0,0,0.2);
}
#ano_dramacd_sample #ano_dramacd_img{
  width:100%;
}
#ano_dramacd_sample h3{
  font-size:150%;
  text-align:center;
  width:20em;
  line-height:1.2;
  padding-bottom:0.5%;
  border:3px #777 double;
  border-width:0 0 3px;
  margin:2% auto;
}
#ano_dramacd_sample table{
  border-collapse: collapse;
  width:100%;
  border-radius:5px;
}
#ano_dramacd_sample td{
  border:1px #FFF solid;
  padding:1%;
}
#ano_dramacd_sample tr td:first-child{
  width:15em;
}
#ano_dramacd_sample td a{
  display:inline-block;
  width:12.5%;/*32%;*/
  margin:0.7% 0.3%;
  padding:1%;
  background:linear-gradient(to bottom,#FFF,#DDD);
  border-radius:4px;
  border:1px #BBB solid;
  text-align:center;
  text-decoration:none;
  color:#444;
  text-shadow:2px 2px 0 #FFF;
}
#ano_dramacd_sample td a.active{
  background:linear-gradient(to bottom,#FFF,#ffffa0);
}
#ano_dramacd_sample th{
  padding:2% 0 0.5%;
  text-align:left;
}

table#seisou th{color:#0050b1;}
table#shiseikan th{color:#339903;}
table#jinnan th{color:#9c1d1d;}
table#yokohamaamane th{color:#9821b5;}
table#hakodateamane th{color:#2d0650;}

table#seisou td{background-color:#9dc1ed;}
table#shiseikan td{background-color:#b8f4b1;}
table#jinnan td{background-color:#f0b3b3;}
table#yokohamaamane td{background-color:#e7c2f0;}
table#hakodateamane td{background-color:#ab9ec7;}

table#seisou td:last-child{background-color:rgba(157, 193, 237, 0.75);}
table#shiseikan td:last-child{background-color:rgba(184, 244, 177, 0.75);}
table#jinnan td:last-child{background-color:rgba(240, 179, 179, 0.75);}
table#yokohamaamane td:last-child{background-color:rgba(231, 194, 240, 0.75);}
table#hakodateamane td:last-child{background-color:rgba(171, 158, 199, 0.75);}

@media screen and (max-width:639px){
  #ano_dramacd_sample h3{
    font-size:4vw;
  }
  #ano_dramacd_sample th,#ano_dramacd_sample td{
    display:block;
    width:100% !important;
  }
  #ano_dramacd_sample td a{
    margin:0.7% 0.1%;
  }
}
