@charset "utf-8";
/* CSS Document */

/************************************************************************************
HTML,BODY
*************************************************************************************/
html,body {
	width:100%;
	height:100%;
	min-height:100%; /* html fit brows */
	overflow-x:hidden;
	overflow-y:hidden;
}
html>/**/body {   /* for Firefox */
	overflow-y:hidden;
}
body {
	text-align:center;
	font-size:75%;/*12px*/
	line-height:150%;
	font-family:'Raleway','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	/*background-color:#000;*/
	background-image:url(../images/common/body_bg03.jpg);
	background-repeat:repeat;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {/* for IE<8 */
	zoom:1;
}

/************************************************************************************
FLOAT
*************************************************************************************/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}

/************************************************************************************
LINK
*************************************************************************************/
a {
	white-space:nowrap;
	outline:none;
	text-decoration:none;
	transition: all 0.3s;
}
a:link {
	color:#FFF;
	outline: none;
}
a:visited {
	color:#FFF;
}
a:hover {
	color:#FFCC33;
}
a:active, a:focus{
	outline:none;
}
.alphaover a img {
	transition: all 0.3s;
}
.alphaover a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.none{
	opacity:0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}

/************************************************************************************
TEXT
*************************************************************************************/
h1 {
    font-size:em;
}
h2 {
    font-size:em;
}
h3 {
    font-size:em;
}
h4 {
    font-size:em;
}
h5 {
    font-size:em;
}
h6 {
    font-size:em;
}

/************************************************************************************
MARGIN,PADDING
*************************************************************************************/

/************************************************************************************
INPUT,TEXTAREA
*************************************************************************************/
input {
	padding-left:2px;
}
input:focus {
	outline: 2px #8CCAD3 solid;
}
textarea {
	padding-left:2px;
}
textarea:focus {
	outline: 2px #8CCAD3 solid;
}
input, input[type="password"], input[type="search"], isindex {
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: white;
	border: 1px solid #CCC;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	border: none;
}
textarea {
	-webkit-appearance: textarea;
	background-color: white;
	border: 1px solid #CCC;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-orient: vertical;
	resize: auto;
	cursor: auto;
	padding: 2px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/************************************************************************************
WELCOME
*************************************************************************************/
#welcome {
	width:100%;
	height:100%;
	background-color:#ffffff;
	position:absolute; top:0px;
	left:0px;
	z-index:9998;
	display:none;
}
#welcome img {
	width:330px;
	height:80;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-165px;
	margin-top:-40px;
}
.QOverlay {
	background-color: #000000;
	z-index: 9999;
}
.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}

/************************************************************************************
CONTAINER
*************************************************************************************/
#container {
	width:100%;
	height:100%;
	min-height:100%; /* html fit brows */
	margin:0 auto;
	overflow-x:scroll;
	display:none;
}

/************************************************************************************
TOP_CONTENTS
*************************************************************************************/
#top_contents {
	width:100%;
	height:100%;
	min-height:100%; /* html fit brows */
	font-weight:100;
	font-family:'Raleway';
	line-height:3.5em;
	color:#FFFFFF;
}

/************************************************************************************
ANIMATION
*************************************************************************************/
.animation {
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.animation div{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.animation div img{
	width:100%;
	height:auto;
}

/************************************************************************************
BG
*************************************************************************************/
.bg {
	width:100%;
	height:auto;
	min-width:320px;
	min-height:100%;
    z-index: 0;
    position:fixed;
}

/************************************************************************************
NAV
*************************************************************************************/
#top_contents ul#nav {
	width:250px;
	height:325px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-163px;
	margin-left:-125px;
	font-family:'Raleway';
	font-weight:100;
}
#top_contents ul#nav li, #top_contents ul#nav li a {
	width:250px;
	height:65px;
	display:block;
	color:#FFF;
	font-size:55px;
	font-family:'Raleway';
	font-weight:100;
}
#top_contents ul#nav li a:hover {
	color:#FFCC33;
	font-family:'Raleway';
	font-weight:100;
}

/************************************************************************************
PAGESLIDE
*************************************************************************************/
#pageslide {
    /* These styles MUST be included. Do not change. */
    display:none;
    position:absolute;
    position:fixed;
    top:0;
    height:100%;
    z-index:999999;
    
    /* Specify the width of your pageslide here */
    width:280px;
    padding:0 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color:#FFF;
    color:#000;
}
#modal {
	text-align:left;
	font-size:14px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-110px;
	margin-left:-140px;
}
#pageslide h2 {
	font-size:16px;
	margin-bottom:10px;
}
#pageslide dl {
	margin-bottom:30px;
}
#pageslide dl dt {
	color:#FFCC33;
	margin-bottom:5px;
}
#pageslide dl dd {
	margin-bottom:10px;
}
#pageslide dl dd a {
	color:#000;
	text-decoration:underline;
}
#pageslide dl dd a:hover {
	color:#FFCC33;
	text-decoration:none;
}
#pageslide a.closeButton {
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:-20px;
	right:-55px;
	z-index:999;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	transition: all 0.3s;
}
#pageslide a.closeButton:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2); 
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:250px;
	color:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:310px;
	margin-left:-125px;
	font-size:12px;
	font-weight:thin;
	font-family:'Raleway';
}
#footer img {
	margin-bottom:30px;
}
#footer p#logo {
	padding-top:400px;
	font-size:25px;
}


/************************************************************************************
SP/PCkirikae
*************************************************************************************/

#spLinkBlockInPc a{
	display:none;
	font-size:30px;
	width:320px;
	height:30px;
	text-align:center;
	color:#f00;
}

.tosumaho{
	font-weight:bold;
	font-size:50px;
}