@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;

	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: #0091D7;
	text-decoration: none;
}

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

a:hover {
	color: #7fc2e5;
	text-decoration: underline;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	background-color: #FFF;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 61px;
	padding-right: 10px;
	width: 980px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

.bgLink .banner {
	display: block;
	margin: -30px auto 30px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .hBox {
	margin: 0 auto;
	padding: 33px 0 27px;
	width: 1000px;
	position: relative;
}

#header .hBox .logo {
	float: left;
}

#header .hBox .hLink {
	margin-top: 8px;
	width: 142px;
	float: right;
}

#header .hBox .hLink .hLinkLang {
	margin-bottom: 8px;
	overflow: hidden;
}

#header .hBox .hLink .hLinkLang li {
	width: 71px;
	float: left;
	height: 29px;
}

#header .hBox .hLink .sns {
	clear: both;
	text-align: right;
}

#header .hBox .hLink .sns li {
	width: 28px;
	padding-left: 4px;
	display: inline-block;
	vertical-align: top;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 21px;
}

#gNavi ul {
    margin: 0 auto;
    width: 1012px;
}

#gNavi ul li {
	float: left;
}

#gNavi li ul {
    height: 300px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 142px;
    z-index: 100000;
}

#gNavi li .hovUl {
	width: 142px;
}

#gNavi li ul li {
    padding-top: 1px;
    width: 100%;
	height: 0;
	float: none;
    overflow: hidden;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    visibility: hidden;
	line-height: 64px;
}

#gNavi li ul li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-decoration: none;
	background-color: #2C893A;
}
#gNavi > ul > li:nth-child(4) ul li a {
	letter-spacing: -1.5px;
}
#gNavi li:hover ul {
	visibility: visible;
}

#gNavi li:hover ul li {
	height: 64px;
	visibility: visible;
	overflow: visible;
}

#gNavi li:hover ul li a {
	height: 64px;
}

#gNavi li:hover ul li a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: url(../../img/index/line_bg.gif) repeat-x left top;
}

#footer .fBox {
	margin: 0 auto;
	padding: 48px 0;
	width: 902px;
}

#footer .fBox .fNavi {
	float: left;
}

#footer .fBox .fNavi li {
	margin-right: 47px;
	float: left;
}

#footer .fBox p {
	float: right;
}

#footer .fBox p a:hover img {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

#pagetop {
	position: fixed;
	right: 130px;
	bottom: 16px;
}

#pagetop a:hover img {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	opacity: 0.5;
}