@charset "utf-8";
/* GLOBAL CSS -common contents-*/

/*----------float hack-------------*/
.clearfix:after{
    content: " "; 
    display: block; 
	clear: both;
}
/*-----------end float hack---------*/



/*-------- LINK --------------------*/

a{
	text-decoration: underline;
	color: #666;
	}

a:link{
	}
a:visited{
	}
a:hover{
	text-decoration: none;
	color: #adadad;	
	}
/*---------- end LINK -------------------*/


/*---------  defalt rayout --------------*/
html{
	font-size: 62.5%;
}
html *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size: 62.5%;*/
	color: #000;
	}

body{
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(255,255,255,1)
	}


footer{
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 1);
	padding: 2px;
	margin: -50px auto 0 auto;
	font-weight: normal;
	position: relative;
	font-size: 1.4rem;
	cursor: pointer;
	}
footer p{
	display: block;
	margin: 20px auto 0 !important;
	text-align: center;
	color: rgba(255, 255, 255, 1)
	}
footer span{
	display: inline-block;
	margin: 0 0 0 50px;
}
footer div.arrow{
	width: 0;
	height: 0;
	border-width: 50px;
	border-color: transparent transparent rgba(0, 0, 0, 1);
	border-style: solid;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
}
footer div.innerArrow{
	width: 0;
	height: 0;
	border-width: 30px;
	border-color: transparent transparent rgba(255,255,255,1);
	border-style: solid;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}



/*---------  responsive-----------------------*/
@media screen and (max-width:768px){


}

@media screen and (max-width:640px){


}
/*-----------  end defalt rayout ------------*/
