@charset "utf-8";
.news .explain img {
	vertical-align:bottom;
	width:808px;
	margin: 0 auto 0;
	display:block;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.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;
}
.sp_br {
	display: none;
}


.news .explain span.bold {
	margin-left: 0px;
	font-weight: bold;
}
.news .explain .img {
	width: 80%;
	font-size: 9px;
	text-align: left;
	margin: 0 auto;
}
.news .explain .img img {
	width: 100%;
}
.comment-artist{
	border: double;
	padding: 15px;
	border-radius: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
}


.comment-greeting{
	border: solid 1px;
	padding: 15px;
	border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.comment-person-1,
.comment-person-2,
.comment-graph{
	float:left;
	padding: 0px;
}
.comment-person-1{
	width:100%;
}
.comment-person-2{
	width:55%;
}

.comment-prof{
	float:right;
	margin-top: 5px;
	margin-left: 0px;
	width:180px;
	text-align: center;
}
.news .explain small.person-nm{
	font-size:9px;
}
.news .explain img.img-person ,
.news .explain img.img-graph {
	width:95%;
}


.comment-graph{
	width:45%;
	margin-top: 5px;
	margin-left: 0px;
	text-align: center;
}
.news .explain small.graph-nm{
	font-size:11px;
}


.news .article h2 span.main-title,
.news .article h2 span.sub-main-title {
	margin: 10px 0px;
    font-weight: bold;
}
.news .article h2 span.main-title {
    font-size: 2.2rem;
}
.news .article h2 span.sub-main-title {
    font-size: 2.0rem;
}

.news .article h2 small {
    font-weight: normal;
}
@media only screen and (max-width :900px) {

	.news .explain img {
		width: 100%;
	}
	.news .explain span {
		margin-left: 0;
	}
	.news .explain .img {
		width: 100%;
	}

}
@media only screen and (max-width :767px) {
	.news .article h2 span.main-title {
	    font-size: 1.8rem;
	}
	.news .article h2 span.sub-main-title {
	    font-size: 1.6rem;
	}
	.comment-greeting{
	    font-size: 1.3rem;
	    line-height: 1.5;
	}
	.comment-artist{
	    font-size: 1.3rem;
	    line-height: 1.5;
	}
}
@media only screen and (max-width :630px) {
	.comment-prof{
		width:130px;
	}
	.comment-person-2{
		width:100%;
	}
	.comment-graph{
		width:100%;
	}
}
@media only screen and (max-width :390px) {
	.comment-prof{
		width:100px;
	}
}