@charset "UTF-8";

.news_ttl-bd {
	text-align: center;
}
.news_ttl-bd span {
	font-size: 0.7rem;
	font-weight: normal;
}
.bd_cover {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bd_cover img {
	width: 100%;
	display: block;
}
.release {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #0A66A6;
	text-align: center;
}
.list-track {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-track li {
	margin-bottom: 10px;
}
.shop_name {
	background-color:#0A66A6;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.toku_item {
	margin-bottom: 70px;
}
.toku_name {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0A66A6;
}

/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 1200px) {
	.news_ttl-bd span {
		font-size: 1.2rem;
	}
	.bd_cover {
		width: 60%;
	}

}


