@charset "UTF-8";


/* ++++++++ 基本設定 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1：要素のリセット */
*{
	margin:0;
	padding:0;
	font-style:normal;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
object{
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
form, blockquote
{
	margin: 0; padding: 0;
	text-align: left;
	display: block;
}
table {margin : 0;empty-cells: show;}
li { list-style: none; }

/* 2：基本のフォント */
body{
	color:#444444;
	font-size: 12px;
	line-height:1.5;
	font-family:Verdana, sans-serif;
}
*html body{
	font-size: 75%;
}
*:first-child+html body{
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight:normal;
}
a{
	color:#2288dd;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#ff7800;
	text-decoration:underline;
}
textarea{color:#666666; font-size:100%;}
em{font-style:normal;}

/* 3：基本のレイアウト */
body{
	margin:0;
	padding:0;
	text-align:center;
}
#backPC{
	width:100%;
	background:#ffffff;
	text-align:center;
}
#backPC p{
	text-align:center;
	padding:20px 0 0 300px;
}
#backPC p a{
	font-size:54px;
	text-decoration:underline;
}


/* #wp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wp{
	width:100%;
	min-width:1541px;
	margin:0;
	text-align:center;
}
/* /#wp +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* #ct ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ct{
	width:1541px;
	margin:0 auto;
}
#ct #dlBtn{
	width:100%;
	height:220px;
	position:relative;
	background:url(../img/dqpteaser/bg_portalteaser.jpg) left top no-repeat;
}
#ct #dlBtn.releaseAfter{
	background:url(../img/dqpteaser/bg_portalteaser_after.jpg) left top no-repeat;
}
#ct #dlBtn li{
	width:164px;
	height:50px;
	display:block;
	position:absolute;
}
#ct #dlBtn li#btnGoogleplay{
	left:594px;
	top:126px;
}
#ct #dlBtn.releaseAfter li#btnGoogleplay{
	left:754px;
}
#ct #dlBtn li#btnAppstore{
	left:783px;
	top:126px;
}
#ct #dlBtn.releaseAfter li#btnAppstore{
	left:943px;
}
#sqexHeader-white{
	min-width:1541px;
}
#sqexFooter{
	min-width:1541px;
}
/* /#ct +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* clear float ********************************************** */
.clearfix{ clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/*¥*/
*html .clearfix{height:1%;}
*:first-child+html .clearfix{height:auto;}
.clearfix{display:block;}
/**/
/* /clear float ********************************************* */


/* ++++++++ font size conf; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
【親ブロック	100%(12px)	】

(20px) -> 166.6%	
(19px) -> 158.3%	
(18px) -> 150%	
(17px) -> 141.6%	
(16px) -> 133.3%
(15px) -> 125%
(14px) -> 116.6%
(13px) -> 108.3%	
(11px) -> 91.6%
(10px) -> 83.3%
(9px)	-> 75%	
(8px)	-> 66.6%

*/