/* CSS Document */
@charset "utf-8";


/* base
------------------------------------ */
body {
	font-family: メイリオ,'ヒラギノ角ゴ pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
	background:#000;
}
table { _font-size: 12px; }
a {
	color: #00A2FF;
	text-decoration: none;
}
a:hover {
	color: #1177a7;
}

/* 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 */
.clear { clear: both; }

.space5  { margin-bottom: 5px; }
.space10 { margin-bottom: 10px; }
.space15 { margin-bottom: 15px; }
.space20 { margin-bottom: 20px; }
.space25 { margin-bottom: 25px; }
.space30 { margin-bottom: 30px; }
.space40 { margin-bottom: 40px; }
.space50 { margin-bottom: 50px; }

/* Font Size */
.fs10{font-size:10px}
.fs11{font-size:11px}
.fs12{font-size:12px}
.fs14{font-size:14px}
.fs16{font-size:16px}
.fs18{font-size:18px}
.fs20{font-size:20px}

/* Font Color */
.center	{ text-align: center; }
.bold	{ font-weight: bold; }
.orange	{ color: #ff9900; }
.red	{ color: #F00; }


/* footer
------------------------------------ */
#footer {
	width: 100%;
	text-align: center;
	padding: 20px 0 15px;
	clear:both;
	color:#fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
#footer a{
	color:#fff;
}
#footer #supportNav { margin: 0 0 10px; }
#footer #supportNav li { display: inline; }
#footer address { font-size: 11px; }
#footer .jasrac { font-size: 11px; }

#pageTop {
	width: 56px;
	height: 56px;
	position: fixed;
	right: 60px;
	bottom: 30px;
	z-index:999;
}
