@charset "UTF-8";

body{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	
	/*color:#e5ddd4;
	background-color: #0a0a0b;
	background-image: linear-gradient(rgba(10, 10, 11, 0.88), rgba(10, 10, 11, 0.88)), url("../images/background.jpg");
	background-attachment: fixed;
	background-size: cover;*/
	background-image: url("../images/bg.jpg");
	color:#fff;
}

a{
	color:#c8a84b;
	text-decoration: none;
}

a:hover{
	color:#e2c97e;
	text-decoration: none;
}

img{
	max-width: 100%;
	max-height: 100%;
}

#header{
	width:100%;
	/*background-color:#111114;*/
	background-color:#110606;
	color:#e5ddd4;
	/*border-bottom:1px solid #2c2c34;*/
	border-bottom:1px solid #896441;
}

#header h1{
	background: linear-gradient(135deg, #111114 0%, #0a0a0b 100%);
	/*color:#9a9090;*/
	color:#fff;
	font-size:0.75rem;
	line-height:36px;
	letter-spacing:0.08em;
}

#header h1 span.note{
	display:block;
	width:100%;
	margin:0 auto;
	max-width: 960px;
	box-sizing: border-box;
	padding:0 10px;
}

#contents{
	width:100%;
	color:#e5ddd4;
}

#footer{
	width:100%;
	background: linear-gradient(180deg, #111114 0%, #0a0a0b 100%);
	color:#e5ddd4;
	border-top:1px solid #2c2c34;
}

#footer address{
	font-size:0.65rem;
	line-height:2em;
	text-align: center;
	box-sizing: border-box;
	padding:20px 10px;
	color:#5e5a58;
	letter-spacing:0.05em;
}

#footer address a{
	color:#9a9090;
	transition:color 0.3s ease;
}

#footer address a:hover{
	color:#c8a84b;
}