@charset "UTF-8";
/* CSS Document */
.pankuzu_top {
	margin: 60px 0px 0px -230px;
}
.pankuzu_sidebar {
	margin: 6px 20px 0px 20px;
}
.main-body-top {
	margin: 5px 20px 0px -210px;
}
.main-body-sidebar {
	margin: 6px 20px 0px 30px;
}
.footer {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
	padding: 20px;
}
.footer_ {
	position: fixed;
	/*bottom: 0;*/
	width: 100%;
	height: 100px;
}
.btn{
	display: inline-block;
}