@charset "utf-8";


table{
	margin-top: 30px;
	width: 100%;
}

th{
	font-weight: normal;
	text-align: center;
}

td.odd {
	padding: 15px 0 15px 15px;
}

td.even {
	text-align: right;
	padding: 15px 35px 15px 0;
}

#moreBox{
	width: 55%;
}


.p1	{
	margin-top: 20px;
}


img{
	margin-bottom: 20px;
}