/*　--------------- ヘッダー　---------------*/
.header {
	width: 100%;
	margin: auto;
	height: 567px;
	background: url(../media/collabo/header.jpg) no-repeat top center;
	background-size:cover;
}


.copybox{
	width: 900px;
	text-align: right;
	margin: auto;
}

.copymain{
	width: 420px;
	text-align: center;
	margin-left: 0px;
	margin-top: 130px;
	margin-bottom: 20px;
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 60px;
	color: #666;
}
.copysub{
	width: 420px;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height:35px;
}


	
/*　---------------　コンテンツ　---------------*/
.contents {
	clear : both ;
	background-color: #fff;
	width: 840px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	position:relative; top:-30px;
}
.contents-box {
	background-color: #f2f2df;
	width: 790px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 15px;
}
.contents2 {
	clear : both ;
	background-color: #fff;
	width: 840px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	margin-top:20px;
}
.contents-title {
	margin: auto;
	padding-top: 40px;
	text-align: center;
	font-size: 40px;
	color: #666;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 55px;
	margin-bottom: 15px;
}
.contents-title2 {
	text-align: left;
	padding-left: 15px;
	font-size: 25px;
	color: #333;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 40px;
}
.contents-title3 {
	text-align: left;
	padding-left: 15px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 40px;
}
.contents-copy {
	margin: auto;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height:30px;
}

.contents-copy2 {
	padding-left: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
}

