﻿@charset "UTF-8";

#ContestResults {
	padding: 40px;
	padding-top: 0;
	width: 670px;
	color: #444444;
	line-height: 1.5;
}

#ContestResults h1 {
	margin-top: 20px;
}

.Explain {
	text-align: center;
	margin: 20px 0;
}
.tenjikai {
	font-size: 110%;
	background-color: #FFE;
	padding: 15px;
//	border: 2px solid #FEC;
	border-left: 5px solid #F85;
	border: 5px solid #FA8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tenjikai em {
	font-weight: bold;
	font-size: 110%;
}

#Results {
	text-align: center;
}

#Results article {
	margin-top: 15px;
	margin-bottom: 25px;
}

#Results span {
	display: block;
}

.Prize {
	color: #14A73B;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.4; 
}

.Name {
	color: #444;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4; 
}

.School {
}

.PhotoTitle {
	margin-bottom: 5px;
}

.PhotoLink {
}

.PhotoLink a {
	background-color: #EBF4E7;
	border: 1px solid #DDDDDD;
	padding: 5px 15px;
	margin: 5px;
	box-shadow: 2px 2px 5px #BBBBBB;
	-moz-box-shadow: 2px 2px 5px #BBBBBB;
	-webkit-box-shadow: 2px 2px 5px #BBBBBB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.PhotoLink a:hover {
	background-color: #D6EACE;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#Comment {
}

#Comment h2 {
	background: url("../imgs/results_img1.png") no-repeat center -150px;
	text-indent: -9999px;
	overflow: hidden;
	height: 30px;
	margin-bottom: 20px;
}

#Comment article {
	margin: 30px;
	padding: 20px;
	font-size: 110%;
	border: 1px solid #DDDDDD;
	box-shadow: 2px 2px 5px #BBBBBB;
	-moz-box-shadow: 2px 2px 5px #BBBBBB;
	-webkit-box-shadow: 2px 2px 5px #BBBBBB;
}
#Comment article:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

#Comment article + article {
}

#Comment article div {
	font-size: 12px;
	line-height: 1.4;
	margin: 0 20px 15px 0;
	color: #446644;
}

#Comment article div .Name {
	font-size: 130%;
	color: #555555;
}

.Announce {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #F39700;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.Link {
	display: block;
	margin: 20px auto 10px auto;
	border: 1px solid #BBCCFF;
	padding: 10px;
	color: #335577;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px #CCCCCC;
	-moz-box-shadow: 1px 1px 1px #CCCCCC;
	-webkit-box-shadow: 1px 1px 1px #CCCCCC;
	background: -moz-linear-gradient(top,#FFFFFF,#81BFFF);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#81BFFF));
	text-shadow: 1px 1px 1px #FFFFFF;
}
a.Link:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
