@charset "utf-8";
.judgeBox {
	max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    border-right: 0;
    text-align: center;
}
.judgeImg img {
	width: 100%;
}
.judgeBox h2 {
	text-align: center;
	margin: 50px 0 10px 0;
}
.judgeBox a {
	color: #54246f;
	word-break: normal;
}
.judgeBox h2 span.judgeName {
	font-size: 20px;
}
.judgeBox h2 span.judgeCom {
	display: block;
	color: #888;
}
.judgeBox h2 span.judgeCom2 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #888;
	padding: 5px 0;
}
.judgeProfile {
	text-align: center;
    color: #888;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.9;
    padding: 0 0 30px 0;
}
.judgeMessage {
	line-height: 2;
    font-size: 20px;
    padding: 0 0 90px 0;
}


@media only screen and (max-width: 767px){
   .judgeWrap {
   	padding: 0 10px;
   }
	.judgeBox h2 {
		line-height: 1.2;
	}
	.judgeBox h2 span.judgeCom {
		font-size: 20px;
	}
	.judgeProfile {
		text-align: left;
	}
	.judgeMessage {
		line-height: 1.5;
		font-size: 18px;
	}
}