@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 16px;
	line-height: 1.8;
	color: #313131;
	background-color: #fff;
}
#container {
	position: relative;
	width: 100%;
	min-width: 1130px;
	margin: 0 auto;
}
.tcr {
	color: #e60012;
}

/* z-index
=========================================*/
header .fix h1 { z-index: 10; }
nav { z-index: 1000; }
aside { z-index: 100; }

/* header
=========================================*/
header {
	position: relative;
	width: 100%;
	height: 850px;
	text-indent: -100000px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/bg_header.webp) no-repeat center top;
}
header .fix {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/header.webp) no-repeat right top;
}
header .fix h1 {
	position: absolute;
	top: 50px;
	left: 0;
	width: 140px;
	height: 50px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/logo_icarus_online.webp) no-repeat center;
}
header .fix h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/* nav
=========================================*/
nav {
	position: relative;
	width: 100%;
	height: 220px;
	margin-top: -100px;
}
nav .lnb {
	position: relative;
	width: 1122px;
	height: 100px;
	margin: 0 auto;
}
nav .lnb li {
	float: left;
	position: relative;
	width: 561px;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/lnb.webp);
	text-indent: -100000px;
	cursor: pointer;
}
nav .lnb li.lnb1 {
	background-position: 0 0;
}
nav .lnb li.lnb2 {
	background-position: 100% 0;
}
nav .gnb {
	position: relative;
	width: 100%;
	height: 120px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/bg_gnb.webp) repeat-x;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
nav .gnb.on {
	position: fixed;
	top: 0;
	left: 0;
}
nav .gnb .fix {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
nav .gnb .fix li {
	float: left;
	position: relative;
	width: 230px;
	height: 100%;
	margin: 0 -5px;
	background-repeat: no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/gnb.webp);
	text-indent: -100000px;
	cursor: pointer;
}
nav .gnb .fix li.on {
	z-index: 1;
}
nav .gnb .fix li.gnb1 {
	background-position: 0 0;
}
nav .gnb .fix li.gnb1.on {
	background-position: 0 100%;
}
nav .gnb .fix li.gnb2 {
	background-position: -230px 0;
}
nav .gnb .fix li.gnb2.on {
	background-position: -230px 100%;
}
nav .gnb .fix li.gnb3 {
	background-position: -460px 0;
}
nav .gnb .fix li.gnb3.on {
	background-position: -460px 100%;
}
nav .gnb .fix li.gnb4 {
	background-position: -690px 0;
}
nav .gnb .fix li.gnb4.on {
	background-position: -690px 100%;
}
nav .gnb .fix li.gnb5 {
	background-position: -920px 0;
}
nav .gnb .fix li.gnb5.on {
	background-position: -920px 100%;
}

/* content
=========================================*/
#content {
	position: relative;
	width: 100%;
	padding: 50px 0 150px 0;
	background-repeat: no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/bg_content_top.webp), url(http://icarus-web.nefficient.jp/images/Event/00_OpenEvent/bg_content_bottom.jpg);
	background-position: center top, center bottom;
}
#content .fix {
	position: relative;
	width: 740px;
	margin: 0 auto;
}

/* event common
=========================================*/
.event,
.event2 {
	display: none;
	position: relative;
	width: 100%;
}
.event .img,
.event2 .img {
	position: relative;
	width: 1100px;
	margin: 50px 0 50px -180px;
	text-align: center;
}
.event .bg,
.event2 .bg {
	text-indent: -100000px;
	background-repeat: no-repeat;
	background-position: center;
}
.event .two:after,
.event2 .two:after {
	content: '';
	display: block;
	clear: both;
}
.event .two li,
.event2 .two li {
	float: left;
	position: relative;
	width: 50%;
	padding: 10px;
}
.event h3,
.event2 h3 {
	position: relative;
	width: 1100px;
	margin: 70px 0 20px -180px;
}
.event h4,
.event2 h4 {
	position: relative;
	width: 100%;
	margin: 70px 0 30px 0;
}
.event h5,
.event2 h5 {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
}
.event .tsb,
.event2 .tsb {
	font-size: 28px;
}
.event table,
.event2 table {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #7a7a7a;
	font-size: 12px;
}
.event table caption,
.event2 table caption {
	display: none;
}
.event table tr th,
.event table tr td,
.event2 table tr th,
.event2 table tr td {
	padding: 10px;
	text-align: center;
}	
.event table tr th,
.event2 table tr th {
	background-color: #798194;
	color: #fff;
	font-weight: normal;
}
.event table tr td,
.event2 table tr td {
	border: 1px solid #e0e0e0;
}
.event table tr td:nth-child(1),
.event2 table tr td:nth-child(1) {
	border-left: none;
}
.event table tr td:nth-child(6),
.event2 table tr td:nth-child(6) {
	text-align: left;
	border-right: none;
}
.event .btn,
.event2 .btn {
	position: relative;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -100000px;
}
.event .btn:hover,
.event2 .btn:hover {
	background-position: 0 100%;
}
.event .btn a,
.event2 .btn a {
	display: block;
	width: 100%;
	height: 100%;
}

/* eizo
=========================================*/
.event#eizo {
	display: block;
}
#eizo .info {
	height: 192px;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/eizo/txt1.webp);
}
#eizo .info2 {
	height: 1300px;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/eizo/txt3.webp);
}
#eizo .list {
	position: relative;
	width: 100%;
	margin: 20px 0;
}
#eizo .list li {
	margin: 10px 0;
}
#eizo .list img {
	vertical-align: middle;
}

/* mission c
=========================================*/
#mission_c table tr td:nth-child(6) {
	text-align: center;
	border-right: inherit;
}
#mission_c table tr td:nth-child(7) {
	text-align: left;
	border-right: none;
}

/* twitter
=========================================*/
#twitter .btn_follow {
	margin-bottom: 50px;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/twitter/btn_follow.webp);
}
#twitter .btn_retweet {
	margin-bottom: 30px;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/twitter/btn_retweet.webp);
}
#twitter .retweet {
	position: relative;
	width: 100%;
}
#twitter .retweet iframe {
	position: relative;
	width: 100% !important;
}
#twitter table {
	margin: 30px 0;
}
#twitter table tr.mission th,
#twitter table tr.mission td {
	border-bottom: 1px solid #e0e0e0;
}
#twitter table tr.mission th {
	background-color: #2dc8da;
}
#twitter table tr.mission td {
	font-size: 16px;
	font-weight: bold;
}
#twitter table tr.mission td:nth-child(2) {
	border-right: none;
}

/* guild
=========================================*/
#guild .btn_guild {
	margin: 20px 0;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/guild/btn_guild.webp);
}
#guild .btn_qna {
	margin: 20px 0;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/guild/btn_qna.webp);
}
#guild table {
	margin: 50px 0;
	border-top: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
}
#guild table tr th {
	border-bottom: 1px solid #e0e0e0;
}
#guild table tr td {
	border-right: none;
	text-align: left;
}
#guild .template {
	position: relative;
	width: 100%;
	text-align: center;
}
#guild .template li {
	display: inline-block;
	margin: 15px 30px;
}

/* footer
=========================================*/
footer {
	position: relative;
	width: 100%;
	background-color: #000;
}
footer .caution {
	position: relative;
	width: 100%;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/bg_caution.webp) no-repeat center top;
	color: #fff;
	font-size: 14px;
}
footer .caution .fix {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}
footer .caution .fix h3 {
	margin-bottom: 25px;
}
footer .copyright {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	color: #a0a0a0;
	font-size: 11px;
	text-align: center;
}
footer .copyright li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px;
}

/* aside
=========================================*/
aside {
	position: absolute;
	top: 1000px;
	left: 50%;
	width: 120px;
	margin-left: 550px;
}
aside ul {
	position: relative;
	width: 100%;
}
aside ul li {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/00_OpenEvent/aside.webp);
	text-indent: -100000px;
	cursor: pointer;
}
aside ul li.btn_top {
	background-position: 0 0;
}
aside ul li.btn_official {
	background-position: 0 100%;
}
aside ul li.btn_official a {
	display: block;
	width: 100%;
	height: 100%;
}
