body {
	font-size: 18px;
	line-height: 2;
	color: #fff;
	background-color: #091813;
}
#container {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	min-width: 760px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/background.webp) no-repeat 50% 0;
}
.tcr { color: #ff8a8a; }
.tcbr { color: #70d1c2; }
.tcgr { color: #c9e29d; }
.fs13 { font-size: 13px; }
big { font-size: 22px; font-weight: bold; }

/* header
==================================================*/
header {
	position: relative;
	width: 100%;
	height: 570px;
	text-indent: -100000px;
}
header h1 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 150px;
	height: 50px;
	margin-left: -500px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/logo_icarus.webp) no-repeat center;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/* content
==================================================*/
.content {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.content h3 {
	position: relative;
	width: 100%;
	margin: 100px 0 10px 0;
	line-height: 1;
}
.content .date {
	position: relative;
	width: 100%;
	font-size: 18px;
}
.content .itemlist {
	position: relative;
	width: 100%;
	padding: 25px;
	border: 1px solid #000;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/bg_layer.webp) repeat;
	-moz-box-shadow:inset 0px 0px 15px #000000;
	-webkit-box-shadow:inset 0px 0px 15px #000000;
	box-shadow:inset 0px 0px 15px #000000;
}
.content .itemlist table {
	display: none;
}
.content .itemlist table:first-child {
	display: table;
}
.content .itemlist .note {
	position: relative;
	width: 100%;
	margin: 20px 0;
	font-size: 11px;
}
.content .itemlist .btn_get {
	position: relative;
	width: 333px;
	height: 62px;
	margin: 40px auto 20px auto;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/btn_get.webp) no-repeat 0 0;
	text-indent: -100000px;
	cursor: pointer;
}
.content .itemlist .btn_get:hover {
	background-position: 0 -62px; 
}
.content .itemlist .btn_get.re {
	background-position: 0 -124px;
}
.content .itemlist .btn_get.re:hover {
	background-position: 0 -186px;
}
.content .supply {
	position: relative;
	width: 100%;
}
.content .supply li {
	position: relative;
	width: 100%;
}
.content .supply li.arrow:after {
	content: 'next';
	display: block;
	width: 108px;
	height: 80px;
	margin: 20px auto 0 auto;
	text-indent: -100000px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/ic_arrow.webp) no-repeat center;
}
.content .supply li h4 {
	margin-left: -5px;
}
.content .supply li .ss {
	margin-top: 20px;
}
table {
	position: relative;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 15px;
}
table caption {
	display: none;
}
table tr th {
	padding: 15px;
	background-color: #1d423e;
}
table tr td {
	padding: 5px 10px;
	background-color: #112a2b;
}
table tr td:first-child {
	line-height: 1;
}

/* gnb
=========================================*/
.gnb {
	position: relative;
	width: 100%;
	height: 78px;
	margin-top: 20px;
}
.gnb ul {
	position: relative;
	width: 100%;
	height: 100%;
}
.gnb ul li {
	float: left;
	width: 400px;
	height: 100%;
	text-indent: -100000px;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/gnb.webp);
	cursor: pointer;
}
.gnb ul li.gnb1 {
	background-position: 0 0;
}
.gnb ul li.gnb1:hover,
.gnb ul li.gnb1.on {
	background-position: 0 -78px;
}
.gnb ul li.gnb2 {
	background-position: -400px 0;
}
.gnb ul li.gnb2:hover,
.gnb ul li.gnb2.on {
	background-position: -400px -78px;
}

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

/* 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/06_ReStart/bg_layer.webp) repeat;
	z-index: 10000;
}
.popup .fix {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-left: -400px;
	padding: 65px 60px 0 60px;
	border: 1px solid #000;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/bg_layer2.webp) repeat;
	-moz-box-shadow: 0px 0px 10px #59706f;
	-webkit-box-shadow: 0px 0px 10px #59706f;
	box-shadow: 0px 0px 10px #59706f;
}
.popup .fix table {
	margin: 30px 0;
}
.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/06_ReStart/btn_close.webp) no-repeat center;
	text-indent: -100000px;
	cursor: pointer;
	z-index: 1;
}
.popup .fix .btn_get {
	position: relative;
	width: 333px;
	height: 62px;
	margin: 0 auto;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/btn_get.webp) no-repeat -333px 0;
	text-indent: -100000px;
	cursor: pointer;
}
.popup .fix .btn_get:hover {
	background-position: -333px -62px;
}
.popup .fix .btn_get.re {
	background-position: -333px -124px;
}
.popup .fix .btn_get.re:hover {
	background-position: -333px -186px;
}

/* caution
=========================================*/
.caution {
	position: relative;
	width: 100%;
	margin-top: 100px;
	padding: 50px 0;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/06_ReStart/bg_caution.webp) no-repeat 50% 0;
	font-size: 14px;
}
.caution .fix {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.caution .fix h3 {
	margin-bottom: 15px;
}
.caution .fix ul li {
	list-style: disc;
	margin-left: 20px;
}

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