﻿@charset "utf-8";

body {
	font-size: 100%;
	line-height: 160%;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: center;
	background: #000;
}



h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#container {
	width: 100%;
	text-align: center;
}

#fullbg_stretch img {
	visibility: hidden;
}

#contents {
	margin: 0 auto;
	width: 800px;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 99;
}

#contents #overlaybg {
	top: 0;
	left: 0;
	width: 100%;
	/*background: #fff;*/
	position: absolute;
}

#contents #wrapper {
	width: 100%;
	text-align: left;
	position: relative;
}

#contents p {
	padding: 0 15px 30px 15px;
	position: relative;
}
#front { background-color: inherit; }
.front_wrap {
background-size: cover;
overflow: hidden;
position: relative;
width: 100%;
}

#front {display: block; overflow: hidden; transition: ease .3s all; width: 100%; }

#front:hover { background: none; }
#front:hover .visit_btn { 
	background: rgba(0,0,0,1);
	border: 1px solid #ffffff; 
	color: #ffffff; 
	margin-top: 6px; 
	padding: 14px 30px; 
	}
.front_ttl { color: #ffffff; font-family: Times, serif; font-size: 48px; font-weight: 100; margin: 120px auto 0; text-align: center; transition: 0.3s ease margin; width: 100%; }
.visit_btn { 
	background-color: #ffffff; 
	border: 1px solid #ffffff; 
	color: #000000; 
	display: block; 
	font-family: Times, serif; 
	font-size: 16px; 
	margin: 10px auto 0; 
	padding: 10px 20px; 
	text-align: center; 
	transition: 0.5s ease padding,0.5s ease margin; 
	width: 120px;
	}

