@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));
}

.blue01 h1.logo{
	height: 100px;
	width: 255px;
	position: relative;
	top: 100px;
	margin: 0px auto;
	background: url(/image/campress_logo.png) no-repeat center;
}
.blue01 h1.logo a{
	display: block;
	height: 100%;
	width: 100%;
}

.blue01 h2{
	width: 100%;
	margin: 150px auto 20px auto;
	background: #004294;
	font-size: 35px;
	color: #fff;
	text-align: center;
}


.main {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
}
.form{
	background: #ececec;
	margin:0px auto 50px auto;
	padding: 0;
}
dl.line{
	width: 96%;
	color: #004294;
	margin: 20px auto;
}
.line dt{
	width: 18%;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	float: left;
	padding: 2%;
}
.line dd{
	width: 72%;
	font-size: 15px;
	padding: 2%;
	margin: 0px 0px 0px 22%;
	text-align: left;
}
.line dd input[size="10"]{
    width: 10%;
}
.line dd input[size="20"]{
    width: 20%;
}
.line dd input[size="40"]{
    width: 40%;
}
.line dd input[size="60"]{
    width: 60%;
}
.line dd input[size="80"]{
    width: 80%;
}

.send_btn{
	margin: 30px auto 50px;
	padding: 0px 0px 50px;
	overflow: hidden;
}
.send_btn input{
	padding: 20px 50px;
	color: #fff;
	background: #142944;
	border-radius: 10px;
	font-size: 15px;
	border: 0;
}
