@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
	
}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body>div{
	box-sizing:border-box;
	min-height:100vh;
	padding:50px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-size:700px 420px;
	background-position:right bottom;
}


body>div h1{
	margin:30vh 0 50px;
	text-align:center;
}

body>div h1 img{
	width:220px;
	height:auto;
	vertical-align:bottom;
}

body>div p{
	margin:0;
	font-size:14px;
	line-height:2.4;
	letter-spacing:1px;
	text-align:center;
}
