@charset "utf-8";
/*---general setting---*/

html,body{
	height:100%;
}

body{
	width:100%;
	line-height:1.4;
	font-family:HelveticaNeue;
	word-wrap:break-word;
	-webkit-text-size-adjust:none;
	color:#333;
	background:#111111;
}

body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table,figure{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
}
article,aside,figure,footer,header,hgroup,nav,section{display:block;}

ul,ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;font-weight:normal;}

hr{display:none;}

img{border:0;}

strong{font-weight:normal;}
em{font-style:normal;}
input{line-height:normal;}
address{font-style:normal;}

a:link{color:#16387c; text-decoration:none;}
a:visited{color:#16387c; text-decoration:none;}
a:hover{color:#16387c; text-decoration:none;}
a:active{color:#16387c; text-decoration:none;}


/*--[class]-----------------------------------------------------*/

.caution{color:#cc0000 !important;}

.dispNone,
.skipNav {text-indent:-9999px;position:absolute;overflow:hidden;}

/* clearfix */
.pkg::after{content:'';display:block;clear:both;}

/* noscriptMsg */
.noscriptMsg{border:2px solid #ff0000; color:#ff0000; padding:10px; margin:5px;}

/*---common setting---*/
a{display:block;}
.red{color:#f00;}
.blue{color:#407fff;}
.yellow{color:#ff0;}
.gray{color:#d9d9d9;}
.fontL{font-size:18px;}
.fontS{font-size:10px;}
.lbl{
	display:inline-block;
	padding:0 4px;
	min-width:8px;
	text-align:center;
	color:#fff;
	line-height:1.35;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc4949),to(#b20000));
	background:-webkit-linear-gradient(top,#fc4949,#b20000);
	background:-moz-linear-gradient(top, #fc4949 0%, #b20000 100%);
	background:-ms-linear-gradient(top, #fc4949 0%, #b20000 100%);
	background:-o-linear-gradient(top, #fc4949 0%, #b20000 100%);
	background:linear-gradient(top, #fc4949 0%, #b20000 100%);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	box-shadow:0 2px 3px #0a0a0a;
	vertical-align:middle;
}
.btn{
	text-align:center;
	line-height:1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

#mainHdr h1,
#dock nav .kujiDk .lbl,
#dock nav li a .ico,
#dock nav li .close span::after,
#newsList .tab li.dpz span::after,
#newsList .panel .panelList ul li a span,
#svcList .pickup p,
.unit .mod li a span,
.unit .mod li a .pc,.modBtm a .pc,
.unit .icoList li .ico,
.login .btn .ico,
.prv .prvInr .btn span,
.prv.loading p,
#fortune .rank ul li span span,
.popAlrt .modInr ul li,
.area ul li span,
#prvPop .check
{
	background:url(../images/sprite.gif) no-repeat;
}

/*---#container---*/
html,body,#setting{
	height:100%;
}

html{
	background-color:#fff;
}

body{
	height:100%;
	border-top:1px solid #818181;
	font-size:100%;
	vertical-align:baseline;
}

#container{
	text-align:left;
}

.prv .btn{
	text-shadow:0 -1px 1px #202020,1px 0 0 #323232,0 1px 0 #616161,-1px 0 0 #6c6c6c;
	border-width:1px;
	border-style:solid;
	border-color:transparent #666 #636363;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#353535));
	background:-webkit-linear-gradient(top, #656565 0%, #353535 100%);
	background:-moz-linear-gradient(top, #656565 0%, #353535 100%);
	background:-ms-linear-gradient(top, #656565 0%,#353535 100%);
	background:-o-linear-gradient(top, #656565 0%,#353535 100%);
	background:linear-gradient(top, #656565 0%,#353535 100%);
}

.prv .btn.stg,.prv header .btn{
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), color-stop(50%,#4d4d4d), color-stop(51%,#414141), to(#353535));
	background:-webkit-linear-gradient(top, #656565 0%,#4d4d4d 50%, #414141 51%, #353535 100%);
	background:-moz-linear-gradient(top, #656565 0%,#4d4d4d 50%, #414141 51%, #353535 100%);
	background:-ms-linear-gradient(top, #656565 0%,#4d4d4d 50%, #414141 51%,#353535 100%);
	background:-o-linear-gradient(top, #656565 0%,#4d4d4d 50%, #414141 51%,#353535 100%);
	background:linear-gradient(top, #656565 0%,#4d4d4d 50%, #414141 51%,#353535 100%);
}


.prv a{
	color:#fff;
}

.prv .prvInr{
	border-top:1px solid #171717
}

.prv header{
	padding:4px 9px 4px 16px;
	background:#1a1a1a;
	vertical-align:middle;
}

.prv h1{
	display:inline-block;
	padding-top:4px;
	font-size:18px;
}

.prv header .btn{
	float:right;
	width:49px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.prv header .btn a{
	padding:8px 0;
	color:#ccc;
	font-size:12px;
}

.prv .mod{
	color:#d9d9d9;
	text-align:center;
}

.prv .mod:nth-child(1){
	width:100%;
	border-top:1px solid #4d4d4d;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#333),to(#121212));
	background:-webkit-linear-gradient(top,#333,#121212);
	background:-moz-linear-gradient(top, #333 0%,#121212 100%);
	background:-ms-linear-gradient(top, #333 0%,#121212 100%);
	background:-o-linear-gradient(top, #333 0%,#121212 100%);
	background:linear-gradient(top, #333 0%,#121212 100%);
}

.prv .modInr{
	display:inline-block;
	width:290px;
	padding:15px;
	overflow:hidden;
}

.prv .alert{
	padding:3px 15px 4px;
	color:#ff0;
	border-top:1px solid #404040;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#010101),to(#212121));
	background:-webkit-linear-gradient(top,#010101,#212121);
	background:-moz-linear-gradient(top, #010101,#212121 100%);
	background:-ms-linear-gradient(top, #010101,#212121 100%);
	background:-o-linear-gradient(top, #010101,#212121 100%);
	background:linear-gradient(top, #010101,#212121 100%);
}

.prv .alert p{
	vertical-align:middle;
}

.prv .prvInr .btn{
	margin:6px 15px 0;
	font-size:19px;
}

.prv .prvInr .btn a{
	padding:11px 10px 11px 0;
}

.prv .prvInr .btn span{
	display:block;
	background-position:100% -405px;
}

.prv .prvInr .stg span{
	background:none;
}


.prv .prvInr .btn.more{
	text-shadow:0 -1px 1px #003e65,1px 0 0 #448dbd,0 1px 0 #4491ca,-1px 0 0 #227fc1;
	border-width:1px;
	border-style:solid;
	border-color:#00528d #005a96 #0070b2;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0086d4),to(#005fab));
	background:-webkit-linear-gradient(top,#0086d4,#005fab);
	background:-moz-linear-gradient(top, #0086d4 0%,#005fab 100%);
	background:-ms-linear-gradient(top, #0086d4 0%,#005fab 100%);
	background:-o-linear-gradient(top, #0086d4 0%,#005fab 100%);
	background:linear-gradient(top, #0086d4 0%,#005fab 100%);
}

.prv .prvInr .btn.disable{
	padding:11px 0;
	border:1px solid #262626;
	background:#404040;
	color:#1a1a1a;
	text-shadow:0 -1px 1px #363636,1px 0 0 #404040,0 1px 0 #4e4e4e,-1px 0 0 #404040;
}


/*---#setting---*/
#setting{
	color:#fff;
	background:#111;
	overflow:hidden;
	width:100%;
}
#setting .prv{
	float: left;
	width:100%;
	height:auto;
	padding-bottom:20px;
	height:auto;
	min-height:480px;
}

#setting .prvInr{
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#333),to(#121212));
	background:-webkit-linear-gradient(top,#333,#121212);
	background:-moz-linear-gradient(top, #333 0%,#121212 100%);
	background:-ms-linear-gradient(top, #333 0%,#121212 100%);
	background:-o-linear-gradient(top, #333 0%,#121212 100%);
	background:linear-gradient(top, #333 0%,#d1d1d1 100%);
}

#setting header,#transPrf header{
	margin:0;
	padding:6px;
	text-align:center;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f3f3f),color-stop(50%,#1f1f1f),color-stop(51%,#121212),to(#191919));
	background:-webkit-linear-gradient(top, #3f3f3f, #1f1f1f 50%, #121212 51%, #191919 100%);
	background:-moz-linear-gradient(top, #3f3f3f 0%,#1f1f1f 50%, #121212 51%, #191919 100%);
	background:-ms-linear-gradient(top, #3f3f3f 0%,#1f1f1f 50%, #121212 51%,#191919 100%);
	background:-o-linear-gradient(top, #3f3f3f 0%,#1f1f1f 50%, #121212 51%,#191919 100%);
	background:linear-gradient(top, #3f3f3f 0%,#1f1f1f 50%, #121212 51%,#191919 100%);
}

#setting header .back{
	float:left;
	position:relative;
	z-index:1;
	height:26px;
	width:40px;
	margin-left:10px;
}

#setting header .back::before{
	content:'';
	display: block;
	position: absolute;
	z-index:2;
	width:18px;
	height:18px;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	border-left-width:1px;
	border-bottom-width:1px;
	border-left-style:solid;
	border-bottom-style:solid;
	border-left-color:#636363;
	border-bottom-color:#666;
	background:-webkit-gradient(linear, 0% 0%,100% 100%, from(#656565),color-stop(50%,#4d4d4d),color-stop(51%,#414141),to(#353535));
	background:-moz-linear-gradient(top left, #656565 0%,#4d4d4d 50%, #414141 51%, #353535 100%);
	background:-ms-linear-gradient(top left, #656565 0%,#4d4d4d 50%, #414141 51%,#353535 100%);
	background:-o-linear-gradient(top left, #656565 0%,#4d4d4d 50%, #414141 51%,#353535 100%);
	background:linear-gradient(top left, #656565 0%,#4d4d4d 50%, #414141 51%,#353535 100%);
	-webkit-transform-origin-x: 0%;
	-moz-transform-origin-x: 0%;
	-webkit-transform-origin-y: 0%;
	-moz-transform-origin-y: 0%;
}

#setting header .back a{
	position:absolute;
	left:-13px;
	width:32px;
	height:18px;
	padding:6px 0 4px 22px;
	text-align:left;
	z-index:3;
}

#setting header h1{
	margin-left:-44px;
}

#setting .modInr{
	padding:5px 15px;
	text-align:left;
}

#setting .modInr h2{
	font-size:15px;
	color:#cf0;
}

/*---.area---*/
.area ul{
	margin-bottom:5px;
	border:1px solid #121212;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.area ul li{
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}

.area ul li:first-of-type{
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

.area ul li:last-of-type{
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.area ul li:only-of-type{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

}

.area ul li.select{
	background:#cf0;
}

.area ul li a{
	color:#333;
    padding:9px 10px;
}

.area ul li span{
	display:block;
	background-position:100% -355px;
	font-size:15px;
}

/*---.spt---*/
.spt .prvInr .fontL{
	margin-bottom:10px;
}
.spt .prvInr ul{
	margin-bottom:5px;
	border:1px solid #3e3e3e;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
}

.spt .prvInr ul li{
    padding: 7px 10px;
	color:#333;
	border-bottom:1px solid #e5e5e5;
}
.spt .prvInr ul li{
	white-space:nowrap;
}

.txtLink a{
	margin:10px 0 0;
    padding: 7px 10px;
	text-align:center;
	text-decoration:underline;
}

