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


#pageTtl {
	background-color: #F5F7FB;
	background-image: url(../img/11_cont_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
#pageTtl h1 {
	height: 300px;
	line-height: 300px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
#pageTtl h1 span {
	color: #0098CA;
}
.box h1 {
	font-weight: bold;
	background: url(../img/bg_h1.png) bottom no-repeat;
	padding-bottom: 8px;
	margin-bottom: 20px;
}


/*=======================
#cont01
=======================*/
#cont01 table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
#cont01 table.f01{
	margin-bottom: 40px;
}
#cont01 th {
	width: 180px;
	text-align: left;
	padding: 17px 10px;
	position: relative;
	z-index: 50;
	vertical-align: top;
}
#cont01 th span {
	display: block;
	width: 40px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	background: #FF3399;
	position: absolute;
	right: 10px;
	top:5px;
}
#cont01 th.line {
	line-height: 1.4;
	padding-top: 0;
}
#cont01 td {
	padding: 5px 0;
}
#cont01 td p {
	padding: 5px 0 15px;
}
input.mid {
	width: 580px;
	padding: 7px;
}
input.wide,
textarea {
	width: 680px;
	padding: 7px;
}
input {
	vertical-align: middle;
}
#cont01 td li {
	width: 220px;
	float: left;
	padding-bottom: 15px;
}
.privacy {
	padding: 0 0 20px 210px;
	line-height: 1.4;
}
#btnSubmit {
	width: 401px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 50px 210px;
	display: block;
	border: none;
	background: url(../img/submitbtn.png) no-repeat;
	cursor: pointer;
}

input:hover#btnSubmit  {
	opacity: 0.7;
	filter: alpha(opacity=70);
}