/* =========================================================
   layout2.css
   ========================================================= */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

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,
a:link {
	color: #5a5a67;
	text-decoration: none;
}

a:visited {
	color: #5a5a67;
}

a:hover {
	color: #5a5a67;
}

a:active {
	color: #5a5a67;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #5a5a67;
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-top: 135px;
}

body p{
	max-height: 100%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 46px 52px 17px 53px;
	position: fixed;
	left: 0 ;
	top: 0;
	box-sizing: border-box;
	z-index: 100;
	background-color: #FFF;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#gHeader.on {
	padding: 19px 52px 12px 51px;
	box-shadow: 0 2px 2px #F6F6F6;
}

#gHeader.on .hBox .language {
	height: 0;
	overflow: hidden;
}

#gHeader.on h1 img {
	width: 200px;
}

#gHeader h1 {
	float: left;
	margin-top:14px;
}

#gHeader h1 img {
	width: 220px;
	height: auto;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-ms-transition: width 0.3s;
}

#index_title {
	width: 310px;
	height: auto;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-ms-transition: width 0.3s;
}

#cont_title{
	width: 200px;
	height: auto;
	margin-left:20px;
	margin-top:-20px;
}
#gHeader .hBox {
	float: right;
}

#gHeader .hBox .language {
	height: 21px;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#gHeader .hBox .language li {
	margin-left: 4px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
}

#gHeader .hBox .language li a {
	margin-right: 7px;
	color: #a8a8a8;
}

#gHeader .hBox .language li a:hover {
	color: #26262A;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 28px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#gHeader.on #gNavi {
	margin-top: 32px;
}

#gNavi li {
	margin-left: 45px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

#gNavi li:last-child img {
	margin-top: -5px;
	width: 102px;
	height: auto;
}

#gNavi li .over {
	display: none;
}

#gNavi li a:hover .over {
	display: block;
}

#gNavi li a:hover .out {
	display: none;
}

#gNavi li a:hover {
	color: #26262A;
	text-decoration: underline;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 59px 100px 76px;
	background-color: #3F3F49;
	text-align: right;
}

#gFooter .fBox .photo img {
	width: 116px;
	height: auto;
}

#gFooter .fBox .copyright {
	margin-top: 2px;
	font-size: 10px;
	color: #D0D0D0;
}

#gFooter .fBox .copyright .copy{
	font-family: Verdana;
}

#gFooter .pageTop {
	margin: 40px 0 34px;
	text-align: center;
}

#gFooter .pageTop a {
	padding: 10px;
	display: inline-block;
}

#gFooter .pageTop a:hover img {
	opacity: 0.7;
}

#gFooter .pageTop img {
	width: 27px;
	height: auto;
}


/* =========================================================
   general.css
   ========================================================= */
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 87px;
	text-align: center;
	color: #2B2C31;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 3px;
}

