@charset "utf-8";

/* ==================================================================

	■個別のCSSはここで指定
	
=================================================================== */

/* コメントテンプレート */

/* =================================
   ■ index
================================== */


body{
	background:url(../../images/common/background-repeat.gif) 50% 0 repeat;
}

.wrap{ 
	width:1020px;
	margin: 0 auto 0 auto;
	background:url(../../images/index/background-repeat.gif) 50% 0 repeat-y;
}


.page{
	position:relative;
	width:1020px;
	margin: 0 auto 0 auto;
	text-align: left;
	background:url(../../images/index/background.jpg) 0 0 no-repeat;	
}




/* --------------------------------
   □ 項目
-------------------------------- */
.page p{
	margin:0;
}


.page .leadText{
	margin-top:8px;
	left:0;
	width:100%;
	text-align:center;
	font-size:120%;
}

.page .leadText img{
	margin-left:35px;
}

.page .appeal{
	position:absolute;
	top:65px;
	left:0;
	width:100%;
	text-align:center;
	font-size:240%;
	font-weight:bold;
	color:#FA00C3;
	text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}

.page h1{
	margin: 0 auto;
	text-align:left;
	padding:10px 0 0 40px;
	font-size:72%;
	font-weight:bold;

}

.page .logo{
	position:absolute;
	top:220px;
	left:394px;
}

.page .subtext{
	position:absolute;
	top:460px;
	left:544px;
	font-size:72%;
	font-weight:bold;
	text-align:center;
}

.page .btns{
	position:absolute;
	top:572px;
	left:485px;
}

.page .btns li{
	display:inline;
}

.page .btns li.leave{
	zoom:1;
	display:inline;
}

.page .btns li.leave img{
	padding-top:20px;
}

.page .over18{
	position:absolute;
	top:683px;
	left:518px;
}

.page .banner{
	position:absolute;
	top:710px;
	left:65px;
}

/*年齢認証ページテキスト*/
.page .text{
	position:relative;
	box-sizing:border-box;
	background:#fff;
	opacity:0.8;
	margin:820px 65px 35px 65px;
	padding:15px;
}

.page .text dl{
	line-height:1.8;
	margin-bottom:1.2em;
	padding:0 8px 1.2em 8px;
	border-bottom:1px dotted #333;
}

.page .text dl:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}


	.page .text dl dt{
		font-weight:700;
		margin-bottom:5px;
	}

	.page .text ul li{
		margin:5px 0;
	}


/*リンクバナーセクション、表示位置指定*/
.page .section{
	padding:1010px 48px 45px 48px;
}

/* --------------------------------
   □ table
-------------------------------- */ 
.page .section table{
	width:100%;
}

.page .section table td{
	text-align:center;
	padding:6px;
}

/* --------------------------------
   □ publication
-------------------------------- */ 

.publication{
	position:relative;
	clear:both;
	width:962px;
	height:138px;
	background:url(../../images/index/footer-background.gif) 0 0 no-repeat;
}




