*{
	margin:0;
	padding:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
body{
	padding:0;
	margin:0;
}
img{
	border:none;
	vertical-align:bottom;
}
.sp_only{
	display:none;
}

/* ------------------------------- MENU ------------------------------- */
#menu{
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
}
#menu a{
	display:block;
	width:50px;
	height:50px;
	background:url(/garage/img/header_home.png) no-repeat center;
	background-size:33px 33px;
	text-indent:-9999px;
}
#menu a:hover{
	opacity:0.5;
}

/* ------------------------------- SCROLL TO TOP ------------------------------- */
#back-top{
	width:50px;
	height:50px;
	position:fixed;
	bottom:15px;
	right:15px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.75);
	border-radius:5%;
}
#back-top a{
	display:block;
	width:50px;
	height:50px;
	background:url(/garage/img/header_top.png) no-repeat center;
	background-size:33px 33px;
	text-indent:-9999px;
}
#back-top a:hover{
	opacity:0.5;
}

/* ------------------------------- HEADER ------------------------------- */
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background:url(/garage/img/header_bg.jpg);
	text-align:center;
	box-shadow:0 0 10px rgba(0,0,0,0.75);
}
#nissho{
	display:inline-block;
	width:132px;
	height:25px;
	text-indent:-9999px;
	background:url(/garage/img/header_logo.png) no-repeat center;
	background-size:132px 25px;
	margin-top:12px;
}
#nissho:hover{
	opacity:0.5;
}

/*  ------------------------------- FOOTER ------------------------------- */
footer{
	height:50px;
	box-sizing:border-box;
	background:url(/garage/img/header_bg.jpg);
	color:#fff;
	letter-spacing:1px;
	text-align:center;
	margin-top:70px;
	padding:17px 0;
	box-shadow:0 0 10px rgba(0,0,0,0.75);
}


/*  ------------------------------- FOR SMART PHONE ------------------------------- */
@media only screen and (max-width: 959px){
	.sp_only{
		display:block;
	}
	.pc_only{
		display:none;
	}
	#menu{
		width:40px;
		height:40px;
		position:fixed;
	}
	#menu a{
		width:40px;
		height:40px;
		background-size:22px 22px;
	}
	#back-top{
		width:40px;
		height:40px;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		box-shadow:none;
		border-radius:0;
	}
	#back-top a{
		width:40px;
		height:40px;
		background-size:22px 22px;
	}
	header{
		position:fixed;
		height:40px;
		background-size:96px 40px;
	}
	#nissho{
		width:100px;
		height:40px;
		background-size:88px 17px;
		margin:0;
	}
	footer{
		height:40px;
		background-size:96px 40px;
		margin-top:20px;
		font-size:8px;
	}
	a:hover{
		opacity:1 !important;
	}
}
