@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

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;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	min-width: 1250px;
	text-align: center;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main {
	
}

img {
	vertical-align: top;	
}



	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #E2041B;
}

#header .hInner {
	margin: 0 auto;
	padding: 17px 0 15px;
	width: 1100px;
}

#header .hInner .lBox {
	float: left;
	width: 520px;
}

#header .hInner .lBox .logo {
	float: left;
}

#header .hInner .lBox .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header .hInner .lBox h1 {
	padding: 14px 0 0 173px;
	font-size: 1.3em;
	color: #fff;
}

#header .innerBox {
	position: fixed;
	left: 0;
	top: -200px;
	width: 100%;
	z-index: 1000;
	background-color: #E51D31;
	transition: top 0.25s ease;
	-webkit-transition: top 0.25s ease;
}

#header.fix .innerBox {
	top: 0;
}

#header .fixdInner {
	padding: 7px 0 10px;
}

#header .fixdInner .lBox h1 {
	padding: 10px 0 0 140px;
}

#header .fixdInner .gNavi {
	padding-top: 9px;
}



/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
.gNavi {
	padding-top: 13px;
	float: right;
	width: 555px;
}

.gNavi li {
	padding-left: 58px;
	float: left;
}

.gNavi li:first-child {
	padding-left: 0;
}

.gNavi li a {
	font-size: 1.5em;
	color: #fff;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 580px;

	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;

	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 27px 0 57px;
	background-color: #E2041B;
}

#footer .fInner {
	margin: 0 auto;
	width: 1100px;
}

#footer .fBox {
	margin-bottom: 15px;
}

#footer .fBox .lBox {
	float: left;
	width: 520px;
}

#footer .fBox .lBox .logo {
	float: left;
}

#footer .fBox .lBox .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .fBox .lBox h1 {
	padding: 14px 0 0 173px;
	font-size: 1.3em;
	color: #fff;
}

#footer .fNavi {
	padding-top: 13px;
	float: right;
	width: 555px;
}

#footer .fNavi li {
	padding-left: 58px;
	float: left;
}

#footer .fNavi li:first-child {
	padding-left: 0;
}

#footer .fNavi li a {
	font-size: 1.5em;
	color: #fff;
}

#footer .subBox {
	margin-bottom: 20px;
}

#footer .subBox .lBox {
	padding-top: 18px;
	float: left;
	width: 580px;
}

#footer .subBox .lBox p {
	font-size: 1.3em;
	line-height: 1.8;
	color: #fff;
}

#footer .subBox .lBox .title {
	margin-bottom: -2px;
	font-size: 1.6em;
}

#footer .subBox .naviUl {
	float: right;
	width: 465px;
}

#footer .subBox .naviUl li {
	float: left;
	width: 160px;
}

#footer .subBox .naviUl li:first-child {
	width: 295px;
	padding-right: 10px;
}

#footer .subBox .naviUl li ul li {
	float: none;
	width: auto !important;
	padding: 0;
}

#footer .subBox .naviUl li ul li a {
	font-size: 1.3em;
	line-height: 1.8;
}

#footer .copyright {
	font-size: 1.1em;
	color: #fff;
}

.pageTop {
	padding: 21px 0 23px;
	text-align: center;
}

.pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}