.tickercontainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask {
  position: relative;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  left: 50vw;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0;

}
ul.newsticker li {
  float: left;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #eee;
  font: 12px Verdana;
  margin: 0 50px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
  color: #eee;
}
ul#ticker02{
  left:0;
}
@media screen and (max-width:600px){

  ul.newsticker a {
    font: 8px;
  }

}

.info {
  position: absolute;
  top: 0;
  left: 0;
}
.info .infoname a {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #eee;
  border: #eee 1px solid;
  box-sizing: border-box;
}
.info .tickerbox{
  position: absolute;
  top: 10px;
  left: 90px;
  width: 50vw;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.info2 {
  position: absolute;
  top: 0;
  left: 0;
}
.info2 .infoname a {
  position: absolute;
  top: 50px;
  left: 10px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  color: #eee;
  border: #eee 1px solid;
  box-sizing: border-box;
}
.info2 .tickerbox{
  position: absolute;
  top: 50px;
  left: 90px;
  padding: 5px 0;
  width: 50vw;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
@media screen and (max-width:600px){
  .info .tickerbox{
    width: calc(100vw - 100px);
  }
  .info2 .tickerbox{
    width: calc(100vw - 100px);
  }
}

.fuwafuwa {
  position: absolute;
  top: 35px;
  left: 10px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #eee;
  font-size: 10px;
  opacity: .8;
  
  -webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;

  -moz-animation-name:fuwafuwa;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, 0px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, 0px);}
  100% {-moz-transform:translate(0, 0);}
}ß