body {
	background:#1a1a1a;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
section.content h2 {
	color: #efede2;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header-area h1 {
	background:url("../../img/common/logo-teaser.png") no-repeat center top / contain;
}

/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	background: #1a1a1a;
	border-top: #53534f 1px dotted;
	height: 61px;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 14px;
	line-height: 60px;
	color: #efede2;
	font-weight: 700;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:23px;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:24vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
.contents-box {
	padding: 0 40px;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	border-bottom: #53534f 1px dotted;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	height: 12vw;
	padding-top: 0vw;
}
#footer-area #copyright {
	font-size: 2vw;
	line-height: 12vw;
}
}