@charset "utf-8";
html {
	background: url(../images/top_photo01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:100%;/* an4 */
}
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/* ========================================================================== */
/* header                                                             																											 */
/* ========================================================================== */


/* ========================================================================== */
/* logo                                                             																											 */
/* ========================================================================== */
#logo {
	position:absolute;
	top:40%;
	left:50%;
	width:419px;
	height:112px;
	margin-left:-200px;
	margin-top:0;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#logo{width:100%;height:auto;left:0;margin:0;}
	#logo img{width:100%;height:auto;}
}
/* ========================================================================== */
/* footer                                                             																											 */
/* ========================================================================== */
footer {
	overflow: hidden;
	_zoom: 1;
	width: 100%;
	height:120px;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	background-image: url(../images/footer_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#top #footer_menu-wap address{display: none;}
#footer_menu-wap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.3em;
	padding-top:60px;
}
#footer_menu ul {
	float: left;
}
#footer_menu li {
	float:left;
	margin:1px 10px;
}
#footer_menu li a {
	color:#FFF;
}
#footer_menu li a:hover {
    color: #B2C32E;
}
.copyright {
	float:right;
	color:#FFF;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
	#footer_menu-wap {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		font-size: 1.3em;
		padding-top:60px;
	}
}
