@charset "UTF-8";
/*---------------------------------
	layout
---------------------------------*/
#wrapper::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQIW2NkYGDYzMDAcIYBChgZGBjqYRwQjSxgAlKJoQIAnPQEARvsWbgAAAAASUVORK5CYII=) repeat,url(../../pc/img/overview/bg_ov.jpg) center/cover no-repeat;
	background-size:auto,auto 100%;
	z-index:-1;
}
#contents {
	position:relative;
	margin:0 auto;
/*	padding:174px 0 0 0;*/
	padding: 269px 0 0 0;
	color:#bdb6af;
	overflow:hidden;
}
#contents > .btn {
	position:absolute;
	top:6px;
	right:10px;
	min-width:220px;
	margin:0;
}
#contents h1 {
	position:absolute;
	top:60px;
	width:100%;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
	-webkit-animation:animate_01 1s;
	animation:animate_01 1s;
}
#contents h1:after {
	content:'';
	display:block;
	width:5.8em;
	height:1px;
	margin:0 auto;
	background:#fff;
	-webkit-animation:animate_02 1.5s;
	animation:animate_02 1.5s;
}
p.up_detail {
	position:absolute;
	top:127px;
	width:100%;
	padding: 17px 0;
	background: url(../img/common/line_updetail.png) repeat-y center top;
	background-size: 100%;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	text-shadow: 0 0 10px #000,0 0 10px #000;
	-webkit-animation:animate_03 1.5s;
	animation:animate_03 1.5s;
}
p.up_detail span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(../../pc/img/common/icon_new.png) no-repeat left top;
	text-align: left;
}
@keyframes animate_01 {
	0% {
		top:30px;
		opacity:0;
	}
	100% {
		top:60px;
		opacity:1;
	}
}
@keyframes animate_02 {
	0% {
		width:0;
		opacity:0;
	}
	70% {
		width:0;
		opacity:0;
	}
	100% {
		width:5.8em;
		opacity:1;
	}
}
@keyframes animate_03 {
	0% {
		opacity:0;
	}
	70% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
/*---------------------------------
	sideNav
---------------------------------*/
#sideNav {
	position:fixed;
	top:50%;
	right:1%;
	margin:-60px 0 0 0;
	z-index:900;
}
#sideNav li {
	width:10px;
	height:10px;
	padding:5px;
	transition:all 0.5s;
}
#sideNav li.current {
	width:12px;
	height:12px;
	padding:4px;
	transition:all 0.5s;
}

#sideNav li a {
	display:block;
	width:10px;
	height:10px;
	border-radius:50px;
	background:#a0968c;
	transition:all 0.5s;
}
#sideNav li.current a {
	width:12px;
	height:12px;
	background:#fff5eb;
	transition:all 0.5s;
}
/*---------------------------------
	profile
---------------------------------*/
#profile {
	position:relative;
	padding:60px 0 20px 0;
	background:rgba(0,0,0,0.6);
}
#profile .icon {
	position:absolute;
	top:0;
	left:50%;
	width:90px;
	height:90px;
	margin:-45px 0 0 -45px;
	padding:1px;
	background:url(../../pc/img/overview/bg_icon.png) no-repeat center center;
	background-size:100%;
}
#profile .icon > img {
	width:100%;
	height:auto;
	-webkit-clip-path:polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
	clip-path:polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}
@-moz-document url-prefix() {
	#profile .icon {
		margin:-45px 0 0 -45px;
		background:none;
		border:1px solid #777370;
	}
}
@media all and (-ms-high-contrast:none){
	#profile .icon {
		margin:-45px 0 0 -45px;
		background:none;
		border:1px solid #777370;
	}
}
#profile .icon span {
	position:absolute;
	bottom:-5px;
	right:-10px;
	width:24px;
	height:24px;
	background:url(../../pc/img/overview/btn_icon.png) no-repeat center center;
	cursor:pointer;
}
#profile.on .icon span {
	background:url(../../pc/img/overview/btn_icon_on.png) no-repeat center center;
}
#profile .iconNav {
	display:none;
	position:absolute;
	top:60px;
	left:50%;
	margin:0 0 0 -119px;
	padding:8px 0 0 0;
	background:url(../../pc/img/common/arrow_ptfselect.png) no-repeat 158px top;
	opacity:0;
	z-index:100;
	transition:opacity 0.5s;
}
#profile.on .iconNav {
	display:block;
	opacity:1;
	transition:opacity 0.5s;
}
#profile .iconNav ul {
	width:238px;
	padding:2px;
	border:1px solid #56514a;
	background:rgba(0,0,0,0.8);
}
#profile .iconNav ul li {
	padding:1px 0;
	border-bottom:1px solid #504b47;
}
#profile .iconNav ul li:first-child {
	padding:0 0 1px 0;
}
#profile .iconNav ul li:last-child {
	padding:1px 0 0 0;
	border:none;
}
#profile .iconNav ul li a {
	display:block;
	padding:0 0 0 90px;
}
#profile .iconNav ul li a:hover {
	background:rgba(60,55,50,0.7);
}
#profile .iconNav ul li.nav_items a {
	background:url(../../pc/img/common/icon_items.png) no-repeat 48px center;
}
#profile .iconNav ul li.nav_changeicon a {
	background:url(../../pc/img/common/icon_change.png) no-repeat 50px center;
}
#profile .iconNav ul li.nav_mypage a,
#profile .iconNav ul li.nav_profile a {
	background:url(../../pc/img/common/icon_mypage.png) no-repeat 50px center;
}
#profile .iconNav ul li.nav_items:hover a {
	background:url(../../pc/img/common/icon_items.png) no-repeat 48px center rgba(60,55,50,0.7);
}
#profile .iconNav ul li.nav_changeicon:hover a {
	background:url(../../pc/img/common/icon_change.png) no-repeat 50px center rgba(60,55,50,0.7);
}
#profile .iconNav ul li.nav_mypage:hover a,
#profile .iconNav ul li.nav_profile:hover a {
	background:url(../../pc/img/common/icon_mypage.png) no-repeat 50px center rgba(60,55,50,0.7);
}
#profile .iconNav ul li span {
	color:#fff5eb;
	font-size:16px;
	line-height:44px;
}
#profile dl {
	font-weight:bold;
	text-align:center;
}
#profile dt {
	margin:0 0 5px 0;
	font-size:15px;
}
#profile dd {
	margin:0 0 5px 0;
}
#profile dd .ptf {
	display:table;
	min-width:84px;
	margin:0 auto 5px auto;
	padding:7px 15px;
	border:1px solid #bdb6af;
	line-height:0;
}
#profile dd .ptf img {
	vertical-align:middle;
}
#profile dd .id {
	font-weight:normal;
}
#profile dd p.link a {
	padding:0 0 0 20px;
	background:url(../img/common/nav_arrow_wh.png) no-repeat left center;
	background-size:12px;
	color:#a0968c;
	text-decoration:underline;
}
#profile dd p.link .new {
	display:inline-block;
	width:44px;
	margin:0 0 0 5px;
	border:1px solid #9b6210;
	color:#ffa019;
	font-size:12px;
	text-align:center;
	line-height:18px;
}
#profile dd p.point span {
	color:#ffa019;
}
/*---------------------------------
	sitebuddy
---------------------------------*/
.sitebuddy {
	width:92%;
	margin:35px auto 0 auto;
	padding:15px;
	background:rgba(60,55,50,0.4);
	font-size:12px;
	text-align:center;
	box-sizing:border-box;
}
.sitebuddy .or {
	color:#ffa019;
}
.sitebuddy .btn {
	display:block;
	width:170px;
	margin:15px auto 0 auto;
	border:1px solid #a0968c;
	color:#a0968c;
	line-height:38px;
	cursor:pointer;
}
.sitebuddy .btn:hover {
	background:rgba(160,150,140,0.3);
}
/*---------------------------------
	tab
---------------------------------*/
#tab {
	position:relative;
	background:rgba(255, 245, 235, 0.1);
	text-align:center;
}
#tab li {
	float:left;
	position:relative;
	width:50%;
	box-sizing:border-box;
	transition:all 0.5s;
}
#tab li:last-child {
	padding:0 5px 0 0;
}
#tab li.current {
	border-bottom:1px solid #fff5eb;
	background:rgba(255,245,235,0.15);
}
#tab li.current:after {
	display:block;
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	width:20px;
	height:9px;
	margin:0 0 0 -10px;
	background:url(../../pc/img/overview/arrow_tab.png) no-repeat center bottom;
	z-index:1;
}
#tab li.current a span.icon {
	opacity:1;
	transition:all 0.5s;
}
#tab li a {
	display:inline-block;
	width:100%;
	height:40px;
	padding:20px 0 0 0;
	color:#fff5eb;
	font-size:14px;
	text-align:center;
}
#tab li:first-child a span.icon {
	padding:3px 0 3px 40px;
	background:url(../../pc/img/common/icon_progress.png) no-repeat 10px center;
	background-size:20px;
}
#tab li:last-child a span.icon {
	padding:0 0 0 30px;
	background:url(../../pc/img/common/icon_challenge.png) no-repeat 10px center;
	background-size:15px;
	opacity:0.5;
}
#tab li .badge {
	display:inline-block;
	position:relative;
	top:-1px;
	left:10px;
	width:16px;
	height:16px;
	border-radius:50px;
	background:#ffa019;
	color:#3c3732;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
}

/*---------------------------------
	completion
---------------------------------*/
#completion {
	position:relative;
	padding:45px 0;
	background:rgba(21, 19, 15, 0.8);
}
#completion h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#completion h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#completion h2.animation:after {
	width:7.5em;
	transition:all 0.5s;
}
/*comp*/
#comp {
	position:relative;
	width:92%;
	margin:0 auto;
}
#comp .situation {
	margin:25px 0 0 4%;
}
#comp .situation dt {
	color:#a0968c;
	font-size:12px;
}
#comp .situation dd {
	margin:0 0 25px 0;
	font-size:20px;
	line-height:1.3;
}
#comp.notClear .situation {
	height:65px;
	margin:25px 4% 0 4%;
}
#comp.notClear .situation dt:nth-of-type(1),
#comp.notClear .situation dd:nth-of-type(1) {
	position:absolute;
	left:4%;
	width:46%;
}
#comp.notClear .situation dt:nth-of-type(2),
#comp.notClear .situation dd:nth-of-type(2) {
	position:absolute;
	right:4%;
	width:46%;
}
#comp.notClear .situation dt {
	top:0;
}
#comp.notClear .situation dd {
	top:30px;
}
#comp .selected dl {
	background:url(../../pc/img/overview/bg_select.png) no-repeat 15px 28px;
}
#comp .selected dt {
	display:inline-block;
	margin:0 0 0 15px;
	color:#a0968c;
	font-size:12px;
	text-align:center;
}
#comp .selected dd {
	display:inline-block;
	margin:0 0 0 15px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#comp .selected .img {
	position:absolute;
	top:-50px;
	right:-40px;
	width:230px;
}
#comp .selected .img img {
	width:100%;
	height:auto;
}
#comp .graf {
	position:relative;
	width:403px;
	margin:23px 0 45px 4.9%;
	background:url(../../pc/img/overview/bg_graf_story_en.png) no-repeat center top;
	background-size:100%;
}
.ja #comp .graf {
	background:url(../../pc/img/overview/bg_graf_story.png) no-repeat center top;
	background-size:100%;
}
#comp #storyGraf {
	width:100%;
}
#comp .graf .percent {
	position:absolute;
	top:33%;
	left:13%;
	width:74.4%;
	font-size:36px;
	text-align:center;
}
#comp .graf .percent span {
	font-size:72px;
	font-weight:bold;
}
#comp .graf #grafStatus {
	display:none;
}
#comp table {
	width:92%;
	margin:0 auto;
	color:#a0968c;
	border:1px solid #777370;
	font-size:12px;
}
#comp th {
	width:113px;
	height:23px;
	border:1px solid #777370;
}
#comp td {
	width:113px;
	height:65px;
	padding:10px 0;
	border:1px solid #777370;
	text-align:center;
}
#comp td img {
	width:65%;
	max-width:96px;
	height:auto;
}
/*---------------------------------
	dlc
---------------------------------*/
#dlc {
	position:relative;
	padding:45px 0;
	background:rgba(0,0,0,0.6);
}
#dlc h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#dlc h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#dlc h2.animation:after {
	width:10em;
	transition:all 0.5s;
}
/*col*/
#dlc .inner {
	width:100%;
	margin:0 auto;
}
#dlc .col {
	float:left;
	width:92%;
	margin:25px 4% 0 4%;
}
#dlc .col:first-child {
	width:92%;
	margin:0 4%;
}
#dlc h3 {
	margin:0 0 12px 0;
	color:#777370;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
#dlc .col:nth-of-type(3) dl {
	position:relative;
	float:left;
	width:48%;
	height:202px;
	margin:0 4% 10px 0;
	border:1px solid #3c3732;
	box-sizing:border-box;
}
#dlc .col dl:nth-of-type(2n) {
	margin:0 0 10px 0;
}
#dlc .col:nth-of-type(4) dl {
	position:relative;
	width:100%;
	height:215px;
}
#dlc .dlc06 {
	position:relative;
	width:100%;
	margin:0;
	border:1px solid #3c3732;
}
#dlc .hero {
	display:table;
	width:92%;
	margin:0 2%;
	padding:0 2%;
	/*background:url(../img/common/bg_content_line.png) no-repeat center top;*/
}
/*#comp .hero dl {
	display:table-cell;
	width:100%;
	border:1px solid #3c3732;
	background:no-repeat right top #000;
	background-size:auto 100%;
	vertical-align:middle;
}
#comp .hero dt {
	width:50%;
	margin:10% 0 1% 9%;
	font-size:18px;
	text-align:center;
}
#comp .hero dd {
	width:50%;
	margin:0 0 10% 9%;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}*/
#dlc .hero dl {
	width:100%;
	padding:10% 0 0 0;
	border:1px solid #3c3732;
	background:url(../img/overview/bg_hero.jpg)no-repeat right top #000;
	background-size:60% auto;
	vertical-align:middle;
}
#dlc .hero dl dt {
	width:60%;
	color:#a0968c;
	font-size:24px;
	text-align: center;
	vertical-align:middle;
}
#dlc .hero dl dt span {
	display:block;
	color:#6b2321;
	font-size:12px;
}
#dlc .hero p.detail {
	margin:20px 0 45px 45px;
}
#dlc .hero table {
	width:92%;
	margin:0 auto 20px auto;
	color:#a0968c;
	border:1px solid #777370;
	font-size:12px;
}
#dlc .hero th {
	width:113px;
	height:23px;
	border:1px solid #777370;
}
#dlc .hero td {
	width:113px;
	height:65px;
	padding:10px 0;
	border:1px solid #777370;
	text-align:center;
}
#dlc .hero td img {
	width:65%;
	max-width:96px;
	height:auto;
}
#dlc .eoz {
	position:relative;
	width:100%;
	margin:0;
	border:1px solid #3c3732;
}
#dlc .eoz p.detail {
	position:absolute!important;
	top: 12%!important;
	left: 65%!important;
	margin: 0!important;
}
#dlc .col:nth-of-type(3) dt {
	padding:30% 0 10px 0;
	color:#bdb6af;
	font-size:15px;
	text-align:center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#dlc .col:not(.hero) .status {
	position:absolute;
	bottom:10px;
	width:100%;
}
#dlc .col .status li {
	margin:0 10px;
	border-bottom:1px solid #3c3732;
	line-height:32px;
}
#dlc .col .status li span.title {
	color:#777370;
	font-size:10px;
	font-weight:bold;
}
#dlc .col .status li span.title:before {
	content:'';
	display:inline-block;
	width:10px;
	height:10px;
	margin:-3px 8px 0 0;
	border:1px solid #777370;
	vertical-align:middle;
}
#dlc .col .status li img {
	float:right;
	width:25px;
	height:auto;
	margin:5px 0 0 0;
}
#dlc .dlc05 {
	border:1px solid #3c3732;
}
#dlc .dlc05 .status {
	width:60%!important;
}
#dlc .dlc05 .status li:nth-of-type(1) span.title {
	display:block;
	float:left;
	line-height:32px;
}
#dlc .dlc05 .status li:nth-of-type(2) {
	position: relative;
	padding:5px 0 10px 0;
	color:#bdb6af;
	font-size:14px;
	line-height:1.2;
}
#dlc .dlc05 .status li:nth-of-type(2) span.mm {
	font-size:12px;
}
#dlc .dlc05 .btnMin {
	position:absolute;
	top:50%;
	right:0;
	height:auto;
	margin:-8px 0 0 0;
}
#dlc .dlc05 .btnMin span {
	font-weight:normal!important;
	line-height:20px;
}
#dlc .dlc05 .btnMin span:before {
	content:none!important;
}
#dlc .dlc05 .detail {
	position:absolute;
	bottom:20px;
	right:10px;
}
#dlc .dlc06 {
	padding:50% 0 0 0;
}
#dlc .dlc06 .graf {
	position:relative;
	width:260px;
	margin:5%;
	background:url(../img/overview/bg_graf_comp.png) no-repeat left top;
	background-size:100%;
}
#dlc .dlc06 .graf .percent {
	position:absolute;
	top:36%;
	left:7%;
	width:86%;
	font-size:28px;
	text-align:center;
}
#dlc .dlc06 #dlcGraf {
	width:100%;
}
#dlc .dlc06 .graf .percent span {
	font-size:67px;
	font-weight:bold;
}
#dlc .dlc06 table {
	clear:both;
	width:90%;
	margin:5%;
	border:1px solid #9b958f;
	vertical-align:middle;
}
#dlc .dlc06 th {
	width:120px;
	height:28px;
	color:#777370;
	font-size:12px;
	text-align:center;
	border:1px solid #9b958f;
}
#dlc .dlc06 td {
	height:99px;
	border:1px solid #9b958f;
	color:#9a2e23;
	text-align:center;
}
#dlc .dlc06 td img {
	width:auto;
	height:55px;
}
#dlc .dlc06 td.nodata {
	color:#9b958f;
	font-size:30px;
	font-weight:normal;
}
#dlc .eoz {
	padding:50% 0 0 0;
}
#dlc .eoz table.dfc {
	clear:both;
	width:90%;
	margin:5% 5% 10% 5%;
	border:1px solid #9b958f;
	vertical-align:middle;
}
#dlc .eoz table.dfc th {
	width:120px;
	height:28px;
	color:#777370;
	font-size:12px;
	text-align:center;
	border:1px solid #9b958f;
}
#dlc .eoz table.dfc td {
	height:99px;
	border:1px solid #9b958f;
	color:#9a2e23;
	text-align:center;
}
#dlc .eoz table.dfc td img {
	width:65%;
	max-width: 96px;
	height:auto;
}
#dlc .eoz table.dfc td.nodata {
	color:#9b958f;
	font-size:30px;
	font-weight:normal;
}
#dlc .eoz table.extreme {
	width:90%;
	margin:5%;
	vertical-align:middle;
}
#dlc .eoz table.extreme tr {
	border-bottom: 1px solid #3c3732;
} 
#dlc .eoz table.extreme th {
	width: 30%;
	padding: 20px 5px;
	font-size: 11px;
}
#dlc .eoz table.extreme th:nth-of-type(1) {
	width: 40%;
	text-align: left;
}
#dlc .eoz table.extreme td {
	padding: 20px 0;
	text-align: center;
}
#dlc .eoz table.extreme td img {
	width:40%;
	height: auto;
}

#dlc .dlc01 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc02 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc03 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc04 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc05 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc06 {
	background:no-repeat left top #000;
	background-size:100%;
}
#dlc .eoz {
	background:no-repeat left top #000;
	background-size:100%;
}
p.detail {
	width:100px;
	margin:0 auto;
	border:1px solid #a0968c;
	background:rgba(0,0,0,0.5);
	line-height:30px;
}
p.detail a {
	display:block;
	background:url(../../pc/img/common/arrow_anchor.png) no-repeat 90% center;
	background-size:8px;
}
p.detail span {
	display:block;
	width:75px;
	border-right:1px solid #a0968c;
	color:#a0968c;
	font-size:14px;
	text-align:center;
	line-height:30px;
}
#dlc .dlc06 p.detail {
	position:absolute;
	top:16%;
	left:50%;
	margin:0 0 0 -46px;
	background:rgba(0,0,0,0.5);
}
#dlc .eoz p.detail {
	position:absolute;
	top:16%;
	left:50%;
	margin:0 0 0 -46px;
	background:rgba(0,0,0,0.5);
}
/*coming*/
#dlc .col dl.coming {
	height:210px;
	padding:90px 0 0 0;
}
#dlc .col .dlc05.coming {
	height:85px;
	padding:130px 0 0 0;
}
#dlc .col .dlc06.coming {
	height:85px;
	padding:130px 0 0 0;
}
#dlc .col .eoz.coming {
	height:85px;
	padding:130px 0 0 0;
}
#dlc .col .dlc01.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc02.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc03.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc04.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc05.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc06.coming {
	background:no-repeat left top #000;
	background-size:100%;
}
#dlc .col .eoz.coming {
	background:no-repeat left top #000;
	background-size:100%;
}
#dlc .col .coming dt {
	padding:0 0 15px 0;
}
#dlc .col .coming dd,
#dlc .dlc06.coming p {
	color:#a0968c;
	font-size:16px;
	text-align:center;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
}
/*---------------------------------
	time
---------------------------------*/
#time {
	position:relative;
	padding:45px 0;
	background:rgba(21, 19, 15, 0.8);
}
#time h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#time h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#time h2.animation:after {
	width:6.9em;
	transition:all 0.5s;
}
/*tab*/
#time .tab {
	width:92%;
	margin:0 auto;
	border-bottom:1px solid #3c3732;
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
	text-align:center;
	letter-spacing:-0.4em;
}
#time .tab li {
	display:inline-block;
	width:33.333%;
	border:#a0968c;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
	transition:0.25s ease background-color;
	cursor:pointer;
}
#time .tab li:hover{
	background:rgba(255,245,235,0.2);
	color:#a0968c;
}
#time .tab li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#time th:nth-of-type(1) {
	width:70px;
}
#time th:nth-of-type(2) {
	width:75px;
	padding:0;
}
#time th:nth-of-type(3) {
	width:125px;
	padding:0 0 0 10px;
	text-align: left;
}
#time .tableWrap {
	width:92%;
	margin:-1px auto 0 auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#time table.inner {
	display:none;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#time .tableWrap table:nth-of-type(2) {
	display:table;
}
#time th {
	padding:4px 0;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
#time td {
	height:52px;
	border-bottom:1px solid #3c3732;
}
#time table tr.line {
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100% 100%;
}
#time td:nth-of-type(1) {
	width:70px;
	padding:5px;
	font-size:8px;
	font-weight:bold;
	text-align:center;
}
#time td:nth-of-type(1) img {
	width:100%;
	max-width:300px;
	height:auto;
}
#time td:nth-of-type(1) span {
	display:block;
	padding:2px 0;
}
#time td:nth-of-type(2) {
	width:85px;
	font-size:13px;
}
#time td:nth-of-type(2) span.mm {
	font-size:11px;
}
#time td:nth-of-type(3) {
	position:relative;
	width:135px;
	padding: 0 73px 0 0;
	border-right:none;
	font-size:10px;
}
#time td:nth-of-type(3) span {
	font-size:12px;
	margin:0 5px 0 0;
}
#time td:nth-of-type(3) .crown {
	padding:0 0 0 22px;
	background:url(../../pc/img/overview/icon_rank.png) no-repeat left center;
	background-size:15px;
}
#time td:nth-of-type(3) span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#time td:nth-of-type(3) span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#time td:nth-of-type(3) span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#time td:nth-of-type(3) span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#time tr:nth-of-type(6) td {
	border-bottom:none;
}
#time table tr.line td {
	height:3px;
	padding:0;
	background:none;
	border:none;
}
#time tr.space {
	height:10px;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%,100%;
}
#time tr.space td {
	width:auto;
	height:20px;
	padding:0;
	background:none;
}
#time tr:nth-of-type(7).space {
	border:none;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100% 3px;
}
#time tr:nth-of-type(7).space td {
	border:none;
}
#time .tableWrap table tr:last-child td {
	border-bottom:none;
}
#time td .btnMin {
	position:absolute;
	top:50%;
	right:0;
	width:65px;
	margin:-15px 0 0 0;
}
#time td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
/*---------------------------------
	hero
---------------------------------*/
#hero {
	position:relative;
	padding:45px 0;
	background:rgba(0,0,0,0.6);
}
#hero h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#hero h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#hero h2.animation:after {
	width:7em;
	transition:all 0.5s;
}
/*tab*/
#hero .tab {
	width:92%;
	margin:0 auto;
	border-bottom:1px solid #3c3732;
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
	text-align:center;
	letter-spacing:-0.4em;
}
#hero .tab li {
	display:inline-block;
	width:33.333%;
	border:#a0968c;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
	transition:0.25s ease background-color;
	cursor:pointer;
}
#hero .tab li:hover{
	background:rgba(255,245,235,0.2);
	color:#a0968c;
}
#hero .tab li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#hero th:nth-of-type(1) {
	width:70px;
}
#hero th:nth-of-type(2) {
	width:75px;
	padding:0;
}
#hero th:nth-of-type(3) {
	width:125px;
	padding:0 0 0 10px;
	text-align: left;
}
#hero .tableWrap {
	width:92%;
	margin:-1px auto 0 auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#hero table.inner {
	display:none;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#hero .tableWrap table:nth-of-type(3),
#hero .tableWrap table:nth-of-type(4) {
	display:table;
}
#hero th {
	padding:4px 0;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
#hero td {
	height:52px;
	border-bottom:1px solid #3c3732;
}
#hero table tr.line {
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100% 100%;
}
#hero td:nth-of-type(1) {
	width:70px;
	padding:5px;
	font-size:8px;
	font-weight:bold;
	text-align:center;
}
#hero td:nth-of-type(1) img {
	width:100%;
	max-width:300px;
	height:auto;
}
#hero td:nth-of-type(1) span {
	display:block;
	padding:2px 0;
}
#hero td:nth-of-type(2) {
	width:85px;
	font-size:13px;
}
#hero td:nth-of-type(2) span.mm {
	font-size:11px;
}
#hero td:nth-of-type(3) {
	position:relative;
	/*width:135px;*/
	width: 55px;
	padding: 0 73px 0 0;
	border-right:none;
	font-size:10px;
}
#hero td:nth-of-type(3) span {
	font-size:12px;
	margin:0 5px 0 0;
}
#hero td:nth-of-type(3) .crown {
	padding:0 0 0 22px;
	background:url(../../pc/img/overview/icon_rank.png) no-repeat left center;
	background-size:15px;
}
#hero td:nth-of-type(3) span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#hero td:nth-of-type(3) span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#hero td:nth-of-type(3) span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#hero td:nth-of-type(3) span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#hero tr:nth-of-type(6) td {
	border-bottom:none;
}
#hero table tr.line td {
	height:3px;
	padding:0;
	background:none;
	border:none;
}
#hero tr.space {
	height:10px;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%,100%;
}
#hero tr.space td {
	width:auto;
	height:20px;
	padding:0;
	background:none;
}
#hero tr:nth-of-type(7).space {
	border:none;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100% 3px;
}
#hero tr:nth-of-type(7).space td {
	border:none;
}
#hero .tableWrap table tr:last-child td {
	border-bottom:none;
}
#hero td .btnMin {
	position:absolute;
	top:50%;
	right:0;
	width:65px;
	margin:-15px 0 0 0;
}
#hero td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
/*
#hero .inner {
	width:92%;
	margin:0 auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#hero ul {
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
	text-align:center;
}
#hero ul li {
	display:inline-block;
	width:110px;
	margin:10px 5px;
	color:#9d968c;
	font-size:9px;
	text-align:center;
	opacity:0.5;
	transition:all 0.5s;
}
#hero ul li.current {
	opacity:1;
	transition:all 0.5s;
}
#hero ul li img {
	width:100%;
	height:auto;
}
#hero table {
	width:100%;
}
#hero table.bosscleartime {
	display:none;
}
#hero th {
	width:20%;
	border:1px solid #3c3732;
	border-left:none;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:30px;
}
#hero td {
	position:relative;
	width:26%;
	height:50px;
	border:1px solid #3c3732;
	border-right:none;
	color:#bbb6af;
	font-size:12px;
	text-align:center;
	line-height:25px;
}
#hero td img {
	width:auto;
	height:36px;
}
#hero tr.title td {
	height:auto;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
}
#hero tr:nth-of-type(3) td {
	padding:10px 0 35px 0;
	box-sizing:border-box;
}
#hero tr:nth-of-type(3) td a {
	color:#bbb6af;
	font-size:12px;
}
#hero tr:nth-of-type(3) td span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#hero tr:nth-of-type(3) td span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#hero tr:nth-of-type(3) td span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#hero tr:nth-of-type(3) td span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#hero tr:nth-of-type(6) th {
	line-height:70px;
}
#hero tr:nth-of-type(6) td span {
	display:block;
	font-size:6px;
}
#hero td .btnMin {
	position:absolute;
	bottom:10px;
	left:50%;
	width:65px;
	margin:0 0 0 -33px;
}
#hero td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
#hero .side {
	width:10px;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
	border-right:none;
	border-left:none;
}
#hero .center {
	height:10px;
}
*/
/*---------------------------------
	End of Zoe
---------------------------------*/
#eoz {
	position:relative;
	padding:45px 0;
	background:rgba(21, 19, 15, 0.8);
}
#eoz h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#eoz h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#eoz h2.animation:after {
	width:6.9em;
	transition:all 0.5s;
}
/*tab*/
#eoz .tab {
	width:92%;
	margin:0 auto;
	border-bottom:1px solid #3c3732;
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
	text-align:center;
	letter-spacing:-0.4em;
}
#eoz .tab li {
	display:inline-block;
	width:33.333%;
	border:#a0968c;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
	transition:0.25s ease background-color;
	cursor:pointer;
}
#eoz .tab li:hover{
	background:rgba(255,245,235,0.2);
	color:#a0968c;
}
#eoz .tab li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#eoz th:nth-of-type(1) {
	width:70px;
}
#eoz th:nth-of-type(2) {
	width:75px;
	padding:0;
}
#eoz th:nth-of-type(3) {
	width:125px;
	padding:0 0 0 10px;
	text-align: left;
}
#eoz .tableWrap {
	width:92%;
	margin:-1px auto 20px auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#eoz table.inner {
	display:none;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#eoz .tableWrap table:nth-of-type(3), 
#eoz .tableWrap table:nth-of-type(4) {
	display:table;
}
#eoz th {
	padding:4px 0;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
#eoz td {
	height:52px;
	border-bottom:1px solid #3c3732;
}
#eoz table tr.line {
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100% 100%;
}
#eoz td:nth-of-type(1) {
	width:70px;
	padding:5px;
	font-size:8px;
	font-weight:bold;
	text-align:center;
}
#eoz td:nth-of-type(1) img {
	width:100%;
	max-width:300px;
	height:auto;
}
#eoz td:nth-of-type(1) span {
	display:block;
	padding:2px 0;
}
#eoz td:nth-of-type(2) {
	width:85px;
	font-size:13px;
}
#eoz td:nth-of-type(2) span.mm {
	font-size:11px;
}
#eoz td:nth-of-type(3) {
	position:relative;
	/*width:135px;*/
	width: 55px;
	padding: 0 73px 0 0;
	border-right:none;
	font-size:10px;
}
#eoz td:nth-of-type(3) span {
	font-size:12px;
	margin:0 5px 0 0;
}
#eoz td:nth-of-type(3) .crown {
	padding:0 0 0 22px;
	background:url(../../pc/img/overview/icon_rank.png) no-repeat left center;
	background-size:15px;
}
#eoz td:nth-of-type(3) span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#eoz td:nth-of-type(3) span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#eoz td:nth-of-type(3) span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#eoz td:nth-of-type(3) span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#eoz tr:nth-of-type(6) td {
	border-bottom:none;
}
#eoz table tr.line td {
	height:3px;
	padding:0;
	background:none;
	border:none;
}
#eoz tr.space {
	height:10px;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%,100%;
}
#eoz tr.space td {
	width:auto;
	height:20px;
	padding:0;
	background:none;
}
#eoz tr:nth-of-type(7).space {
	border:none;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100% 3px;
}
#eoz tr:nth-of-type(7).space td {
	border:none;
}
#eoz .tableWrap table tr:last-child td {
	border-bottom:none;
}
#eoz td .btnMin {
	position:absolute;
	top:50%;
	right:0;
	width:65px;
	margin:-15px 0 0 0;
}
#eoz td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
#eoz .attention {
	margin:  0 2%;
	color: #a0968c;
	text-align: center;
}
/*---------------------------------
	eoz
---------------------------------*/
/*
#eoz {
	position:relative;
	padding:45px 0;
	background:rgba(0,0,0,0.6);
}
#eoz h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#eoz h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#eoz h2.animation:after {
	width:7em;
	transition:all 0.5s;
}
#eoz .inner {
	width:92%;
	margin:0 auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#eoz ul {
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
	text-align:center;
}
#eoz ul li {
	display:inline-block;
	width:110px;
	margin:10px 5px;
	color:#9d968c;
	font-size:9px;
	text-align:center;
	opacity:0.5;
	transition:all 0.5s;
}
#eoz ul li.current {
	opacity:1;
	transition:all 0.5s;
}
#eoz ul li img {
	width:100%;
	height:auto;
}
#eoz table {
	width:100%;
}
#eoz table.stage2 {
	display:none;
}
#eoz table.stage3 {
	display:none;
}
#eoz th {
	width:20%;
	border:1px solid #3c3732;
	border-left:none;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:30px;
}
#eoz td {
	position:relative;
	width:26%;
	height:50px;
	border:1px solid #3c3732;
	border-right:none;
	color:#bbb6af;
	font-size:12px;
	text-align:center;
	line-height:25px;
}
#eoz td img {
	width:auto;
	height:36px;
}
#eoz tr.title td {
	height:auto;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
}
#eoz tr:nth-of-type(3) td {
	padding:10px 0 35px 0;
	box-sizing:border-box;
}
#eoz tr:nth-of-type(3) td a {
	color:#bbb6af;
	font-size:12px;
}
#eoz tr:nth-of-type(3) td span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#eoz tr:nth-of-type(3) td span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#eoz tr:nth-of-type(3) td span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#eoz tr:nth-of-type(3) td span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#eoz tr:nth-of-type(6) th {
	line-height:70px;
}
#eoz tr:nth-of-type(6) td span {
	display:block;
	font-size:6px;
}
#eoz td .btnMin {
	position:absolute;
	bottom:10px;
	left:50%;
	width:65px;
	margin:0 0 0 -33px;
}
#eoz td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
#eoz .side {
	width:10px;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
	border-right:none;
	border-left:none;
}
#eoz .center {
	height:10px;
}
*/




/*---------------------------------
	nightmare
---------------------------------*/
#night {
	position:relative;
	padding:45px 0;
	background:rgba(0,0,0,0.6);
}
#night h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#night h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#night h2.animation:after {
	width:6em;
	transition:all 0.5s;
}
#night .inner {
	width:92%;
	margin:0 auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#night ul {
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
	text-align:center;
}
#night ul li {
	display:inline-block;
	width:110px;
	margin:10px 5px;
	color:#9d968c;
	font-size:9px;
	text-align:center;
	opacity:0.5;
	transition:all 0.5s;
}
#night ul li.current {
	opacity:1;
	transition:all 0.5s;
}
#night ul li img {
	width:100%;
	height:auto;
}
#night table {
	width:100%;
}
#night table.nightterror {
	display:none;
}
#night th {
	width:100px;
	padding:0 0 0 10px;
	border:1px solid #3c3732;
	border-left:none;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	line-height:30px;
}
#night td {
	position:relative;
	border:1px solid #3c3732;
	border-right:none;
	font-size:12px;
	text-align:center;
}
#night td img {
	width:auto;
	height:36px;
}
#night tr:nth-of-type(3) td {
	padding:0 70px 0 0;
}
#night tr:nth-of-type(3) td span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#night tr:nth-of-type(3) td span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#night tr:nth-of-type(3) td span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#night tr:nth-of-type(3) td span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#night tr:nth-of-type(6) th {
	line-height:70px;
}
#night tr:nth-of-type(6) td span {
	display:block;
	font-size:6px;
}
#night td .btnMin {
	position:absolute;
	top:50%;
	right:0;
	width:65px;
	margin:-11px 0 0 0;
}
#night td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
#night .side {
	width:10px;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
	border-right:none;
	border-left:none;
}
#night .center {
	height:10px;
}
#night .space {
	background:rgba(60,55,50,0.5);
}
#night .space td {
	height:6px;
	border-left:none;
	border-bottom:none;
}
#night .space:last-child {
	border-bottom:none;
	background:none;
}
#night .space:last-child td {
	border-left:none;
	border-right:none;
}
/*---------------------------------
	die
---------------------------------*/
#die {
	position:relative;
	padding:45px 0;
	background:rgba(21, 19, 15, 0.8);
}
#die h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#die h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#die h2.animation:after {
	width:8.5em;
	transition:all 0.5s;
}
#die h3 {
	width:92%;
	margin:0 auto 15px auto;
	border-bottom:1px solid #3b3732;
	background:url(../img/common/tab_line.png) no-repeat center top rgba(60,55,50,0.5);
	background-size:100%;
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:25px;
}
#die .emdImg {
	width:84%;
	max-width:344px;
	margin:0 auto 6px auto;
}
#die .emdImg img {
	width:100%;
	height:auto;
}
#die .inner {
	width:92%;
	margin:0 auto;
	padding:3px 0 0 0;
	background:url(../img/common/tab_line.png) no-repeat center top;
	background-size:100%;
}
#die table {
	width:100%;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#die th {
	width:100px;
	border:1px solid #3c3732;
	border-left:none;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	line-height:30px;
}
#die td {
	position:relative;
	border:1px solid #3c3732;
	border-right:none;
	font-size:13px;
	text-align:center;
}
#die td span.mm {
	font-size:11px;
}
#die tr:nth-of-type(3) td {
	padding:0 70px 0 0;
}
#die tr:nth-of-type(3) td span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#die tr:nth-of-type(3) td span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#die tr:nth-of-type(3) td span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#die tr:nth-of-type(3) td span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#die td .btnMin {
	position:absolute;
	top:50%;
	right:0;
	width:65px;
	margin:-11px 0 0 0;
}
#die td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
#die td.fav_01 {
	height:60px;
	background:url(../../pc/img/common/ranktag_01.png) no-repeat 5px 5px;
}
#die td.fav_02 {
	height:60px;
	background:url(../../pc/img/common/ranktag_02.png) no-repeat 5px 5px;
}
#die td.fav_03 {
	height:60px;
	background:url(../../pc/img/common/ranktag_03.png) no-repeat 5px 5px;
}
#die td.fav_01 img,
#die td.fav_02 img,
#die td.fav_03 img {
	width:auto;
	height:36px;
}
#die td.fav_01 span,
#die td.fav_02 span,
#die td.fav_03 span {
	display:block;
	font-size:9px;
}
#die tr:nth-of-type(1) td:first-child {
	border-left:none;
}
#die tr:nth-of-type(1) td {
	border-top:none;
}
#die .space {
	height:6px;
}
#die .space td {
	border-bottom:none;
}
#die .space:last-child td {
	border-left:none;
	border-right:none;
}
#die .space:last-child {
	border-bottom:none;
}
/*---------------------------------
	birthday
---------------------------------*/
#birthday {
	position:relative;
	padding:45px 0;
	background:rgba(0,0,0,0.6);
}
#birthday h2 {
	margin:0 0 45px 0;
	color:#fff5eb;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#birthday h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#birthday h2:after {
	width:11.5em;
	transition:all 0.5s;
}
#birthday h3 {
	width:92%;
	margin:0 auto 15px auto;
	border-bottom:1px solid #3b3732;
	background:url(../img/common/tab_line.png) no-repeat center top rgba(60,55,50,0.5);
	background-size:100%;
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:25px;
}
#birthday .stageImg {
	width:84%;
	max-width:344px;
	margin:0 auto 6px auto;
}
#birthday .stageImg img {
	width:100%;
	height:auto;
}
#birthday .stageSelect {
	width:84%;
	margin:0 auto 15px auto;
}
#birthday .stageSelect li {
	float:left;
	width:33.3333%;
	border-right:1px solid rgba(0,0,0,1);
	border-bottom:1px solid rgba(0,0,0,1);
	background:rgba(252,245,235,0.1);
	box-sizing:border-box;
	color:#a0968c;
	font-size:11px;
	text-align:center;
	line-height:30px;
}
#birthday .stageSelect li:nth-of-type(3n) {
	margin:0 0 1px 0;
	border-right:none;
}
#birthday .stageSelect li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#birthday table {
	display:none;
	width:92%;
	margin:0 auto;
	background:url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#birthday table:nth-of-type(1) {
	display:table;
}
#birthday th {
	width:100px;
	border:1px solid #3c3732;
	border-left:none;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:10px;
	font-weight:normal;
	line-height:30px;
}
#birthday td {
	position:relative;
	padding:5px 0;
	border:1px solid #3c3732;
	border-right:none;
	font-size:13px;
	text-align:center;
}
#birthday td span.mm {
	font-size:11px;
}
#birthday tr:nth-of-type(2) td {
	padding:3px 70px 3px 0;
}
#birthday tr:nth-of-type(2) td span.pr {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_pr.png) no-repeat left center;
	background-size:20px;
}
#birthday tr:nth-of-type(2) td span.go {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_go.png) no-repeat left center;
	background-size:20px;
}
#birthday tr:nth-of-type(2) td span.si {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_si.png) no-repeat left center;
	background-size:20px;
}
#birthday tr:nth-of-type(2) td span.br {
	padding:3px 0 3px 25px;
	background:url(../../pc/img/common/icon_br.png) no-repeat left center;
	background-size:20px;
}
#birthday td .btnMin {
	position:absolute;
	top:50%;
	right:0;
	width:65px;
	margin:-11px 0 0 0;
}
#birthday td .btnMin span {
	margin:0;
	font-size:9px;
	line-height:20px;
}
#birthday td.fav_01 {
	height:60px;
	background:url(../../pc/img/common/ranktag_01.png) no-repeat 5px 5px;
}
#birthday td.fav_02 {
	height:60px;
	background:url(../../pc/img/common/ranktag_02.png) no-repeat 5px 5px;
}
#birthday td.fav_03 {
	height:60px;
	background:url(../../pc/img/common/ranktag_03.png) no-repeat 5px 5px;
}
#birthday td.fav_01 img,
#birthday td.fav_02 img,
#birthday td.fav_03 img,
#birthday td.fav img {
	width:auto;
	height:36px;
}
#birthday td.fav_01 span,
#birthday td.fav_02 span,
#birthday td.fav_03 span,
#birthday td.fav span {
	display:block;
	font-size:9px;
}
#birthday .result td img {
	width:auto;
	height:35px;
	
}
#birthday .space {
	height:10px;
}
#birthday .space td {
	border-left:none;
	border-bottom:none;
}
#birthday .space td:first-child {
	border-right:none;
}

/*---------------------------------
	layout -minSize-
---------------------------------*/
@media screen  and (min-width:640px){
	#globalHeader .inner,
	#header .inner,
	#tab ul,
	#comp,
	#dlc .inner,
	#time .tab,
	#time .tableWrap,
	#eoz .tab,
	#eoz .tableWrap,
	#hero .tab,
	#hero .tableWrap,
	#night .inner,
	#die .inner,
	#die h3,
	#birthday h3,
	#birthday .stageSelect,
	#birthday table {
		width:640px;
		margin-right:auto;
		margin-left:auto;
		box-sizing:border-box;
	}
	#dlc .col:nth-of-type(3) dt {
		padding:20% 0 15px 0;
	}
	#time .tab,
	#time .tableWrap,
	#time tr:nth-of-type(7).space,
	#time table tr.line,
	#eoz .tab,
	#eoz .tableWrap,
	#eoz tr:nth-of-type(7).space,
	#eoz table tr.line,
	#hero .tab,
	#hero .tableWrap,
	#hero tr:nth-of-type(7).space,
	#hero table tr.line,
	#night .inner,
	#night ul,
	#die .inner,
	#die table,
	#die h3,
	#birthday h3,
	#birthday table {
		background:none;
	}
	#time table tr.line td,
	#hero table tr.line td,
	#eoz table tr.line td {
		height:0;
		border-bottom:1px solid #3c3732;
	}
	#time .tab,
	#time tr:nth-of-type(7).space,
	#eoz .tab,
	#eoz tr:nth-of-type(7).space,
	#hero .tab,
	#hero tr:nth-of-type(7).space,
	#night ul,
	#die tr:nth-of-type(1) td {
		border-top:1px solid #3c3732;
	}
	#time .tableWrap,
	#eoz .tableWrap,
	#hero .tableWrap,
	#night .inner,
	#time tr:nth-of-type(7).space,
	#eoz tr:nth-of-type(7).space,
	#hero tr:nth-of-type(7).space,
	#die table {
		border-bottom:1px solid #3c3732;
	}
}
