/* 大賞・新人賞*/










div.box-result {
    border: 2px solid #ffedcc;
    background-color: #fffaed;
}

.p_000 img {
	background-image:url(../img/000.jpg);
	margin:0 auto;
}

.p_000 {
	margin-bottom:12px;
}

@media all and (min-width: 768px) {
	
div.box-result {
    border: 2px solid #ffedcc;
    background-color: #fffaed;
    padding: 24px;
    margin: 0 40px 24px 40px;
}

.p_000 img {
	width:345px;
    height: 229px;
}

}


@media all and (max-width: 767px) {

div.box-result {
	margin-bottom:24px;
}
	
div.box-result div.sections {
	padding:15px 24px 15px;
}

.p_000 {
	display:block;
	position:relative;
	height:0;
	padding-top:66.37%;
}

.p_000 img {
	display:block;
	background-size:cover;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

}






