@charset "UTF-8";

body {
	background: #f6ecdd url(../images/bg_index.jpg) no-repeat center top;
	text-align: center;
	padding: 350px 0 0;
	position: relative;
}

#index_wrap {
	width: 1326px;
	margin: 0 auto;
	padding: 0 20px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 70%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 70%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 );
}
@media screen and (max-width: 1400px) {
	#index_wrap {
		width: 80%;
	}
}
.index_txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	font-family: メイリオ;
	margin: 30px auto 50px;
	width: auto !important;
}

.index_txten {
	color: #fff;
	font-size: 20px;
	margin: 30px 0 40px;
}

.btn_area {
	text-align: center;
	margin: 30px auto 0;
}
.btn_area div {
	display: inline-block;
	padding: 0 10px;
}


.r18 {
	font-size: 12px;
	text-align: center;
}

.r18_in {
	text-align: left;
	line-height: 1.8;
	display: inline-block;
}

.r18_in a {
	color: #fff;
}

footer {
	background: none;
	padding: 0;
}

footer .bnr {
	text-align: center;
}

footer h3 {
	background: #f0f0f0;
	text-align: center;
	width: 1050px;
	height: 45px;
	color: #6d6d6d;
	font-size: 18px;
	line-height: 45px;
	margin: 50px auto 25px;
}

.group_bnr {
	width: 1050px;
	margin: 0 auto 25px;
}
.group_bnr .img {
	width: 468px;
	display: block;
	float :left;
}
.group_bnr p {
	font-size: 18px;
	float: right;
	width: 542px;
}
.group_bnr p span {
	color: #ed6896;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.copyright {
	padding: 30px 0 15px;
}