@charset "utf-8";
.link-box { position: relative; width:100%;}
@media screen and (min-width: 768px){
  .link-box {
    width: 96%;
    margin:0 auto;
 }
}
#weekday {
    position: absolute;
    display: block;
    bottom: 27%;
    left: 7%;
    width: 44%;
    height: 52%;}
#monthly {
    position: absolute;
    display: block;
   bottom: 27%;
    left: 52%;
    width: 44%;
    height: 52%;
}
