@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
force-creative.jp
------------------------------------------------------------------------------ */
.content {
	width: 100%;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 530px;
	background-image:url(../forest/img/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:20px;
	padding-bottom:30px;
}
.contBox {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding:30px;
	text-align:center;
}
h2 {
	margin:0px;
	padding:0px;
}
.foreTit  img {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.foreTxt01 {
	font-size:0.9em;
	margin-bottom:20px;
	margin-top:0px;
}
