@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	background-color: #F2F2F2;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #FFF;
}

#gHeader .hBox {
	margin-left: 6px;
}

#gHeader h1 {
	margin-top: 20px;
	float: left;
}

#gHeader .hBox ul {
	width: 136px;
	float: right;
}

#gHeader .hBox li {
	padding-left: 1px;
	float: left;
}

#header-global-menu {
	padding: 0;
	width: 100%;
	position: absolute;
	top: 65px;
	right: 0;
	display: none;
	line-height: 1.4;
	background: rgba(255,255,255,0.9);
	-webkit-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
	z-index: 500;
}

#navAbout .header-global-snav > ul {
	margin-top: 0;
}

#navInfo .header-global-snav > ul {
	margin-top: 0;
}

#header-global-nav > ul > li > span,
#header-global-nav > ul > li > a {
	padding: 1px 15px 0;
	background: none;
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 17px;
	border-top: 1px solid #c5c2c1;
}

#header-global-nav #navIndustry span,
#header-global-nav #navIndustry a,
#header-global-nav #navWaza span,
#header-global-nav #navWaza a,
#header-global-nav #navWorkInDaito span,
#header-global-nav #navWorkInDaito a {
	padding: 6px 15px 4px;
}

#header-global-nav > ul > li > span {
	color: #ffffff;
	font-size: 17px;
	background: #a7a7a7;
}

#header-global-nav > ul > li > a:after {
	margin-top: -5px;
	width: 7px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 5%;
	background: url(../img/icon_02.png) no-repeat 0 0;
	background-size: contain;
	content: "";
}

#header-global-nav .header-global-snav > ul > li > a:hover {
	background: none;
}

#header-global-nav .header-global-snav > ul > li {
	margin: 0;
	padding: 0.3em 0.5em 0.3em 1.5em;
	border-bottom: 1px solid #e5e5e5;
}

#header-global-nav .header-global-snav > ul > li > a {
	margin: 0;
	padding: 1px 2px 1px 14px;
	display: inline-block;
	position: relative;
	font-size: 17px;
	text-align: left;
}

#header-global-nav .header-global-snav > ul > li > a:before {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #c5c4c4;
	content: ">";
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 16px;
	padding-bottom: 40px;
	background-color: #FFF;
}

#gFooter ul {
	margin-bottom: 8px;
	padding: 5px 0 3px;
	background-color: #DADADA;
}

#gFooter li {
	padding: 8px 0;
	width: 33.3%;
	float: left;
	font-size: 11px;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0 0 3px #FFF;
	background: url(../img/line.gif) repeat-y left top;
	background-size: 2px 29px;
}

#gFooter li:first-child {
	padding: 3px 0 5px 5.5%;
	text-align: left;
	box-sizing: border-box;
	background: none;
}

#gFooter li a {
	display: inline-block;
	position: relative;
}

#gFooter li a:before {
	width: 18px;
	height: 14px;
	position: absolute;
	right: -15px;
	top: -8px;
	content: "";
	background: url(../img/icon_01.gif) no-repeat right top;
	background-size: 9px 7px;
}

#gFooter li:first-child a:before {
	top: -3px;
}

#gFooter li:nth-child(2) a:before {
	background: none;
}

#gFooter li a {
	color: #808080;
}

#gFooter p {
	font-size: 11px;
	text-align: center;
}