body {
	font-size: 14px;
	line-height: 1.8;
	background-color: #000;
	color: #fff;
	text-align: center;
}
#container {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	min-width: 1100px;
}
#container .fix {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

/* header
=========================================*/
header {
	position: relative;
	width: 100%;
	height: 640px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/09_WebMoney/bg_header.webp) no-repeat 50% 0;
	text-indent: -100000px;
}
header h1 {
	position: absolute;
	top: 35px;
	left: 50%;
	width: 165px;
	height: 60px;
	margin-left: -410px;
	z-index: 1;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/* content
=========================================*/
.content {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/09_WebMoney/bg_content.webp) repeat;
}
.content h3 {
	position: relative;
	width: 100%;
	margin: 100px 0 20px 0;
}
.content table {
	position: relative;
	width: 800px;
	margin: 50px auto;
	text-align: left;
	border-bottom: 2px solid #7a7a7a;
}
.content table caption {
	display: none;
}
.content table tr {
	border-top: 1px solid #fff;
}
.content table tr:first-child {
	border: none;
}
.content table tr th {
	padding: 10px;
	background-color: #798194;
	text-align: center;
}
.content table tr th:first-child {
	background-color: #2dc8da;
}
.content table tr td {
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.content table tr td:first-child {
	border-left: none;
}
.content table tr td:last-child {
	border-right: none;
}
.content table em {
	color: #f10;
}
.content .objects {
	position: relative;
	width: 100%;
}
.content .objects:after {
	content: '';
	display: block;
	clear: both;
}
.content .objects li {
	float: left;
	width: 50%;
}
.content .objects li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100000px;
}
.content .objects li .btn_gamecom,
.content .objects li .btn_hangame {
	width: 420px;
	height: 90px;
	margin: 0 auto;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/09_WebMoney/btn.webp) no-repeat;
}
.content .objects li .btn_gamecom {
	background-position: 0 0;
}
.content .objects li .btn_gamecom:hover {
	background-position: 100% 0;
}
.content .objects li .btn_hangame {
	background-position: 0 100%;
}
.content .objects li .btn_hangame:hover {
	background-position: 100% 100%;
}
.content .list {
	position: relative;
	width: 100%;
	text-align: left;
}
.content .list li {
	list-style: disc;
	margin-left: 80px;
}
.content .webmoney {
	position: relative;
	width: 980px;
	margin: 100px auto;
	padding-left: 280px;
	text-align: left;
}
.content .webmoney h2 {
	position: absolute;
	top: 0;
	left: 0;
}
.content .webmoney h4 {
	margin-top: 20px;
	margin-left: -10px;
}

/* lnb
=========================================*/
.lnb {
	position: absolute;
	top: 720px;
	left: 50%;
	width: 120px;
	height: 90px;
	margin-left: 540px;
	z-index: 5000;
}
.lnb .btn_top {
	cursor: pointer;
}

/* footer
==================================================*/
footer {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background-color: #000;
	text-align: center;
	font-size: 12px;
	color: #a0a0a0;
}
footer ul {
	width: 1100px;
	margin: 0 auto;
}
footer ul li {
	display: inline-block;
	margin: 0 5px;
}
