/*contents*/
#revContents {
	width: 100%;
	margin: 0 auto;
}
#revContents .profile {
	position: relative;
	width: 96%;
	margin: 0 auto 20px auto;
}
#revContents .profile:after {
	display: block;
	content: '';
	clear: both;
}
#revContents .profile .icon {
	position: relative;
	float: left;
	width: 73px;
	height: 73px;
	margin: 0 16px 0 0;
	padding: 2px;
	border-radius: 6px;
	border:1px solid #59696c;
	background: #1b2628;
}
#revContents .profile .icon img {
	width: 71px;
	height: auto;
	border-radius: 4px;
	border:1px solid #59696c;
}
#revContents .profile .icon img:hover {
	box-shadow:0px 0px 35px 0px #418b89 inset;
	-moz-box-shadow:0px 0px 35px 0px #418b89 inset;
	-webkit-box-shadow:0px 0px 35px 0px #418b89 inset;
}
#revContents .profile .icon span {
	display: block;
	position: absolute;
	bottom: -7px;
	right: -13px;
	width: 24px;
	height: 24px;
	background: url(../../pc/img/common/btn_icon.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
#revContents .profile .icon:hover span {
	background: url(../../pc/img/common/btn_icon_on.png) no-repeat center center;
	background-size: 100%;
}
#revContents .profile .icon a {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 71px;
	height: 71px;
	border-radius: 4px;
	box-shadow:0px 0px 8px 3px rgba(65,139,137,0.5) inset;
	-moz-box-shadow:0px 0px 8px 3px rgba(65,139,137,0.5) inset;
	-webkit-box-shadow:0px 0px 8px 3px rgba(65,139,137,0.5) inset;
	transition: all 0.5s;
}
#revContents .profile .icon:hover a {
	box-shadow:0px 0px 14px 7px rgba(65,139,137,0.5) inset;
	-moz-box-shadow:0px 0px 14px 7px rgba(65,139,137,0.5) inset;
	-webkit-box-shadow:0px 0px 14px 7px rgba(65,139,137,0.5) inset;
	transition: all 0.5s;
}
#revContents .profile .iconNav {
	display: none;
	position:absolute;
	top:90px;
	left:0;
	padding:8px 0 0 0;
	background:url(../../pc/img/common/arrow_ptfselect.png) no-repeat 75px top;
	opacity: 0;
	z-index:10;
	transition:opacity 0.5s;
}
#revContents .profile.on .iconNav {
	display: block;
	opacity: 1;
	transition:opacity 0.5s;
}
#revContents .profile .iconNav ul {
	padding: 3px;
	border-radius: 4px;
	border: 1px solid #316867;
	background: url(../../pc/img/common/bdr_blk80.png) repeat left top;
}
#revContents .profile .iconNav li {
	width: 194px;
	border-radius: 4px;
	text-align: center;
	line-height: 47px;
	list-style:none;
	transition: all 0.5s;
}
#revContents .profile .iconNav li:hover {
	background: rgba(38,68,73,0.3);
	transition: all 0.5s;
}
#revContents .profile .iconNav li a {
	display:block;
	color: #788b8e;
	font-size: 14px;
}
#revContents .profile .iconNav li.nav_changeicon a {
	background: url(../../pc/img/common/icon_change.png) no-repeat 25px center;
}
#revContents .profile .iconNav li.nav_mypage a {
	background: url(../../pc/img/common/icon_mypage.png) no-repeat 20px center;
}
#revContents .profile dl {
}
#revContents .profile dl dt {
	padding: 10px 0 0 0;
}
#revContents .profile dl dt a {
	display: block;
	color: #a5c9c1;
	font-size: 14px;
	font-weight: bold;
}
#revContents .profile dd {
	margin: 5px 0 0 0;
	color:#788b8e;
	font-size: 12px;
	font-weight: bold;
}
#revContents .profile dd span {
	color:#a5c9c1;
	font-size: 12px;
	font-weight: bold;
}
#revContents .profile dd .ptf {
	display: inline-block;
	height:16px;
	margin: 0 12px 0 0;
}
#revContents .profile dd.ps4 .ptf {
	height: 14px;
	padding: 6px 0;
}
#revContents .profile dd.nsw .ptf img {
	height: 24px;
}
#revContents .profile dd p {
	display: inline-block;
	margin: 5px 11px 0 0;
}
#revContents .profile dd p.point {
	margin: 0 11px 0 0;
}
#revContents .profile dd p span {
	margin: 0 4px 0 8px;
	color: #a7bf60;
}
#revContents .profile dd p a {
	margin: 0 0 0 8px;
	padding: 2px 30px 2px 0;
	background: url(../img/common/arrow_rev.png) no-repeat right center;
	color: #a7bf60;
}
#revContents .profile dd p a:hover {
	background: url(../img/common/arrow_rev_on.png) no-repeat right center;
}
#revContents .updates {
	margin: 0 0 30px 0;
	padding: 20px 0;
	background: url(../img/common/line.png) no-repeat center top,url(../img/common/line.png) no-repeat center bottom rgba(0,0,0,0.5);
	text-align: center;
}
#revContents .updates li {
	position: relative;
	display: inline-block;
	width: 28%;
	max-width: 110px;
	height: 70px;
	margin: 0 5px;
	list-style: none;
}
#revContents .updates li.sendSup,
#revContents .updates li.sendedSup {
	max-width: none;
}
#revContents .updates li a {
	display: block;
	width: 100%;
	height: 70px;
}
#revContents .updates li.update a {
	background: url(../img/overview/btn_updates.png) no-repeat center top;
	background-size: 100%;
	transition: all 0.5s;
}
#revContents .updates li.update a:hover {
	opacity: 0.7;
	transition: all 0.5s;
}
#revContents .updates li.partners a {
	background: url(../img/overview/brn_pertners.png) no-repeat center top;
	background-size: 100%;
	transition: all 0.5s;
}
#revContents .updates li.partners a:hover {
	opacity: 0.7;
	transition: all 0.5s;
}
#revContents .updates li.transfer a {
	background: url(../img/overview/btn_transfer.png) no-repeat center top;
	background-size: 100%;
	transition: all 0.5s;
}
#revContents .updates li.transfer a:hover {
	opacity: 0.7;
	transition: all 0.5s;
}
.ja #revContents .updates li.transfer a {
	background: url(../img/overview/btn_transfer_ja.png) no-repeat center top;
	background-size: 100%;
	transition: all 0.5s;
}
#revContents .updates li span.upTime {
	position: absolute;
	top: calc(100% * 0.7);
	left: 0;
	width: 100%;
	color: #a7bf60;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow:none;
}
#revContents .updates li span.up {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #a7bf60;
	color: #1f3134;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-shadow:none;
}
#revContents .updates li.sendSup,
#revContents .updates li.sendedSup {
	width: 96%;
	height: auto;
	margin: 0 auto;
}
#revContents .updates li.sendSup span.sended,
#revContents .updates li.sendedSup span.send {
	display: none;
}
#revContents .updates li.sendSup a {
	display: block;
	width: auto;
	height: auto;
	border-radius: 4px;
	border: 1px solid #5d8a89;
	background: url(../../pc/img/common/bdr_grn20.png) repeat;
	color: #5d8a89;
	font-size: 16px;
	line-height: 50px;
}
#revContents .updates li.sendSup a span {
	padding: 0 0 0 35px;
	background: url(../img/overview/icon_sup.png) no-repeat left center;
	background-size: 30px;
}
#revContents .updates li.sendedSup a {
	display: block;
	width: auto;
	height: auto;
	border-radius: 4px;
	border: 1px solid #5d656e;
	background: url(../../pc/img/common/bdr_blk20.png) repeat;
	color: #5d656e;
	font-size: 16px;
	line-height: 50px;
}
#revContents .updates li.sendedSup span {
	padding: 0 0 0 35px;
	background: url(../img/overview/icon_sup_disable.png) no-repeat left center;
	background-size: 30px;
}
#revContents .event {
	margin: 0 0 30px 0;
	padding: 0 0 18px 0;
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat rgb(2,18,21);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat rgb(2,18,21);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat -moz-linear-gradient(top, rgba(2,18,21,1) 1%, rgba(1,10,12,1) 50%, rgba(2,18,21,1) 100%);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat -webkit-linear-gradient(top, rgba(2,18,21,1) 1%,rgba(1,10,12,1) 50%,rgba(2,18,21,1) 100%);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat linear-gradient(to bottom, rgba(2,18,21,1) 1%,rgba(1,10,12,1) 50%,rgba(2,18,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021215', endColorstr='#021215',GradientType=0 );
}
#revContents .event h3 {
	background: url(../img/common/line.png) no-repeat center top,url(../img/common/line.png) no-repeat center bottom;
	color: #a5c9c1;
	font-size: 13px;
	font-family: 'Oswald';
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.4em;	
	line-height: 30px;
}
#revContents .event li {
	margin: 0 auto;
	padding: 15px 2%;
	border: 1px solid rgba(65,139,137,0);
	border-bottom: 1px solid #142326;
	box-sizing: border-box;
	list-style: none;
}
#revContents .event li:after {
	display: block;
	content: '';
	clear: both;
}
#revContents .event li:hover {
	border: 1px solid rgba(65,139,137,0.3);
	box-shadow:0px 0px 40px 0px rgba(65,139,137,0.3) inset;
	-moz-box-shadow:0px 0px 40px 0px rgba(65,139,137,0.3) inset;
	-webkit-box-shadow:0px 0px 40px 0px rgba(65,139,137,0.3) inset;
}
#revContents .event li .img {
	float: left;
	width: 122px;
	margin: 0 15px 0 0;
	border: 1px solid rgba(106,125,161,0.3);
	overflow: hidden;
}
#revContents .event li img {
	vertical-align: top;
}
#revContents .event li dl {
	float: left;
}
#revContents .event li dt {
	padding: 5px 0;
	color: #788b8e;
	font-size: 12px;
}
#revContents .event li dd {
	color: #788b8e;
	font-size: 12px;
}
#revContents .event li dd span {
	margin: 0 0 0 10px;
	color: #a5c9c1;
	font-size: 16px;
}
#revContents .event li dd span.noMgn {
	margin: 0;
}
#revContents .event .btn a {
	display: block;
	width: 251px;
	margin: 18px auto 0 auto;
	border: 1px solid #264449;
	background: url(../../pc/img/common/arrow_btn.png) no-repeat 96% center;
	color: #a5c9c1;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
}
#revContents .revMain {
	clear: both;
	position: relative;
	margin: 0 auto;
	border: 1px solid #1a1a1a;
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat rgb(2,18,21);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat rgb(2,18,21);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat -moz-linear-gradient(top, rgba(2,18,21,1) 1%, rgba(1,10,12,1) 50%, rgba(2,18,21,1) 100%);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat -webkit-linear-gradient(top, rgba(2,18,21,1) 1%,rgba(1,10,12,1) 50%,rgba(2,18,21,1) 100%);
	background: url(../img/common/line.png) no-repeat center bottom,url(../img/common/bg_contents.png) repeat linear-gradient(to bottom, rgba(2,18,21,1) 1%,rgba(1,10,12,1) 50%,rgba(2,18,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021215', endColorstr='#021215',GradientType=0 );
}
#revContents .stats {
	padding: 50px 0 0 0;
	text-align: center;
}
#revContents .stats .graf {
	display: inline-block;
	width: 49%;
	margin: 0 0 60px 0;
}
#revContents .stats .graf dt {
	margin: 0 0 50px 0;
	color: #5d656e;
	font-size: 12px;
	font-weight: bold;
}
#revContents .stats .graf dt span {
	display: block;
	color: #a5c9c1;
	font-family: 'Oswald';
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
#revContents .stats .graf dd {
	position: relative;
	width: 168px;
	height: 156px;
	margin: 0 auto;
}
#revContents .stats .graf.time dd {
	background: url(../../pc/img/overview/bg_graf_total.png) no-repeat center top;
	background-size: 100%;
}
#revContents .stats .graf.kills dd {
	background: url(../../pc/img/overview/bg_graf_kills.png) no-repeat center top;
	background-size: 100%;
}
#revContents .stats .graf .grafArea {
	position: absolute;
	top: -13px;
	left: -7px;
}
#revContents .stats .graf dd p {
	display: table-cell;
	width: 168px;
	height: 156px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
#revContents .stats .graf.time dd p {
	text-shadow: 0 0 10px #418b89;
}
#revContents .stats .graf.kills dd p {
	text-shadow: 0 0 10px #12813b;
}
#revContents .stats .graf dd p .num {
	color: #418b89;
	font-size: 36px;
	font-family: 'Oswald';
	letter-spacing: -1px;
	text-shadow:none;
}
#revContents .stats .graf dd p .percent {
	color: #418b89;
	font-family: 'Oswald';
	font-size: 28px;
	text-shadow:none;
}
#revContents .stats .graf.kills dd p .num,
#revContents .stats .graf.kills dd p .percent {
	color: #a7bf60;
}
#revContents .stats .graf .data {
	display: none;
}
#elycharts_tooltip_1,
#elycharts_tooltip_2 {
	top:1400px!important;
	left: 50%!important;
	margin: 0 0 0 -76px!important;
}
.tip {
	color: #788b8e;
	font-size: 14px;
	line-height: 1.4;
}
.tip .percent {
	color: #a7bf60;
	font-weight: bold;
}
.st_infernal {
	color: #085bb0;
}
.st_normal {
	color: #23afd8;
}
.st_casual {
	color: #1aedba;
}
.tip .st_ghost {
	color: #ba1a3c;
}
.tip .st_abyss {
	color: #b27412;
}
.tip .st_deep {
	color: #109720;
}	
.tip .st_dark {
	color: #a9b21d;
}
#revContents .stats .character {
	position: absolute;
	top:320px;
	right: 0;
	width: 80%;
	max-width: 750px;
	text-align: center;
	zoom: 1;
}
#revContents .stats .character img {
	width: 100%;
	height: auto;
}
#revContents .stats .title {
	position: relative;
	width:96%;
	margin: 0 auto;
}
#revContents .stats .title dt {
	margin: 0 0 26px 0;
	color: #788b8e;
	font-family: 'Oswald';
	font-size: 36px;
	text-align: left;
}
#revContents .stats .title dd {
	position: relative;
	color: #5d656e;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#revContents .stats .title dd span {
	display: block;
	margin: 0 0 14px 0;
	color: #a5c9c1;
	font-family: 'Oswald';
	font-size: 18px;
	text-align: left;
	line-height: 49px;
	text-shadow:0 0 10px #418b89;
}
#revContents .weapons {
	position: relative;
	width:88%;
	margin: 0 auto 100px auto;
	padding: 10px 4% 25px 4%;
	border-top: 1px solid #1f3134;
	border-bottom: 1px solid #1f3134;
	background: url(../../pc/img/overview/coin_left_top.png) no-repeat left top,url(../../pc/img/overview/coin_right_top.png) no-repeat right top,url(../../pc/img/overview/coin_left_btm.png) no-repeat left bottom,url(../../pc/img/overview/coin_right_btm.png) no-repeat right bottom rgba(0,0,0,0.6);
}
#revContents .weapons h3 {
	margin: 0 0 15px 0;
	color: #5d656e;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
}
#revContents .weapons li {
	margin: 0 0 10px 0;
	list-style: none;
}
#revContents .weapons li:after {
	display: block;
	content: '';
	clear: both;
}
#revContents .weapons li .img {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
	border: 1px solid #112225;
}
#revContents .weapons li .img img {
	width: 100%;
	height: auto;
}
#revContents .weapons li dl {
	padding: 15px 0 0 15px;
}
#revContents .weapons li dt {
	margin: 0 0 10px 0;
	color: #a5c9c1;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
#revContents .weapons li dt img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}
#revContents .weapons li dd {
	color: #788b8e;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
#revContents .weapons li dd span {
	float: right;
	font-family: 'Oswald';
	font-size: 16px;
}















#revContents .progress {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	border-top: 1px solid #1f3134;
	border-bottom: 1px solid #1f3134;
	background: url(../../pc/img/overview/coin_left_top.png) no-repeat left top,url(../../pc/img/overview/coin_right_top.png) no-repeat right top,url(../../pc/img/overview/coin_left_btm.png) no-repeat left bottom,url(../../pc/img/overview/coin_right_btm.png) no-repeat right bottom rgba(0,0,0,0.6);
	text-align: center;
}
#revContents .progress:after {
	display: block;
	content: '';
	clear: both;
}
#revContents .progress h3 {
	position: absolute;
	top: -50px;
	left: 0;
	color: #788b8e;
	font-family: 'Oswald';
	font-size: 36px;
	font-weight: normal;
	text-align: left;
}
#revContents .progress .grafs {
	margin: 0 0 10px 0;
}
#revContents .progress dl {
	position: relative;
	display: inline-block;
	width: 32%;
	margin: 0 0 20px 0;
}
#revContents .progress dl dt {
	margin: 0 0 10px 0;
	color: #5d656e;
	font-size: 11px;
	font-weight: bold;
}
#revContents .progress dl dd.graf {
	width: 109px;
	height: 109px;
	margin: 0 auto;
	background: url(../../pc/img/overview/bg_graf_progress.png) no-repeat center top;
	background-size: 100%;
}
#revContents .progress dd .grafArea {
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -67px;
}
#revContents .progress dl dd.num {
	position: absolute;
	top: 24px;
	left: 50%;
	margin: 0 0 0 -54px;
}
#revContents .progress dl dd.num a {
	position: relative;
	display: table-cell;
	width: 109px;
	height: 89px;
	padding: 0 0 20px 0;
	background: url(../../pc/img/overview/arrow_graf.png) no-repeat center 65px;
	color: #418b89;
	font-family: 'Oswald';
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}
#revContents .progress dl dd.num a:not([href]) {
	height: 109px;
	padding: 0;
	background: none;
}
#revContents .progress dl dd.num span.currentNum {
	color:#a5c9c1;
	font-size: 28px;
}
#revContents .progress .titles h4 {
	margin: 0 0 10px 0;
}
#revContents .progress .titles li {
	display: inline-block;
	width: 32%;
	margin: 0 0 20px 0;
}
#revContents .progress .titles li a {
	display: table-cell;
	height: 50px;
	padding: 0 0 0 80px;
	color: #a5c9c1;
	font-family: 'Oswald';
	font-size: 25px;
	vertical-align: middle;
}
#revContents .progress .titles li.sss a,
#revContents .progress .titles li.sss a:not([href]):hover {
	background: url(../../pc/img/overview/btn_rank_sss.png) no-repeat left top,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.ss a,
#revContents .progress .titles li.ss a:not([href]):hover {
	background: url(../../pc/img/overview/btn_rank_ss.png) no-repeat left top,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.s a,
#revContents .progress .titles li.s a:not([href]):hover {
	background: url(../../pc/img/overview/btn_rank_s.png) no-repeat left top,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.a a,
#revContents .progress .titles li.a a:not([href]):hover {
	background: url(../../pc/img/overview/btn_rank_a.png) no-repeat left bottom,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.b a,
#revContents .progress .titles li.b a:not([href]):hover {
	background: url(../../pc/img/overview/btn_rank_b.png) no-repeat left bottom,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.c a,
#revContents .progress .titles li.c a:not([href]):hover {
	background: url(../../pc/img/overview/btn_rank_c.png) no-repeat left bottom,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.sss a:hover {
	background: url(../../pc/img/overview/btn_rank_sss_on.png) no-repeat left top,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.ss a:hover {
	background: url(../../pc/img/overview/btn_rank_ss_on.png) no-repeat left top,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.s a:hover {
	background: url(../../pc/img/overview/btn_rank_s_on.png) no-repeat left top,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.a a:hover {
	background: url(../../pc/img/overview/btn_rank_a_on.png) no-repeat left bottom,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.b a:hover {
	background: url(../../pc/img/overview/btn_rank_b_on.png) no-repeat left bottom,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
#revContents .progress .titles li.c a:hover {
	background: url(../../pc/img/overview/btn_rank_c_on.png) no-repeat left bottom,url(../../pc/img/overview/icon_cross.png) no-repeat 60px center;
	background-size: auto 100%,auto;
}
