
/*---------- ページ全体 ----------*/

#full{
	background-color: #000000;
	background-image: url(../img/bg-index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

#wrap{
	background-color: rgba(255,255,255,0.85);
}

/*---------- ヘッダー ----------*/



/*---------- コンテンツ ----------*/

#full h2{
	border: 0;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 32px;
}

#full .content{
	margin-top: 64px;
}

#wrap2{
	margin: 0;
}

/*---------- フッター ----------*/

#full footer{
	
}

/*---------- 一般設定 ----------*/



