@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 17px;
	line-height: 1.4em;
	color: #313131;
}
#container {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-width: 1400px;
}

/* common
======================================*/
.hidden, caption {
	display: none;
}
.emph {
	font-size: 20px;
	font-weight: bold;
}
img {
	max-height: none;
	max-width: none;
}
.bold {
	font-weight: bold;
}
.img_left {
	position: relative;
	margin-left: -180px;
}
.align_md {
	vertical-align: middle;
	width: 43px;
	height: 50px;
}
.violet {
	font-weight: bold;
	font-size: 19px;
	color: #584d8b;
}
.red {
	font-size: 12px;
	color: #F00;
	letter-spacing: 0;
	line-height: 1.8;
}
.fix {
	position: relative;
	margin: 0 auto;
	width: 740px;;
	line-height: 2.2em;
	letter-spacing: -1px;
}

.fix p {
	max-width: none;
	max-height: none;
}
h6 {
	position: relative;
	margin-top: 60px;
}
/* common_table
======================================*/
table {
	position: relative;
	width: 740px;
	border-bottom: #7a7a7a solid 2px;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 20px;
	margin-top: 20px;
}
table thead td {
	background-color: #798194;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
table tbody td {
	border-bottom: #e0e0e0 solid 1px;
	border-right: #e0e0e0 solid 1px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table .firstcell {
	background-color: #2dc8da;
}
table tbody .lastcell {
	text-align: left;
	padding-left: 20px;
	border-right: none;
}
.small_table {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.small_table,
.small_table td {
	border: none;
	text-align: left;
}


/* header
======================================*/
#header {
	position: relative;
	width: 100%;
	height: 850px;
	background-color: #010101;
}
#header #bg {
	position: relative;
	height: 850px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/background.webp) repeat-x 0 0;
	z-index: 0;
}
#header h1 {
	position: absolute;
	top: 45px;
	left: -180px;
	width: 140px;
	height: 50px;
	float: left;
	z-index: 120;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .character {
	position: absolute;
	top: 0;
	left: -280px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/character.webp) no-repeat;
	width: 842px;
	height: 850px;
	z-index: 100;
}
#header .title {
	position: absolute;
	top: 0;
	left: 360px;
	width: 664px;
	height: 850px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/title.webp) no-repeat;
	text-indent: -100000px;
	z-index: 110;
}


/* gnb
======================================*/
#gnb {
	position: relative;
	width: 100%;
	height: 170px;
	margin-top: -40px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/bg_gnb.webp) repeat-x;
	z-index: 400;
}
#gnb ul {
	position: relative;
	width: 1032px;
	height: 170px;
	margin: 0 auto;
}
#gnb ul li {
	float: left;
	position: relative;
	width: 370px;
	height: 100%;
	margin: 0 -23px;
	text-indent: -100000px;
	background-repeat: no-repeat;
	background-image: url(../../../icarus-web.nefficient.jp/images/CPC/gnb.webp);
	cursor: pointer;
}
#gnb ul li.gnb1 {
	background-position: 0 0;
}
#gnb ul li.gnb1.on {
	background-position: 0 100%;
	z-index: 1;
}
#gnb ul li.gnb2 {
	background-position: -370px 0;
}
#gnb ul li.gnb2.on {
	background-position: -370px 100%;
	z-index: 1;
}
#gnb ul li.gnb3 {
	background-position: -740px 0;
}
#gnb ul li.gnb3.on {
	background-position: -740px 100%;
	z-index: 1;
}
#gnb ul li a {
	display: block;
	width: 100%;
	height: 100%;
}


/* content
======================================*/
#content {
	position: relative;
	margin-bottom: 100px;
}
#content .fix {
	position: relative;
	width: 740px;
}
#content .event {
	display: none;
},
#content #event01,
#content #event02,
#content #event03 {
	display: none;
	position: relative;
	margin-bottom: 100px;
}
#content #event01 {
	display: block;
}
#event02 .ev02_btn {
	position: relative;
	width: 740px;
	height: 50px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/ev02_btn.webp) no-repeat;
	margin-bottom: 20px;
}
#event02 .ev02_btn:hover {
	background-position: 0 -50px;
	cursor: pointer;
}
#event02 .ev02_btn a {
	display: block;
	width: 100%;
	height: 100%;
}
#event03 table {
	position: relative;
	width: 920px;
	margin-left: -80px;
}
#event03 .ev03_btn {
	position: relative;
	width: 740px;
	height: 50px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/ev03_acc_btn.webp) no-repeat;
	margin-bottom: 20px;
}
#event03 .ev03_btn:hover {
	background-position: 0 -50px;
	cursor: pointer;
}
#event03 .ev04_btn {
	position: relative;
	width: 740px;
	height: 50px;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/ev03_tw_btn.webp) no-repeat;
	margin-bottom: 20px;
}
#event03 .ev04_btn:hover {
	background-position: 0 -50px;
	cursor: pointer;
}
#event03 .ev03_btn a,
#event03 .ev04_btn a {
	display: block;
	width: 100%;
	height: 100%;
}
.retweet {
	position: relative;
	width: 100%;
}
.retweet iframe {
	position: relative;
	width: 100% !important;
}

/* caution
======================================*/
#caution {
	position: relative;
	background: url(../../../icarus-web.nefficient.jp/images/CPC/caution_bg.webp) no-repeat ;
	background-color: #010101;
	height: 1000px;
}
#caution .fix {
	padding-top: 25px;
	color: #fff;
	font-size: 13px;
}
#caution .fix p {
	line-height: 2.4em;
	font-size: 13px;
	color: #FFF;
	margin-top: 30px;
}
#caution small {
	font-size: 11px;
	color: #999;
	line-height: 1.4em;
}

/* footer
======================================*/
#footer {
	position: relative;
	background-color: #000;
	height: 140px;
	color: #a0a0a0;
}
#footer ul {
	list-style-type: none;
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
}
#footer li {
	display: inline-block;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 5px;
}

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