@charset "UTF-8";


/* Body
------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*PC Layout
=====================*/
@media only screen and (min-width: 1000px) {
/* footer
------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 700px;
	bottom: 10px;
	right: 30px;
	z-index: 50;
}
#pageTop a {
	color: #000;
	text-align: center;
	padding-top: 7px;
	height: 65px;
	width: 65px;
	display: block;
	border: 3px solid #000;
	opacity: 0.15;
	filter: alpha(opacity=15);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#pageTop a:before {
	content: '\f005';
	font-family: fontello;
	font-size: 28px;
}
#pageTop a:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	text-decoration: none;
}
#pageTop span {
	display: none;
}

#footer {
	display: table;
	height: 90px;
	width: 100%;
}
#footer a {
	color: #000;
}
#footer > * {
	vertical-align: middle;
	display: table-cell;
}
#footer > *:first-child {
	width: 350px;
	padding-left: 65px;
}

#footer .txtCopyright {
	font-size: 1.1rem;
	text-align: right;
	padding-right: 110px;
}

}




/*TAB Layout
=====================*/
@media only screen and (max-width: 999px) {
/* footer
------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}
#pageTop a {
	color: #000;
	text-align: center;
	padding-top: 7px;
	height: 65px;
	width: 65px;
	display: block;
	border: 3px solid #000;
	opacity: 0.15;
	filter: alpha(opacity=15);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#pageTop a:before {
	content: '\f005';
	font-family: fontello;
	font-size: 28px;
}
#pageTop span {
	display: none;
}

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	position: relative;
}
#footer > span {
	display: block;
	padding-top: 25px;
}
#footer a {
	color: #000;
}

#footer .txtCopyright {
	font-family: Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1rem;
	margin-top: 25px;
}

}






/* SPLayout
=====================*/
@media only screen and (max-width: 599px) {
/* footer
------------------------------------------------------ */
#pageTop a {
	padding-top: 2px;
	height: 40px;
	width: 40px;
	border: 2px solid #000;
}
#pageTop a:before {
	font-size: 20px;
}
#pageTop span {
	display: none;
}

#footer {
	padding-top: 0px;
	padding-bottom: 20px;
}
#footer > span {
	padding-top: 20px;
}

#footer .txtCopyright {
	font-size: 1.1rem;
	margin-top: 20px;
}

}