
@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2017.02.01
最終更新日: 

common.css： 共通設定
---------------------------------------------------- */

body {
	position:relative;
	font-size:16px;
	/*font-size:62.5%;10px*/
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Helvetica , sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height:1.6;
	color: #336699;
	background:url(../image/bg-wrapper.png) ;
	background-size:auto 112px;
}

img {
	max-width: 100%; 
	height:auto;
}
a:link, a:visited {

}
a:hover, a:active {

}
a:focus {outline: none;}

/*clearfix*/
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after,.clear{clear:both;}

#wrapper{
	position:relative;
}
.maincont-size {
	width:100%;
	min-width:320px;
	max-width:640px;
	margin:0 auto;
}
.txt-box {
	padding: 10px;
}

.tl { text-align:left !important;}
.tr { text-align:right !important;}
.tc { text-align:center !important;}

.fl { float:left !important;}
.fr { float:right !important;}

.mb3 { margin-bottom:3% !important;}
.mb5 { margin-bottom:5% !important;}
.mb8 { margin-bottom:8% !important;}
.mb10 { margin-bottom:10% !important;}



/*==================================
header
===================================*/

header {
	width: 100%;
	text-align: center;
	z-index: 100;
}
header #header {
	position:relative;
}
header #header {
	text-align:left;
}
#header h1 {
	position:relative;
	padding:0 1%;
}

#header h1 img {
	width:auto;
	height:84px;
	}


h2 {
	position:relative;
	top:-10%;}
	
h2 .titleTxt {
	position:relative;
	top:-7px;}

h3 {
	width:63.74%;
	margin:1% auto 10% auto;
	text-align:center;
	}


/*==================================
common
===================================*/

#contents {
	/*padding-top: 40px;*/
}


.cont {
	position:relative;
	max-width:588px;
	margin:0 auto 10% auto;
	padding:8% 0 5% 0;
	text-align:center;
	
	background:#b8f0fc;
	border: solid 5px #fff;
	border-radius:10px;
	box-shadow: 0 0 0 5px #52a6ec;
	}
	
.cont p img {
	width:91.32%;
	margin:0 auto;
	}
	
.cont h4 {
	width:94.21%;
	position: absolute;
	left: -4.5%;
	}
	
.cont h4.supporter {
    top: -7%;
	}
	
.cont h4.qualification {
    top: -2.1%;
	}
	
.cont h4.decisiveBattle {
    top: -2.1%;
	}

.cont h5 {
	margin:5% auto 3% auto;}
	
.txt {
width:91.32%;
margin:0 auto;
font-size:18px;
}

@media screen and (max-width: 640px) {
	.txt {
font-size:14px;
}}

.txt h5.caution {
	margin:0;
	font-size:22px;
	color:#cc0000;
	font-weight:bold;
	}

.charaBtn {
	width:85.03%;
	margin:0 auto;
	}
	
	
/********** card *************/	
.cardbox-link {
	color:#FFFFFF;
	background: #691f1f;
	padding: 5px 15px;
	display:inline-block;
	border-radius:5px;
	border: 2px solid #cc3b3b;
	margin-top: 5px;
	font-size: 90%;
	letter-spacing: 0;
	box-shadow:0px 0px 6px 0px #000000;
	-moz-box-shadow:0px 0px 6px 0px #000000;
	-webkit-box-shadow:0px 0px 6px 0px #000000;
}
.cardbox-link a {
color: #ffffff;
text-shadow: 0 1px 0 #982c2c, 1px 0 0 #982c2c, 0 -1px 0 #982c2c, -1px 0 0 #982c2c, -1px -1px 0 #982c2c, 1px -1px 0 #982c2c, -1px 1px 0 #982c2c, 1px 1px 0 #982c2c;
	text-decoration: none;
}

.card_data {
	position: relative;
	width:100%;
	min-width: 300px;
	max-width: 600px;
	min-height:600px;
	padding: 10px 0;

	font-size:10px;
	color:#333;
}
@media screen and (min-width: 600px) {
.card_data {
	font-size:90%;
}
}

#cardbox thead,
#cardbox tbody {
	border: 2px solid #52a6ec;
}
#cardbox table {
	font-size: 80%;
	margin:0 auto;
	text-align: center;
	background:#fff;
}


.series {
	background:#daf5fb;}


#cardbox table thead {
	background: #52a6ec;
	color:#fff;
}
#cardbox table th,
#cardbox table td {
	border: 1px solid #52a6ec;
	word-break:break-all;
}

#cardbox table td.part {
	min-width: 8em;
}

#cardbox table td:nth-last-of-type(1),
#cardbox table td:nth-last-of-type(2)  {
	min-width: 7em;
}
#cardbox table td:nth-last-of-type(3) {
	min-width: 15em;
}
	
.pdfBtn {
	width:56.29%;
	margin:0 auto;
	}
	
.tokaigibtn {
	width:51.19%;
	margin:0 auto;
	}
	


/*==================================
game-dl-area
===================================*/
.game-dl-area{
	min-width: 320px;
	background-image: url("../image/bg-game-dl.png");
	background-size: 4px 4px;
	color: white;
	font-size: 12px;
	text-shadow: 1px 2px 0px rgba(0,0,0,.5);
}
.game-dl-area .maincont-size .dlbox-ft {
	padding:10px 0 5px;
}
.game-dl-area .maincont-size dl {
	padding:10px;
}

@media screen and (min-width: 620px) {
.game-dl-area .maincont-size dl {
	width: 400px;
	margin: 0 auto;
}
}
.game-dl-area p.header {
	text-align: center;
	margin-bottom: 5px;
	font-size: 120%;
}

.game_dl {
	text-align: center;
}
.game_dl li {
	display: inline-block;
}
.game_dl li.app {
	width: 142px;
}
@media screen and (max-width: 440px) {
.game_dl li.app {
	width: 100%;
	margin-bottom: 5px;
}
.game_dl li.app p.qr_btn a img {
	width: 142px;
	height:auto;
}
}
.game_dl li.android {
	width: 142px;
	margin-left: 5px;
}
.game_dl li.android {
	width: 142px;
	margin-left: 5px;
}
.game_dl li:nth-child(3) {
	width: 128px;
}
.btnGoogle,.btnAmazon,.btnApp {
	display:inline-block;
}
.btnGoogle{
	width: 142px;
	height: 42px;
}
.btnAmazon{
	width: 128px;
	height: 42px;
}
.btnApp {
	width: 142px;
	height: 42px;

}
p.qr_btn {
	text-align:center;
}
p.qr_btn a img {
		margin-top: 2px;
}


.game-dl-area dt{
	position: relative;
	width: 5em;
	float: left;
}
.game-dl-area dt:after{
	content: ":";
	position: absolute;
	top: 0;
	left: 100%;
}
.game-dl-area dd{
	padding-left: 1em;
	overflow: hidden;
	zoom:1;
}



.snsBt-w .maincont-size {
	padding: 0 0 10px 0;
}
.snsBt-w li {
	height: 20px;
	margin: 5px 0px 5px 5px;
}

.snsBt-w li.line {
	padding-left:0;
	}

.snsBt-w li.facebook {
	width:63px;
	}
@media screen and (min-width: 600px) {
.snsBt-w li {
	float:left;
}

.snsBt-w li.line {
	padding-left:9px;
	}
}
.snsBt-w li.facebook .fb_iframe_widget {
	height: 20px;
	min-width: 100px;
}
.snsBt-w li.facebook .fb_iframe_widget span {
	position: absolute;
}
.snsBt-w li.facebook .fb_iframe_widget_fluid {
    display: inline-block;
}

.snsBt-w2 {
	text-align:center;
	padding-bottom: 20px;
}

/*==================================
footer
===================================*/

footer {
	width: 100%;
	min-width: 320px;
	background: #ffffff;
	font-size: 12px;
	color:#111111;
}
#footerContents,#footer_text {
	padding: 10px;
}
#footer_text {
	padding-top: 0;
}
#footerContents li{
	float:left;
	margin-right:10px;
}
#footerContents li p {
		margin-top: 13px;
}
.sega-logo{
	display: inline-block;
	width: 104px;
}


#footer_text a {
	display:inline-block;
	margin-right:10px;
}


