@charset "UTF-8";

.inner { width:960px; margin: 0 auto; }

/* section */

section{
	padding:25px 0 15px;
	border:2px solid #FBA332;
	border-radius: 10px;
	margin: 10px 47px 50px 50px;
}

section h2, section p{ text-align: center; }

section table{
	width: 812px;
	margin:15px auto;
	border:2px solid #0d0509; }

section th,section td{
	font-size: 16px;
	padding:15px 20px;
	border-bottom:1px solid #0d0509;
	line-height:1.5em;
}
section th{
	vertical-align: middle;
	color:#0d0509;
	text-align: left;
	width: 30%;
}
section td{ color: #333;}

section tr:nth-child(1) th,section tr:nth-child(1) td{ background: #feebb1; }
section tr:nth-child(2) th,section tr:nth-child(2) td{ background: #ebf2cf; }
section tr:nth-child(3) th,section tr:nth-child(3) td{ background: #eaebeb; }
