@charset "utf-8";

#page-top {
	position: fixed;
		width: 50%;
	/*height: 84px;*/
	bottom: 0px;
	left: 0;
	font-size: 77%;
	z-index: 9999;
	border: none;
}
#page-top a {
	text-align: center;
	display: block;
}
#page-top a:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* for IE8  */
	text-decoration: none;
	/*background: #999;*/
}


#page-top4 {
	position: fixed;
		width: 50%;
	/*height: 84px;*/
	bottom: 0px;
	right: 0px;
	font-size: 77%;
	z-index: 9999;
	border: none;
}
#page-top4 a {
	text-align: center;
	display: block;
}
#page-top4 a:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* for IE8  */
	text-decoration: none;
	/*background: #999;*/
}









.phon {

	display: none;
}


#page-top2 {
	position: fixed;
	width: 400px;
	height: 50px;
	bottom: 0px;
	/*right: 0px;*/
	/*font-size: 77%;*/
	border: none;
	z-index: 10;
}
#page-top2 a {
	text-align: center;
	display: block;
}


#page-top3 {
	position: fixed;
	width: 400px;
	height: 50px;
	bottom: 0px;
	margin-left: 400px;
	/*font-size: 77%;*/
	border: none;
	z-index: 10;
}
#page-top3 a {
	text-align: center;
	display: block;
}


















@media screen and (max-width: 480px) {

	#page-top {
		width: 50%;
		height: auto;
		left: 0;
		bottom: 0px;
	}






	#page-top4 {
		width: 50%;
		height: auto;
		bottom: 0px;
	}








}