@charset "utf-8";
/* CSS Document */

html,body {
  -webkit-text-size-adjust: none;
  display: table;
  width: 100%;
  height: 100%;
}

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;
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
}

ol,ul{
	list-style:none;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5em;
	font-size:12px;
	text-align:center;
	background: url(../img/battlecats/bg.png);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}

a{
	outline:none;
	text-decoration:none;
	word-wrap: break-word;
}


.only_ios{
	display:none;
}

.other_ios{
	display:none;
}

.only_android{
	display:none;
}

.only_pc{
	display:none;
}

.abs{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.rlv{
	position:relative;
	z-index:0;
}

@media (max-height: 480px) {
	.w_ajust{
		width:100%;
		max-width: 640px;
		box-sizing: border-box;
		margin: 0 auto;
		display: block;
		padding-right:  constant(safe-area-inset-right);
		padding-left:  constant(safe-area-inset-left);
		padding-right:  env(safe-area-inset-right);
		padding-left:  env(safe-area-inset-left);
	}
}



.head_full{
	max-width: 960px;
	padding: 1% 1.5%;
	box-sizing: border-box;
	margin:0 auto;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	background: -moz-linear-gradient(top, #303030 0%,#111 65%,#000 100%);
	background: -webkit-linear-gradient(top, #303030 0%,#111 65%,#000 100%);
	background: linear-gradient(to bottom, #303030 0%,#111 65%,#000 100%);
}



div.middle_full{
	position:relative;
	overflow:hidden;
}
div.middle_full::after {
	content:"";
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	box-shadow:inset 0px 5px 3px rgba(0,0,0,.2);
}


.bottom_full{
	max-width: 960px;
	padding: 0.5%;
	box-sizing: border-box;
	margin:0 auto;
	background: -moz-linear-gradient(top, #303030 0%,#111 100%);
	background: -webkit-linear-gradient(top, #303030 0%,#111 100%);
	background: linear-gradient(to bottom, #303030 0%,#111 100%);
}




.link_gacha01{
	position: absolute;
	bottom: 1%;
	left: 0%;
	width:100%;
	text-align: right;
}

.link_gacha01 p{
	max-width: 960px;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 0 auto;
}

.link_gacha01 p a{
	display: inline-block;
	width: 32%;
}

