@charset "utf-8";

#home {
	width: 920px;
	margin: 0;
	padding: 50px 40px 0 40px;
	background: #468b38;
	overflow: hidden;
}
.pagetop {
	text-align: right;
	margin: 0 0 10px 0;
}





/*
PC
==============================================*/
#home section {
	margin-bottom: 20px;
}
#home p {
	margin-bottom: 20px;
}
/* ----- header ----- */
#home .post {
color: #000080;
}
#home .post h1 {
	margin-bottom: 20px;
}
/* ----- table ----- */
#home table {
	width: 920px;
}
#home th {
	width: 440px;
	padding-right: 40px;
	text-align: center;
	vertical-align: top;
}
#home td {
	width: 440px;
	text-align: center;
	vertical-align: top;
}
#home iframe {
	width: 440px;
	height: 400px;
	border: 0;
}