@charset "utf-8";

/*
    ボタン --------------------------------------------------------------------------
*/
.btn01 a{
	float:left;
	display:block;
	width:50%;
	margin:0 auto;
	padding: 10px 10px 0 0;

	font-size:123.1% !important;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.btn01 a:hover{

}

.btn02 a{
	float:right;
	display:block;
	width:50%;
	margin:0 auto;
	padding: 10px 0px 0 10px;

	font-size:123.1% !important;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.btn02 a:hover{

}

.pagetop {
	position:fixed;
	bottom:-40px;
	right:10px;
}
.pagetop a {
	display:block;
	width:45px;
	height:40px;
	background-color:#000;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	line-height:40px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
}
.pagetop a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

@media screen and (max-width: 767px) {
.btn01 a{
	float:none;
	display:block;
	width:100%;
	margin:0 auto;
	padding:10px 0;

	font-size:123.1% !important;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.btn01 a:hover{

}

.btn02 a{
	float:none;
	display:block;
	width:100%;
	margin:10px auto 0 auto;
	padding:10px 0;

	font-size:123.1% !important;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.btn02 a:hover{

}
}