@charset "utf-8";
/* CSS Document */

html,body {
  -webkit-text-size-adjust: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:12px;
	text-align:center;
	background: url(../img/battlecats/bg.png);
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:none;
	word-wrap: break-word;
}

address{
  font-style:normal;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

cf{
	zoom: 1;
}

span.fw{
	font-weight: bold;
}

span.orange{
	color: #FF6600;
}

span.lightblue{
	color: #00fffc;
}

span.red{
	color: #F00;
}

span.yellow{
	color: #FF0;
}

span.green{
	color: #008f03;
}

span.purple{
	color: #a3c;
}

span.pink{
	color: #F0C;
}

span.blue{
	color: #00baff;
}

span.deepblue{
	color: #359;
}

span.lime{
	color: #ac0;
}

span.fs76{
	font-size: 76%;
}

.mb10{
	margin-bottom: 10px;
}

.pt_s{
	padding-top: 6px;
	display: block;
}

.attention{
	font-size: 70%;
}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.2;/*透明度80%*/
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0.5s; /* 実行までの待ち時間 */
}

a:link,
a:hover,
a:visited{
	color: #1D3994;
	text-decoration: underline;
}

.end{
	border-top: 1px solid #666;
	padding: 10px 0;
}

p.close a{
	width: 34%;
	font-size: 160%;
	display: block;
	color: #000;
	background: #f2b700;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #CCC;
	text-decoration: none;
	padding: 7px 0;
	border: 2px solid #000;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffe799 3%, #ffda6b 6%, #ffd13d 10%, #ffce30 14%, #efbb00 27%, #d6a700 51%, #d8a900 77%, #dba000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#ffe799), color-stop(6%,#ffda6b), color-stop(10%,#ffd13d), color-stop(14%,#ffce30), color-stop(27%,#efbb00), color-stop(51%,#d6a700), color-stop(77%,#d8a900), color-stop(100%,#dba000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dba000',GradientType=0 ); /* IE6-9 */
}

p.close a:link,
p.close a:hover,
p.close a:visited{
	color: #000;
	text-decoration: none;
}

.only_ios{
	display:none;
}

.other_ios{
	display:none;
}

.only_android{
	display:none;
}

.only_pc{
	display:none;
}

.caution{
	border: 2px solid #FF0004;
	padding: 5px;
	border-radius: 5px;
	display: block;
}

/* Contents Styles
******************************************************************************************************************************************************************************************************/
h2{
	font-size: 140%;
	font-weight: bold;
	color:  #FFF;
	padding: 7px 10px;
		
	background: #000000; /* Old browsers */
}

h2.mb{
	margin-bottom: 20px;
}

/* Article 
******************************************************************************************************************************************************************************************************/

article {
	text-align: left;
	margin: 0 auto;
}

@media only screen and (min-device-width: 768px) { article{ max-width: 640px; } }


/* Btn Area 
******************************************************************************************************************************************************************************************************/

article .btn{
	margin: 0 10% 20px;
	text-align: center;
}

@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.amazonBtn{
	display: block;
	margin-bottom: 5px;
}

article .btn li span.txt{
	display: block;
	margin: 0 0 10px 0;
}

article p.spmode{
	margin: 0 20% 20px;
}


/* Introduction
******************************************************************************************************************************************************************************************************/

article .block{
	padding: 10px;
	position: relative;
	background: #FFF;
}

article .index{
	background: #222;
	padding: 5px;
	color: #FFFFFF;
	border-top: 2px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}

article .event{
	margin: 0 0 10px 0;
	text-align: center;
}

article .event span.txt{
	text-decoration:blink;
}

h4{
	font-size: 120%;
	font-weight: bold;
	color:  #333;
	padding: 7px 10px;
	background: #f1f1f1;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

h5{
	font-size: 120%;
	font-weight: bold;
	color:  #FFF;
	padding: 7px 10px;
	background: #000;
	text-align: center;
	margin: 0 0 20px 0;
}

ul.list li{
	margin: 0;
	line-height: 22px;
}

#introduction{
	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{ font-size: 84%; } }
@media only screen and (min-device-width: 768px) { #introduction{ font-size: 100%; } }

#introduction .txt_intro{
	padding: 3% 2%;
}

#introduction 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{
	margin-bottom: 15px;
}

#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;
}

/* Footer Styles 
******************************************************************************************************************************************************************************************************/

footer{
	margin: 0 auto;
	text-align: center;
	background: #000;
	padding: 5px 0;
}

/* yahoo BG
******************************************************************************************************************************************************************************************************/
