@font-face {
	font-family:ipa;
	src: url("../ipaexm.ttf") format("truetype")
}
@font-face {
	font-family:ipa;
	src: url(../ipaexm.eot);
}
body{
	position:relative;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",ipa;
	margin:0;
	line-height:1em;
	padding:0 0 2%;
}
body:before{
	content:"";
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:url(../img/bg_01.jpg) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;/*Android4*/
	z-index:-1;
}
@media screen and (min-width:640px){
body:before{
	display:none;
}
body{
	background:url(../img/bg_01.jpg) no-repeat center top;
	background-size:auto 735px;
	background-size:cover;
	background-attachment:fixed;
}
}
p{
	font-size:0.9em;
	line-height:2em;
	color:#222;
}
@media screen and (min-width:640px){
p{
	font-size:1em;
}
}
p,a,ul,h2{
	margin:0;
	padding:0;
}

/*-----------------------------------------------------------

footer

-------------------------------------------------------------*/
footer{
	padding:4% 0 0;
	text-align:center;
	font-size:13px;
	color:#343434;
}
