@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:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 54px;
	hegiht:66px;
	margin-left:920px;
	padding:1em 0 1em 2px;
	background:#c09d4f;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0 ;
}
.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;
	border-bottom:10px solid #c09d4f;
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* 矢印の色 */
}



/* =====================
	スマホ向け
======================= */
@media screen and (max-width: 768px){


.pageTop {
	display:none;
	position:relative;
	width:10%;
	right:0px;
	margin-right:3%;
}
.pageTop a {
	right:0px;
	margin-right:3%;
}

/* スマホ向けここまで */ }
