@charset "UTF-8";
.ticker {
  margin            : auto;
  margin-top        : 0px;
  margin-bottom     : 10px;
  padding           : 10px;
  padding-top       : 0px;
  width             : 800px;
  text-align        : left;
  /* border            : #ccc 1px solid; */
  position          : relative;
  overflow          : hidden;
  background-color  : #ffffff;
}

.ticker ul {
  width             : 100%;
  position          : relative;
}

.ticker ul li {
  width             : 100%;
  display           : none;
}

.ticker ul li a {
    /* text-decoration : underline; */
    font-family     : メイリオ,Meiryo;
    font-size       : 18px;
}

