@charset "UTF-8";
#Info {
	width:100%;
	background-color:#222222;
	margin-bottom:30px;
}
.information {
  color: #fff;
  background-color: #222222;
  font-size: 1.4rem;
  padding: 8px 0;
}

.information .title {
  width: 10%;
  font-size:1.2rem;
}

.information .contents {
  width: 90%;
  padding-left: 3px;
}

.ticker {
  width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

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

