#wrapper {
	min-width: 1280px;
	color: #5d656e;
	font-family: 'Century Gothic','Futura','Book Antiqua';
}
#wrapper.ja {
	font-family: 'Century Gothic','Futura','Book Antiqua',"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
::selection {
	background:#6592a0;
}
::-moz-selection {
	background:#6592a0;
}
#globalHeader.normalHeader .eventList,
#globalHeader.normalHeader .contsList,
#globalHeader.normalHeader .moreList,
#globalHeader.normalHeader .supportList {
	min-width: 1280px;
}
#topNavAlert {
	position:absolute;
	top: 170px;
	left: 50%;
	width: 1200px;
	margin: 0 0 0 -600px;
}
#topNavAlert input[type="submit"].navApplyBlkBtn {
	float: none;
	position: absolute;
	top:0;
	right: 0;
	width: auto;
	min-width: 120px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	border: 1px solid #5c93a8;
	background: url(../img/common/arrow_titlebtn.png) no-repeat 99% 1px rgba(0,0,0,1);
	color: #5c93a8;
	font-size: 10px;
	text-align: center;
	text-shadow:none;
	line-height: 24px;
	transition: background-color 0.5s;
	z-index: 10;
}
#topNavAlert input[type="submit"].navApplyBlkBtn:hover {
	background: url(../img/common/arrow_titlebtn.png) no-repeat 99% 1px rgb(11,45,53);
	background: url(../img/common/arrow_titlebtn.png) no-repeat 99% 1px -moz-linear-gradient(top, rgba(11,45,53,1) 1%, rgba(17,64,74,1) 50%, rgba(11,36,43,1) 100%);
	background: url(../img/common/arrow_titlebtn.png) no-repeat 99% 1px -webkit-linear-gradient(top, rgba(11,45,53,1) 1%,rgba(17,64,74,1) 50%,rgba(11,36,43,1) 100%);
	background: url(../img/common/arrow_titlebtn.png) no-repeat 99% 1px linear-gradient(to bottom, rgba(11,45,53,1) 1%,rgba(17,64,74,1) 50%,rgba(11,36,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2d35', endColorstr='#0b242b',GradientType=0 );
}
#revHead {
	position: relative;
	clear: both;
	min-height: 115px;
	background: url(../img/common/bg_gnav.png) no-repeat center top;
}
#revHead .inner {
	position: relative;
	width:1200px;
	margin:0 auto;
}
#revHead .logo {
	position: absolute;
	top: 0;
	left: 0;
}
#revHead .ovLink a {
	display: block;
	position: absolute;
	top: 120px;
	left: 20px;
	padding: 0 0 0 25px;
	background: url(../img/common/arrow_rev_left.png) no-repeat left center;
	color: #788b8e;
	font-size: 12px;
	text-decoration: underline;
	line-height: 19px;
}
#revHead .ovLink a:hover {
	text-decoration: none;
}
/*gNav*/
.revGnav {
	display: flex;
	width: 650px;
	margin:0 auto;
	font-family: 'Century Gothic','Futura','Book Antiqua';
	text-align:center;
	letter-spacing: -0.4em;
}
.revGnav li {
	display: inline-block;
	position: relative;
	width: 20%;
	list-style: none;
	letter-spacing: 0.8px;
}
.revGnav li a {
	display: block;
	color: #719bad;
    font-size: 14px;
    line-height: 70px;
	transition:0.3s ease;
}
.revGnav li.active a,
.revGnav li.current a,
.revGnav li:hover a {
	color: #a5c9c1;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}
.revGnav li.active .ring,
.revGnav li.active .ring2 {
	display: none;
}
.revGnav li .blur {
	display:inline-block;
	position:absolute;
	top: 10px;
	left: 10%;
	width: 100px;
	height: 66px;
	background: url(../img/common/bt_blur.png) no-repeat center top;
	transition: 0.3s opacity ease-in;
	opacity: 0;
}
.revGnav li .line {
	display:block;
	position:absolute;
	top: 40px;
    left: 50%;
	width: 0;
	height: 1px;
	opacity: 0;
	background: -webkit-linear-gradient(left, rgba(207,248,255,0) 0%,rgba(207,248,255,0.5) 50%,rgba(207,248,255,0) 100%);
	background: linear-gradient(to right, rgba(207,248,255,0) 0%,rgba(207,248,255,0.5) 50%,rgba(207,248,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cff8ff', endColorstr='#00cff8ff',GradientType=1 );
	transition:ease-out 0.3s all;
}
.revGnav li .ring {
	display: block;
	position: absolute;
	top: 0;
	left: 23%;
	width: 66px;
	height: 66px;
	border-radius: 100px;
	background: url(../img/common/bt_l.png) no-repeat center top;
	opacity: 0;
}
.revGnav li .ring2 {
	display:block;
	position: absolute;
	top: 0;
    left: 23%;
	width: 66px;
	height: 66px;
	border-radius: 100px;
	background: url(../img/common/bt_l.png) no-repeat center top;
	opacity: 0;
}
/*gNav - hover*/
.revGnav li.active .blur,
.revGnav li.current .blur,
.revGnav li:hover .blur {
	opacity: 0.8;
}
.revGnav li.active .line,
.revGnav li.current .line,
.revGnav li:hover .line {
	top: 40px;
    left: 0;
	width: 125px;
	height: 1px;
	opacity: 1.0;
	background: -webkit-linear-gradient(left, rgba(207,248,255,0) 0%,rgba(207,248,255,0.8) 50%,rgba(207,248,255,0) 100%);
	background: linear-gradient(to right, rgba(207,248,255,0) 0%,rgba(207,248,255,0.8) 50%,rgba(207,248,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cff8ff', endColorstr='#00cff8ff',GradientType=1 );
}
.revGnav li.current .ring,
.revGnav li:hover .ring {
	opacity: 0;
   	animation: pulsate 1s ease-in;
	-webkit-animation: pulsate 1s ease-in;
	animation-iteration-count: infinite;
}
.revGnav li.current .ring2,
.revGnav li:hover .ring2 {
	opacity: 0;
	animation: pulsate 1s ease-out;
	-webkit-animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
}
@keyframes pulsate {
    0%   { transform: scale(0.2, 0.2); }
    50%  { opacity: 1; }
    100% { transform: scale(1.2, 1.2); opacity: 0.0; }
}
/*subNav*/
#revSnav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	background:url(../img/common/sub_underline.png) no-repeat bottom center;
}
#revSnav ul {
	display: none;
	text-align: center;
}
#revSnav ul li {
	display: inline-block;
	width: 110px;
	height: 40px;
}
#revSnav ul li a {
	display: block;
	position: relative;
	width: 100px;
	color:#418b89;
	font-size:12px;
	text-align: center;
	line-height: 35px;
	transition:ease 0.3s all;
}
#revSnav ul li.active a,
#revSnav ul li a:hover {
	color:#a5c9c1;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8);
	background:rgba(90,130,130,0.2);
	box-shadow:0px 0px 10px 5px rgba(90,130,130,0.2);
}
#revSnav ul li a::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -9px;
    left: -5px;
	width: 115px;
	height: 9px;
	background: url(../img/common/sub_selectline.png) no-repeat bottom center;
	opacity:0;
	transition:ease 0.3s all;
}
#revSnav ul li.active a::after,
#revSnav ul li:hover a::after {
	opacity:1.0;
}
/*sync*/
.syncArea {
	position: absolute;
	top: 15px;
	right: 60px;
	width: 250px;
}
.syncArea p {
	padding: 0 70px 0 0;
	color:#788b8e;
	font-size:10px;
	text-align: right;
	line-height: 1.5em;
}
.syncArea p span {
	display: block;
	color:#a5c9c1;
	text-shadow:0 0 7px #47a7c4;
}
.syncArea a {
	display:block;
	position: absolute;
	top: -2px;
	right: 8px;
	background: url(../img/common/bt_sync.png) no-repeat center top;
	width: 48px;
	height: 48px;
	border-radius: 50%;
    box-shadow: 0px 0px 4px 4px rgba(165,191,201,0.2);
	font-size: 11px;
	cursor: pointer;
	transition: 0.3s all ease-in;
}
.syncArea a:hover {
	background: url(../img/common/bt_sync_on.png) no-repeat center top;
	box-shadow:0px 0px 10px 7px rgba(34,147,206,0.4);
}
.syncArea span.circle {
	display: block;
	content: '';
	position: absolute;
	top: -10px;
    right: 0;
	width: 64px;
	height: 64px;
	background: url(../img/common/bt_sync_circle.png) top center no-repeat;
	opacity: 0.7;
   	animation: spin 3s linear;
   	-webkit-animation: spin 3s linear;
	animation-iteration-count: infinite;
}
.syncArea.syncing span.circle,
.syncArea.synced span.circle,
.syncArea.nosync span.circle {
	display: none;
}
.syncArea.syncing a {
	background: url(../img/common/bt_sync_on.png) no-repeat top center;
	box-shadow: none;
}
.syncArea.synced a,
.syncArea.nosync a {
	background: url(../img/common/bt_sync_active.png) no-repeat top center;
	box-shadow: none;
}
.syncArea.synced a {
	cursor: default;
}
.syncArea.nosync p span {
	text-shadow:none;
}
@keyframes spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.syncArea .icon_que {
	display: block;
	position: absolute;
	top: 13px;
	right: -30px;
	background: url(../../../pc/img_common/nav_icon_question.png) no-repeat 0 top;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
.syncArea .icon_que:hover{
	background: url(../../../pc/img_common/nav_icon_question.png) no-repeat 0 bottom;
}
.syncArea .icon_que span {
	display: none;
	position: absolute;
	top: 20px;
	left: -158px;
	width: 150px;
	padding: 20px 15px 10px 15px;
	border: 1px solid #1a1a1a;
	background: url(../../../pc/img_common/nav_arrow_bott_a.png) no-repeat center 3px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 5px #000;
	color: #c0c0c0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	text-shadow:1px 1px 2px #000;
	z-index: 10;
}
.syncArea .icon_que:hover span {
	display: block;
}
.titleArea {
	padding: 100px 0;
	text-align: center;
}
.titleArea.ov {
	padding: 100px 0 30px 0;
}
.titleArea h2 {
	color: #80d8d1;
	font-size: 64px;
	font-family: 'Oswald';
	font-weight: normal;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px rgba(210, 226, 234, 0.9);
}
.titleArea h2 span {
	display: block;
	margin:10px auto 0;
	color:#80d8d1;
	font-size:18px;
	font-weight: normal;
	letter-spacing: 0.3em;
	text-shadow: 0px 0px 10px rgba(210, 226, 234, 0.9);
	letter-spacing: 14px;
}
#dataStatus {
	width: 1118px;
	margin: 45px auto 0 auto;
	padding: 30px;
	border: 1px solid #a7bf60;
	background: rgba(0,0,0,0.5);
}
#dataStatus h3 {
	margin: 0 0 20px 0;
	color: #a7bf60;
	font-size: 22px;
	font-weight: normal;
}
#dataStatus dt {
	margin: 0 0 30px 0;
	color: #bdb6af;
	font-size: 14px;
}
#dataStatus dd.attention {
	color: #a0968c;
	font-size: 12px;
}
#dataStatus dd.btnArea {
	margin:0;
	text-align:center;
}
#dataStatus dd.btnArea a,
#dataStatus dd.btnArea input {
	display:inline-block;
	margin:20px 10px 0 10px;
	padding: 0 40px 0 20px;
	border:1px solid #a7bf60;
	background:url(../img/common/arrow_btn.png) no-repeat 96% center rgba(167,191,96,0.4);
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}
#dataStatus dd.btnArea a:hover,
#dataStatus dd.btnArea input:hover {
	background:url(../img/common/arrow_btn.png) no-repeat 96% center rgba(208,239,114,0.4);
}
/*contents*/
#contents {
	width: 750px!important;
	min-width: 750px;
	padding: 20px 0 50px 0;
}
/*stages*/
.stageNavTtl {
	text-shadow: 0px 0px 15px rgba(255,255,255,0.8), 0px 0px 4px rgba(255,255,255,0.5);
}
/*weapon*/
#weaponPartListBox .cl_re_item {
	display: inline-block;
	width: 110px;
	line-height: 1;
	vertical-align: middle;
}
#weaponPartListBox .cl_re_item {
	
}
/*titles*/
#sysMes {
	margin: 0 0 10px 0;
}
#sysMes p {
	margin: 0 5px;
	padding:0 25px;
	border: 1px solid #a7bf60;
	color:#a5c9c1;
	font-size: 14px;
	line-height: 55px;
}
#titlesList {
	margin: 0 0 15px 15px;
}
#titlesList dt {
	margin: 0 0 10px 0;
	color:#5d656e;
	font-size: 14px;
	font-weight: bold;
}
#titlesList li {
	float: left;
	width: 112px;
	list-style: none;
}
#titlesList li span {
	display: table-cell;
	height: 44px;
	padding: 0 0 0 70px;
	color: #a5c9c1;
	font-family: 'Oswald';
	font-size: 25px;
	vertical-align: middle;
}
#titlesList li.sss span {
	background: url(../img/titles/icon_rank_1.png) no-repeat left top,url(../img/overview/icon_cross.png) no-repeat 50px center;
}
#titlesList li.ss span {
	background: url(../img/titles/icon_rank_2.png) no-repeat left top,url(../img/overview/icon_cross.png) no-repeat 50px center;
}
#titlesList li.s span {
	background: url(../img/titles/icon_rank_3.png) no-repeat left top,url(../img/overview/icon_cross.png) no-repeat 50px center;
}
#titlesList li.a span {
	background: url(../img/titles/icon_rank_4.png) no-repeat left bottom,url(../img/overview/icon_cross.png) no-repeat 50px center;
}
#titlesList li.b span {
	background: url(../img/titles/icon_rank_5.png) no-repeat left bottom,url(../img/overview/icon_cross.png) no-repeat 50px center;
}
#titlesList li.c span {
	background: url(../img/titles/icon_rank_6.png) no-repeat left bottom,url(../img/overview/icon_cross.png) no-repeat 50px center;
}
#rankFilter {
	margin: 0 0 0 15px;
	padding: 50px 0 10px 0;
	color: #5d656e;
	font-size: 14px;
	font-weight: bold;
}
#rankFilter dt {
	display: inline-block;
}
#rankFilter dd {
	display: inline-block;
}
#rankFilter dd li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	list-style: none;
}
#rankFilter dd li input {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	opacity: 0;
}
#rankFilter dd li label {
	padding: 0 0 0 20px;
	background: url(../img/titles/ftr_radio.png) no-repeat left center;
	cursor: pointer;
}
#rankFilter dd li input:checked + label {
	background: url(../img/titles/ftr_radio_on.png) no-repeat left center;
}
#ctRevListBox {}
.ctRevListName {
	position: relative;
	width: auto;
	height: 35px;
	max-width: 175px;
	padding: 0 0 0 35px;
	font-size: 10px;
	line-height: 1;
}
.ctRevListName span {
	display: table-cell;
	width: 100%;
	height: 35px;
	vertical-align: middle;
}
.ctRevListName img {
	position: absolute;
	top: 5px;
	left: 5px;
}
.ctRevListLock {
	position: relative;
	height: 35px;
}
.ctRevListName b,
.ctRevListLock b {
	position: absolute;
	top:-18px;
	left: 5px;
}
#ctRevListAbout {
	float: right;
	width: 20px;
	height: 20px;
	padding: 2px 0 0 0;
	border-radius: 50px;
	background: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.ctRevSetTitle {
	float: right;
	margin: 7px 5px 0 10px;
}
.ctRevSetTitle input {
	width: 64px;
	padding: 0 0 0 10px;
	border: 1px solid #264449;
	background: url(../img/common/arrow_btn.png) no-repeat 5px center #000;
	background-size: 5px;
	color: #a9a9a9;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
.ja .ctRevSetTitle input {
	font-size: 10px;
}
/*sidebaddy*/
.sitebuddy {
	float:right;
	padding: 16px 0;
}
.sitebuddy p {
	color: #a5c9c1;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}
.sitebuddy p span.grn {
	color: #a7bf60;
}
.sitebuddy a {
	display: block;
	float: right;
	width: 170px;
	margin: 0 0 0 8px;
	border: 1px solid #a7bf60;
	background: rgba(167,191,96,0.4);
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s;
}
.sitebuddy a:hover {
	background: rgba(208,239,114,0.4);
	transition: all 0.5s;
}
/*partner*/
#scrollBoxFlist, #scrollBoxPlist {
	min-height: 695px;
	max-height: 695px;
}
/*mdl*/
#mdlbg,
#bgmdl_error,
#bgmdl_loading,
#bgmdl_update,
#bgmdl_events {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	z-index:1000;
}
#bgmdl_error,
#bgmdl_update,
#bgmdl_events {
	display: none;
}
.mdl {
	display: none;
	position:fixed;
	top:10%;
	left:50%;
	width: 560px;
	height: 390px;
	margin:0 0 0 -300px;
	padding:20px;
	border-radius: 4px;
	border: 1px solid #264449;
	background: #000;
	z-index:3000;
}
.mdl .close {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 36px;
	height: 36px;
	background: url(../img/common/btn_close.png) no-repeat center top;
	cursor: pointer;
}
.mdl .close:hover {
	background: url(../img/common/btn_close_on.png) no-repeat center top;
}
/*mdl_update*/
.mdl.update h3 {
	width: 540px;
	margin: 0 0 30px 0;
	background: url(../img/common/bg_mdltitle.png) no-repeat center top;
	color: #a5c9c1;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-shadow:0 0 10px #418b89;
	line-height: 38px;
}
.mdl.update .list {
	height: 320px;
	overflow: auto;
}
.mdl.update dl {
	margin: 0 0 20px 0;
}
.mdl.update dl::after {
	display: block;
	content: '';
	clear: both;
}
.mdl.update dt {
	float: left;
	width: 110px;
	color: #a5c9c1;
	font-size: 14px;
}
.mdl.update dd {
	float: left;
	width: 430px;
}
/*mdl_event*/
.mdl.events {
	display: none;
	width: 600px;
	height: auto;
	padding: 0 0 36px 0;
}
.mdl.events .event {
	display: none;
}
.mdl.events h3 {
	width: 540px;
	margin: 0 auto 15px auto;
	background: url(../img/common/bg_mdltitle.png) no-repeat center top;
	color: #a5c9c1;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-shadow:0 0 10px #418b89;
	line-height: 38px;
}
.mdl.events .ex {
	margin: 0 0 25px 0;
	padding: 0 2%;
	color: #788b8e;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.mdl.events .period {
	display: table;
	margin: 0 auto 25px auto;
}
.mdl.events .period:after {
	display: block;
	content: '';
	clear: both;
}
.mdl.events .period li {
	float: left;
	margin: 0 8px;
	color: #a5c9c1;
	font-size: 16px;
	list-style: none;
}
.mdl.events .period li span {
	display: inline-block;
	width: 60px;
	margin: 0 6px 0 0;
	padding: 5px 0;
	border-radius: 4px;
	background: url(../img/common/bdr_grn.png) repeat center top;
	color: #a5c9c1;
	font-size: 14px;
	text-align: center;
}
.mdl.events .time {
	margin: 0 0 30px 0;
	padding: 13px 0;
	background: url(../img/common/line_eventtime.png) no-repeat center top,url(../img/common/line_eventtime.png) no-repeat center bottom;
	color: #9dbfb7;
	font-size: 16px;
	text-align: center;
}
.mdl.events .time span {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 2px 0 2px 30px;
	background: url(../img/common/icon_time.png) no-repeat left center;
	color: #a7bf60;
	font-size: 28px;
}
.mdl.events .time_aggregate {
	margin: 0 0 30px 0;
	background: url(../img/common/line_eventtime.png) no-repeat center top,url(../img/common/line_eventtime.png) no-repeat center bottom;
	color: #a7bf60;
	font-size: 16px;
	text-align: center;
	line-height: 64px;
}
.mdl.events .time_start {
	margin: 0 0 30px 0;
	padding: 13px 0;
	background: url(../img/common/line_eventtime.png) no-repeat center top,url(../img/common/line_eventtime.png) no-repeat center bottom;
	color:#a7bf60;
	font-size: 28px;
	text-align: center;
}
.mdl.events .time_start span {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 10px 0 2px 30px;
	background: url(../img/common/icon_time.png) no-repeat left center;
	color: #9dbfb7;
	font-size: 16px;
}
.mdl.events .btnLink {
	text-align: center;
}
.mdl.events .btnLink li {
	display: inline-block;
	margin: 0 9px;
}
.mdl.events .btnLink li a {
	display: block;
	width: 220px;
	border: 1px solid #264449;
	background: #000 url(../img/common/arrow_btn.png) no-repeat 94% center;
	color: #a5c9c1;
	font-size: 16px;
	text-align: center;
	text-shadow:0 0 10px #418b89;
	line-height: 50px;
}
/*loader*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-2.5em 0 0 -2.5em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	font-size: 10px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	z-index:1500;
}
.loader,
.loader:after {
	width: 5em;
	height: 5em;
	border-radius: 50%;
}
@-webkit-keyframes load8 {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}


/*guide*/
#contents.guidePage {
	width: 100%!important;
	margin: 0;
	padding: 0;
	background: #000;
}
#bgmdl_guide {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 10000;
}
#guide {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1090px;
	margin: 0 0 0 -545px;
	z-index: 10000;
}
#contents.guidePage #guide {
	display: block;
	z-index: 1;
}
.guidePage #guide {
	position: relative;
}
#guide .closeGuide {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 58px;
	height: 58px;
	border: 1px solid #304349;
	background: url(../img/guide/btn_close_guide.png) no-repeat center center #000;
	cursor: pointer;
	transition: all 0.5s;
}
#guide .closeGuide:hover {
	border: 1px solid #5d8a89;
	background: url(../img/guide/btn_close_guide.png) no-repeat center center #0d1618;
}
#guide .guideBtn {
	width: 362px;
	padding: 2px;
	border: 1px solid #5e696c;
	transition: all 0.5s;
}
#guide .guideBtn:hover {
	opacity: 0.8;
}
#guide .guideBtn a {
	display: block;
	border: 1px solid #5d8a89;
	background: url(../img/common/bdr_grn.png) repeat;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 68px;
}
#guide .guideCol01 {
	padding: 105px 0 160px 0;
	background: url(../img/guide/bg_col01.png) no-repeat right top;
}
#guide .guideCol01 .text {
	width: 440px;
	margin: 0 0 0 50px;
	color: #fefefe;
	font-size: 14px;
	text-shadow: 0 0 10px #c5f8ef,0 0 10px #c5f8ef;
	line-height: 2;
}
#contents.guidePage #guide .guideCol01 .text.play,
#contents.guidePage #guide .ptfCol .text.play {
	width:466px;
	margin-top:40px;
	text-align:center;
	color: #fefefe;
	font-size: 18px;
	text-shadow: 0 0 10px #c5f8ef,0 0 10px #c5f8ef;
}
#contents.guidePage #guide .ptfCol .text.play {
	width: 100%;
}
#guide .guideCol01 .guideBtn {
	margin: 40px 0 0 90px;
}
#guide .guideBtn.ptf {
	display: inline-block;
	width: 160px;
	margin: 20px 10px 40px 10px;
	opacity: 0.5;
}
#guide .guideBtn.ptf.ps4 a {
	background: url(../../../pc/img/common/ftr_ps4.png) no-repeat center center,url(../../pc/img/common/bdr_grn.png);
	background-size: auto 25px,auto;
	text-indent: -9999px;
}
#guide .guideBtn.ptf.xone a {
	background: url(../../../pc/img/common/ftr_xone.png) no-repeat center center,url(../../pc/img/common/bdr_grn.png);
	background-size: auto 25px,auto;
	text-indent: -9999px;
}
#guide .guideBtn.ptf.nsw a {
	background: url(../../../pc/img/common/ftr_nsw.png) no-repeat center center,url(../../pc/img/common/bdr_grn.png);
	background-size: auto 25px,auto;
	text-indent: -9999px;
}
#guide .guideBtn.ptf.active {
	opacity: 1;
}
#guide .guideBtn.ptf:hover {
	opacity: 0.8;
}
#guide .line_text {
	margin: 0 0 60px 0;
}
#guide .colBox {
	position: relative;
	padding: 0 0 0 25px;
}
#guide .colBox:after {
	display: block;
	content: '';
	clear: both;
}
#guide .colBox h3 {
	margin: 10px 0 45px 0;
}
#guide .colBox .text {
	width: 470px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
#guide .guideCol02,
#guide .guideCol04 {
	margin: 0 0 130px 0;
	background: url(../img/guide/bg_text.png) no-repeat -100px top;
}
#guide .guideCol02 .img,
#guide .guideCol04 .img {
	float: right;
}
#guide .guideCol03,
#guide .guideCol05 {
	margin: 0 0 75px 0;
	background: url(../img/guide/bg_text.png) no-repeat right top;
}
#guide .guideCol03 h3,
#guide .guideCol03 .text,
#guide .guideCol05 h3,
#guide .guideCol05 .text {
	float: left;
}
#guide .guideCol05 h3 {
	padding: 0 0 0 70px;
	background: url(../img/guide/icon_new.png) no-repeat left center;
}
#guide .guideCol03 .img,
#guide .guideCol05 .img {
	float: left;
	margin: 0 95px 0 0;
}
#guide > .guideBtn {
	margin: 0 auto 100px auto;
}
.ptfCol {
	width: 570px;
	margin: 0 auto;
}
#contents.guidePage .ptfCol {
	margin: 0 auto 100px auto;
}
#guide .ptfCol .guideBtn.ptf {
	margin: 20px 10px 40px 10px;
}
#guide .closeGuide.btm {
	position: relative;
	top: auto;
	bottom: 0;
	right: auto;
	left: 50%;
	width: 362px;
	margin:0 0 50px -181px;
	border: 1px solid #555;
	background: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.5s;
}
#guide .closeGuide.btm:hover {
}
