@charset "UTF-8";

.content-ticker_quote_inner{
  position: relative;
  display: none;
  width: 100%;
  height: 34px;
  background-color: #00adc6;
}

.content-ticker_quote_inner .content-ticker_quote_arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
  width: 13px;
  height: 13px;
}

.content-ticker_quote_inner .content-ticker_quote_a{
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 34px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  font-weight: bold;
}

.content-ticker_quote_inner .content-ticker_quote_a span{
  color: #f0ff93;
  font-size: 14px;
  letter-spacing: .061;
}

.content-ticker_quote_margin{
  display: none;
  width: 100%;
  height: 34px;
}

.content-ticker_quote_inner.ex-active{
  display: block;
}

.content-ticker_quote_margin.ex-active{
  display: block;
}

.content-ticker_quote_a{
  width: 100%;
  display: block;
}

.content-ticker_quote_a img{
  width: 100%;
}

.content-ticker_quote_close{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 9px;
width: 9px;
height: 9px;
}