@charset "utf-8";
 
/* contents
---------------------------------------------------- */
.contents {
	max-width: 950px;
	padding: 0 25px;
	margin: 0 auto;
}


/* footer
---------------------------------------------------- */
footer {
	margin-top: 100px;
	text-align: center;
}
footer.child {
	margin-bottom: 100px;
}
footer p span:first-child {
	padding-right: .5rem;
}
footer p span:last-child {
	padding-left: .5rem;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


@media only screen and (max-width: 740px) {

/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	padding: 0;
	margin: 0 auto;
}
.blc {
	padding: 50px 0;
}


/* footer
---------------------------------------------------- */
footer {
	margin-top: 50px;
	text-align: center;
}
footer.child {
	margin-bottom: 60px;
}
footer p {
	font-size: 12px;
}
footer p span:first-child {
	padding-right: .5rem;
}
footer p span:last-child {
	padding-left: .5rem;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 40px;
	height: 40px;
}
#page_top a {
	width: 40px;
	height: 40px;
}
#page_top a img {
	width: 40px;
	height: 40px;
}


}