@charset "UTF-8";

/* Footer ver.1.0.2 last update  15/12/31
	Befine CSS for Footer
*/

footer {
    margin: 30px auto;
    padding-top: 30px;
    padding-bottom: 3em;
    text-align: center;
    border-top: 1px solid #666;
    width: 100%;
}
.body_top footer {
	width: 100%;
}
/* col-xs */
@media (max-width: 767px){
		footer {
		width: 100%;
		margin: 30px 15px 0 15px;
	}
}
footer div {
	margin-left: -15px;
}

/*===================================================
    To Top
===================================================*/
div#totop {
	position: fixed;
	bottom: 55px;
	right: 15px;
}

div#totop a {
	display: block;
	width: 65px;
	height: 33px;
	background: url(../img/totop.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* col-xs */
@media (max-width: 767px){
	div#totop a {
		display: block;
		width: 75px;
		height: 45px;
		background: url(../img/totop_sp.png) no-repeat left top;
		background-size: cover;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}