@charset "utf-8";

/* コンテンツ
======================================= */
#cont{
	background:none;
}
h1{
	text-align:center;
	margin-bottom:50px;
}
.guideBox{
	width:1000px;
	padding:30px 50px;
	background:#eaecef;
	margin-bottom:50px;
	box-sizing:border-box;
}
.guideBox h2{
	margin-bottom:15px;
}
.guideBox h3{
	font-size:21px;
	margin-bottom:10px;
}
.guideBox p{
	font-size:16px;
	line-height:1.8em;
}
.guideBox table{
	width:100%;
	border:none;
	border-spacing:0;
}
.guideBox table th{
	padding:10px 0;
	width:200px;
	background:#eaecef;
	border-bottom:1px solid #bfbfbf;
	font-size:15px;
}
.guideBox table td{
	padding:10px 0;
	width:700px;
	background:#eaecef;
	border-bottom:1px solid #bfbfbf;
	font-size:15px;
}
#footerTop {
    padding: 0px 0 100px !important;
    background: #fff;
}
