@charset "UTF-8";
#main {
	margin:0 0 20px 0;
	/*padding:0 2% 20px 2%;*/
	border-top:2px solid #1a3a3a;
	border-bottom:2px solid #1a3a3a;
	background:url(../img/common/bg_main.png) repeat left top;
}
h2 {
	background:none;
}
h2 img {
	height:auto;
	padding:0;
}
/* ========================================
	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:15000;
}
.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);
}
}
/* ========================================
	mdl
======================================== */
#mdl_top {}
#mdl_top.mdl_top {
	position:absolute;
	top:0;
	left:2%;
	width:96%;
	background:url(../img/common/bg_mdl.png) repeat center top;
	z-index:600;
}
#mdl_top .mdl_btm {
	padding:5px;
	background:url(../img/common/mdl_corner_lt.png) no-repeat left top,url(../img/common/mdl_corner_lb.png) no-repeat left bottom,url(../img/common/mdl_corner_rt.png) no-repeat right top,url(../img/common/mdl_corner_rb.png) no-repeat right bottom;
	background-size:10px,10px,10px,10px;
}
#mdl_top .mdl_mid {
	padding:10px;
	border:1px solid #535353;
	background:rgba(0,0,0,0.4);
}
#mdl_tips .mdl_contents p.txt {
	mdl_top:10px 0;
	color:#fff;
	text-align:center;
}
#mdl_top .mdl_contents p.close {
	width:153px;
	margin:0 auto;
	border:1px solid #959595;
	background:rgba(255,255,255,0.2);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:38px;
	cursor:pointer;
}
/* ========================================
	image
======================================== */
#image {
	position:relative;
	background:rgba(0,17,17,0.7);
}
#image .inner {
	height:215px;
}
#image .inner.s01 {
	background:url(../img/top/bg_stage01.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s02 {
	background:url(../img/top/bg_stage02.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s03 {
	background:url(../img/top/bg_stage03.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s04 {
	background:url(../img/top/bg_stage04.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s05 {
	background:url(../img/top/bg_stage05.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s06 {
	background:url(../img/top/bg_stage06.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s07 {
	background:url(../img/top/bg_stage07.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s08 {
	background:url(../img/top/bg_stage08.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image .inner.s09 {
	background:url(../img/top/bg_stage09.jpg) no-repeat center top;
	background-size:auto 215px;
}
#image h2 {
	position:absolute;
	top:20px;
	left:50%;
	margin:0 0 0 -160px;
	background:none;
}
#image h2 img {
	width:320px;
	height:auto;
	padding:0;
}
#image dl.mapList {}
#image dl.mapList dt {
	position:absolute;
	top:126px;
	left:50%;
	margin:0 0 0 -150px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#image dl.mapList dt .mapName {
	display:block;
	margin:5px 0;
	padding:10px 0 0 0;
	background:url(../img/top/line_mapname.png) no-repeat left top;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	line-height:1;
}
#image dl.mapList dt .mapKind {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#image dl.mapList dd {
	position:absolute;
	top:215px;
	left:0;
	width:100%;
}
#image dl.mapList dd .slideArea {
	position:relative;
	width:300px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#image dl.mapList dd .slideArea ul {
	position:absolute;
	width:900px;
	top:0;
	left:0;
}
#image dl.mapList dd .slideArea li {
	float:left;
	width:96px;
	margin:0 4px 0 0;
	padding:0 0 6px 0;
	box-sizing:border-box;
}
#image dl.mapList dd .slideArea li.current {
	background:url(../img/top/arrow_mapselect.png) no-repeat center bottom;
	background-size:14px;
}
#image dl.mapList dd .slideArea li p {
	display:block;
	position:relative;
	border:1px solid #707070;
}
#image dl.mapList dd li.current p {
	border:1px solid #ffd99a;
}
#image dl.mapList dd li.current .hover {
	position:absolute;
	top:0;
	left:0;
	width:94px;
	height:52px;
	box-shadow:0px 0px 24px 0px #ffa200 inset;
	-moz-box-shadow:0px 0px 24px 0px #ffa200 inset;
	-webkit-box-shadow:0px 0px 24px 0px #ffa200 inset;
}
#image dl.mapList dd li .name,
#image dl.mapList dd li .kind {
	display:none;
}
#image dl.mapList dd .mapNav li {
	width:20px;
	height:28px;
	padding:16px 0;
	background:#132e2e;
}
#image dl.mapList dd .mapNav li img {
	width:19px;
	height:auto;
}
#image dl.mapList dd .mapNav .left {
	position:absolute;
	top:-4px;
	left:0;
}
#image dl.mapList dd .mapNav .right {
	position:absolute;
	top:-4px;
	right:0;
}
#image dl.mapList dd .mapNav .bg img {
	width:auto;
	height:60px;
}
#image dl.mapList dd .mapNav .left .bg {
	position:absolute;
	top:0;
	right:-8px;
}
#image dl.mapList dd .mapNav .right .bg {
	position:absolute;
	top:0;
	left:-8px;
}
/*actiivePlayer*/
#image .activePlayer {
	padding:60px 20px 0 20px;
	border-bottom:2px solid #132e2e;
	background:rgba(17,17,17,0.5);
}
#image .activePlayer  h3 {
	color:#b5b5b5;
	font-size:12px;
	font-weight:bold;
	line-height:35px;
}
#image .activePlayer ul {
	display:none;
	height:144px;
	border-top:1px solid #235958;
	border-bottom:1px solid #235958;
	background:rgba(83,83,83,0.2);
	overflow:auto;
}
#image .activePlayer ul.current {
	display:block;
}
#image .activePlayer .stageArea {
	margin:0 0 20px 0;
}
#image .activePlayer .stageArea li {
	position:relative;
	top:0;
	border-bottom:1px solid #333;
}
#image .activePlayer .stageArea li a {
	display:block;
	padding:5px;
}
#image .activePlayer .stageArea li .img {
	float:left;
}
#image .activePlayer .stageArea li .img img {
	width: 20px;
	height: 20px;
	margin:0 5px 0 0;
}
#image .activePlayer .stageArea li .name {
	float:left;
	width:97px;
	margin:0 5px 0 0;
	color:#dcdcdc;
	font-size:13px;
	line-height:22px;
	overflow:hidden;
}
#image .activePlayer .stageArea li .mode {
	float:right;
	width:103px;
	margin:0;
	color:#85a7a5;
	font-size:11px;
	line-height:22px;
}
#image .activePlayer .stageArea li.nodata {
	margin:55px 0 0 0;
	padding:0;
	border-bottom:none;
	background:none;
	color:#707070;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
/* ========================================
	accountLink
======================================== */
#dataStatus {
	width:auto;
	margin:0;
	padding:20px 10px;
	background:url(../img/common/bg_chk_black.png) repeat left top;
}
#dataStatus .dataBox {
	padding:10px;
	border:1px solid #ff9000;
}
#dataStatus h2 {
	margin:0 0 20px -10px;
	line-height:30px;
}
#dataStatus h2 span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_datastatus.png) no-repeat 10px center;
	background-size:20px;
	color:#f29905;
	font-size:14px;
	font-weight:bold;
}
#dataStatus dt {
	margin:0 0 10px 0;
	color:#c9c9c9;
	font-size:12px;
}
#dataStatus dd li {
	margin:0 auto 10px auto;
}
#dataStatus dd li a {
	display:block;
	border-radius:4px;
	border:1px solid #ff9000;
	background:rgba(255,126,0,0.2);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
}
#dataStatus dd li a span {
	padding:2px 25px 2px 0;
	background:url(../img/common/arrow_orange.png) no-repeat right center;
	background-size:17px;
}
#dataStatus .attention {
	margin:0 0 10px 0;
	padding:10px;
	border-radius:4px;
}
#dataStatus .attention li {
	margin:0;
	color:#a0a0a0;
	font-size:10px;
}
#dataStatus .attention li a {
	color:#408685;
}
#dataStatus.active .dataBox {
	border:1px solid #1e89bb;
}
#dataStatus.active h2 span {
	background:url(../img/common/icon_datastatus_active.png) no-repeat 10px center;
	color:#1e89bb;
}
#dataStatus.active dd li a {
	border-radius:4px;
	border:1px solid #126991;
	background:rgba(18,105,145,0.2);
}
#dataStatus.active dd li a span {
	background:url(../img/common/arrow_blue.png) no-repeat right center;
	background-size:17px;
}
/* ========================================
	important
======================================== */
.important {
	padding:10px;
	background:rgba(15,44,57,0.8);
}
.important .forumdevBnr {
	margin:0 0 10px 0;
	padding:10px;
	background:rgba(0,0,0,0.3);
	text-align:center;
}
.important dl {
	padding:10px;
	background:rgba(0,0,0,0.3);
}
.important dl.impCamp,
.important dl.gameUpdate {
	margin:0 0 10px 0;
}
.important dt {
	float:left;
	padding:5px 0 5px 30px;
	background:url(../img/top/icon_important.png) no-repeat left center;
	background-size:20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.important .impCamp dt {
	position:relative;
	background:url(../img/top/icon_camp.png) no-repeat 3px 3px;
	background-size:20px;
}
.important .impCamp .new {
	position:absolute;
	top:4px;
	left:120px;
	padding:0 11px;
	background:url(../img/advice/bg_new_right.png) no-repeat right top,url(../img/advice/bg_new_left.png) no-repeat left top;
}
.important .impCamp p.new span {
	display:block;
	padding:4px 5px;
	border:none;
	background:url(../img/advice/bg_new_mid.png) repeat-x left top;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}
.important .gameUpdate dt {
	background:url(../img/top/icon_updates.png) no-repeat left center;
	background-size:26px;
}
.important dd.more a {
	display:block;
	float:right;
	width:65px;
	padding:5px 10px;
	border-radius:4px;
	border:1px solid #5b686e;
	background:rgba(0,0,0,0.3);
	text-align:center;
}
.important dd.more span {
	padding:0 0 0 20px;
	background:url(../img/top/arrow_more.png) no-repeat left center;
	background-size:12px;
	color:#b5b5b5;
	font-size:14px;
	font-weight:bold;
}
.important dd.list,
.important dd.detail {
	clear:both;
	margin:40px 0 0 0;
	padding:5px 0 0 0;
	border-top:1px solid rgba(255,255,255,0.3);
}
.important dd.list ul {
	/*height:76px;*/
	height:100px;
	padding:0 5px;
	background:rgba(0,0,0,0.3);
	overflow:auto;
}
.important dd.list li {
	padding:5px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.important dd.list li:last-child {
	border-bottom:none;
}
.important dd.detail li {
	position:relative;
	height:82px;
	padding:110px 0 0 0;
}
.important dd.list li a {
	color:#b5b5b5;
	font-size:13px;
	font-weight:bold;
}
.important dd.list li .date {
	display:block;
	color:#408685;
	font-size:12px;
	font-weight:bold;
}
.important dd.detail li dl {
	position:relative;
	height:63px;
	background:rgba(0,0,0,0.8);
	z-index:10;
}
.important dd.detail li .img {
	position:absolute;
	top:0;
	width:100%;
	height:187px;
	text-align:center;
	overflow:hidden;
}
.important dd.detail li .img img {
	max-width:340px;
}
.important dd.detail li dd.date {
	float:left;
	color:#408685;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
}
.important dd.detail li dd.cat {
	float:right;
	padding:2px 10px;
	border-radius:4px;
	border:1px solid #898989;
	color:#898989;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}
.important dd.detail li dt {
	clear:both;
	/*margin:5px 0 0 0;*/
	padding:0;
	background:none;
	color:#b5b5b5;
	font-size:11px;
	line-height:1.4;
}
/* ========================================
	about
======================================== */
#startUp {
	margin:0 0 30px 0;
}
.about {
	padding:20px 10px;
	border-bottom:2px solid #132e2e;
	background:url(../img/common/bg_chk_black.png) repeat left top;
}
.about h2 {
	position:relative;
	margin:0 0 20px -10px;
}
.about h2 img {
	width:auto;
	height:42px;
}
.en .about h2 img {
	height:36px;
}
.about h2 p.btn {
	position:absolute;
	top:8px;
	right:10px;
}
.about h2 p.btn img {
	width:22px;
	height:auto;
}
.about dl {
	padding:10px 0;
	border-bottom:1px solid rgba(137,137,137,0.5);
}
.about dt {
	float:left;
	margin:0 10px 0 0;
	padding:2px;
	border:1px solid #535353;
	background:url(../img/common/corner_lt.png) no-repeat left top,url(../img/common/corner_rt.png) no-repeat right top,url(../img/common/corner_lb.png) no-repeat left bottom,url(../img/common/corner_rb.png) no-repeat right bottom,rgba(0,0,0,0.7);
	background-size:7px,7px,7px,7px;
}
.about dt img {
	width:64px;
	height:64px;
	border:1px solid #408685;
}
.about dd {
	color:#b5b5b5;
	font-size:12px;
}
.about dd span {
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.about .girlsBnr,
.about .ecapBnr,
.about .prmBnr {
	margin:20px 0 0 0;
	text-align:center
}
.about .loginBtn a {
	display:block;
	margin:20px 10px 0 10px;
	border:1px solid #76cecb;
	background:rgba(29,46,45,0.3);
	color:#76cecb;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:54px;
}
/* ========================================
	ranking
======================================== */
.rankingBox {
	position:relative;
	padding:20px 10px;
}
.rankingBox h2 {
	width:320px;
	margin:0 0 5px -10px;
}
.en .rankingBox h2 img {
	height:36px;
}
.rankingBox .time {
	position:absolute;
	top:33px;
	right:10px;
	font-size:10px;
}
.rankingBox .rankingArea {
	padding:90px 0 0 0;
}
.rankingBox .setting h3 {
	margin:0 0 20px 0;
}
.rankingBox .setting h3 .tit {
	float:left;
	color:#939393;
	font-size:12px;
	font-weight:bold;
}
.rankingBox .setting h3 .period,
.rankingBox .setting h3 .mode {
	float:left;
	margin:0 20px 0 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.rankingBox .setting  dt {
	float:left;
	color:#898989;
	font-size:12px;
	font-weight:bold;
}
.rankingBox .setting  dd {
	float:left;
	width:216px;
}
.rankingBox .setting  dd ul {
	float:left;
	width:216px;
	margin:0 10px 10px 10px;
	border-radius:4px;
	border:1px solid #919191;
	background:rgba(0,0,0,0.3);
	box-shadow:rgba(12, 3, 7, 0.509804) 0px 0px 10px 5px inset;
	-webkit-box-shadow:rgba(12, 3, 7, 0.509804) 0px 0px 10px 5px inset;
	-moz-box-shadow:rgba(12, 3, 7, 0.509804) 0px 0px 10px 5px inset;
}
.rankingBox .setting  dd li {
	float:left;
	width:107px;
	border-right:1px solid #535353;
}
.rankingBox .setting  dd li:nth-child(2){
	border-right:none;
}
.rankingBox .setting dd li span {
	display:block;
	border:2px solid rgba(0,0,0,0);
	color:#fff;
	font-weight:bold;
	text-shadow: 0px 0px 8px rgba(64, 134, 133, 1);
	line-height:28px;
	text-align:center;
	cursor:pointer;
	transition:border 0.5s,box-shadow 0.5s,-webkit-box-shadow 0.5s,-moz-box-shadow 0.5s,text-shadow 0.5s;
}
.rankingBox .setting  dd li.current span {
	border:2px solid #ffd99a;
	background:url(../img/common/icon_tabarrow_orange.png) no-repeat 96px 1px;
	background-size:6px;
	box-shadow:rgba(255, 162, 0, 0.509804) 0px 0px 13px 0px inset;
	-webkit-box-shadow:rgba(255, 162, 0, 0.509804) 0px 0px 13px 0px inset;
	-moz-box-shadow:rgba(255, 162, 0, 0.509804) 0px 0px 13px 0px inset;
	text-shadow: 0px 0px 8px rgba(255, 162, 0, 1);
}
.rankList {
	position:relative;
	padding:2px;
	border:1px solid #1a3a3a;
	background:rgba(17,17,17,0.5);
}
.rankList .tab {
	margin:0 0 10px 0;
	padding:0 0 8px 0;
	background:url(../img/top/arrow_rankingbtm.png) no-repeat center bottom;
	background-size:15px;
}
.rankList .tab ul {
	padding:0 0 2px 0;
	border-bottom:1px solid #f0861e;
}
.rankList .tab li {
	float:left;
	width:33.3%;
	border:1px solid #000;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:31px;
}
.rankList .tab li.current {
	border:1px solid #f0861e;
	background:rgba(240,134,30,0.3);
}
.rankList table {
	display:none;
	width:100%;
	margin:5px;
}
.rankList table.current {
	display:table;
}
.rankList tr:nth-child(even) {
	background:rgba(255,255,255,0.1);
}
.rankList tr:nth-child(odd) {
	background:rgba(255,255,255,0.05);
}
.rankList tr:first-child {
	background:rgba(0,0,0,0.3);
}
.rankList th {
	padding:0 10px;
	border-bottom:1px solid #535353;
	color:#aabfbd;
	font-size:12px;
	text-align:left;
	line-height:32px;
}
.rankList th:last-child {
	text-align:right;
}
.rankList td {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:33px;
}
.rankList th:nth-of-type(1),
.rankList td:nth-of-type(1) {
	width:8%;
	padding:0 5px;
}
.rankList td:nth-of-type(2) {
	width:60%;
	padding:0 5px;
}
.rankList td:nth-of-type(2) img {
	float:left;
	width:24px;
	height: 24px;
	margin:4px 0;
}
.rankList td:nth-of-type(2) a {
	display:block;
	height:33px;
	color:#aabfbd;
	padding:0 10px;
	word-break:break-all;
	overflow:hidden;
}
.rankList td:nth-of-type(3) {
	text-align:right;
	padding:0 5px;
}
.rankList .rankIn th,
.rankList .rankIn td,
.rankList .rankIn td a {
	color:#ffa200;
}
.rankList .rankIn td a:hover {
	color:#ffa200;
}
.rankingBox .btn {
	width:160px;
	margin:10px auto 0 auto;
	border-radius:4px;
	border:1px solid #535353;
	background:rgba(0,0,0,0.3);
	text-align:center;
}
.rankingBox .btn span {
	padding:2px 0 2px 25px;
	background:url(../img/top/arrow_more.png) no-repeat left center;;
	background-size:18px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px 0px 10px rgba(65, 135, 133, 1);
	line-height:36px;
}
.rankList p.error {
	padding:20px 0;
	color:#fff;
	text-align:center;
}
#bgmdl_loading {
	position:absolute;
}
.loader {
	position:absolute;
}
/*btn*/
.linkBtn {
	position:absolute;
	left:0;
	width:96%;
	padding:5px 2%;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
	background:url(../img/common/bg_tab.png) repeat left top;
}
.linkBtn p {
	position:relative;
	border:1px solid #132e2e;
	background:url(../img/ranking/bg_resultbtn.png) repeat left top;
}
.linkBtn a {
	display:block;
	padding:5px;
	background:url(../img/common/arrow_gnav.png) no-repeat 99% center;
	background-size:6px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.linkBtn a span.tit {
	display:block;
	margin:0 0 0 -5px;
	padding:0 0 0 35px;
	background:url(../img/ranking/icon_result.png) no-repeat left center;
	background-size:35px;
	font-size:18px;
}
.linkBtn a span.update {
	display:block;
	position:absolute;
	top:3px;
	right:15px;
	width:100px;
	height:26px;
	background:url(../img/ranking/bg_update.png) no-repeat left center;
	background-size:100px;
	text-align:center;
	line-height:19px;
}
.en .linkBtn a span.update {
	font-size:10px;
	line-height:10px;
}
/* ========================================
	forum
======================================== */
.forumBox {
	position:relative;
	padding:20px 10px;
}
.forumBox h2 {
	width:320px;
	margin:0 0 5px -10px;
}
.forumBox .setting h3 {
	margin:0 0 20px 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.forumBox .setting  dt {
	float:left;
	color:#898989;
	font-size:12px;
	font-weight:bold;
}
.forumBox .setting  dd {
	float:left;
	width:216px;
}
.forumBox .setting  dd ul {
	float:left;
	width:216px;
	margin:0 10px 10px 10px;
	border-radius:4px;
	border:1px solid #919191;
	background:rgba(0,0,0,0.3);
	box-shadow:rgba(12, 3, 7, 0.509804) 0px 0px 10px 5px inset;
	-webkit-box-shadow:rgba(12, 3, 7, 0.509804) 0px 0px 10px 5px inset;
	-moz-box-shadow:rgba(12, 3, 7, 0.509804) 0px 0px 10px 5px inset;
}
.forumBox .setting  dd li {
	float:left;
	width:107px;
	border-right:1px solid #535353;
}
.forumBox .setting  dd li:nth-child(2){
	border-right:none;
}
.forumBox .setting dd li span {
	display:block;
	border:2px solid rgba(0,0,0,0);
	color:#fff;
	font-weight:bold;
	text-shadow: 0px 0px 8px rgba(64, 134, 133, 1);
	line-height:28px;
	text-align:center;
	cursor:pointer;
	transition:border 0.5s,box-shadow 0.5s,-webkit-box-shadow 0.5s,-moz-box-shadow 0.5s,text-shadow 0.5s;
}
.forumBox .setting  dd li.current span {
	border:2px solid #ffd99a;
	background:url(../img/common/icon_tabarrow_orange.png) no-repeat 96px 1px;
	background-size:6px;
	box-shadow:rgba(255, 162, 0, 0.509804) 0px 0px 13px 0px inset;
	-webkit-box-shadow:rgba(255, 162, 0, 0.509804) 0px 0px 13px 0px inset;
	-moz-box-shadow:rgba(255, 162, 0, 0.509804) 0px 0px 13px 0px inset;
	text-shadow: 0px 0px 8px rgba(255, 162, 0, 1);
}
.ptfList {
	padding:10px;
	border:1px solid #1a3a3a;
	background:rgba(17,17,17,0.5);
}
.ptfList ul {
	display:none;
}
.ptfList ul.current {
	display:block;
}
.ptfList li a {
	display:block;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #555;
}
.ptfList ul li:last-child a {
	margin:0;
	padding:0;
	border-bottom:none;
}
.ptfList li.noWriter {
	color:#707070;
}
.ptfList li .img {
	float:left;
	border:1px solid #535353;
}
.ptfList li .post {
	padding:0 0 0 50px;
	color:#a0a0a0;
	font-size:12px;
	word-break:break-all;
}
.ptfList li .post span {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.ptfList li .status {
	padding:0 0 0 50px;
	color:#a0a0a0;
	font-size:12px;
}
.ptfList li .status .type {
	margin:0 0 0 10px;
	color:#f0861e;
}
.forumBox .btn {
	width:160px;
	margin:10px auto 0 auto;
	border-radius:4px;
	border:1px solid #535353;
	background:rgba(0,0,0,0.3);
	text-align:center;
}
.forumBox .btn span {
	padding:2px 0 2px 25px;
	background:url(../img/top/arrow_more.png) no-repeat left center;
	background-size:18px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px 0px 10px rgba(65, 135, 133, 1);
	line-height:36px;
}
/* ========================================
	renet
======================================== */
#renet {
	padding:20px 10px;
	background:url(../img/top/bg_renet.png) repeat left center;
}
#renet h2 {
	width:300px;
	margin:0 auto 30px auto;
	text-align:center;
}
#renet h2 span {
	display:block;
	margin:5px 0 0 0;
	color:#fff;
}
#renet dt {
	margin:0 0 10px 0;
	text-align:center;
}
#renet dt img {
	width:auto;
	height:33px;
}
#renet dt span {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#renet dd p.img {
	width:auto;
	height:194px;
	margin:0 0 5px 0;
	border:1px solid #535353;
	background:#001111;
	text-align:center;
}
#renet dd p.img img {
	width:auto;
	height:100%;
}
#renet dd p.date {
	margin:0 0 5px 0;
	color:#408685;
	font-size:14px;
	font-weight:bold;
}
#renet dd p.txt {
	margin:0 0 30px 0;
	color:#b5b5b5;
	font-size:12px;
}
/* ========================================
	guide
======================================== */
#guide {
	display:none;
	position:absolute;
	top:10px;
	width:88%;
	margin:0 4%;
	padding:0 2%;
	border:2px solid #235958;
	background:url(../img/common/bg_guide.png) repeat left top;
	z-index:10000;
}
#guide .closeGuide {
	position:absolute;
	top:-10px;
	right:-10px;
	width:25px;
	height:25px;
	cursor:pointer;
	z-index:10;
}
#guide h2 {
	position:relative;
	width:104%;
	margin:0 0 10px -2%;
}
/*#guide h2 span {
	position:absolute;
	bottom:10px;
	left:8%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}*/
.contentsCol h3 {
	margin:0 auto 15px auto;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:1.8;
}
.contentsCol h3 img {
	display:block;
	width:248px;
	height:auto;
	margin:0 auto;
}
.contentsCol  dt {
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.contentsCol  .ov dt {
	background:url(../img/common/icon_guide01.png) no-repeat left center;
	background-size:26px;
	text-shadow:0px 0px 10px rgba(65, 135, 133, 1);
} 
.contentsCol  .stats dt {
	background:url(../img/common/icon_guide02.png) no-repeat left center;
	background-size:32px;
	text-shadow:0px 0px 10px rgba(65, 135, 133, 1);
} 
.contentsCol  .analysis dt {
	background:url(../img/common/icon_guide03.png) no-repeat left center;
	background-size:30px;
	text-shadow:0px 0px 8px rgba(255, 162, 0, 1);
} 
.contentsCol  .edit dt {
	background:url(../img/common/icon_guide04.png) no-repeat left center;
	background-size:32px;
	text-shadow:0px 0px 10px rgba(65, 135, 133, 1);
} 
.contentsCol  .style dt {
	background:url(../img/common/icon_guide05.png) no-repeat left center;
	background-size:32px;
	text-shadow:0px 0px 10px rgba(65, 135, 133, 1);
} 
.contentsCol  dd.txt,
.contentsCol.analysis dd.txt01,
.contentsCol.analysis dd.txt02 {
	margin:0 0 10px 0;
	color:#b5b5b5;
	font-size:12px;
	font-weight:bold;
}
.contentsCol  dd.img {
	margin:0 0 15px 0;
	padding:4px;
	border:1px solid #235958;
	background:url(../img/common/corner_green_lt.png) no-repeat left top,url(../img/common/corner_green_rt.png) no-repeat right top,url(../img/common/corner_green_lb.png) no-repeat left bottom,url(../img/common/corner_green_rb.png) no-repeat right bottom;
	background-size:7px,7px,7px,7px;
}
.contentsCol  dd.img img {
	border:1px solid #235958;
}
.contentsCol  .stats {
	margin:0 0 15px 0;
	padding:0 0 25px 0;
	background:url(../img/common/line_guide.png) no-repeat center bottom;
	background-size:280px;
}
.contentsCol.analysis dl.analysis {
	margin:0 0 15px 0;
	padding:0 0 25px 0;
	background:url(../img/common/arrow_guide.png) no-repeat center 270px,url(../img/common/line_guide.png) no-repeat center bottom;
	background-size:19px,280px;
}
.contentsCol.analysis dd.img01,
.contentsCol.analysis dd.img02 {
	margin:0 0 15px 0;
	padding:4px;
	border:1px solid #754a00;
	background:url(../img/common/corner_orange_lt.png) no-repeat left top,url(../img/common/corner_orange_rt.png) no-repeat right top,url(../img/common/corner_orange_lb.png) no-repeat left bottom,url(../img/common/corner_orange_rb.png) no-repeat right bottom;
	background-size:7px,7px,7px,7px;
}
.contentsCol.analysis dd.img01 img,
.contentsCol.analysis dd.img02 img {
	border:1px solid #754a00;
}
.contentsCol.analysis dd.img01 {
	margin:0 0 34px 0;
}
.loginBtn a {
	display:block;
	margin:20px 10px;
	border:1px solid #76cecb;
	background:rgba(29,46,45,0.3);
	color:#76cecb;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:54px;
}

@media screen and (min-width: 600px) {
	#guide {
		width:580px;
	}
}


