@charset "UTF-8";

html, body {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	background: #0F1416;
	color: #FFF;
	/*text-shadow: 2px 2px 2px #000;*/
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	background-attachment: fixed;
	font-weight:200;
	font-style:normal;
	font-family: 'AXIS Font Japanese W55','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'sans-serif';
	/*max-width: 1600px;*/
}
ul, p ,h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #EEE;
	font-weight: 400;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
ul li a {
	color: #0F1416;
	font-weight: 400;
	text-decoration: underline;
}
ul li a:hover {
	color: #666;
	text-decoration: none;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	float: none;
	width: 100%;
}
.clear {clear: both;}
.outer {
	width: 100%;
	text-align: center;
}
.inner {
	width: 80%;
	max-width: 900px;
	padding: 40px 80px;
	margin: 0 auto;
}
h1 {
	font-size: 1.6em;
	font-weight: 200;
	padding: 0 0 20px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	text-align: center !important;
	background: #0F1416;
	color: #ECEDED;
	/*background: #0F1416;
	color: #FFF;*/
	/*text-shadow: 2px 2px 2px #CCC;*/
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
p.narrow_p {
	width: 65%;
	margin: 0 auto;
	padding: 0 0 30px;
}
.half_box {
	width: 46%;
	margin: 0 2%;
	float: left;
	text-align: left;
	/*background: url("images/bg_alpha.png") repeat;*/
}
ul {
	padding: 20px;
}
ul li {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 8px 0;
	list-style: disc inside;
	color: #0F1416;
	/*text-shadow: none;*/
}
#scrollUp {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url("images/btn_pagetop_off.png") no-repeat;
	opacity: 1;
}
#scrollUp:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 1000px) {
	.inner {
		width: 84%;
		padding: 8%;
		margin: 0 auto;
	}
	p.narrow_p {
		width: 80%;
	}
	.half_box {
		width: 100%;
		margin: 0;
	}
	ul li {
		font-size: 1.4em;
	}
}

.pd_bm20 {padding-bottom: 20px;}
.pd_bm40 {padding-bottom: 40px;}
.pa_30 {padding: 30px;}
.text_gray {color: #0F1416;/*text-shadow: 2px 2px 2px #FFF;*/}
.no_shadow {text-shadow: none;}
.bg_alpha {background: url("images/bg_alpha.png") repeat;}
.bg_gray {background: url("images/bg_charcoal.gif") repeat;}
.bg_white {background: #ECEDED;}
.f_20 {font-size: 2em;}
.f_18 {font-size: 1.8em;}
.f_16 {font-size: 1.6em;}
.f_14 {font-size: 1.4em;}
.f_12 {font-size: 1.2em;}
.f_09 {font-size: 0.9em;}
.t_center {text-align: center;}

