﻿
/* ------- ページトップ ------------ */
.page-top {
		color:#000;
		font-size: 12px;
		font-weight:bold;
		position: fixed;
		bottom: 60px;
		right: 40px;
		padding: 10px;
		background: #fff;
		border:solid 2px #006400;
		text-decoration:none;
		border-radius: 6px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-filter: "alpha(opacity=80)";
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;

		z-index: 10000;


	}
.red { color:red;}

/* ------- /ページトップ ------------ */