/* Layout ====================== */
body {
	font-size:16px;
	line-height:2;
	background-color:#f1f4f6;
	color:#626262;
}
#container {
	overflow-x:hidden;
	position:relative;
	width:100%;
	min-width:980px
}
#container #gnb .fix {
	position:relative;
	width:980px;
	margin:0 auto
}
header {
	position:relative;
	width:100%;
	height:787px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/bg_header.webp) no-repeat 50% 0;
	font:0/0 a
}
header h1 {
	position:absolute;
	top:86px;
	left:61%;
	width:150px;
	height:50px;
	margin-left:-490px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/14_Update/logo_icarus.webp) no-repeat center;
	z-index:1
}
header h1 a {
	display:block;
	width:100%;
	height:100%
}
.tcr {
	font-size: 12px;
}
.tcb {
	color: #3d8dfb;
	font-weight: bold;
}
caption {
	display: none;
}

/* gnb ====================== */
#gnb {
	position:absolute;
	top:700px;
	left:0;
	width:100%;
	height:87px;
	background: #000 repeat-x;
	-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 10px 10px rgba(0,0,0,0.2);
	box-shadow:0 10px 10px rgba(0,0,0,0.2);
	font:0/0 a;
	z-index:1000
}
#gnb.fixed {
	position:fixed;
	top:0;
	left:0;
}
#gnb ul {
	height:100%;
}
#gnb ul li {
	float:left;
	position:relative;
	width:490px;
	height:100%;
	background-repeat:no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/gnb.webp);
	cursor:pointer;
}
#gnb ul li:nth-child(1) {
	background-position:0 0;
}
#gnb ul li:nth-child(1).on {
	background-position:0 100%;
}
#gnb ul li:nth-child(2) {
	background-position:-500px 0;
}
#gnb ul li:nth-child(2).on {
	background-position:-500px 100%;
}

/* Contents ====================== */
#content {
	position:relative;
	width:100%;
	background-repeat:no-repeat;
}
.contents {
	display:none;
	position:relative;
	width:980px;
	margin:0 auto;
	padding:20px 0;
}
.contents h3 {
	margin-bottom:50px;
	text-align:center;
}
.contents h4 {
	margin-top:100px;
	margin-bottom:30px;
}
#content.new {
	background-position:50% 0,50% 980px,50% 2700px,50% 4100px;
	background-color: #f1f4f6;
}
#new {
	display:block;
}
#new table,
#comeback table {
	position: relative;
	width: 100%;
	font-size: 14px;
}
#new table thead tr th,
#comeback table thead tr th {
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
}
#new table tbody tr td,
#comeback table tbody tr td {
	padding: 10px;
	color: #313350;
}
#new table thead tr th,
#new table tbody tr td,
#comeback table thead tr th,
#comeback table tbody tr td {
	border-bottom: 5px #f1f4f6 solid;
}
#new table thead th:nth-child(1),
#new table thead th:nth-child(3),
#comeback table thead th:nth-child(1),
#comeback table thead th:nth-child(3) {
	background-color: #79808f;
}
#new table thead th:nth-child(2),
#new table thead th:nth-child(4),
#comeback table thead th:nth-child(2),
#comeback table thead th:nth-child(4) {
	background-color: #8d92a1;
}
#new table tbody tr td:nth-child(1),
#new table tbody tr td:nth-child(3),
#comeback table tbody tr td:nth-child(1),
#comeback table tbody tr td:nth-child(3) {
	background-color: #c6cad1;
}
#new table tbody tr td:nth-child(2),
#new table tbody tr td:nth-child(4),
#comeback table tbody tr td:nth-child(2),
#comeback table tbody tr td:nth-child(4) {
	background-color: #e4e6e9;
}
.tablelist {
	font-size: 12px;
	color: #667381;
}
.itembtn {
	position: relative;
	width: 450px;
	height: 100px;
	margin: 50px auto;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/btn.webp) no-repeat 0 0;
	cursor:pointer;
	font: 0/0 a;
}
.itembtn:hover {
	background-position: 0 -100px;
}
.itembtn a {
	display: block;
	width: 100%;
	height: 100%;
}
.receipt {
	position: relative;
	width: 100%;
	padding: 10px 60px;
	margin-bottom: 100px;
	background-color: #e4e6e9;
}

/* popup ====================== */
.popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/bg_layer.webp) repeat;
	z-index: 10000;
}
.popup .fix {
	position: absolute;
	top: 100px;
    left: 50%;
    width: 800px;
	height: 500px;
	margin-left: -400px;
    padding: 50px 60px;
	border: 1px solid #dbd9d3;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/bg_layer2.webp) repeat;
	-moz-box-shadow: 0px 0px 10px #59706f;
	-webkit-box-shadow: 0px 0px 10px #59706f;
	box-shadow: 0px 0px 10px #000;
}
.popup .fix table {
	width: 680px;
	margin: 30px 0;
    border-collapse: separate;
    border-spacing: 3px;
}
.popup .fix table tbody tr th {
	padding: 20px;
	background-color: #3b4254;
}
.popup .fix table tbody tr td {
	width: 100%;
	padding: 20px;
	background-color: #505664;
}
.popup .fix select {
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #f2f2f2;
}
.popup .fix .btn_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/btn_close.webp) no-repeat center;
	text-indent: -100000px;
	cursor: pointer;
	z-index: 1;
}
.popup .fix .btn_get {
	position: relative;
	width: 330px;
	height: 60px;
	margin: 0 auto;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/btn_get.webp) no-repeat 0 0;
	text-indent: -100000px;
	cursor: pointer;
}
.popup .fix .btn_get:hover {
	background-position: 0 -60px;
}

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

/* Caution ====================== */
.caution {
	position: relative;
	padding: 50px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/17_ReStart/caution-bg.webp) no-repeat #000 top center;
}
.caution ul {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.caution ul li {
	margin: 7px 0;
	font-size: 13px;
	color: #fff;
}

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