@charset "utf-8";

/* -----------------------------------------------------------------
Title: base.css
Created: 2014-2-25
Last Modified: 2014-**-**
------------------------------------------------------------------ */

.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
	z-index:200;
}

@media screen and (max-width: 750px) {
	.pc {
		display:none;
	}
	.sp img {
		width:100%;
		height:auto;
	}
}

@media screen and (min-width:751px) {
#wrapper {
	width:100%;
	margin:0 auto;
}
#wrapper img {
	width: 100%;
	height: auto;
	}
}

header {width: 100%;}
header img {width: 100%; height: auto;}
footer {width: 100%;}
footer img {width: 100%; height: auto;}