@charset "utf-8";
/*------------------------------------------------------------
	Default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
	opacity: 0.7;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	line-height: 1.5;
}

#container{
	background: #000;
	padding-top: 142px;
	text-align: left;
	/*overflow-x: hidden;*/
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	/*padding: 21px 0 0;*/
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}

#header .hBox {
	margin: 0 auto;
	padding: 21px 0;
	width: 1024px;
	-moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .hBox.is-animation {
  padding: 5px 0;
}
#header .hLogo{
	width: 698px;
	-moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
	transition: 0.3s;
}
#header .hLogo.is-animation{
	width: 444px;
	padding-top: 7px;
}
#header .hLogo img{
	width: 100%;
}
#header h1 {
	float: left;
}

#header .hLink {
	margin-top: 20px;
	float: right;
}

#header .hLink li {
	padding-right: 20px;
	height: 18px;
	border-right: solid 1px #fff;
	float: left;
}
#header .hLink li.right {
	position: relative;
	padding: 0 0 0 20px;
	height: 30px;
	top: -10px;
	border-right-style: none;
}
#header .hLink li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	color: #fff;
	background-color: #000;
}
#footer .foot_top {
	padding: 25px 0;
	border-bottom: solid 1px #5A5C5F;
}
#footer .foot_bottom {
	width: 1024px;
	margin: 0 auto;
	padding: 15px 0;
}
#footer .copyright {
	width: 380px;
	float: left;
	text-align: left;
}
#footer .fNavi {
	width: 370px;
	float: right;
}

#footer .fNavi li {
	float: left;
	font-size: 1.32em;
	text-align: center;
}

#footer .fNavi li a {
	margin: 0 5px;
	color: #fff;
}

#footer p {
	font-size: 1.32em;
}

.pageTop {
	position: fixed;
	display: none;
	bottom: 50px;
	right: 50px;
	z-index: 200;
}
