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


.filter01{
	height: 100%;
	width: 100%;
	background: url(/image/filter01.png) repeat;
}
.blue01{
	height: 100%;
	width: 100%;
  background: linear-gradient(135deg, rgba(145,193,115,0.65), rgba(0,167,255,0.65));
	overflow: hidden;
}

.blue01 h1.logo{
	height: 100px;
	width: 255px;
	margin: 50px auto 30px;
	background: url(/image/campress_logo.png) no-repeat center;
}
.blue01 h1.logo a{
	display: block;
	height: 100%;
	width: 100%;
}
.blue01 h2{
	width: 100%;
	margin: 0px auto 20px auto;
	background: #004294;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}

.main {
	width: 95%;
	margin: 0px auto;
	padding: 0;
}
#pp{
	background: #ececec;
	margin:30px auto 50px auto;
	overflow: hidden;
}
#pp dl{
	width: 90%;
	margin: 30px auto;
}
#pp dl dt{
	color: #004294;
	border-bottom: solid 2px #004294;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	vertical-align: top;
	padding: 0px 0px 2px 0px;
	clear: both;
}
#pp dl dd{
	color: #004294;
	font-size: 15px;
	padding: 0;
	margin: 10px auto 30px auto;
	text-align: left;
}
