@charset "UTF-8";

.ticker ul {
  color: #ccc;
  font-size: 15px;
  width: 90%;
}
.news__ticker {
  position: absolute;
  background: #000;
  bottom: 0;
}
.news__ticker .inner {
  margin: 8px auto;
  overflow: hidden;
  width: 90% !important;
}
.news__ticker .inner a {
  color: #FFF;
}
.news__ticker .inner .heading {
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  margin: 0 4% 0 0;
  padding: 0;
  vertical-align: middle;
}
.news__ticker .inner .news_date {
  display: inline-block;
  margin: 0 1.5% 0 0;
  vertical-align: middle;
}
.news__ticker .inner .news_title {
  display: inline-block;
  margin: 0 2% 0 0;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}
.news__ticker .inner .news_title a {
  display: block;
}
.news__ticker .inner .forNews {
  display: inline-block;
  margin-left: auto;
  vertical-align: middle;
  width: 60px;
}
.news__ticker .inner .forNews a {
  background: #FFF;
  color: #000;
  border-radius: 15px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  padding: 4px 0;
  width: 100%;
}
.ticker {
  display: inline-block;
  padding: 0 0 15px;
  width: 77%;
  text-align: left;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news__ticker {
	  height: 60px;
	}
  .news__ticker .inner .heading {
    border-bottom: 1px solid #FFF;
    padding: 0 0 5px;
    text-align: left;
    width: 100%;
  }
  .news__ticker .inner .news_date {
    position: absolute;
    width: 14%;
	font-size: 10px;
	float: none;
	top:4px;
	left: 3px;
	line-height: 1;
	
  }
  .news__ticker .inner .news_title {
    float: left;
    margin: 0;
	padding-left: 8px;
	box-sizing: border-box;
    text-align: left;
    width: 70%;
	font-size: 13px;
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  }
  .ticker {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .ticker ul li {
  height: 46px;
  line-height: 1.2;
  font-size: 13px;
  padding-top: 14px;
}
  .news__ticker .inner {
    margin: 0 auto;
	position: relative;
	width: 98% !important;
  }
  .news__ticker .inner .forNews {
	position: absolute;
	bottom: 8px;
	right: 3px;
	margin: auto;
	width: auto;
	z-index: 98;
  }
  .news__ticker .inner .forNews a {
    border-radius: 0;
    padding: 5px 3px;
	background:#cccccc; 
	font-size:10px;
	border-radius: 3px;
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  }
}
