@charset "utf-8";
/* CSS Documents */

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/


/* CSS基本設定　*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin: 0; padding: 0;border:none;
	font: 100% "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
	font-weight:bold;	
	}

h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
} 

a{color:#fff;text-decoration:none;}

a img {border: none;}

li {list-style: none;}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

.emNewline {margin-bottom: 1em;}

.txtyellow{
	color:#FF0;
	
}
.txtred{
	color:#F00;
}

.txtdeco{
	font-size:126%;
	text-shadow:0 0 1px rgba(255,255,255,1),0 0 1px rgba(255,255,255,1),0 0 1px rgba(255,255,255,1),0 0 1px rgba(255,255,255,1),0 0 1px rgba(255,255,255,1),0 0 1px rgba(255,255,255,1),0 0 1px rgba(255,255,255,1);
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Firefox, Safari, Chrome, Opera fluid Image 横にした時のサイズ変更*/
img.fluid-image {
	max-width: 100%;
} 

/* CSS基本設定ここまで　*/

body {
	width:100%;
	background-color:#000;
	font-size:100%;
	font-weight:bold;
	color:#fff;
}

#wrap {
	width: 640px;
	max-width: 100%;
	background:#000;
	background-size:contain;
	margin:100%;
	margin:0 auto;
}

.titleImg{/* 各ページタイトル画像位置調整 */
	margin:10px 0;
	text-align:center;
}

#info{
	padding:0 6px 0 10px;
	position:relative;
}

.detail{/* #infoテキスト */
	font-size:64%;
	line-height:120%;
	float:left;
	margin-top:-14px;
	width:58%;
}

.appsBTN {/* appleボタン */
	margin:0 0 10px 0;
	text-align:right;
	width:42%;
	float:right;
}

.appsBottomBTN {
	text-align:center;
	margin:6px auto 1em;
}

.fb_tw {/* facebook・twitter */
	max-width:100%;
	margin:0 auto;
	list-style:none;
	clear:both;
	width:100%;
}

ul.sns {
	text-align:center;
}

/*
ul.sns li {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
*/


#contents{/* 「本家～」の画像 */
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.tw_link {/* ツイッターへのリンク */
	margin:10px 0 20px 0;
}

.catch01 {/* 下部キャッチコピー */
	text-align:center;
	font-style:italic;
	line-height:1.5em;
	text-shadow:2px 2px 5px #F09;
}

#contents h2 img{
	vertical-align:bottom;
}
.arrow {
	position:relative;
	float:right;
	top:-70px;
	z-index:100;
}

.menuBTN{/* メニューボタン */
	width:96%;
	margin:0 auto 30px;
}

.menuBTN li{
	width:auto;
	height:42px;
	text-align:center;
	text-shadow:1px -1px 1px #333;
	font-size:110%;
	font-weight:bold;
	line-height:2.5em;
	border-radius:6px;
	margin-bottom:4px;
}

.menuBTN a{
	display:block;
}

.onBTN{/* アクティブボタン */
	color: #FC3;
	border:#39280c solid 1px;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #b78d22 51%, #aa7100 52%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(51%,#b78d22), color-stop(52%,#aa7100), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.offBTN{/* ノンアクティブボタン */
	color:#999;
	border:#333 solid 1px;
	border-bottom:#333 solid 1px;
	background: #4da7e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #333 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333 0%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333 0%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333 0%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da7e5', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	position:relative;
}

.offBTN img{/* 鍵アイコン */
	position: absolute;
	top:1px;
	left:10px;
}

.apps {/* App Storeバナー */
	float:right;
	margin:-60px 0;
	z-index:100;

}	

.apps img{
	width:120px; height:44px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	margin-right:5px;
	z-index:100;
}	

.link{/* バナー関係 */
	margin:0 auto 30px;
	width:96%;
	border:none;
	text-align:center;
}	

.link li{
	margin-bottom:4px;
}	

.link li img{
	vertical-align:middle;
}	

footer{/* フッタ */
	width:100%;
	padding-top: 10px;
	background:#000;
	text-align:center;	
}

.copy {/* コピーライト */
	font-size: 70%;
	text-align:center;
	background-color:#000;
	margin:16px 0 0;
}

.AppleInc{/* Apple商標登録 */
	font-size:54%;
	text-align:center;
}







#helpTitle, #helpTitle2, #helpTitle3 {
	width:95%;
	height:44px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px -1px 1px #333;
	font-weight:bold;
	line-height:2.8em;
	border:#ddd solid 1px;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #b78d22 51%, #aa7100 52%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(51%,#b78d22), color-stop(52%,#aa7100), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Opera 11.10+ */
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	margin:0 auto;
}

#helpTitle2 {
	border-radius:0;
	-webkit-border-radius:0;
}

#helpTitle3 {
	border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}

.helpText {
	width:auto;
	padding:16px;
	font-size:80%;
	font-weight:bold;
	line-height:1.4em;
}	
	

/*.topImg{
	position:absolute;
	z-index:10;
}
*/
.asobism {
	text-align: center;
	font-size: 80%;
	margin: 30px 0 16px;
}

/* 以下「ドラゴンリーグとは？」 */
.contentsbox h2{
	font-size:16px;
	text-align:center;
}

.contentsbox p{
}

.contentsdetail{
	font-size:12px;
	line-height:110%;
	width:90%;
	margin:20px auto 20px;
	clear:both;
	padding:10px 10px 0;
	background-color:rgba(0,0,0,0.8);
	border:solid 1px #333;
	border-radius:12px ;
	box-shadow:0px 5px 3px 0px rgba(0,0,0,0.6);
}

.backBTN{
	width:96%;
	height:44px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px #333;
	font-weight:bold;
	line-height:2.8em;
	border:#39280c solid 1px;
	border-radius:6px; -webkit-border-radius:6px;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #b78d22 51%, #aa7100 52%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(51%,#b78d22), color-stop(52%,#aa7100), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Opera 11.10+ */
	margin:10px auto 20px;
}

.backBTN a{
	display:block;
	color:#FFF;
}

.blackBoxBG{/* 背景ブラック透過用 */
	width:86%;
	margin:2px auto;
	background:rgba(0,0,0,0.7);
	box-shadow:0px 0px 2px rgba(255,255,255,0.6);
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	border-radius:6px;
	padding:10px;
	text-align:left;
}

.bikri {
	background:url(../../img/bikri.png) 31px 30px;
	width: 31px;
	height: 30px;
	background: url(../../img/bikri.png) 31px 30px;
	display: block;
	position: relative;
	top: 7px;
	left: 5px;
	float:left;
}

.bikri_none {
	width: 31px;
	height: 30px;
	display: block;
	position: relative;
	top: 7px;
	left: 5px;
	float:left;
}

.color {
	color:yellow;
}

.contact_01 {
	font-size:15px;
	line-height:1.9;
	margin-top:0px;
	padding:20px 0 20px 0;
	border-bottom:#999 dotted 1px;
	
}
	
.contact_midashi {
	font-size:15px;
	line-height:1.6;
	margin-bottom:1em;
	color:#0F0;
}

.device{
	margin:10px 0 0 0;
	font-size:20px;
	text-decoration:underline;
	text-align:center;
}

.device a{
	color:#FF0;
	vertical-align:6px;
}

#law {
	max-width: 100%;
	margin: 10px auto 20px;
	padding: 0 20px 0;
	text-align:left;
	font-size:12px;
}

.bold {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

#topreturn {
	margin: 20px 0 20px;
}


/* 
-------------------------------------------------- */

.headline {
	background: linear-gradient(#df0101,#f00,#df0101);
	border: 2px solid #fff;
	border-radius: 20px;
	margin: 10px 0 10px;
}

#MainContent {
	background-color: #000;
}

#MainContent p {
	font-size: 75%;
	text-align: center;
	padding: 0 10px 0;
	margin-bottom: 6px;
}

/* btn_game_a
-------------------------------------------------- */

.btn_game_a {
	background: linear-gradient(yellow,green);
	border-radius: 6px;
	padding: 1px 6px 1px;
	text-shadow: 1px 1px green;
}


/* color
-------------------------------------------------- */

.yellow {
	color: #ff0;
}

.green {
	color: #40ff00;
}

.red {
	color: #fe2e9a;
}

/* artbook
-------------------------------------------------- */

#artbook {
	margin: 0 auto;
	text-align: center;
}

#artbook p {
	margin: 8px 0 8px;
}

#artbook p:nth-child(5) {
	font-size: 75%;
}

#artbook p:nth-child(6) {
	margin: 0 auto 24px;
	background: #FA58D0;
	border-radius: 10px;
	line-height: 40px;
	width: 200px;
	height: 40px;
}