/*	winner
============================== */

div.bx-winner {
	border:1px solid #e0ccb2;
	background-color:hsla(0,0%,100%,0.5);
}
div.bx-winner section h3 {
	border:3px double #e0ccb2;
	background-color:#c2a472;
	background-image:url(../img/bg_head.jpg);
}
div.bx-winner section h3 span {
	display:block;
	line-height:1.5;
	color:#fff;
	text-shadow:1px 1px 0 #a48654, -1px 1px 0 #a48654, -1px -1px 0 #a48654, 1px -1px 0 #a48654, 2px 2px 3px hsla(0,0%,0%,0.3);
}
div.bx-winner section > p {
	font-weight:bold;
	line-height:1.5;
}
@media all and (min-width: 768px) {
div.bx-winner {
	padding:25px;
}
div.bx-winner section.winner {
	margin-bottom:20px;
}
div.bx-winner section h3 {
	padding:0.5em 1em;
	background-size:50%;
	margin-bottom:20px;
}
div.bx-winner section h3 span {
	font-size:125%;
}
div.bx-winner section > p {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
div.bx-winner {
	padding:10px;
}
div.bx-winner section.winner {
	margin-bottom:10px;
}
div.bx-winner section h3 {
	padding:0.25em 1em;
	margin-bottom:10px;
}
div.bx-winner section > p {
	font-size:83%;
}
}


div.bx-winner div.pics {
	border-color:#fff;
	border-style:solid;
	-webkit-box-shadow:#e0ccb2 0 0 4px 0;
	box-shadow:#e0ccb2 0 0 4px 0;
}
div.bx-winner div.pics span, div.bx-winner div.pics span img {
	display:block;
}
div.bx-winner div.pics span {
	background-position:center center;
	background-repeat:no-repeat;
}
@media all and (min-width: 768px) {
div.bx-winner div.pics {
	border-width:10px;
}
div.bx-winner section.winner div.pics {
	margin:0 97px 10px;
}
div.bx-winner section.newcommer div.pics {
	margin:0 147px 10px;
}
div.bx-winner section.winner div.pics span,
div.bx-winner section.winner div.pics span img {
	width:500px;
	height:351px;
}
div.bx-winner section.newcommer div.pics span,
div.bx-winner section.newcommer div.pics span img {
	width:400px;
	height:266px;
}
}
@media all and (max-width: 767px) {
div.bx-winner div.pics {
	border-width:4px;
	margin-bottom:4px;
}
div.bx-winner section.winner div.pics {
	margin:0 20px 6px;
}
div.bx-winner section.newcommer div.pics {
	margin:0 30px 6px;
}
div.bx-winner div.pics span {
	position:relative;
	height:0;
	background-size:cover;
}
div.bx-winner section.winner div.pics span {
	padding-top:70.2%;
}
div.bx-winner section.newcommer div.pics span {
	padding-top:66.5%;
}
div.bx-winner div.pics img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}