@charset "utf-8";

#resultArea .result li {
	display: inline-block;
	max-width: 420px;
	margin: 10px;
	text-align: center;
	border: none;
}
#resultArea .result p {
	background-color: #3b5998;
	color: #fff;
	font-size: 2.1em;
	font-size: 2.1rem;
}
#resultArea .result h3 {
	margin-top: 44px;
	background-color: #3b5998;
	color: #fff;
	}

/*---------------------------------
表彰
--------------------------------*/
#commend {
	/*background-color: #ccc;*/
	}
	#commend li {
		max-width: 720px;
		}
		#commend li h3 {
			height: 44px;
			line-height: 44px;
			background-color: #3b5998;
			color: #fff;
			font-size: 2.2em;
			font-size: 2.2rem;
			}
			#commend li.winner h3 {
				font-size: 2.4em;
				font-size: 2.4rem;
			}
		#commend li img {
			width: 420px;
			max-width: 420px;
		}
	#commend li.winner {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 720px;
		font-size: 2.4em;
		font-size: 2.4rem;
		}
		#commend li.winner img {
			width: 720px;
			max-width: 720px;
		}

/*---------------------------------
SmartPhone css layout
--------------------------------*/
@media screen and (max-width: 761px){
	#commend li.winner img,
	#commend li img {
		width: 100%;
		height: auto;
	}
}
