@charset "UTF-8";

/* 第49回「こどもの日」小中学生写生大会 */

.main_contents {
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.youtube {
	width: 590px;
	height: 340px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.main_title_text h2 {
	letter-spacing: 0 !important;
}


/* 受賞者 */

h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}

h3 span {
	font-weight: normal;
	font-size: 12px;
	padding-left: 1em;
}

.prize1 {

}

.prize2 {
	float: left;
	width: 49%;
}

.prize3 {
	float: right;
	width: 49%;
}

table.prize {
	margin: 0 auto;
	border: solid 1px #aaa;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table.prize th, table.prize td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 12px;
}

table.prize th {
	background-color: #eceaa8;
	font-weight: normal;
	text-align: center;
}

table.prize td {
	text-align: left;
}

th.number {
	width: 20px;
}

th.prize {
	width: 60px;
}

th.school {
	width: 120px;
}

th.school2 {
	width: 80px;
}

th.age {
	width: 40px;
}

th.name {
	width: 80px;
}



