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

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

.copymain{
	width: 480px;
	text-align: center;
	margin-left: 40px;
	margin-top: 80px;
	margin-bottom: 10px;
}
.copysub{
	width: 480px;
	text-align: center;
	margin-left: 00px;
	color: #535353;
	font-size: 23px;
	font-family: lemon;
	font-weight: bold;
	letter-spacing: -6px;
	line-height:40px;
}


/*　---------------  サブメニュー　---------------*/
.submenu {
	width: 900px;
	height: 270px;
	margin: auto;
	text-align: center;
	position:relative; top:-30px; 
}
	
.jammenu {
	text-align: center;
	float : left ;
	width: 691px;
	height: 247px;
	border-radius: 20px;
	background: url(../media/top/jamback.gif);
}
.giftmenu {
	float : left ;
	width: 193px;
	height: 247px;
	margin-left: 15px;
	border-radius: 20px;
	background: url(../media/jam/top/giftback.gif);
	text-align: center;
}
.submenutitle {
	clear : both ;
	text-align: center;
	height: 63px;
}
.subbotton {
	width: 119px;
	height: 164px;
	margin: auto;
	border-radius: 20px;
	background-color: #fffef3;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	color: #505050;
	padding-top:10px;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.subbotton:hover{
	width: 140px; 
	/*  
	cursor: pointer
	*/
	}
	
	
/*　---------------　コンテンツ　---------------*/
.contents {
	clear : both ;
	background-color: #fff;
	width: 840px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}


.nanko {
margin:auto
text-align: center;
}


#contentsdami {
	width: 900px;
	margin: auto;
	text-align: center;
	position:relative; top:-30px; 
}

