@charset "UTF-8";

/* =====================
	CSSリセット
======================= */
* {
	margin:0;
	padding:0;
}



/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */






/* ページトップへ戻る */
.pageTop {
	/*! display:none; */
	position:relative;
	/*! width:10%; */
	/*! max-width:900px; */
	/*! height:0; */
	/*! margin:0 auto; */
	
}



.pageTop a {
	position: fixed;
	left:inherit;
	bottom: 0px;
	right: 4%;
	display: block;
	width: 54px;
	height:54px;
	margin-left:0%;
	/*padding:1em 0 5em 2px;*/
	text-align:center;
}	

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (max-width: 767px) {
.pageTop a {
	position: fixed;
	bottom: 0px;
	right: 30px;
	display: block;
	width: 30px;
	height:30px;
	margin-left:0%;
	/*padding:1em 0 5em 2px;*/
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:2;
	opacity:0.8
}

/*
.pageTop a {
	position: fixed;
	bottom: 13px;
	right: 24%;
	display: block;
	width: 54px;
	hegiht:54px;
	margin-left:0%;
	padding:1em 0 5em 2px;
	text-align:center;
}
*/	
}







.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;

}
.pageTop a:before {
	top:50%;
	margin-top:-13px;

}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;

}




