@charset "utf-8";
.mainBox {
	padding: 50px 50px 50px 0;
}
h2 {
    margin: 70px 0 20px 0;
}
h2 span {
	font-size: 16px;
}
.w35 tr td:first-child {
	width: 35%;
}
.w15 tr td:first-child {
	width: 15%;
}
.mainBox a img:hover {
	opacity: 0.7;
}
.overviewTable {
	width: 100%;
	font-size: 13px;
	color: #666666;
}
.overviewTable a {
	text-decoration: none;
}
.overviewTable a:hover {
	color: #88BBC8;
	text-decoration: underline;
}
.overviewTable tr td,
.overviewTable tr th {
	text-align: left;
	padding: 9px 12px;
	border: 1px solid #e1e1e1;
}
.overviewTable tr:nth-child(odd) {
	background: #fcfcfc;
}
.nominate tr td:last-child {
	text-align: center;
}
.resultNominate tr td img { 
	margin-top: 10px;
}
.resultNominate tr td:first-child span{
	color: #601f70;
}
.judgeBox .judge {
	font-size: 15px;
}
.judgeImgName {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.judgeImgName p {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	padding: 0 0 0 13px;
}
.judgeImgName p span {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.judge {
	font-size: 14px;
	line-height: 1.8;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ccc;
}
.bnone {
	border-bottom:0;
	margin: 0 0 20px 0;
}
.judge img {
	margin-bottom: 15px;
}
.sposorDoc {
	padding: 0 0 0 20px;
}
.sposorDoc h3 {
	font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.sposorDoc p {
	margin: 0 0 50px 50px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////ここからスマホ////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
.entryListBoxInner {
}
