@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 1200px;
	background:url(../images/bg_image.jpg) no-repeat top;
}

h1 {
	text-indent: -9999px;
	height:310px;
}

ul {
	width: 400px;
	margin: 87px auto 0 auto;
}

ul li {
	height: 41px;
	padding-bottom: 19px;
}


#footer {
	margin-top:340px;
}

.pre-caution {
	position: absolute;
	display: inline-block;
	text-align: center;
	top: 370px;
	left: 50%;
	font-size: 12px;
	padding: 5px 20px;
	line-height: 20px;
	margin-bottom: 30px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	background: rgba(0,0,0, 0.5);
}