@charset "utf-8";
.news .explain span {
	margin-left: 50px;
}

.news .explain span.blue {
	color : #0070c0;
}

.news .explain small {
	font-size: 12px;
	line-height:2;
	color: #999;
}
.news .explain small +small {
	display: block;
}


.news .explain span.bold {
	margin-left: 0px;
	font-weight: bold;
}

.news .article h2 span.main-title {
	margin: 10px 0px;
    font-weight: bold;
}
.news .article h2 span.main-title {
    font-size: 2.2rem;
}

@media only screen and (max-width :900px) {

	.news .explain span {
		margin-left: 0;
	}

}
@media only screen and (max-width :767px) {
	.news .article h2 span.main-title {
	    font-size: 1.8rem;
	}
}
@media only screen and (max-width :630px) {
}
@media only screen and (max-width :390px) {
}