@charset "utf-8";

/*
*  CommonStyle
*  contentStyle
*  pageStyle
*/

/* -----------------------------
  CommonStyle
------------------------------*/
body {
/*background: url(../../img/bg.jpg) no-repeat center top #000000;
background-size: 320px 375px;*/
background-color: #000000;
-webkit-text-size-adjust: none;
}

/* 横長 */
/*@media screen and (orientation: landscape) {
body {
background-size: 480px 562px!important;
height: 562px;
}
}*/
/* -----------------------------
  contentStyle
------------------------------*/
#content #img {
text-align: center;	
}

#content #img img {
/*width: 100%;
max-width: 930px;*/
}

#content img {
/*zoom: 50%;*/
}

#content * {
/*position: absolute;
left: 50%;*/
}
/*
#content #logo {
top: 8px;
margin-left: -150px;	
}

#content .txt01 {
top: 206px;
margin-left: -140px;	
}

#content h1 {
top: 226px;
margin-left: -130px;	
}

#content .btn li {
margin-left: -92px;	
}

#content .btn li:first-child {
top: 290px;
}

#content .btn li:last-child {
top: 310px;
}

#content .copyright {
top: 341px;
margin-left: -137px;
}*/

/* 横長 */
/*@media screen and (orientation: landscape) {
#content img {
zoom: 70%;	
}

#content #logo {
top: 10px;
margin-left: -230px;	
}

#content .txt01 {
top: 310px;
margin-left: -200px;	
}

#content h1 {
top: 335px;
margin-left: -185px;	
}

#content .btn li {
margin-left: -133px;
}

#content .btn li:first-child {
top: 425px;
}

#content .btn li:last-child {
top: 455px;
}

#content .copyright {
top: 500px;
margin-left: -190px;
}
}*/

/* -----------------------------
  clearFix
------------------------------*/
#header:after,
#content:after,
#footer:after,
.section:after,
.clearFix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0;  
clear: both;  
}

#header,
#content,
#footer,
.section,
.clearFix {
zoom: 1;
}

.clear {
clear: both;
}