@charset "utf-8";

*{
    margin:0;
    padding:0;
}

/**  default.css Menu *********************************************

  ・基本設定

*******************************************************************/


/* リセット
--------------------------------------*/
body, div, td, p, ul, ol, dl, dd, img, form, h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
}

/* 基本
--------------------------------------*/
*{
	outline: none;
}
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
}
img {
	-ms-interpolation-mode: bicubic;
	margin: 0px;
	border: none;
}
a{
	color: #ffff00;
	text-decoration: none;
}
a:hover{
	color: #ffff99;
	text-decoration: underline;
}

html{
    height:100%;
}
body{
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	background: #1a1a1a;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	-webkit-text-size-adjust: 100%;

}
table {
border-collapse: collapse;
font-size: inherit;
font: 100%;
}

h1, h2, h3, h4, h5 {
font:100% "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Hiragino Kaku Gothic Pro", "Meiryo", arial, helvetica, clean, sans-serif;
font-weight:bold;
}

th, td {
	border-collapse: collapse;
	text-indent: 1em;
}
th  {
	padding: 2px 0;
	text-align: left;
}
td  {
	padding: 2px 0;
	text-align: left;
}

ul, ol { list-style-type: none; }

img { vertical-align: bottom; }


/* リンク色
--------------------------------------*/
a:link {
text-decoration:none;
color:#3399FF;
}

a:visited {
text-decoration:none;
color:#3399FF;
}

a:hover {
text-decoration:underline;
color:#66CCFF;
}

a:active {
text-decoration:none;
color:#66CCFF;
}

/* 回り込み
--------------------------------------*/
.floatright {
display: block;
float: right;
}

.floatleft {
display: block;
float: left;
}

/* 回り込み解除
--------------------------------------*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix { display:inline-block; }

/*\*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/**/

/* ボールド
--------------------------------------*/
.txtbold { font-weight: bold; }

/* 行揃え
--------------------------------------*/
.alignleft { text-align: left; }

.alignright { text-align: right; }

.aligncenter { text-align: center; }
#qLpercentage{
	font: 10px 'Electrolize', sans-serif;
}

/* -------------------------------
        ページ基本
------------------------------- */

#wrapper {
	width:100%;
	height:768px;
	min-width:1024px;
	position:absolute;
	top:50%;
	margin-top:-384px;
	overflow:hidden;
	background:#009aff url(../images/back_img.jpg) no-repeat Center Top;
	background-size:cover;
}

@media all and (max-height: 768px) {
#wrapper {
	top:0;
	margin-top:0;
}
}

#pcMainArea div {
	position:absolute;
}
#pcMainArea div p {
	display:none;
}
#pcMainArea div img {
	width:100%;
}

/* --------フッター-------- */
#footer {
	background:#000000;
	width:100%;
	height:40px;
	border-bottom:dotted 1px #333333;
	position:absolute;
	bottom:0;
	overflow:hidden;
}
#footer #footerMenu {
	height:26px;
	position:absolute;
	top:7px;
	left:10px;
}
#footer #footerMenu li {
	height:26px;
	width:auto;
	float:left;
	padding:0;
	margin:0 4px 0 0;
}
#footer #footerMenu li img {
	height:26px;
	width:auto;
}
#footer #copyright {
	height:30px;
	width:260px;
	position:absolute;
	top:5px;
	right:8px;
}
#footer #copyright img {
	height:100%;
}

@media screen and (min-width: 1280px) {
#wrapper {
	height:960px;
	margin-top:-480px;
	background-size:2400px 960px;
}

/* --------フッター-------- */
#footer {
	height:50px;
}
#footer #footerMenu {
	height:30px;
	top:10px;
}
#footer #footerMenu li {
	height:30px;
}
#footer #footerMenu li img {
	height:30px;
	width:auto;
}
#footer #copyright {
	height:30px;
	width:260px;
	position:absolute;
	top:10px;
	right:8px;
}

}
/* --height960px以内で上下センター合わせを解除-- */
@media all and (min-width: 1280px) and (max-height: 960px) {
#wrapper {
	top:0;
	margin-top:0;
}
}