/* ----------infoティッカー---------- */

.ticker {
  margin: 0 auto;
  width: 100%;
  height:30px;
  text-align: left;
  padding: 5px;
  position: relative;
  overflow: hidden;
  border:1px solid #ccc;
  border-radius:3px;
  box-sizing:border-box;
  background:#efefef;
}

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

.ticker ul li {
  width: 100%;
  height:30px;
  display: none;
  font-weight: bold;
}

