@charset "UTF-8";

/* ---------- body ---------- */
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
    height: 100%;
    padding: 0px;
    margin: 0 auto;
}
body{
    height: 100%;
	font-size: 10pt;
	background: #000000;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    padding: 0px;
    margin: 0 auto;
}

a {
	color: #9b320a; text-decoration: none;
	-webkit-tap-highlight-color: rgba(cc,00,00,0.3); /* タップ時の背景色 */
}





/* ---------- contentsArea ---------- */



#contents {
	width: 320px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
#menu {
	width: 320px;
	height: 147px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
	top: 290px;
	z-index: 777;
}




#contents .sammy {
	background: url(../img/top.jpg) no-repeat center top;
	background-size: 320px 660px;
	line-height: 0;
	text-align: left;
}

#contents .sammy h1 {
	line-height: 0;
	text-align: center;
	padding-top: 277px;
	padding-bottom: 0px
}
