/* CSS Document */

#join {
	padding-top:80px;	
}

section h1 {
	margin-bottom: 20px;
}
section h1+p {
	margin-bottom: 80px !important;
	text-align: center;
	line-height: 1.6em;
}
section h1 img {
	margin:auto;
	margin-bottom: 25px;
	display:block;
}
#join section {
	padding: 40px 70px;
	background: #ffffff;
	border-radius: 20px;
}
#join section h2 {
	text-align: left;
	margin-bottom:45px;
}
#join hr {
	margin-bottom: 28px;
}
#join dl {
	margin-bottom: 40px;
}
#join dt {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	float: left;
	width: 280px;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 30px;
}
#join dd {
	margin-left: 280px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-bottom: 0;
	border-top: 1px solid #cccccc;
}

#join dl {
	border-bottom:1px solid #cccccc;
	overflow:hidden;	
}

#join .agree p {
	text-align: left;
	margin-bottom: 18px;
	font-size: 13px;
}
#join .agree {
	margin-bottom: 80px;
	margin-left:260px;
}
#join .check_agree {
	font-size: 16px;
	line-height:22px;
}

#join button.btn {
	padding:17px 0;	
}
