@charset "UTF-8";
/* CSS Contest */

h3 { margin: 10px 0px 5px 0px; }
h4 {}
em { font-weight: bolder; }

.contest_wrap {
	position: relative;
	width: 528px;
	padding-left: 2px;
	color: #666;
}

.contest_img img {
	position: relative;
}
.contest_body { font-size: 80%; }
.contest_body, .contest_form {
	width: 510px;
	padding: 0px 10px;
	position: relative;
}
.contest_body li { margin-left: 20px; }
.contest_form input.entry, .contest_form input.submit {
	background-image: url(../images/contest/input_repeat.png);
	background-repeat:repeat-x;
	height: 19px;
	width:200px;
	color: #666;
	float:right;
	border: none;
	outline-style: none;
	font-size: 100%;
}
.contest_form input.entry_img {
	float: right;
	margin-right: 95px;
}
.redstar { color: #F00; }
.contest_form input.entry_file {
	width:350px;
	color: #666;
	float:right;
	border: none;
	outline-style: none;
	font-size: 100%;
	margin-right: 70px;
	border: 1px solid #666;
}
.contest_form input.submit {
	width: 50px;
}
.contest_form input.check {
	outline-style: none;
	margin: 0 10px;
}
.l {
	float:right;
	display:block;
	background-image: url(../images/contest/input_left.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 19px;
}
.r {
	float:right;
	display:block;
	background-image: url(../images/contest/input_right.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 19px;
	margin-right: 80px;
}
.contest_form ul.form {
	list-style: none;
	margin-top: 10px;
}
.contest_form ul.form li {
	font-size: 80%;
	width: 490px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.contest_form label {
	float: left;
	width: 170px;
	display: block;
	text-align: right;
	padding-right: 10px;
}
p.ph1 {
	font-weight: bold;
	font-size: 90%;
}
p.pr1 {
	font-size: 80%;
}
p.ph2 {
	font-size: 110%;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 15px;
}
p.pr2 {
	font-size: 80%;
}
p.ph3 {
	font-size: 110%;
	font-weight: lighter;
	line-height: 20px;
	margin: 15px 0;
}
em.tnc {
	font-weight: bolder;
	font-size: 90%;
	text-decoration: underline;
	cursor: pointer;
}
#tnc {
	border: 1px solid #666;
	position: absolute;
	top: -5px;
	left: 0px;
	background-color:#FFF;
	width: 508px;
	font-size: 70%;
	padding: 20px 10px 10px 10px;
}
#tnc .close {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 90%;
	vertical-align: middle;
}
#tnc ul {
	float: none;
	list-style: square;
	margin-left: 10px;
}
#tnc li {
	float: none;
}
.contest_button {
	margin-top: 20px;
}
