@charset "utf-8";
/* CSS Document */


/* Shared Styles
******************************************************************************************************************************************************************************************************/ 

a:link,
a:visited{
	color: #4bb6e9;
	text-decoration: underline;
}

span.blue{
	color: #4bb6e9
}

span.red{
	color: #F00
}

span.green{
	color: #008f03
}

span.fw{
	font-weight: bold;
}

span.fs76{
	font-size: 76%;
}

.mb20{
	margin-bottom: 20px;
}


/* Header Styles
******************************************************************************************************************************************************************************************************/ 
header{
	background: #000 url(../../appli/battlecats/img/common/header_bg.png) no-repeat;
	position: relative;
}

header h1{
	padding: 15px 0 15px 10px;
	text-align: left;
}

header ul{
	position: absolute;
	top: 8px;
	right: 0;	
}

header ul li{
	float: right;
	padding: 0 10px 0 0;
}

/* Contents Styles
******************************************************************************************************************************************************************************************************/
h2{
	font-size: 140%;
	font-weight: bold;
	color:  #FFF;
	padding: 7px 0;
		
	background: rgb(56,56,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(25,25,25,1) 26%, rgba(0,0,0,1) 51%, rgba(25,25,25,1) 83%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(26%,rgba(25,25,25,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(83%,rgba(25,25,25,1)), color-stop(100%,rgba(30,30,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(25,25,25,1) 26%,rgba(0,0,0,1) 51%,rgba(25,25,25,1) 83%,rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(25,25,25,1) 26%,rgba(0,0,0,1) 51%,rgba(25,25,25,1) 83%,rgba(30,30,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(25,25,25,1) 26%,rgba(0,0,0,1) 51%,rgba(25,25,25,1) 83%,rgba(30,30,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(25,25,25,1) 26%,rgba(0,0,0,1) 51%,rgba(25,25,25,1) 83%,rgba(30,30,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */

}

h2.mb{
	margin-bottom: 20px;
}

/* News Info 
******************************************************************************************************************************************************************************************************/

#info{ 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	color: #333;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#news{ 
	margin-bottom: 20px;
}

#news p.newslist{
	color: #FFFFFF;
	margin: 0 0 0 5px;
}

#news h3{ 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	color: #333;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#news ul.list{
	clear: both;
	background: #000000;
	border-radius: 3px;
}

#news ul.list li{
	padding: 5px;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #CCC; 
}

#news ul.list li:last-child{
	border-bottom: none; 
}

#news ul.list li span.date{
	color: #999;
}

#news ul.list li span.topic{
	font-size: 84%;
	color: #FFF;
	background: #4BB6E9;
	border-radius: 3px;
	padding: 1px 6px;
	margin: 0 0 0 10px;
	box-shadow: 0px 0px 2px #666;
}

#news ul.list li span.update{
	font-size: 84%;
	color: #FFF;
	background: #7fbb3e;
	border-radius: 3px;
	padding: 1px 6px;
	margin: 0 0 0 10px;
	box-shadow: 0px 0px 2px #666;
}

#news ul.list li span.release{
	font-size: 84%;
	color: #FFF;
	background: #8400ff;
	border-radius: 3px;
	padding: 1px 6px;
	margin: 0 0 0 10px;
	box-shadow: 0px 0px 2px #666; 
}

#news ul.list li span.media{
	font-size: 84%;
	color: #FFF;
	background: #ba00ff;
	border-radius: 3px;
	padding: 1px 6px;
	margin: 0 0 0 10px;
	box-shadow: 0px 0px 2px #666;
}

#info ul li {
	background: url(../img/common/arrow.png) no-repeat 96% 50%;
	-webkit-background-size: 10px 14px;
	-moz-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
}

#news h3 {
	padding: 9px;
}

#info ul li a {
	padding: 9px;
	display: block;
}

#info ul li a:link,
#info ul li a:visited {
	color: #333;
}

#news ul.list li a {
	display: block;
}

#info ul li span.newsicon,
#news span.newsicon {
	font-size: 84%;
	color: #FFF;
	background: #F00;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0 10px 0 0;
	box-shadow: 0px 0px 2px #666;
}

/* Tab 
******************************************************************************************************************************************************************************************************/

#tabs{
	margin:0 5px;
}

#tabs ul.btnTab{
	margin: 0 10px;
}

#tabs ul.btnTab li{
	width: 32%;
	float: left;
	background: #222;
	color: #999;
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0 2% 0 0;
}

#tabs ul.btnTab li a{
	display: block;
	padding: 5px 0;
}

#tabs ul.btnTab li:last-child{
	margin: 0 0 0 0;
}

#tabs ul.btnTab li a:link,
#tabs ul.btnTab li a:visited{
	color: #999;
}

#tabs ul.btnTab li.active {
	background: #FFFFFF;
}
#tabs ul.btnTab li.active a {
	color: #000000;
}

#topics,
#update,
#media{
	clear: both;
	border-radius: 3px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

/* Article 
******************************************************************************************************************************************************************************************************/

article {
	text-align: center;
	margin: 0 auto;
}

@media only screen and (min-device-width: 768px) { article{ max-width: 640px; } }

article p.mainimg{
	margin: 0 0 20px;
}

/* Btn Area 
******************************************************************************************************************************************************************************************************/

article .btn{
	margin: 0 10% 20px;
}

@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) {
	article .btn li span.txt{
		line-height:1.2;
	}
}

article .btn li{
	margin-bottom: 10px;
}

article .btn li span.appstoreBtn,
article .btn li span.googleplayBtn,
article .btn li span.naverBtn{
	display: block;
	margin-bottom: 5px;
}

article .btn li span.txt{
	display: block;
	color: #FFF;
	margin: 0 0 10px 0;
}

article p.spmode{
	margin: 0 20% 20px;
}

/* Btn Lite Area 
******************************************************************************************************************************************************************************************************/

#download_btn{
	clear: both;
	color: #FFF;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	background: #0c0c0c;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

#download_btn p.ttl{
	font-weight: bold;
}

#download_btn p.ttl span{
	font-size: 84%;
	color: #FFF;
	background: #f71313;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 0 0 5px;
	box-shadow: 0px 0px 2px #666;
}

#download_btn p.icon{
	float: left;
	margin: 0 10px 0 0;
}

#download_btn p a:link,
#download_btn p a:hover,
#download_btn p a:visited{
	color: #4BB6E9;
}


/* Banner Shared Styles 
******************************************************************************************************************************************************************************************************/

article .navi li {
	width: 30%;
	float: left;
	margin: 0 0 20px 13%;
}

/* Introduction/Screenshot/IconArea/FAQ Shared Styles 
******************************************************************************************************************************************************************************************************/

article .block{
	margin: 0 8px 30px;
	position: relative;
}

#introduction,
#screenshot,
#iconArea,
#faq{
	background: #FFF;
	border-radius: 10px;
	border: 2px solid #CCC;
	text-align: left;
}

article .block h3{
	width: 100%;
	background: #81c7e8; /* Old browsers */
	background: -moz-linear-gradient(top, #81c7e8 0%, #51b8e8 50%, #12a4e8 51%, #4bb6e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81c7e8), color-stop(50%,#51b8e8), color-stop(51%,#12a4e8), color-stop(100%,#4bb6e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #81c7e8 0%,#51b8e8 50%,#12a4e8 51%,#4bb6e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #81c7e8 0%,#51b8e8 50%,#12a4e8 51%,#4bb6e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #81c7e8 0%,#51b8e8 50%,#12a4e8 51%,#4bb6e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #81c7e8 0%,#51b8e8 50%,#12a4e8 51%,#4bb6e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c7e8', endColorstr='#4bb6e9',GradientType=0 ); /* IE6-9 */
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 1px 5px #CCC;
	text-shadow: 1px 1px 3px #999;
}

@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) { #introduction, #screenshot, #iconArea{ font-size: 84%; } }
@media only screen and (min-device-width: 768px) { #introduction, #screenshot, #iconArea{ font-size: 100%; } }

#introduction .txt_intro,
#iconArea .txt_intro,
#faq .txt_intro{
	padding: 3% 2%;
}

#introduction h4,
#faq h4,
#iconArea h4{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px 0 4px 5%;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	/* cursor: pointer; */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#introduction h4,
#faq h4{
	margin-bottom: 15px;
}

/* Introduction 
******************************************************************************************************************************************************************************************************/

#introduction .txt_feature{
	padding: 0 2% ;
}

#introduction dl{
	position: relative;
	margin-bottom: 10px;
}

#introduction dl dt{
	padding: 0 0 0 15px;
	position: absolute;
}

#introduction dl dd{
	padding: 0 20px 0 30px;
}

#introduction .txt_feature span{
	display: block;
}

/* Screenshot 
******************************************************************************************************************************************************************************************************/

#screenshot .horizon{
	margin: 10px 20px 0;
}

#screenshot .vertical{
	margin: 10px 50px 0;
}
/* FAQ 
******************************************************************************************************************************************************************************************************/

#faq a:link,
#faq a:hover,
#faq a:visited{
	color: #4BB6E9;
	text-decoration: underline;	
}

#faq h4{
	text-align: center;
	padding: 4px 0;
}

#faq h5{
	background: #222;
	padding: 4px 5% 4px ;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

#faq .attention{
	padding: 15px;
	margin: 0 15px 15px;
	border: 3px solid #FF0000;
	border-radius: 5px;
}

#faq .attention p span{
	display: block;
	margin-bottom: 5px;
	color: #F00;
	font-weight: bold;
}

#faq ul{
	padding: 0 3%;
}

#faq ul.category li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

#faq ul.category li:last-child{
	border-bottom: none;
}

#faq ul li dl  {
	position: relative;
	font-size: 90%;
}

#faq ul.category li dl dt,
#faq dl.list dt {
	position: absolute;
}

#faq ul.category li dl dd,
#faq dl.list dd{
	padding: 0 0 0 1.3em;
}

#faq ul.category li dl dt.question,
#faq ul.category li dl dd.question{
	font-weight: bold;
	color: #4BB6E9;
	margin-bottom: 3px;
}

#faq dl.list dt.question,
#faq dl.list dd.question{
	color: #333;
	margin-bottom: 3px;
}

#faq ul.category li dl dd.question span.ios{
	font-size: 84%;
	font-weight: normal;
	color: #FFF;
	background: #666;
	border-radius: 3px;
	padding: 2px 4px;
	margin-right:2px;
}

#faq ul.category li dl dd.question span.android{
	font-size: 84%;
	font-weight: normal;
	color: #FFF;
	background: #7fbb3e;
	border-radius: 3px;
	padding: 2px 4px;
}

#faq ul.category li dl dt.answer{
	font-weight: bold;
}

#faq ul.category li dl dd.answer{
	margin-bottom: 5px;
}

#faq dl.list{
	margin-bottom: 10px;
	padding: 0 3%;
}

#faq dl.list dd{
	margin-bottom: 5px;
	color: #222;
}

#faq .contact p{
	padding: 0 5% 6% 5%;
}

#faq .contact span.ttl{
	display: block;
	font-size: 120%;
	margin-bottom: 10px;
}

#faq .pagetop{
	text-align: right;
}

/* IconArea 
******************************************************************************************************************************************************************************************************/

#twittericon{
	margin-bottom: 10px;
}

#iconArea h5{
	color: #4BB6E9;
	font-weight: bold;
	margin: 4%;
	border-bottom: 1px solid #4BB6E9;
}

#iconArea ul.icon{
	margin: 0 0 0 4%;
	
}

#iconArea ul.twitter_icon{
	margin: 5% 0 0 4%;
	
}

#iconArea ul.icon li{
	float: left;
	margin: 0 2% 3% 0;
}

#iconArea ul.icon li img{
}

@media only screen and (min-device-width: 768px) { #iconArea ul.icon li img{ zoom: 100%; } }

/* Bnr Area 
******************************************************************************************************************************************************************************************************/

#bnrarea{
	margin: 0 5% 20px;
}

#bnrarea ul li{
	margin-bottom: 10px;
}


/* Back btn 
******************************************************************************************************************************************************************************************************/
.back{
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	color: #333;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 10px;
}

/* Appli Area 
******************************************************************************************************************************************************************************************************/

#appli{
	background: #0c0c0c;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	color: #FFF;
	text-align: left;
	font-size: 84%;
}

#appli .box{
	padding: 10px 10px 0;
	margin: 0 auto;

}

@media only screen and (min-device-width: 768px) { #appli .box{ width: 640px; } }

#appli p.icon{
	float: left;
	margin: 0 3px 0 0;
}

/* Footer Styles 
******************************************************************************************************************************************************************************************************/

footer{
	margin: 0 auto;
	text-align: center;
	background: #000;
	padding: 5px 0;
}

/* yahoo BG
******************************************************************************************************************************************************************************************************/
