﻿@charset "utf-8";
/**********************************************

	basic_style_forPrint.css

**********************************************/
/* 文字折り返し設定 */
* {
	word-break: break-all !important;
	word-wrap: break-word !important;
}

/*--------------------------------------------

	デフォルト設定

---------------------------------------------*/
/* html */
html {
	min-width: 1024px;
	height: 100%;
}
/* body */
body {
	position: relative;
	width: 100%;
	font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-size: 14px;
	color: #000000;
	-webkit-text-size-adjust: 100% !important;
}
/* form関連 */
input[type="text"],input[type="password"],textarea,select {
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-size: 14px;
	color: #000000;
	border: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	padding-right: 0;
}

input {
	font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif !important;
	vertical-align: middle;
}
input::-webkit-input-placeholder {
	color: #cccccc;
	font-weight: normal;
}
input:-ms-input-placeholder {
	color: #cccccc;
	font-weight: normal;
}
input::-moz-placeholder {
	color: #cccccc;
	font-weight: normal;
}
label {
	font-weight: normal!important;
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}
input[type="radio"] {
	margin: 0 5px 0 0;
}
input[type="radio"].radio {
	min-height: 0;
	display: inline-block;
}
/* ボタン初期設定 */
button {
	background: none;
	border: none;
	font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif !important;
	/* font-size: 18px; */
	/* font-weight: bold; */
	cursor: pointer;
	padding: 0;
}
p,
table tr td {
	line-height: 1.75em;
}
p,dl,h1,h2,h3,h4 {
	margin: 0;
}
h1,h2,h3,h4 {
	line-height: 1.0em;
}
small {
	font-size: 12px;
}
/* imgタグレスポンシブ対応 */
img {
	max-width: 100%;
	height: auto;
	width/***/ :auto;
}
/* .device02 spレイアウトは非表示 */
.device02 {
	display: none !important;
}
/* リンク */
a {
	transition: color 0.2s;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #d01126;
	transition: color 0.2s;
	text-decoration: none;
}
a:hover img {
	text-decoration: none;
}
.type-buttonlinenone a:hover {
	text-decoration: none;
}
a img {
	transition: all 0.25s;
}
a:hover img {
	/* opacity: 0.75; */
	transition: all 0.25s;
}
button:hover {
	color: #d00126;
}
map {
	display: inline;
}
area {
	cursor: pointer;
	display: inline;
}
/* 下線アニメーション */
a.move-underline {
	position: relative;
	transition: .3s;
}
a.move-underline::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #666666;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
a.move-underline:hover::after {
	width: 100%;
}

/*--------------------------------------------

	レイアウト

---------------------------------------------*/
/* 内 1024px固定値 */
.inner-frame {
	width: 1024px;
	margin: 0 auto;
}

/*--------------------------------------------

	基本構成パーツ

---------------------------------------------*/
/*--------------------------------------------
	ヘッダー
---------------------------------------------*/
#header_all {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 200;
}
#header {
	height: 70px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}
/* ロゴ配置 */
#header > .inner-frame {
	position: relative;
	height: 70px;
}
#header > .inner-frame > h1 {
	position: absolute;
	width: 149px;
	height: 36px;
	top: 20px;
	left: 0;
}
#header > .inner-frame > h1 > a::after,
#header > .inner-frame > h1 > a:hover::after {
	display: none;
}
/* メニューナビゲーション */
ul#menunavigation {
	position: absolute;
	width: 740px;
	height: 70px;
	left: 149px;
}
ul#menunavigation > li {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin-left: 25px;
	cursor: pointer;
}
/* グローバル版 */
ul#menunavigation.en > li {
	margin-left: 20px;
}
ul#menunavigation > li.menuitem-service > span:after {
	content: "▼";
	color: #d01126;
}
ul#menunavigation > li.menuitem-service.active > span:after {
	content: "▲";
	color: #d01126;
}
ul#menunavigation > li > a {
	display: block;
	color: #333333;
}
ul#menunavigation > li > a:hover,
ul#menunavigation > li > span:hover,
ul#menunavigation > li.active > a,
ul#menunavigation > li.menuitem-service.active > span {
	color: #d01126;
}
ul#menunavigation > li > a::after,
ul#menunavigation > li > a:hover::after {
	display: none;
}
/* 機能ナビゲーション */
ul#functionnavigation {
	position: absolute;
	height: 70px;
	right: 0;
}
ul#functionnavigation > li {
	display: inline-block;
	height: 55px;
	line-height: 70px;
	padding-top: 15px;
	color: #000000;
	font-size: 10px;
	cursor: pointer;
}
ul#functionnavigation > li.icon-global {
	background: url("../images/icon_global.png") no-repeat center 20px;
	margin-right: 15px;
}
ul#functionnavigation > li.icon-global:hover,
ul#functionnavigation > li.icon-global.active {
	color: #d01126;
	background: url("../images/icon_global_over.png") no-repeat center 20px;
}
ul#functionnavigation > li.icon-global > a {
	display: block;
	height: 55px;
	transition: none;
}

ul#functionnavigation > li.icon-japanese {
	background: url("../images/icon_japanese.png") no-repeat center 20px;
	margin-right: 15px;
}
ul#functionnavigation > li.icon-japanese:hover,
ul#functionnavigation > li.icon-japanese.active {
	color: #d01126;
	background: url("../images/icon_japanese_over.png") no-repeat center 20px;
}
ul#functionnavigation > li.icon-japanese > a {
	display: block;
	height: 55px;
	transition: none;
}

ul#functionnavigation > li.icon-search {
	background: url("../images/icon_search.png") no-repeat center 20px;
}
ul#functionnavigation > li.icon-search:hover,
ul#functionnavigation > li.icon-search.active {
	color: #d01126;
	background: url("../images/icon_search_over.png") no-repeat center 20px;
}

/* SPMENU */
#switch_spnavigation,#menunavigation_sp {
	display: none;
}
/*--------------------------------------------
	モーダル背景
---------------------------------------------*/
/*#modalbg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 20;
}*/
/*--------------------------------------------
	製品・サービスメニュー
---------------------------------------------*/
#menu_service {
	position: fixed;
	display: none;
	width: 100%;
	border-top: 2px solid #bbbbbb;
	background: #000000;
	z-index: 100;
}
#menu_service > .inner-frame {
	padding: 30px 0;
}
#menu_service > .inner-frame > h2 {
	font-size: 16px;
	margin-bottom: 20px;
}
#menu_service > .inner-frame > h2 > a {
	color: #ffffff;
	position: relative;
	transition: .3s;
	display: inline-block;
	overflow: hidden;
}
#menu_service > .inner-frame > h2 > a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #666666;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#menu_service > .inner-frame > h2 > a:hover::after {
	width: 100%;
}
#menu_service > .inner-frame > ul > li {
	float: left;
	width: 256px;
}
#menu_service > .inner-frame > ul > li:first-child {
}
/* リンクリスト */
#menu_service > .inner-frame > ul > li > dl {
	margin-bottom: 30px;
}
#menu_service > .inner-frame > ul > li > dl a {
	color: #ffffff;
}
/* 下線アニメーション */
#menu_service > .inner-frame > ul > li > dl a {
	position: relative;
	transition: .3s;
	display: inline-block;
	overflow: hidden;
}
#menu_service > .inner-frame > ul > li > dl a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #666666;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#menu_service > .inner-frame > ul > li > dl a:hover::after {
	width: 100%;
}

#menu_service > .inner-frame > ul > li > dl > dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#menu_service > .inner-frame > ul > li > dl > dd {
	/* margin-bottom: 15px; */
	margin-bottom: 12px;
	padding-left: 5px;
	font-size: 12px;
}
/* リニューアル */
#menu_service > .inner-frame > ul > li > dl.renewal > dd {
	padding-left: 10px;
}
#menu_service > .inner-frame > ul > li > dl.renewal > dd.title-text {
	padding-left: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

/*--------------------------------------------
	サイト内検索
---------------------------------------------*/
#menu_search {
	position: fixed;
	width: 100%;
	display: none;
	background: #000000;
	padding: 20px 0;
	z-index: 100;
}
#common_searchform {
	float: right;
	width: 480px;
	height: 40px;
}
#common_searchform input[type="text"] {
	float: left;
	width: 440px;
	height: 40px;
}
/* 検索ボタン */
#common_searchform .button-sitesearch {
	float: right;
	width: 40px;
	height: 40px;
	background: url("../images/icon_sitesearch.png") no-repeat center center #d01126;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}


/*--------------------------------------------
	コンテンツ
---------------------------------------------*/
#contents {
	padding-top: 70px;
	min-height: 600px;
}
#contents.type-4th {
	padding-top: 102px;
}
#contents.type-5th {
	padding-top: 132px;
}
/*--------------------------------------------
	フッター前バナー配置エリア
---------------------------------------------*/
/* 標準 */
.prefix-footer {
	margin-top: 50px;
	border-top: 1px solid #cccccc;
}
/* ローカルナビゲーション併設の場合 */
.prefix-footer.type-localnavigation {
	border-top: none;
}
/* 関連ページへのリンクリスト併設の場合 */
.prefix-footer.type-relationlinks {
	padding-top: 25px;
}
.prefix-footer.type-relationlinks ul {
	text-align: center;
	margin-bottom: 30px;
}
.prefix-footer.type-relationlinks ul > li {
	display: inline-block;
}
/*--------------------------------------------
	上部ナビゲーション
---------------------------------------------*/
#topnavigation_forpc {
	height: 32px;
	background-color: #f1f1f1;
	padding: 0;
	font-size: 12px;
}
#topnavigation_forpc > ul > li {
	display: inline-block;
	height: 29px;
}
#topnavigation_forpc > ul > li > a {
	display: block;
	padding: 10px 10px 0 10px;
	color: #000000;
}
#topnavigation_forpc > ul > li.active {
	border-bottom: 3px solid #d01126;
}
#topnavigation_forpc > ul > li:hover > a,
#topnavigation_forpc > ul > li.active > a {
	color: #d01126;
}
/*--------------------------------------------
	リレイティブナビゲーション
---------------------------------------------*/
#relativenavigation {
	font-size: 12px;
	height: auto;
	line-height: 1.0em;
}
#relativenavigation > ul > li {
	height: 30px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ページナビゲーション */
#relativenavigation > ul > li#part_pagenavi {
	color: #000000;
	padding: 0;
	background-color: #e3e3e3;
	height: 32px;
	border-bottom: 1px solid #ffffff;
}
#relativenavigation > ul > li#part_pagenavi h2 {
	float: left;
	font-weight: normal;
	padding: 10px 30px;
	padding-left: 0;
	margin-right: 20px;
}
#relativenavigation > ul > li#part_pagenavi h2 > a {
	color: #000000;
}
#relativenavigation > ul > li#part_pagenavi ul {
	float: right;
}
#relativenavigation > ul > li#part_pagenavi > .inner-frame > ul > li {
	display: inline-block;
	padding: 0 10px;
}
#relativenavigation > ul > li#part_pagenavi > .inner-frame > ul > li:first-child {
	margin-left: 0;
}
#relativenavigation > ul > li#part_pagenavi > .inner-frame > ul > li.active {
	border-bottom: 3px solid #d01126;
}
#relativenavigation > ul > li#part_pagenavi > .inner-frame > ul > li > a {
	color: #000000;
	display: block;
	padding: 10px 0 5px 0;
}
#relativenavigation > ul > li#part_pagenavi > .inner-frame > ul > li:hover > a,
#relativenavigation > ul > li#part_pagenavi > .inner-frame > ul > li.active > a {
	color: #d01126;
}
/* 2段目 */
#relativenavigation > ul > li#part_pagesubnavi {
	position: relative;
	height: 32px;
	padding: 0;
	background: #f1f1f1;
	margin-top: -1px;
	border-bottom: 1px solid #ffffff;
}
#relativenavigation > ul > li#part_pagesubnavi > ul {
	text-align: right;
}
#relativenavigation > ul > li#part_pagesubnavi > ul > li {
	display: inline-block;
	padding: 0 10px;
}
#relativenavigation > ul > li#part_pagesubnavi > ul > li.active {
	border-bottom: 3px solid #d01126;
}
#relativenavigation > ul > li#part_pagesubnavi > ul > li:first-child {
	margin-left: 0;
}
#relativenavigation > ul > li#part_pagesubnavi > ul > li > a {
	color: #000000;
	display: block;
	padding: 10px 0 5px 0;
}
#relativenavigation > ul > li#part_pagesubnavi > ul > li:hover > a,
#relativenavigation > ul > li#part_pagesubnavi > ul > li.active > a {
	color: #d01126;
}
#relativenavigation.type-product > ul > li#part_pagesubnavi > ul {
	text-align: left;
}
/*--------------------------------------------
	ローカルナビゲーション
---------------------------------------------*/
#localnavigation {
	background: #f1f1f1;
	padding: 30px 0;
	border-bottom: 1px solid #bbbbbb;
}
#localnavigation > ul {
	font-size: 0;
	text-align: center;
}
#localnavigation > ul > li {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
#localnavigation > ul > li:before {
	content: "|";
	padding: 0 15px;
}
#localnavigation > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#localnavigation > ul > li > a {
	color: #000000;
}
#localnavigation > ul > li.active > a,
#localnavigation > ul > li > a:hover {
	color: #d01126;
}
/*--------------------------------------------
	バナー配置リスト
---------------------------------------------*/
ul.list-banners {
	margin-top: 30px;
}
ul.list-banners > li {
	float: left;
	position: relative;
	width: 241px;
	margin: 0;
	margin-left: 20px;
}
ul.list-banners > li:first-child {
	margin-left: 0;
}
ul.list-banners > li > a {
	display: block;
}
ul.list-banners > li > a > img {
	display: block;
	border: 1px solid #cccccc;
	/*width: 239px;*/
	box-sizing: border-box;
}
ul.list-banners > li > a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 7px solid #eeeeee;
	transition: opacity 0.2s linear;
}
ul.list-banners > li:hover > a:after {
	opacity: 1.0;
	transition: opacity 0.2s linear;
}
/*--------------------------------------------
	フッター
---------------------------------------------*/
#footer {
	display: none;
	margin-top: 30px;
	color: #ffffff;
}
/* サイトマップ */
#common_sitemap {
	background: #666666;
	padding: 20px 0;
	padding-bottom: 0;
	text-align: center;
}
#common_sitemap > ul {
	height: 35px;
}
#common_sitemap > ul > li {
	display: inline-block;
	height: 32px;
	padding: 0 20px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.2s;
}
#common_sitemap > ul > li:first-child {
}
#common_sitemap > ul > li.active {
	border-bottom: 3px solid #ffffff;
}
#common_sitemap > ul > li > span:after {
	content: "＋";
}
#common_sitemap > ul > li.active > span:after {
	content: "－";
}
#common_sitemap > ul > li > a {
	color: #ffffff;
}
#common_sitemap > ul > li:hover,
#common_sitemap > ul > li:hover > a {
	color: #cccccc;
	transition: color 0.2s;
}
/* サイトマップ　アコーディオン */
#common_sitemap_inner {
	display: none;
	background: #666666;
	border-top: 2px solid #ffffff;
}
#common_sitemap_inner > ul {
	text-align: center;
	padding-top: 20px;
}
#common_sitemap_inner > ul > li {
	display: inline-block;
	margin-bottom: 20px;
}
#common_sitemap_inner > ul > li:before {
	content: "　";
}
#common_sitemap_inner > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#common_sitemap_inner > ul > li > a {
	color: #ffffff;
}
/* ユーティリティリンク＋copyright */
#common_copyright {
	border-top: 3px solid #666666;
	padding: 20px 0;
	background: #d01126;
	height: 20px;
	line-height: 20px;
}
#common_copyright > .inner-frame {
	position: relative;
}
#common_copyright ul {
	font-size: 0;
}
#common_copyright ul > li {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
#common_copyright ul > li:before {
	content: "|";
	padding: 0 10px;
}
#common_copyright ul > li:first-child:before {
	content: "";
}
#common_copyright ul > li > a {
	color: #ffffff;
}
#common_copyright ul > li > a:hover {
	color: #cccccc;
}
#common_copyright > .inner-frame > p {
	position: absolute;
	right: 0;
	top: -3px;
}
/*--------------------------------------------
	フッター（グローバル）
---------------------------------------------*/
#common_sitemap.en > ul > li > span:after {
	content: "";
}
/*--------------------------------------------
	コンテンツ下部　関連リンク枠
---------------------------------------------*/
#relationlinks {
	border-top: 1px solid #cccccc;
	padding-top: 30px;
}
/* 上下30px＋上線なし */
#relationlinks.type-bordernone {
	padding-bottom: 30px;
	border-top: none;
}
/* 下余白なし＋上線なし */
#relationlinks.type-borderpdnone {
	padding-bottom: 0;
	border-top: none;
}

/* 上下50px */
#relationlinks.type-l {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: -30px;
}
/* 関連リンク枠下がprefixfooterの場合 */
#relationlinks.type-prefixbefore {
	margin-bottom: -50px;
}

/*--------------------------------------------
	ページトップ
---------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url("../images/pagetop_default.png") no-repeat left top;
	cursor: pointer;
}
#pagetop:hover {
	background: url("../images/pagetop_over.png") no-repeat left top;
}

/*--------------------------------------------

	コンテンツブロック

---------------------------------------------*/
/* 上余白20px */
.wrapper-contents-s {
	margin-top: 20px;
}
/* 上余白40px */
.wrapper-contents-m {
	margin-top: 40px;
}
.wrapper-contents-l {
	margin-top: 50px;
}
/* 上余白60px */
.wrapper-contents-xl {
	margin-top: 60px;
}

/*--------------------------------------------

	ボタンパーツ

---------------------------------------------*/
/* ボタン配置用　上下20px余白　中央配置 */
.wrapper-1button-center {
	padding: 20px 0;
	text-align: center;
}
/* MV内ボタン */
.button-transparency-mainvisual {
	position: relative;
	overflow:hidden;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	/*border: 1px solid;*/
	/*text-transform: uppercase;*/
	background: url("../images/icon_arrow_common.png") no-repeat 20px center rgba(0,0,0,0.7);
	transition: .2s;
}
.button-transparency-mainvisual:hover {
	box-shadow: inset 0px 0px 0px 2px #ffffff;
	/*background: url("../images/icon_arrow_common.png") no-repeat 20px center rgba(0,0,0,0.2);*/
	color: #ffffff;
	transition: .2s;
}
/* IE対応 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .button-transparency-mainvisual {
		line-height: 56px;
	}
}
/* 一覧ボタン */
.button-red-more {
	position: absolute;
	right: 0;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background: #d01126;
	padding: 0 15px;
	transition: background .2s;
}
.button-red-more:hover {
	color: #000000;
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 2px #d01126;
	transition: background .2s;
}
/* スタンダードボタン（白背景・赤矢印） */
.button-white-redarrow {
	width: 260px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #cccccc;
	background: url("../images/icon_arrow_common.png") no-repeat 10px center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.button-white-redarrow a {
	color: #000000;
}
.button-white-redarrow:hover {
	background-color: #f1f1f1;
	color: #d00126;
}
/* スタンダードボタン（白背景・赤矢印） 340x50 */
.button-white-redarrow-type2 {
	width: 340px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #cccccc;
	background: url("../images/icon_arrow_common.png") no-repeat 10px center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.button-white-redarrow-type2.none {
	background: none;
}
.button-white-redarrow-type2 a {
	color: #000000;
}
.button-white-redarrow-type2:hover {
	background-color: #f1f1f1;
}
.button-white-redarrow-type2:hover a {
	color: #000000;
}

/* ログインボタン（大） */
.button-red-whitearrow-large {
	width: 345px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: url("../images/ico_whitearrow.png") no-repeat 20px center #d01126;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.button-red-whitearrow-large:hover {
	color: #ffffff;
	opacity: 0.8;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

/*--------------------------------------------

	タイトルパーツ

---------------------------------------------*/
/* h1 TOPページコンテンツタイトル */
h1.title-1-black-xl-b {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
/* h2 赤＋グレー下線 */
h2.title-2-underline {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	background: url("../images/title_2_underline.png") no-repeat left bottom;
}
h2.title-2-underline > span {
	font-size: 16px;
}
/* h2 グレー下線 */
h2.title-2-underline-gray {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}
/* 一覧ボタン付属 */
h2.title-2-smallbutton {
	position: relative;
}
/* タイトル（フォントサイズ16px） */
h3.title-3-fs-s {
	font-size: 16px;
	line-height: 1.5em;
}
h3.title-3-fs-s span {
	font-size: 14px;
}
/* h3 グレー下線 */
h3.title-3-underline {
	font-size: 16px;
	/*padding-bottom: 20px;*/
	margin-bottom: 20px;
	font-weight: bold;
	/*border-bottom: 1px solid #bbbbbb;*/
}
h3.title-3-underline.title-3-bg-gray {
	border-bottom: 1px solid #cccccc;
	padding: 20px;
	margin-bottom: 0;
	background: #f1f1f1;
}
/* h3 黒文字16px */
h3.title-3-blackbold {
	font-size: 16px;
	margin: 20px 0;
}

/* サブタイトル（太字無しマージン短い） */
.title-3-noweight {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}

/* タイトルパーツにボタンを並列する場合 */
.wrapper-contentstitle-withbutton {
	position: relative;
}
.wrapper-contentstitle-withbutton button {
	position: absolute;
	top: -10px;
	right: 0;
}




/*--------------------------------------------

	汎用パーツ

---------------------------------------------*/
/*--------------------------------------------
	リンク
---------------------------------------------*/
/* ＜アイコン　テキストリンク */
a.link-icon-prev {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}
a.link-icon-prev:hover {
	color: #d01126;
}
a.link-icon-prev:before {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	content: url("/common/fjhp/doc/top/img_fixed_page/icon_arrow_common_prev.png");
}
/* ＞アイコン　テキストリンク */
a.link-icon-next {
	position: relative;
	color: #000000;
	padding-left: 20px;
}
a.link-icon-next:hover {
	color: #d01126;
}
a.link-icon-next:before {
	content: "";
	background: url("../images/icon_arrow_common.png") no-repeat left center;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 16px;
}
/* PDFアイコン付与リンク */
.icon-pdf {
	display: inline-block;
	width: 100%;
	background: url("../images/icon_pdf.png") no-repeat right 10px center;
}

/*--------------------------------------------
	ボックス
---------------------------------------------*/
/* グレー線ボックス */
.box-square-grayborder {
	border: 1px solid #cccccc;
}
/*--------------------------------------------
	もっと見る　スイッチバー
---------------------------------------------*/
.switchbar-more {
	height: 33px;
	line-height: 35px;
	border-top: 2px solid #bbbbbb;
	background: #f1f1f1;
	cursor: pointer;
}
.switchbar-more > span:after {
	content: "▼";
	color: #d01126;
}
/*--------------------------------------------
	ニュースリスト
---------------------------------------------*/
ul.list-news {
	border: 1px solid #cccccc;
}
ul.list-news > li {
	border-top: 1px solid #cccccc;
	line-height: 1.5em;
}
ul.list-news > li:hover {
	background: #f1f1f1;
}
ul.list-news > li:first-child {
	border-top: none;
}
ul.list-news > li > a {
	display: block;
	padding: 15px 10px;
	padding-right: 30px;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-news > li > a:hover {
	color: #d01126;
}
/* 日付 */
ul.list-news > li dl > dd {
	display: inline-block;
	font-weight: bold;
	color: #000000;
	margin-right: 15px;
}
/* タイトル */
ul.list-news > li dl > dt {
	display: inline-block;
	/*margin-left: 15px;*/
}
/* 複数行対応 */
ul.list-news > li dl:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
ul.list-news > li dl{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html ul.list-news > li dl { height: 1%; }
ul.list-news > li dl { display: block; }
/* End hide from IE-mac */
ul.list-news > li dl > dd {
	display: block;
	float: left;
	width: 110px;
	margin-right: 0;
}
ul.list-news > li dl > dt {
	display: block;
	padding-left: 120px;
}

/* standard */
ul.list-news.type-standardlinks > li > a {
	background: url("../images/icon_arrow_common.png") no-repeat right 10px center;
}
/* standardベースでPDFアイコンの場合 */
ul.list-news.type-standardlinks > li.particularicon-pdf > a {
	background: url("../images/icon_pdf.png") no-repeat right 10px center;
}
/* PDF */
ul.list-news.type-pdflinks > li > a {
	background: url("../images/icon_pdf.png") no-repeat right 10px center;
}
ul.list-news.type-standardlinks > li a[target*="_blank"]:not(img):after,
ul.list-news.type-pdflinks > li a[target*="_blank"]:not(img):after {
	content: none;
}
/*** newアイコン ***/
/* dd内 */
ul.list-news > li dl > dd > .label-news,
ul.list-news > li dl > dt > .label-news {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
ul.list-news > li dl > dd > .label-news > img,
ul.list-news > li dl > dt > .label-news > img {
	margin: -6px 0;
}
/* li内 */
ul.list-news > li > a > .label-news {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
ul.list-news > li > a > .label-news > img {
	margin: -6px 0;
}

/* 赤背景パターン */
.type-customered {
	background: none !important;
}
.type-customered a {
	background: url("../images/ico_menulink.png") no-repeat 20px center,
				url("/common/fjhp/doc/top/img_fixed_page/icon_login_white.png") no-repeat right 20px center #d01126;
	height: 43px !important;
	line-height: 43px !important;
	color: #ffffff !important;
	border: 3px solid #ffffff;
}
.type-customered a:hover {
	border: 3px solid #f1f1f1;
	color: #d00126 !important;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center,
				url("/common/fjhp/doc/top/img_fixed_page/icon_login_red.png") no-repeat right 20px center #f1f1f1;
}
/* 画面中央特別バージョン */
.list-arrow-links.clm2 li.type-customered a {
	height: 44px !important;
	line-height: 44px!important;
}

/*--------------------------------------------
	アーカイブリスト
---------------------------------------------*/
table.table-archive {
	margin: 30px auto;
	border: 1px solid #cccccc;
}
table.table-archive th {
	width: 220px;
	padding: 20px;
	font-weight: bold;
	background: #f1f1f1;
	vertical-align: middle;
}
table.table-archive td {
	float: right;
	padding: 20px;
	width: 720px;
}
table.table-archive td > ul {

}
table.table-archive td > ul > li {
	display: inline-block;
	margin-left: 20px;
}
table.table-archive td > ul > li:first-child {
	margin-left: 0;
}
table.table-archive td > ul > li > a {
	color: #000000;
}
table.table-archive td > ul > li > a:hover {
	color: #d00126;
}
table.table-archive td > ul > li > a
table.table-archive td > ul > li > a:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
/* アクティブ時 */
table.table-archive td > ul > li.active a {
	color: #d01126;
	font-weight: bold;
}
/*--------------------------------------------
	インラインリスト
---------------------------------------------*/
/* bold表記 */
ul.list-inline-bold {
	border-bottom: 1px dotted #cccccc;
}
ul.list-inline-bold > li {
	display: inline-block;
	padding: 20px;
	font-weight: bold;
}
/*--------------------------------------------
	定義リスト（擬似テーブル）
---------------------------------------------*/
dl.list-data-underdottedline {
	border-bottom: 1px solid #bbbbbb;
}
dl.list-data-underdottedline > dt {
	border-bottom: 1px dotted #cccccc;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* リンクの場合 */
dl.list-data-underdottedline > dt > a {
	display: inline-block;
	margin-left: -20px;
	padding-left: 20px;
	background: url("../images/icon_arrow_common.png") no-repeat left center;
	color: #000000;
}
dl.list-data-underdottedline > dt > a:hover {
	color: #d01126;
}
dl.list-data-underdottedline > dd {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-data-underdottedline > dd > ul > li {
	float: left;
	margin-right: 30px;
	padding: 5px 5px 5px 0;
}
dl.list-data-underdottedline > dd > ul > li:first-child {
	margin-left: 0;
}
dl.list-data-underdottedline > dd > ul.listlayout-service-center > li {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}
dl.list-data-underdottedline > dd > ul.listlayout-service-center > li:before {
	content: "/";
	margin: 0 10px;
}
dl.list-data-underdottedline > dd > ul.listlayout-service-center > li:first-child:before {
	content: "";
	margin: 0;
}

/* 沿革スタイル */
.wrapper-enkaku dl.list-data-underdottedline {
	border-bottom: 1px dotted #cccccc;
	display: table;
}
.wrapper-enkaku dl.list-data-underdottedline > dt {
	border-bottom: none;
	display: table-cell;
	width: 220px;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	vertical-align: top;
}
/* リンクの場合 */
.wrapper-enkaku dl.list-data-underdottedline > dt > a {
	display: inline-block;
	margin-left: -20px;
	padding-left: 20px;
	background: url("../images/icon_arrow_common.png") no-repeat left center;
	color: #000000;
}
.wrapper-enkaku dl.list-data-underdottedline > dt > a:hover {
	color: #d01126;
}
.wrapper-enkaku dl.list-data-underdottedline > dd {
	display: table-cell;
	width: 804px;
	padding: 20px;
	vertical-align: top;
}
.wrapper-enkaku dl.list-data-underdottedline > dd > ul > li {
	float: none;
	margin-right: 0;
	padding: 0;
}

/* 定義リスト（擬似テーブル）　項目枠に定義リストがある場合 */
dl.list-data-children {
}
dl.list-data-children > dt {
	float: left;
	font-weight: bold;
	width: 45px;
}
dl.list-data-children > dd {
	float: left;
	width: 710px;
}
dl.list-data-children > dd > div {
	margin-top: 10px;
}
/* 複数行ある場合 */
ul.listlayout-block-datachild {
}
ul.listlayout-block-datachild > li {
	margin-top: 20px;
}
ul.listlayout-block-datachild > li:first-child {
	margin-top: 0;
}
/*--------------------------------------------
	定義リスト（擬似テーブル：項目枠グレー背景）
---------------------------------------------*/
/* リスト包括 */
.wrapper-bggraylist {
	border-bottom: 1px solid #cccccc;
}
dl.list-2clm-bggray {
	border: 1px solid #cccccc;
	border-bottom: none;
	background: url("../images/bg_datalist_bggray.gif") repeat-y left top;
	line-height: 1.6em;
}
dl.list-2clm-bggray > dt {
	float: left;
	width: 130px;
	padding: 20px 10px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-2clm-bggray > dd {
	float: right;
	width: 892px;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 項目枠　大サイズ版 */
dl.list-2clm-bggray.type-large {
	background: url("../images/bg_datalist_bggray_typelarge.png") repeat-y left top;
}
dl.list-2clm-bggray.type-large > dt {
	width: 250px;
}
dl.list-2clm-bggray.type-large > dd {
	width: 772px;
}
dl.list-2clm-bggray.type-large > dd > ul > li {
	float: left;
	margin-left: 10px;
}
dl.list-2clm-bggray.type-large > dd > ul.sanpou > li {
	width: 170px;
}
dl.list-2clm-bggray.type-large > dd > ul > li:first-child {
	margin-left: 0;
}
dl.list-2clm-bggray.type-large > dd > p > span {
	margin-left: 5px;
}
/* CADおもり */
dl.list-2clm-bggray.type-large > dd > ul.list-left-text > li > label > p {
	margin-top: 10px;
}
/* 項目内用にサムネイル画像がある場合 */
dl.list-2clm-bggray.type-large > dd > ul.list-left-text > li > label > p.thumbnailimg-left {
	padding-left: 30px;
}
dl.list-2clm-bggray.type-large > dd > ul.list-left-text > li > label > p.thumbnailimg-center {

}

/* 定義リスト（擬似テーブル：項目枠グレー背景）　項目枠に定義リストがある場合 */
dl.list-2clm-bggray-children {
	display: table;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.6em;
}
dl.list-2clm-bggray-children > dt {
	display: table-cell;
	width: 20%;
	font-weight: bold;
}
dl.list-2clm-bggray-children > dd {
	display: table-cell;
	width: 80%;
}
/*	すごくシンプルなリスト */
.list-simple-standard li {
	width:100%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 7px;
	line-height: 1.5;
}
.list-simple-standard li:after {
	content: "・";
	width:15px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.list-simple-standard li:last-of-type,
.list-number-standard > li:last-of-type{
	margin-bottom: 0;
}
/* 超シンプルなナンバーリスト */
.list-number-standard {
	list-style-type: decimal;
    padding-left: 20px;
}
.list-number-standard > li {
    margin-bottom: 7px;
    line-height: 1.5;
}
/*--------------------------------------------
	！マークのリスト
--------------------------------------------*/
.list-exclamation {
	width:100%;
	position: relative;
}
.list-exclamation > dt {
	content: "";
	width: 40px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.list-exclamation > dd{
	padding-left: 40px;
}
/*--------------------------------------------
	リンク
---------------------------------------------*/
/* 別窓遷移 */
a[target*="_blank"]:after{
	content: url(/common/fjhp/doc/top/img_fixed_page/icon_windows.png);
	padding-left: 5px;
}
/* imgを子要素に持つaにtarget="_blank"が付いている場合 */
a.window-icon-none[target*="_blank"]:after {
	content: "";
	padding-left: 0;
}

/*--------------------------------------------
	文字位置
---------------------------------------------*/
.ta-left {
	text-align: left!important;
}
.ta-right {
	text-align: right;
}
.ta-center {
	text-align: center;
}
/*--------------------------------------------
	外余白
---------------------------------------------*/
.mg-top-15 {
	margin-top: 15px !important;
}
.mg-top-20 {
	margin-top: 20px !important;
}
.mg-top-30 {
	margin-top: 30px !important;
}
.pc-mg-bottom-50 {
	margin-bottom: 50px;
}
.mg-bottom-20 {
	margin-bottom: 20px;
}
.mg-bottom-0 {
	margin-bottom: 0 !important;
}
.mg-left-20 {
	margin-left: 20px;
}
/*--------------------------------------------
	float
---------------------------------------------*/
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/*--------------------------------------------
	文字
---------------------------------------------*/
/* small */
.fs-small {
	font-size: 12px !important;
}
/* normal */
.fs-normal {
	font-size: 14px !important;
}
/* large */
.fs-large {
	font-size: 150% !important;
}
/* 太文字 */
.fw-bold {
	font-weight: bold !important;
}
/* 細文字 */
.fw-normal {
	font-weight: normal !important;
}
.fw-nm-part {
	font-weight: normal !important;
	font-size: 14px;
}
/* フォント明朝 */
.ff-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.text-underline {
	/* border-bottom: 1px solid #000000; */
	text-decoration: underline;
	color: #000000;
}
.text-underline:hover {
	text-decoration: underline !important;
}
/*--------------------------------------------
	背景
---------------------------------------------*/
/* グレー上下ボーダー */
.bg-gray.border-gray {
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* グレー塗り */
.bg-gray {
	background: #f1f1f1 !important;
}
/* 青塗り */
.bg-blue {
	background: #dfeff6 !important;
}
/*--------------------------------------------
	モーダル
---------------------------------------------*/
/* 背景 */
#modal_common {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 250;
}
/* モーダルコンテンツ部分 */
#modal_contents {
	position: absolute;
	width: 900px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #ffffff;
}
/* 閉じるボタン */
.switch-modalclose {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	right: 15px;
	background: url("../images/icon_modalclose.png") no-repeat center center;
	cursor: pointer;
}

/*--------------------------------------------
	水平線
---------------------------------------------*/
hr.hr-gray {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	background-color: #cccccc;
	border: 0 none;
}

/*--------------------------------------------

	TOP

---------------------------------------------*/
/*--------------------------------------------
	重要なお知らせエリア
---------------------------------------------*/
.box-important-notice-relation {
	background: #f1f1f1;
	padding: 30px 0;
}
.box-important-notices {
	margin: 0 auto;
	border: 10px solid #cccccc;
	padding: 30px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box-important-notices > h2 {
	font-size: 20px;
}
.box-important-notices > p {
	margin: 30px 0 40px;
	line-height: 2em;
}
.box-important-notices > a {
	text-decoration: underline;
}
/*--------------------------------------------
	メインビジュアル
---------------------------------------------*/
#mainvisual {
	position: relative;
	height: auto;
	overflow: hidden;
}
#mainvisual > img {
	width: 100%;
	display: block;
}
/* MV内ボタン配置 */
.layout-mvbutton {
	position: absolute;
	width: 240px;
	height: 50px;
	left: 50%;
	top: 60%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* MV内セカエレバナー配置 */
.layout-sekaele-mv {
	position: absolute;
	right: 70px;
	bottom: 25px;
}
/*--------------------------------------------
	重要なお知らせ
---------------------------------------------*/
#news_emergency {
	background: #000000;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
}
#news_emergency > ul {
}
#news_emergency > ul > li {
	font-weight: bold;
	display: inline-block;
}
#news_emergency > ul > li:first-child {
	background: #d01126;
	padding: 0 10px;
}

/* ニュース配置リスト */
#news_emergency > ul > li > dl {
	margin-left: 10px;
}
#news_emergency > ul > li > dl > dt {
	display: inline-block;
	margin-right: 20px;
}
#news_emergency > ul > li > dl > dd {
	display: inline-block;
	font-weight: normal;
}
#news_emergency > ul > li > dl > dd > a {
	color: #ffffff;
	display: inline-block;
}
#news_emergency > ul > li > dl > dd > a.move-underline::after {
	background-color: #ffffff;
	bottom: 15px;
}
/*--------------------------------------------
	メインメニュー
---------------------------------------------*/
#top_mainmenu {
	margin-bottom: 20px;
}
ul.listlayout-3clm-inline-fittype {
	border: 1px solid #cccccc;
}
ul.listlayout-3clm-inline-fittype > li {
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #cccccc;
}
ul.listlayout-3clm-inline-fittype > li > a {
	position: relative;
	display: block;
}
ul.listlayout-3clm-inline-fittype > li > a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #eeeeee;
	transition: opacity 0.2s linear;
}
ul.listlayout-3clm-inline-fittype > li:hover > a:after {
    opacity: 1.0;
}
ul.listlayout-3clm-inline-fittype > li:first-child {
	border-left: none;
}
ul.listlayout-3clm-inline-fittype > li:nth-child(2) {
	width: 33.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 上段のみサムネイルリスト配置 */
dl.list-thumbnail-topmainmenu {
	border-bottom: 2px solid #e3e3e3;
}
dl.list-thumbnail-topmainmenu > dt {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-3clm-inline-fittype > li:hover dl.list-thumbnail-topmainmenu > dt {
	color: #000000;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}

dl.list-thumbnail-topmainmenu > dd {
	overflow: hidden;
}
dl.list-thumbnail-topmainmenu > dd > img {
	display: block;
	margin: 0 auto;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
ul.listlayout-3clm-inline-fittype > li:hover dl.list-thumbnail-topmainmenu > dd > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* リンクリスト */
ul.listlayout-3clm-inline-borderlinks {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
ul.listlayout-3clm-inline-borderlinks > li {
	float: left;
	width: 33.3%;
	height: 50px;
	/*line-height: 50px;*/
	text-align: center;
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff url("../images/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-3clm-inline-borderlinks > li:hover {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}
ul.listlayout-3clm-inline-borderlinks > li:hover > a {
	color: #d01126;
}
ul.listlayout-3clm-inline-borderlinks > li > a {
	position: relative;
	display: block;
	height: 50px;
	color: #000000;
}
ul.listlayout-3clm-inline-borderlinks > li > a:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}

ul.listlayout-3clm-inline-borderlinks > li > a > span {
	vertical-align: middle;
	display: inline-block;
}
/* リストアイコン無し（矢印なし） */
ul.listlayout-3clm-inline-borderlinks li.none {
	background-image: none;
}
ul.listlayout-3clm-inline-borderlinks li.none a {
	color: #d01126;
}
/*--------------------------------------------
	納入実績
---------------------------------------------*/
/* 実績カード配置リスト */
ul.list-card-globalprojects {
}
ul.list-card-globalprojects li {
	position: relative;
	float: left;
	width: 254px;
	cursor: pointer;
	overflow: hidden;
	margin-left: 1px;
}
/* 初期状態　サムネイルリスト */
ul.list-card-globalprojects li > a > dl {
	position: relative;
	width: 255px;
	height: 320px;
}
ul.list-card-globalprojects li > a > dl > dt {
	opacity: 1.0;
	position: absolute;
	width: 100%;
	padding: 15px 0;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	background: rgba(0,0,0,0.7);
	transition: all 0.25s;
	z-index: 100;
}
ul.list-card-globalprojects li:hover > a > dl > dt {
	opacity: 0;
	transition: all 0.25s;
}
ul.list-card-globalprojects li > a > dl > dd {
	overflow: hidden;
}
ul.list-card-globalprojects li > a > dl > dd > img {
	display: block;
	width: 100%;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
ul.list-card-globalprojects li:hover > a > dl > dd > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* マウスオーバー時　透過BOX */
ul.list-card-globalprojects li > div.box-cardinfo {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	transition: all 0.25s;
}
ul.list-card-globalprojects li:hover > div.box-cardinfo {
	opacity: 1.0;
	transition: all 0.25s;
}
ul.list-card-globalprojects li > div.box-cardinfo > a {
	display: block;
	height: 100%;
	padding: 20px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* newアイコン */
ul.list-card-globalprojects li > a > dl > dd .label-news {
	position: absolute;
	left: 10px;
	top: 10px;
}
/* 概要記載リスト */
ul.list-card-globalprojects li > div.box-cardinfo > a > dl {
}
ul.list-card-globalprojects li > div.box-cardinfo > a > dl > dt {
	text-align: center;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ffffff;
	background: url("../images/icon_arrow_common.png") no-repeat left top;
}
ul.list-card-globalprojects li > div.box-cardinfo > a > dl > dd > p {
	margin-bottom: 15px;
}
/* タグラベル */
ul.list-card-globalprojects li > div.box-cardinfo > a > dl > dd > ul > li {
	display: inline-block;
	width: auto;
	background: #555555;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 1px;
}
/* カルーセルアイコン */
.slick-prev {
	position: absolute !important;
	left: -28px !important;
	width: 18px !important;
	height: 34px !important;
	background: url("../images/navi_prev.png") no-repeat left top !important;
}
.slick-next {
	position: absolute !important;
	right: -28px !important;
	width: 18px !important;
	height: 34px !important;
	background: url("../images/navi_next.png") no-repeat left top !important;
}

/*--------------------------------------------
	お知らせ＋IRニュース
---------------------------------------------*/
ul.listlayout-2clm-middle35 {

}
ul.listlayout-2clm-middle35 > li {
	float: left;
	margin-left: 40px;
	width: 492px;
}
ul.listlayout-2clm-middle35 > li:first-child {
	float: left;
	margin-left: 0;
}
/* お知らせ＋IRニュースのみタイトルに下線 */
ul.listlayout-2clm-middle35 > li > h1.title-1-black-xl-b {
	border-bottom: 2px solid #bbbbbb;
	padding-bottom: 20px;
	margin-bottom: 0;
}
ul.listlayout-2clm-middle35 > li > a {
	display: block;
}
/* ニュースリスト */
dl.list-newsset-block {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}
dl.list-newsset-block > dd {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.list-newsset-block > dt > .label-news {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
dl.list-newsset-block > dt > .label-news > img {
	margin: -6px 0;
}
/* NEWラベル調整 */
ul.listlayout-2clm-middle35 > li > a > dl.list-newsset-block > dt {
	padding-right: 15px;
	line-height: 1.6em;
}
/*--------------------------------------------

	下層ページ共通パーツ

---------------------------------------------*/
/*--------------------------------------------
	ページタイトル
---------------------------------------------*/
/*** 標準 ***/
#pagetitle {
	position: relative;
	/* height: 105px; */
	/* padding: 40px 0; */
}
#pagetitle > .inner-frame {
	position: relative;
	height: 100%;
	min-height: 30px;
	padding: 40px 0;
}
#pagetitle h1 {
	font-size: 22px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pagetitle h1 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.0em;
}
/* 各TOPページのタイトル */
#pagetitle.type-pagetitle-top {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 21.846% 0 0;
	margin-bottom: 40px;
	-moz-text-shadow: 0px 0px 25px #666666;
	-o-text-shadow: 0px 0px 25px #666666;
	-ms-text-shadow: 0px 0px 25px #666666;
	text-shadow: 0px 0px 25px #666666;
}
#pagetitle.type-pagetitle-top > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
#pagetitle.type-pagetitle-top > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#pagetitle.type-pagetitle-top h1 {
	color: #ffffff;
	font-size: 28px;
}

/* キャプションあり 背景あり */
#pagetitle_type2.type-caption {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 21.846% 0 0;
	margin-bottom: 40px;
	line-height: 1.0em;
}
#pagetitle_type2.type-caption > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
#pagetitle_type2.type-caption > div > .inner-frame {
	position: relative;
	height: 100%;
}
#pagetitle_type2.type-caption > div > .inner-frame > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pagetitle_type2.type-caption h1 {
	font-size: 28px;
	margin-bottom: 20px;
}
#pagetitle_type2.type-caption h1 > span {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.0em;
}
#pagetitle_type2.type-caption h1 > span.icon-reg {
	display: inline-block;
	font-size: 28px;
	margin-bottom: 0;
}
.icon-reg:after {
	content: "®";
	font-size: 12px;
	vertical-align: super;
}
#pagetitle_type2.type-caption h1 span > span {
	display: inline-block;
}
#pagetitle_type2.type-caption p {
	font-weight: bold;
	line-height: 1.4em;
}
#pagetitle_type2.type-caption p span {
	display: block;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.75em;
}
#pagetitle_type2.type-caption.type-white {
	color: #ffffff;
	-moz-text-shadow: 0px 0px 25px #666666;
	-o-text-shadow: 0px 0px 25px #666666;
	-ms-text-shadow: 0px 0px 25px #666666;
	text-shadow: 0px 0px 25px #666666;
}
/* ラベル罫線色 */
#pagetitle_type2.type-caption.type-white .wrapper-label-bk .label-bk  {
	border: 1px solid #ffffff;
}
/* キャプションあり 背景なし */
#pagetitle_type2.type-caption-none > .inner-frame > div {
	padding: 40px 0;
	position: relative;
}
#pagetitle_type2.type-caption-none > .inner-frame > div > p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 20px;
}
#pagetitle_type2.type-caption-none > .inner-frame > div > p > span {
	font-weight: normal;
	line-height: 1.75em;
	margin-top: 10px;
	display: block;
}
#pagetitle_type2.type-caption-none > .inner-frame > div > img {
	position: absolute;
	right: 0;
	top: 0;
}
#pagetitle_type2.type-caption-none h1 {
	font-size: 22px;
	/*margin-bottom: 20px;*/
	line-height: 1.0em;
}
#pagetitle_type2.type-caption-none h1 span {
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	line-height: 1em;
}
#pagetitle_type2 .wrapper-label-bk span.label-bk {
	margin-top: 5px;
}


/* 標準：ボタン並列配置の場合 */
#pagetitle > .type-standard-withbutton {
	position: relative;
	height: 100%;
}
#pagetitle > .type-standard-withbutton > h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pagetitle > .type-standard-withbutton .button-white-redarrow {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*** 投稿記事ページの場合 ***/
#pagetitle.type-newsdetail {
	text-align: center;
	height: auto;
	padding: 0;
}
#pagetitle.type-newsdetail h1 {
	font-size: 22px;
	width: 100%;
}
#pagetitle.type-newsdetail h1 > span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
/* 実績詳細画面 */
#pagetitle.type-project-detail > .inner-frame {
	padding: 30px 0;
}

.wrapper-csr-detail p {
	float: right;
	width: 870px;
}
/* ニュース記事　日付＋タイトルの場合 */
dl.list-title-newsdetail {
	padding: 40px 0;
	margin: 0 auto;
	min-height: auto !important;
	text-align: left;
}
/* 日付表記枠 */
dl.list-title-newsdetail > dd {
	display: inline-block;
	width: 145px;
	font-weight: bold;
	height: 100%;
	vertical-align: middle;
}
/* ニュース記事タイトル */
dl.list-title-newsdetail > dt {
	display: inline-block;
	width: 870px;
	height: 100%;
	vertical-align: middle;
	text-align: left;
}
dl.list-title-newsdetail > dt > h1 {
	position: static !important;
	top: 0 !important;
	-webkit-transform: none !important;
	transform: none !important;
}
/* ニュース記事タイトル　日付表記枠 */
#pagetitle.type-newsdetail span.date {
	position: absolute;
	width: 145px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0;
	font-weight: bold;
}
/* ニュース記事タイトル　タイトル文言表記枠 */
#pagetitle.type-newsdetail h1 > p {
	position: absolute;
	width: 870px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0;
}
/*** ページタイトルh1右罫線＋キャプションの場合 ***/
#pagetitle.type-captionborder {
}
#pagetitle.type-captionborder > .inner-frame {
	min-height: auto;
}
#pagetitle.type-captionborder > .inner-frame:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
#pagetitle.type-captionborder h1 {
	border-right: 1px solid #cccccc;
	position: static;
	padding: 0 30px 0 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
	line-height: 1.2em;
}
#pagetitle.type-captionborder > .inner-frame > * {
	vertical-align: middle;
	display: inline-block;
}
/* タイトル下にサブタイトルがある場合 */
#pagetitle.type-captionborder h1 > p {
	font-size: 14px;
}
#pagetitle.type-captionborder > .inner-frame > p {
	padding-left: 30px;
}
/* 罫線付与 */
#pagetitle.type-captionborder ul.list-number {
	padding-left: 30px;
}
/*** 日付＋ページタイトルh1 ブロックレイアウト中央寄せの場合***/
#pagetitle.type-newsdetail-left h1 {
	position: static;
	top: 0;
	-webkit-transform: none;
	transform: none;
	font-size: 22px;
}
#pagetitle.type-newsdetail-left h1 > span {
	font-size: 14px;
	margin-bottom: 10px;
}

#pagetitle.type-schematic h1 {
	position: static;
}

/*--------------------------------------------
	ページタイトル下部　キャプション
---------------------------------------------*/
#pagecaption {
	margin-top: 45px;
	margin-bottom: 40px;
}
#pagecaption > h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
/*--------------------------------------------
	ボタンリンクリスト（2カラム配置）
---------------------------------------------*/
ul.listlayout-2clm-inline-menulinks {
	margin-bottom: 20px;
	height: 160px;
}
ul.listlayout-2clm-inline-menulinks > li {
	position: relative;
	float: left;
	width: 502px;
	margin-left: 20px;
}
ul.listlayout-2clm-inline-menulinks > li:first-child {
	margin-left: 0;
}
ul.listlayout-2clm-inline-menulinks > li > a {
	display: block;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-2clm-inline-menulinks > li > a:hover {
	/* border: 3px solid #eeeeee; */
	color: #000000;
}
ul.listlayout-2clm-inline-menulinks > li > a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #eeeeee;
	transition: opacity 0.2s linear;
}
ul.listlayout-2clm-inline-menulinks > li:hover > a:after {
	opacity: 1.0;
}
/*--------------------------------------------

	企業情報

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
ul.listlayout-2clm-inline-menulinks > li > a > dl {
	border-bottom: 2px solid #e3e3e3;
	height: 156px;
	position: relative;
	overflow: hidden;
}
ul.listlayout-2clm-inline-menulinks > li:hover > a > dl {
	background-color: #f1f1f1;
}
ul.listlayout-2clm-inline-menulinks > li > a > dl > dt {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center;
	line-height: 1.5em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 245px;
}
ul.listlayout-2clm-inline-menulinks > li:hover > a > dl > dt {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-2clm-inline-menulinks > li > a > dl > dt > span {
	display: block;
}
ul.listlayout-2clm-inline-menulinks > li > a > dl > dd {
	float: right;
	width: 250px;
	overflow: hidden;
}

/*--------------------------------------------
	ボタンリンクリスト（3カラム配置）
---------------------------------------------*/
ul.listlayout-3clm-inline-menulinks {
	margin-bottom: 20px;
}
ul.listlayout-3clm-inline-menulinks > li {
	border: 1px solid #cccccc;
	float: left;
	width: 326px;
	margin-left: 20px;
}
ul.listlayout-3clm-inline-menulinks > li:first-child {
	margin-left: 0;
}
ul.listlayout-3clm-inline-menulinks > li > a {
	border-bottom: 2px solid #e3e3e3;
	display: block;
	padding: 29px 0;
	background: url("../images/icon_arrow_red_graybox.png") no-repeat left center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-3clm-inline-menulinks > li:hover {
	background-color: #f1f1f1;
}
ul.listlayout-3clm-inline-menulinks > li > a:hover {
	color: #000000;
	background: url("../images/icon_arrow_red_graybox.png") no-repeat left center;
}
/*--------------------------------------------
	関連バナー配置リスト（3カラム配置）
---------------------------------------------*/
ul.list-relationbanners {
	margin-top: 30px;
}
ul.list-relationbanners > li {
	float: left;
	position: relative;
	width: 328px;
	margin: 0;
	margin-left: 20px;
}
ul.list-relationbanners > li:first-child {
	margin-left: 0;
}
ul.list-relationbanners > li > a {
	display: block;
}
ul.list-relationbanners > li > a > img {
	display: block;
	border: 1px solid #cccccc;
	width: 328px;
	box-sizing: border-box;
}
ul.list-relationbanners > li > a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #eeeeee;
	transition: opacity 0.2s linear;
}
ul.list-relationbanners > li:hover > a:after {
	opacity: 1.0;
	transition: opacity 0.2s linear;
}
/*--------------------------------------------
	ページ内アンカーリンク
---------------------------------------------*/
ul.list-inpagelinks {
	background: #f1f1f1;
	font-size: 0;
	padding: 30px 20px 10px 20px;
	text-align: center;
}
ul.list-inpagelinks > li {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
	vertical-align: middle;
}
ul.list-inpagelinks > li:before {
	content: "|";
	padding: 0 20px;
}
ul.list-inpagelinks > li:first-child:before {
	content: "";
	padding: 0;
}
ul.list-inpagelinks > li > a {
	display: inline-block;
	padding-bottom: 10px;
	background: url("../images/icon_arrow_bottom.gif") no-repeat center bottom;
	color: #000000;
}
ul.list-inpagelinks > li > a:hover {
	color: #d00126;
}
.list-inpagelinks.list-inpagelinks-type2 {
	background: #ffffff;
}
/* コンテンツ部分包括 */
.inpagelink-item {
	margin-top: -71px;
	padding-top: 71px;
}
/* コンテンツ部分包括 pagenavigation付きの場合 */
.inpagelink-item-2nd {
	margin-top: -105px;
	padding-top: 105px;
}
/*--------------------------------------------
	投稿記事ページ　画像配置リスト
---------------------------------------------*/
ul.listlayout-3clm-newsimg {
	margin: 30px 0;
}
ul.listlayout-3clm-newsimg > li {
	float: left;
	width: 328px;
	margin-left: 20px;
}
ul.listlayout-3clm-newsimg > li:first-child {
	margin-left: 0;
}
/*--------------------------------------------
	タブコンテンツ
---------------------------------------------*/
/* タブ包括（ボーダーつき） */
.wrap-incontents-borderbox {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
}
/* 3項目タブ */
.wrap-tabs {
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
ul.list-tabs-under-red {
	width: 1025px;
	margin: 0 auto;
}
ul.list-tabs-under-red li {
	float: left;
	width: 340px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: none;
	text-align: center;
}

ul.list-tabs-under-red li.active {
	background: url("../images/tabs_under_line.png") no-repeat bottom center #f1f1f1;
}
ul.list-tabs-under-red li:first-child {
	border-left: 1px solid #cccccc;
}
ul.list-tabs-under-red li:last-child {
	border-right: 1px solid #cccccc;
}
ul.list-tabs-under-red li a,
ul.list-tabs-under-red li span {
	height: 50px;
	line-height: 50px;
	display: block;
	color: #000000;
	cursor: pointer;
}
ul.list-tabs-under-red li a:hover,
ul.list-tabs-under-red li span:hover {
	color: #d01126;
}
ul.list-tabs-under-red li:hover {
	background: url("../images/tabs_under_line.png") no-repeat bottom center;
}
/* コンテンツ初期非表示部分を包括 */
#tabcontents_02,#tabcontents_03,#tabcontents_04,#tabcontents_06 {
	display: none;
}
#tabcontents_gsnx_02,#tabcontents_gsnx_03 {
	display: none;
}
#tabcontents2_02 {
	display: none;
}
#tabcontents_line_05,#tabcontents_line_06 {
	display: none;
}

/* 2項目タブ */
ul.list-tabs-under-red.clm2 li {
	width: 512px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-tabs-under-red li:hover {
	background: url("../images/tabs_under_line_l.png") no-repeat bottom center;
}
ul.list-tabs-under-red li.active {
	background: url("../images/tabs_under_line_l.png") no-repeat bottom center #f1f1f1;
}
/*--------------------------------------------

	企業情報

---------------------------------------------*/
/*--------------------------------------------
	INDEX
---------------------------------------------*/
/* ページタイトル */
#pagetitle.type-pagetitle-top.type-corporate {
	background: url("../images/pagetitle_corporate.png") no-repeat left center;
	background-size: cover;
}
#pagetitle.type-pagetitle-top.type-corporate span > span {
	float: right;
	padding-right: 10px;
}
/*--------------------------------------------
	会社概要
---------------------------------------------*/
/* 本社所在地MAP配置リスト */
dl.list-mapframe {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
dl.list-mapframe.type-none {
	margin-bottom: 0;
}
dl.list-mapframe > dt {
	float: left;
	width: 278px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-mapframe > dd {
	float: right;
	width: 560px;
	border-left: 1px solid #cccccc;
}
/* 社名表記 */
dl.list-mapframe > dt > a {
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
dl.list-mapframe > dt > span:first-child {
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
dl.list-mapframe.type-none > dt > span {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
dl.list-mapframe > dt > a > span {
	color: #000000;
	display: block;
	padding-left: 20px;
	background: url("../images/icon_arrow_common.png") no-repeat left center;
}
dl.list-mapframe > dt > a > span:hover {
	color: #d01126;
}
/* MAP埋め込み */
dl.list-mapframe > dd > iframe {
	display: block;
	width: 560px;
	height: 250px;
}

/*--------------------------------------------
	国内拠点
---------------------------------------------*/
/* マップリンク指定範囲 */
.wrapper-maplink-data > a {
	display: inline-block;
	color: #000000;
}
.wrapper-maplink-data > a:hover {
	color: #d01126;
}

.wrapper-maplink-data {
	line-height: 1.6em;
}
.wrapper-maplink-data > p {
}
/*--------------------------------------------
	情報誌 USNET
---------------------------------------------*/
/* 最新刊リスト包括 */
#usnet_listall {
	background: #e3e3e3 !important;
	border-top: 2px solid #bbbbbb;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
/* 最新刊配置リスト */
dl.list-usnet-recently {
	margin-top: 40px;
}
dl.list-usnet-recently > dt {
	float: left;
	width: 326px;
	position: relative;
}
dl.list-usnet-recently > dt > img {
	border: 1px solid #cccccc;
	width: 326px;
}
dl.list-usnet-recently > dd {
	float: right;
	width: 676px;
}
dl.list-usnet-recently > dt .label-news {
	position: absolute;
	left: -8px;
	top: 10px;
}
/* カタログ内容リスト */
dl.list-usenet-index {
	margin-bottom: 30px;
}
dl.list-usenet-index > dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
dl.list-usenet-index > dd {
}
dl.list-usenet-index > dd > ul {
	border: 1px solid #cccccc;
	border-bottom: none;
}
dl.list-usenet-index > dd > ul > li {
	background: url("../images/icon_arrow_common.png") no-repeat 10px center #ffffff;
	border-bottom: 1px solid #cccccc;
}
dl.list-usenet-index > dd > ul > li:hover {
	background-color: #f1f1f1;
}
dl.list-usenet-index > dd > ul > li > a,
dl.list-usenet-index > dd > ul > li > span.link-none {
	display: block;
	color: #000000;
	padding: 10px 30px;
	background: url("../images/icon_dl.png") no-repeat right center;
}
/* ファイルがない場合 */
dl.list-usenet-index > dd > ul > li > span.link-none,
dl.list-usenet-index > dd > ul > li > span.link-none:hover {
	background: #ffffff;
	padding: 10px;
}
/* 強調語句 */
dl.list-usenet-index > dd > ul > li > span.link-none > span {
	font-weight: bold;
}
dl.list-usenet-index > dd > ul > li > span.link-none > span:after {
	content: "｜";
	padding: 0 5px;
}


dl.list-usenet-index > dd > ul > li > a:hover {
	color: #d01126
}
dl.list-usenet-index > dd > ul > li > a:after {
	content: "";
}
/* 強調語句 */
dl.list-usenet-index > dd > ul > li > a > span {
	font-weight: bold;
}
dl.list-usenet-index > dd > ul > li > a > span:after {
	content: "｜";
	padding: 0 5px;
}
/* DLアイコン */
dl.list-usenet-index > dd > ul > li > a.icon-dl {
	text-align: center;
}
/* バックナンバーリスト */
ul.list-usnet-backnumber {
}
ul.list-usnet-backnumber > li {
	position: relative;
	float: left;
	height: 365px;
	padding-left: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
ul.list-usnet-backnumber > li:nth-child(5n+1) {
	padding-left: 0;
}
ul.list-usnet-backnumber > li > dl > dt {
	position: relative;
	width: 186px;
	height: 263px;
	margin-bottom: 10px;
}
ul.list-usnet-backnumber > li > dl > dt > img {
	display: block;
	width: 186px;
	border: 1px solid #cccccc;
}
/* NEWアイコン */
ul.list-usnet-backnumber > li > dl > dt > span.label-news {
	position: absolute;
	left: -10px;
	top: 10px;
}
ul.list-usnet-backnumber > li > dl > dd {
	position: absolute;
	width: 188px;
	bottom: 0;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li {
	margin-top: 10px;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li:first-child {
	margin-top: 0;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li:hover {
	background: #f1f1f1;
}
/* 製品カタログ ダウンロードページ hoverなし */
ul.list-usnet-backnumber > li > dl > dd > ul.listlayout-catalog-dl > li:first-child:hover {
	background: none;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li button {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
/* DLアイコン */
ul.list-usnet-backnumber > li > dl > dd > ul > li button.button-usnet-dl {
	background: url("../images/icon_dl.png") no-repeat right center;
}
/* 詳細アイコン */
ul.list-usnet-backnumber > li > dl > dd > ul > li button.button-usnet-detail {
	background: url("../images/icon_modal.png") no-repeat right center;
	padding: 0 10px;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li button:hover {
	background-color: #f1f1f1;
	color: #d01126;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li > a {
	display: block;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-usnet-backnumber > li > dl > dd > ul > li > a:hover {
	color: #d01126;
}
/* 初期非表示エリア */
.wrapper-morecontents {
	display: none;
}
/* モーダル内リスト */
dl.list-data-usnet-backnumber {
}
dl.list-data-usnet-backnumber > dt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}
dl.list-data-usnet-backnumber > dd > dl {
	margin-bottom: 20px;
}
dl.list-data-usnet-backnumber > dd > dl > dt {
	font-weight: bold;
	margin-bottom: 10px;
}
ul.listlayout-catalog-dl.type-catalog > li {
	height: 35px;
}
/*--------------------------------------------
	CSRの取り組み
---------------------------------------------*/
/* 社会貢献活動 最新4件配置リスト */
ul.listlayout-4clm-inline-incontents {

}
ul.listlayout-4clm-inline-incontents > li {
	float: left;
	width: 241px;
	margin-left: 20px;
}
ul.listlayout-4clm-inline-incontents > li:first-child {
	margin-left: 0;
}
/* 最新記事　サムネイルリスト */
dl.list-thumbnail-4clm {

}
/* サムネイル配置 */
dl.list-thumbnail-4clm > dd {
	overflow: hidden;
	text-align: center;
}
dl.list-thumbnail-4clm > dd img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	max-height: 168px;
}
ul.listlayout-4clm-inline-incontents > li:hover dl.list-thumbnail-4clm > dd img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
ul.listlayout-4clm-inline-incontents > li > a > dl > dt .label-news {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
dl.list-thumbnail-4clm > dt {
}
dl.list-thumbnail-4clm > dt > span {
	margin-top: 10px;
	display: block;
	line-height: 1.75em;
}
dl.list-thumbnail-4clm > dt > span:first-child {
	color: #000000;
	font-weight: bold;
}
/* リンクリスト 2カラム */
ul.listlayout-2clm-inline-borderlinks {
	border: 1px solid #cccccc;
	border-bottom: none;
	border-right: none;
}
ul.listlayout-2clm-inline-borderlinks > li {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-2clm-inline-borderlinks > li:hover {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}
ul.listlayout-2clm-inline-borderlinks > li > a {
	display: block;
	color: #000000;
}
ul.listlayout-2clm-inline-borderlinks > li:hover > a {
	color: #d01126;
}
/*--------------------------------------------
	環境方針
---------------------------------------------*/
.wrapper-list-word ul.listlayout-text-indent-01,
.wrapper-list-word ul.listlayout-text-indent-02,
.wrapper-list-word ul.listlayout-text-indent-03,
.wrapper-list-word ul.listlayout-text-indent-04 {
	font-size: 14px;
}
/*--------------------------------------------

	納入実績

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
/* ページタイトル */
#pagetitle.type-pagetitle-top.type-project {
	background: url("../images/pagetitle_project.png") no-repeat left center;
	background-size: cover;
}

/* 検索フォーム */
#search_allarea {
	padding: 20px;
	border-top: 2px solid #bbbbbb;
}
/* 初期非表示エリア包括 */
#search_accordion_box {
	display: none;
}
.layout-2clm-searchbox {
	position: relative;
}
/* サーチエリア分割（左に製品カテゴリ＋ボタン、右に検索ボタン */
.layout-2clm-searchbox .left-clm {
	width: 875px;
	border-right: 1px solid #cccccc;
	float: left;
}
.layout-2clm-searchbox .right-clm {
	float: right;
	width: 105px;
}
/* 検索項目ラベル　配置リスト */
dl.list-right-btns {
	margin-bottom: 5px;
}
/* 検索項目（カテゴリ） */
dl.list-right-btns dt {
	font-weight: bold;
	width: 85px;
	display: inline-block;
	vertical-align: top;
}
/* 項目ラベル */
dl.list-right-btns dd {
	display: inline-block;
	width: 89%;
}
dl.list-right-btns dd p {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
/* 検索ラベル整列 */
ul.list-search-btn {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-search-btn li {
	margin: 0 5px 5px 0;
	width: 150px;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
ul.list-search-btn li label {
	background: #61add3;
	color: #ffffff;
	border: 1px solid #61add3;
}
/* チェックボックスを非表示に */
ul.list-search-btn li input[type="checkbox"] {
	display: none;
}
ul.list-search-btn li input[type="checkbox"]:checked + label {
	background: #61add3;
	color: #ffffff;
	border: 1px solid #61add3;
}
ul.list-search-btn li label {
	width: 150px;
	color: #000000;
	font-size: 12px;
	height: 40px;
	line-height: 1.2em;
	border: 1px solid #cccccc;
	text-align: center;
	background: #ffffff;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
/* 検索単語入力 */
input.search-long-text {
	width: 775px;
	border: 1px solid #a9a9a9;
	padding: 5px;
	height: 36px;
	margin-top: 10px;
}
input.search-long-text.en {
	margin-top: 0 !important;
}
/* 検索ボタン */
input[type="submit"].btn-indigo-box {
	position: absolute;
	background: url("../images/search_indigo.png") no-repeat center 12px #212d62;
	height: 75px;
	width: 97px;
	color: #ffffff;
	padding-top: 40px;
	border-style: none;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	cursor: pointer;
}
input[type="submit"].btn-indigo-box.active {
	bottom: 0;
	transform: none;
	-webkit-transform: none;
}
/* 他の検索条件を設定 */
#search_accordion_btn {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	border-bottom: 2px solid #bbbbbb;
	border-top: 2px solid #ffffff;
	text-align: center;
	margin-bottom: 40px;
	cursor: pointer;
}
#search_accordion_btn span {
	color: #000000;
	display: block;
	height: 35px;
}
#search_accordion_btn span:after {
	content: "▼";
	color: #d01126;
}
#search_accordion_btn.active span:after {
	content: "▲";
	color: #d01126;
}
/*--------------------------------------------
	詳細ページ
---------------------------------------------*/
/* スライドショー */
ul.list-picture-details {
	background: #e3e3e3;
	border-top: 2px solid #bbbbbb;
	padding-top: 30px;
	position: relative;
}
ul.list-picture-details li {
	text-align: center;
	margin: 0 auto;
}
ul.list-picture-details li > img {
	height: 380px;
}
ul.list-picture-details .slick-prev {
	position: absolute;
	top: 50%;
	left: 20px !important;
	z-index: 1;
}
ul.list-picture-details .slick-next {
	position: absolute;
	top: 50%;
	right: 20px !important;
}
ul.slick-dots {
	bottom: -30px;
}
ul.slick-dots li {
	margin-left: 10px;
	width: 10px;
	height: 10px;
}
ul.slick-dots li:first-child {
	margin-left: 0;
}
ul.list-picture-details .slick-dots li button {
	background: #e3e3e3;
	border-radius: 10px;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
}
ul.list-picture-details .slick-dots li.slick-active button {
	background: #d01126;
}
ul.list-picture-details li img {
	margin: 0 auto;
}
ul.list-picture-details li p.text {
	width: 1024px;
	padding: 10px 0;
	text-align: center;
	color: #000000;
}
/* 文言包括 */
#wrapper_projectdetail {
	margin-top: 40px;
}
/* 動画エリア */
.moviearea-detail {
	width: 100%;
	margin: 30px auto;
}
/* 特長タグ */
#wrapper_projectdetail.layout-2clm-right-image .clm-text,
#wrapper_projectdetail.layout-2clm-right-image .clm-img {
	width: 500px
}

ul.listlayout-tags-white {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.listlayout-tags-white li {
	border: 1px solid #cccccc;
	display: inline-block;
	margin: 10px 0 0 10px;
	height: 35px;
	line-height: 1.2em;
}
ul.listlayout-tags-white li:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
ul.listlayout-tags-white li:first-child {
	margin-left: 0;
}
/* 詳細のみ下余白付与 */
ul.listlayout-tags-white.detail {
	margin-bottom: 35px;
}
ul.listlayout-tags-white li span {
	font-size: 12px;
	width: 120px;
	vertical-align: middle;
	text-align: center;
	background: #ffffff;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
.title-3-bggray {
	background: #e3e3e3;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-top: 2px solid #bbbbbb;
}
/* 付随情報エリア */
.infoarea {
	margin: 15px 0;
}

/* テーブルパターン	幅145 */
table.table-many {
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.table-many th,
.table-many td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.table-many.w145 th,
.table-many.w145 td {
	width: 145px;
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
}
.table-many th {
	font-weight: normal;
	background: #f1f1f1;
}

.table-many.table-many-sales th,
.table-many.table-many-sales td {
	padding: 0;
}
.table-many.table-many-sales th {
	height: 60px;
}
.table-many.table-many-sales th.w100 {
	width: 100px;
}
.table-many.table-many-sales th.w250 {
	width: 250px;
}
.table-many.table-many-sales th.w400 {
	width: 400px;
}
.table-many.table-many-sales td {
	height: 100px;
	vertical-align: bottom;
}
.table-many.table-many-sales td:first-child {
	vertical-align: middle;
}

/* テーブルパターン	幅170 */
.table-many.w170 th,
.table-many.w170 td {
	width: 170px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 8px 5px;
	vertical-align: middle;
}

/*--------------------------------------------

	採用情報

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
/* メインビジュアル */
#pagetitle.type-pagetitle-top.type-recruiting {
	background: url("../images/pagetitle_recruiting.png") no-repeat left center;
	background-size: cover;
}
span.type-bottom {
	position: absolute;
	top: 50%;
	color: #ffffff;
	left: 150px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
span.type-top {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
ul.listlayout-2clm-borderlinks > li {
	float: left;
	width: 500px;
	margin-left: 20px;
	box-sizing: border-box;
}
ul.listlayout-2clm-borderlinks > li:first-child {
	margin-left: 0;
}
ul.listlayout-2clm-borderlinks > li > a {
	display: block;
	height: 80px;
	padding: 30px 0;
	background: url("../images/icon_arrow_red_graybox.png") no-repeat left center;
	border: 2px solid #cccccc;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-2clm-borderlinks > li > a:hover {
	background-color: #f1f1f1;
}

ul.list-3clm-incontents-links {
	margin-top: 40px;
}
ul.list-3clm-incontents-links li {
	float: left;
	width: 328px;
	margin-left: 20px;
}
ul.list-3clm-incontents-links li:first-child {
	margin-left: 0;
}
ul.list-3clm-incontents-links li a {
	color: #000000;
	display: block;
}
ul.list-3clm-incontents-links li a:hover {
	color: #d01126;
}
/* 4カラムサムネイル付きリンクリスト　包括 */
.wrapper-recruitcontentslinks-index {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
}
/* 4カラムサムネイル付きリンクリスト */
ul.list-4clm-incontents-links {
}
ul.list-4clm-incontents-links > li {
	float: left;
	width: 241px;
	margin-left: 20px;
}
ul.list-4clm-incontents-links > li:first-child {
	margin-left: 0;
}
ul.list-4clm-incontents-links > li > a {
	color: #000000;
	display: block;
}
ul.list-4clm-incontents-links > li > a:hover {
	color: #d01126;
}
ul.list-4clm-incontents-links > li.active > a {
	color: #d01126;
}
dl.list-picuture-links dt {
	font-size: 16px;
	font-weight: bold;
}
dl.list-picuture-links dd {
	height: 160px;
	margin-bottom: 10px;
	overflow: hidden;
}
dl.list-picuture-links dd img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
dl.list-picuture-links dd:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* コンテンツ下部、100%グレー塗りつぶしリンクエリア */
.other-linkarea {
	background: #f1f1f1;
	padding: 30px 0;
	margin-top: 50px;
}
/* タイトル（黒文字中央よせ） */
.title-3-center-black {
	text-align: center;
	font-size: 16px;
}
/* 矢印リンクつきボックスリンク */
/* ２カラム時 */
ul.list-arrow-links.clm2 {
	width: 683px;
}
ul.list-arrow-links.clm2 li:first-child {
	border-right: none;
}

/* 1カラム時 */
ul.list-arrow-links {
	text-align: center;
	width: 340px;
	margin: 0 auto;
}
ul.list-arrow-links li {
	float: left;
	width: 340px;
	border: 1px solid #cccccc;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #ffffff;
}
ul.list-arrow-links li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000000;
}
ul.list-arrow-links li a.mail,
a.mail {
	background: url("../images/icon_mail.png")no-repeat right center;
}
ul.list-arrow-links li a.quetion {
	background: url("../images/icon_quetion.png")no-repeat right center;
}
ul.list-arrow-links li:hover {
	background-color: #f1f1f1;
}
/*--------------------------------------------
	新卒採用
---------------------------------------------*/
.box-bgimage {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 21.846% 0 0;
	margin-bottom: 40px;
}
.box-bgimage h2 {
	-moz-text-shadow: 0px 0px 25px #666666;
	-o-text-shadow: 0px 0px 25px #666666;
	-ms-text-shadow: 0px 0px 25px #666666;
	text-shadow: 0px 0px 25px #666666;
}
/* MV */
.box-bgimage.type-gradhiring {
	background: url("../images/pagetitle_gradhiring.png") no-repeat left center;
	background-size: cover;
}
.type-gradhiring > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.type-gradhiring > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
.type-gradhiring h2 {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 auto;
	font-size: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-bgimage.type-career {
	background: url("../images/pagetitle_career.png") no-repeat left center;
	background-size: cover;
}
.type-career > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.type-career > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
.type-career h2 {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 auto;
	font-size: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ラインつきタイトル横並びの場合、位置調整 */
.button-white-redarrow.title-line-entry {
	float: right;
	margin-top: -10px;
}
dl.list-data-underdottedline.no-line {
	border-bottom: none !important;
}
dl.list-data-underdottedline.no-line > dt {
	padding-left: 0;
}
/* 矢印および要素を右寄せ */
ul.list-inpagelinks.arrowright {
	padding: 15px 0 0;
	text-align: right;
	background: #ffffff;
}
ul.list-inpagelinks.arrowright > li {
	margin: 0;
}
ul.list-inpagelinks.arrowright > li > a {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 0;
	color: #000000;
	background: url("../images/icon_arrow_bottom.gif") no-repeat right 5px;
}
ul.list-inpagelinks.arrowright > li > a:hover {
	color: #d01126;
}
/* 矢印アイコンが不要の場合 */
ul.list-inpagelinks.arrowright > li > a.ico-none {
	background: none;
	padding-right: 0;
}
/*--------------------------------------------
	先輩社員紹介
---------------------------------------------*/
/* MV */
.type-message {
	background: url("../images/pagetitle_message.png") no-repeat left center;
	background-size: cover;
}
.type-message > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.type-message > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
.type-message h2 {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 auto;
	font-size: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.layout-2clm-right-image.type-officer-detail {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.layout-2clm-right-image.type-officer-detail .clm-text {
	width: 50%;
}
.layout-2clm-right-image.type-officer-detail .clm-img {
	padding-left: 20px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 奇数にleft */
ul.listlayout-2clm-half-contents li:nth-child(odd){
	float: left;
	width: 502px;
	padding-bottom: 10px;
}
/* 偶数にright */
ul.listlayout-2clm-half-contents li:nth-child(even) {
	float: right;
	width: 502px;
	padding-bottom: 10px;
}
ul.listlayout-2clm-half-contents.border,
ul.listlayout-2clm-half-contents li.border {
	border-bottom: 1px dotted #cccccc;
}
ul.listlayout-2clm-half-contents li.border {
	min-height: 200px;
	padding-bottom: 20px;
}
/* 先輩社員カード */
dl.list-card-people {
	height: 158px;
	border: 1px solid #cccccc;
	color: #000000;
	position: relative;
}
dl.list-card-people:hover {
	color: #d01126;
}
dl.list-card-people img {
	display: inline-block;
}
dl.list-card-people dt {
	float: left;
	font-weight: bold;
	padding: 20px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-card-people dt span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.4em;
}
dl.list-card-people dd {
	float: right;
	text-align: right;
	/* width: 50%; */
}
#pagetitle .type-line-text h1 {
	font-size: 22px;
}
#pagetitle .type-line-text h1 p {
	border-right: 1px solid #cccccc;
	padding-right: 30px;
	float: left;

}
#pagetitle .type-line-text span.title-text {
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
}
/*--------------------------------------------
	採用の流れ
---------------------------------------------*/
/* h1 */
.type-line-text {
	border-top: 2px solid #cccccc;
}
.type-line-text h1 p {
	border-right: 1px solid #cccccc;
	padding-right: 30px;
	float: left;
	font-size: 22px;
}
.type-line-text h1 span.title-text {
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 30px;
	height: 40px;
	font-weight: normal;
	width: 853px;
}
/* h2 */
.type-line-text.bg-gray {
	padding: 20px 0;
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.type-line-text h2 {
	font-size: 16px;
	display: table-cell;
}
.type-line-text h2 p {
	border-right: 1px solid #cccccc;
	padding-right: 30px;
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
.type-line-text h2 span.title-text {
	display: table-cell;
	font-size: 14px;
	padding-left: 30px;
	height: 40px;
	font-weight: normal;
	width: 853px;

}
/* 対象者表記リスト */
dl.list-2clm-text {
	margin-top: 20px;
	height: 33px;
	line-height: 33px;
}
dl.list-2clm-text dt {
	float: left;
	width: 75px;
	border-right: 1px solid #cccccc;
	padding-right: 30px;
	text-align: center;
	font-weight: bold;
}
dl.list-2clm-text dd {
	float: left;
	padding-left: 30px;
}
dl.list-2clm-text dd p {
	height: 33px;
	line-height: 33px;
}
/* フロー内容リスト */
dl.list-bg-underarrow {
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url("../images/underarrow.png") no-repeat center bottom;
	display: table;
	width: 100%;
}
dl.list-bg-underarrow dt {
	background: #f1f1f1;
	padding: 20px;
	width: 240px;
	font-weight: bold;
	font-size: 16px;
	display: table-cell;
	line-height: 1.5em;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
dl.list-bg-underarrow dt span {
	display: block;
	font-size: 14px;
}
dl.list-bg-underarrow dd {
	padding: 20px;
	display: table-cell;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
/* 「内定」 */
.box-topborder-red {
	border-top: 3px solid #d01126;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #f1f1f1;
}
.box-topborder-red p {
	height: 80px;
	line-height: 80px;
}

/* 中途の方 灰枠box */
#recruit_flow.box-gray-border {
	border: 1px solid #cccccc;
	width: 475px;
	margin-top: 20px;
	padding: 20px 0;
	line-height: 1.25em;
}
#recruit_flow.box-gray-border > dl.listlayout-2clm-address {
	width: 327px;
	margin: 0 auto;
}
#recruit_flow.box-gray-border > dl.listlayout-2clm-address > dt {
	float: left;
	text-align: right;
}
#recruit_flow.box-gray-border > dl.listlayout-2clm-address > dd {
	float: right;
	text-align: left;
}

/*--------------------------------------------
	仕事を知る
---------------------------------------------*/
/* 仕事リスト */
ul.listlayout-4clm-links li {
	position: relative;
	width: 236px;
	height: 245px;
	float: left;
	margin-right: 20px;
	/*margin-bottom: 20px;*/
}
ul.listlayout-4clm-links li a {
	color: #000000;
}
ul.listlayout-4clm-links li:last-child {
	margin-right: 0;
	overflow: hidden;
}
dl.list-subcards dt {
	font-size: 16px;
	font-weight: bold;
}
dl.list-subcards dd {
	padding-top: 20px;
}
ul.link-box-arrow-border li {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 45px;
	line-height: 45px;
	position: absolute;
	bottom: 0;
}
ul.link-box-arrow-border.type2 li:first-child {
	bottom: 55px;
}
ul.link-box-arrow-border li a:hover {
	background-color: #f1f1f1;
}
ul.link-box-arrow-border li a {
	display: block;
	background: url("../images/icon_arrow_common.png") no-repeat 10px center #ffffff;
	padding-left: 30px;
}
/*--------------------------------------------
	先輩社員紹介
---------------------------------------------*/
.layout-2clm-staffpic {
}
.layout-2clm-staffpic .text {
	padding: 20px 0;
	width: 470px;
	display: table-cell;
	vertical-align: middle;
}
.layout-2clm-staffpic .text span {
	font-weight: bold;
	font-size: 16px;
}
.layout-2clm-staffpic .text h2 {
	font-size: 28px;
	line-height: 1.5em;
	margin: 10px 0 20px 0;
}
.layout-2clm-staffpic .text p {
	line-height: 1.5em;
	font-size: 12px;
}
.layout-2clm-staffpic .pic {
	width: 549px;
	display: table-cell;
	vertical-align: middle;
}
.layout-2clm-staffpic .pic img {
	display: block;
	width: 100%;
}

/*--------------------------------------------
	採用についてのお問い合わせ
---------------------------------------------*/
.form-contact input[type="text"],
.form-contact input[type="password"],
.form-contact select {
	height: 25px;
	vertical-align: middle;
}
/* inputパーツ */
.input-parts-1 {
	width: 80%;
}
.input-parts-2 {
	width: 78%;
}
.input-parts-3 {
	width: 100%;
}
.input-parts-4 {
	width: 50px;
}
.input-parts-5 {
	width: 70px;
}
.input-parts-6 {
	width: 85%;
}
.input-parts-7 {
	width: 240px;
}
/* 「必須」アイコン */
.icon-required {
	background: url("../images/icon_required.png") no-repeat right 10px center;
	background-size: 50px 25px;
}
/* Step矢リスト */
ul.listlayout-3clm-arrow > li {
	color: #cccccc;
	float: left;
	text-align: center;
	width: 366px;
	height: 50px;
	line-height: 50px;
	margin-left: -25px;
	background: url("../images/box-grayarrow.png") no-repeat left center;
	position: relative;
	z-index: 1;
}
ul.listlayout-3clm-arrow > li > span {
	margin-left: 5px;
}
ul.listlayout-3clm-arrow > li:first-child {
	margin-left: 0px;
	z-index: 2;
}
ul.listlayout-3clm-arrow > li:last-child {
	width: 339px;
	height: 48px;
	border: 1px solid #cccccc;
	border-left: none;
	background-image: none;
}
/* 各ステップ赤矢 */
ul.listlayout-3clm-arrow > li.step1 {
	color: #000000;
	font-weight: bold;
	background: url("../images/box-redarrow01.png") no-repeat left center;
	z-index: 3;
}
ul.listlayout-3clm-arrow > li.step2 {
	color: #000000;
	font-weight: bold;
	background: url("../images/box-redarrow02.png") no-repeat left center;
	z-index: 3;
}
ul.listlayout-3clm-arrow > li.step3 {
	color: #000000;
	font-weight: bold;
	width: 342px;
	height: 50px;
	border: none;
	background: url("../images/box-redarrow03.png") no-repeat left center;
	z-index: 3;
}
dl.list-2clm-bggray > dd > ul.listlayout-2row-contact {
	width: 100%;
}
dl.list-2clm-bggray > dd > .wrapper-address > select,
dl.list-2clm-bggray > dd > .wrapper-address > input[type="text"] {
	margin-top: 10px;
}
dl.list-2clm-bggray > dd > ul.listlayout-2row-contact:first-child {
	margin-bottom: 15px;
}
dl.list-2clm-bggray > dd > ul.listlayout-2row-contact:first-child > li > label {
	margin-right: 24px;
}
dl.list-2clm-bggray > dd > textarea {
	padding: 10px;
	width: 100%;
	max-width: 742px;
	height: 125px;
}
ul.listlayout-2row-contact > li {
	width: 40%;
}
ul.listlayout-2row-contact > li:first-child {
	margin-left: 0;
}
ul.listlayout-2row-contact > li > input[type="text"] {
	vertical-align: middle;
}
ul.listlayout-2row-contact > li > label {
	margin-right: 10px;
}

/*--------------------------------------------
	採用関係のよくあるご質問
---------------------------------------------*/
.box-recruiting-faq dl.list-contact-question:first-child {
	border-top: 2px solid #cccccc;
}

/*--------------------------------------------
	フジテックについて
---------------------------------------------*/
/* メインビジュアル */
.box-bgimage.type-aboutus {
	background: url("../images/pagetitle_aboutus.png") no-repeat left center;
	background-size: cover;
	margin-bottom: 0;
}
.type-aboutus > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.type-aboutus > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
.type-aboutus h2 {
	color: #ffffff;
	position: absolute;
	top: 50%;
	width: 1024px;
	margin: 0 auto;
	font-size: 28px;
}
/* 各画像包括 */
ul.list-visualscale-aboutus {

}
ul.list-visualscale-aboutus > li {
	position: relative;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-visualscale-aboutus > li > img {
	display: block;
	width: 100%;
}
/* タイトル＋キャプション配置ボックス */
.box-topleft-aboutus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 背景内テキスト */
.box-topleft-aboutus > span {
	color: #d01126;
	font-size: 1.75vw;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}
.box-topleft-aboutus > h3 {
	color: #000000;
	/*font-size: 16px;*/
	font-size: 1.5625vw;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.box-topleft-aboutus > p {
	line-height: 1.5em;
	font-size: 1.246vw;
}
/* 赤ボーダーボックス */
.box-border-red {
	border-top: 2px solid #d01126;
	padding: 25px;
	position: relative;
}
/*.box-border-red h3 {
	color: #d01126;
	padding-bottom: 20px;
}*/
.box-border-red p {
	font-weight: bold;
	font-size: 16px;
}
/* 3カラム配置用 */
ul.listlayout-3clm-allsize {
	overflow: hidden;
}
ul.listlayout-3clm-allsize li {
	position: relative;
	width: 33.3%;
	float: left;
}
ul.listlayout-3clm-allsize li > a {
	display: block;
}
ul.listlayout-3clm-allsize li > a > img {
	display: block;
	width: 100%;
}
ul.listlayout-3clm-allsize li > a > dl.list-link-clearlinks {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 採用「会社を知る」　拠点リストのとき */
ul#recruit_aboutus_3clmlist {
	border-bottom: 2px solid #d01126;
}
ul#recruit_aboutus_3clmlist > li > a {
	margin-bottom: -1px;
}
/* 背景＋画像指定 */
dl.list-link-clearlinks {
	padding: 25px 20px 0;
	color: #ffffff;
}
dl.list-link-clearlinks.first {
	background: url("../images/about_othelinks001.png") no-repeat left center;
	height: 340px;
	width: 100%;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-link-clearlinks.second {
	background: url("../images/about_othelinks002.png") no-repeat left center;
	height: 340px;
	width: 100%;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-link-clearlinks.third {
	background: url("../images/about_othelinks003.png") no-repeat left center;
	height: 340px;
	width: 100%;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* リンクタイトル指定 */
dl.list-link-clearlinks dt {
	background: url("../images/icon_arrow_common.png") no-repeat left top;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	transition: .3s;
	font-size: 16px;
}
/* リンク装飾*/
ul.listlayout-3clm-allsize li a dl.list-link-clearlinks dt::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul.listlayout-3clm-allsize li a:hover dl.list-link-clearlinks dt::after {
	width: 100%;
}
dl.list-link-clearlinks dd {
	padding-top: 15px;
}
/* ニュース詳細2カラム	画像を左に */
.layout-2clm-left-image .clm-img {
	width: 330px;
	float: left;
}
.layout-2clm-left-image .clm-img > img {
	display: block;
}
.layout-2clm-left-image .clm-text {
	width: 674px;
	float: right;
}
/* ニュース詳細2カラム	画像を右 */
.layout-2clm-right-image .clm-img {
	width: 330px;
	float: right;
}
.layout-2clm-right-image .clm-text {
	width: 674px;
	float: left;
}
/* お問い合わせエリア */
/* グレーボーダーボックス */
.box-gray-border {
	border: 3px solid #cccccc;
	padding: 40px 0;
	width: 680px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
/* 赤枠ボックス */
.box-red-border {
	border: 3px solid #d01126;
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
dl.list-info-area dt {
	font-size: 14px;
	font-weight: bold;
}
dl.list-info-area dd {
	margin-top: 20px;
}
dl.list-info-area dd span {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	border-top: 1px solid #bbbbbb;
	padding-top: 5px;
}
dl.list-info-area dd a {
	color: #000000;
}
dl.list-info-area dd a:hover {
	color: #d01126;
}
dl.list-info-area dd span:before {
	content: url("/common/fjhp/doc/top/img_fixed_page/news/ico_tell.png");
	padding-left: 5px;
}
dl.list-info-area dd p {
	padding-top: 8px;
}
/* ラベル（２行目以降のため、余白処理） */
ul.listlayout-tags-white.labels li {
	margin-bottom: 5px;
}
/* リンク矢印　局所利用部分 */
.icon-linkarrow-red-particular {
	display: inline-block;
	font-size: 18px;
	position: relative;
}
.icon-linkarrow-red-particular:before {
	content: "";
	background: url("../images/icon_arrow_common.png") no-repeat;
	position: absolute;
	width: 9px;
	height: 16px;
	top: 10%;
}
.icon-linkarrow-red-particular a {
	color: #d00126;
	padding-left: 20px;
	display: block;
}
/*--------------------------------------------
	テッキー
---------------------------------------------*/
/* タイトル背景 */
.type-teckey {
	position: relative;
	width: 100%;
	height: 100%;
	background: url("../images/pagebg_teckey.png") repeat-x left 100px;
}
.type-teckey > .inner-frame {
	height: 118px;
	padding: 30px 0 40px 0;
}
.type-teckey > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
/* タイトル */
.type-teckey h1 {
	color: #ffffff;
	width: 1024px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.type-teckey h1 p {
	padding-bottom: 15px;
}
/* サブタイトル */
.type-teckey h1 span {
	font-size: 14px;
	display: block;
	padding-top: 15px;
}
/* コンテンツ部分背景 */
.bg-tecky-parttern {
	background: url("../images/contentbg_teckey.png") repeat-x left top;
	padding-top: 40px;
	height: 100%;
}
/* テッキーリスト */
ul.list-bg-tecky-list {
	background: url("../images/listbg_teckey.png") no-repeat left top;
}
ul.list-bg-tecky-list li {
	padding-left: 20px;
	float: left;
	width: 328px;
}
ul.list-bg-tecky-list li:first-child {
	padding-left: 0;
	position: absolute;
	bottom: 20px;
	position: relative;
}
ul.list-bg-tecky-list.en li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* テッキーを背景にする場合 */
/*ul.list-bg-tecky-list li:first-child {
	background: url("../images/main_teckey.png") no-repeat left top;
	height: 341px;
	padding-left: 0;
}*/
.animation-tecky {
	width: 380px;
	height: 380px;
	background: url("../images/tecky_animation.png") no-repeat 0 0;
}
.animation-tecky.en {
	margin: 0 auto;
}
.animation-tecky {
	/*一秒間に動くフレーム数*/
	-webkit-animation: play 3s steps(18) infinite;
	animation: play 3s steps(18) infinite;
}
@-webkit-keyframes play {
	/*一秒間に動くスタイル*/
	0% {
		background-position: 0px 0;
	}
	100% {
		background-position: -6840px 0;
	}
}
@keyframes play {
	/*一秒間に動くスタイル*/
	0% {
		background-position: 0px 0;
	}
	100% {
		background-position: -6840px 0;
	}
}

/* ドットボーダー（角丸） */
.border-dots {
	border: 2px dotted #d01126;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ffffff;
	padding: 30px 20px;
}
/* 赤字部分 */
.parts-tecky-title > h3 {
	color: #d01126;
	font-size: 20px;
	margin-bottom: 20px;
}
/* 黒字部分 */
.parts-tecky-title span {
	color: #000000;
	display: block;
	padding-top: 10px;
}
/* テッキー画像背景 */
.bg-teckey01 {
	background: url("../images/listbg_teckey01.png") no-repeat 215px 20px #ffffff;
}
.bg-teckey01.en {
	background: url("../images/listbg_teckey01.png") no-repeat right 20px top 10px #ffffff;
}
.bg-teckey02 {
	background: url("../images/listbg_teckey02.png") no-repeat 215px 20px #ffffff;
}
.bg-teckey03 {
	background: url("../images/bg_teckey03.png") no-repeat center top;
	height: 70px;
	width: 122px;
	left: 50%;
	top: -59px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bg-teckey04 {
	background: url("../images/bg_teckey04.png") no-repeat right 20px;
	height: 159px;
	position: absolute;
	width: 165px;
	right: 33px;
	top: 80%;
}
/* PR動画エリア包括 */
.area-movie-teckey {
	width: 493px;
	float: left;
	position: relative;
	margin-top: 50px;
}
.area-movie-teckey > iframe {
	width: 502px;
	height: 282px;
}
/* テキストエリア包括 */
.area-text-teckey {
	width: 448px;
	float: right;
	position: relative;
}
/* テキストエリア包括(グローバル版) */
.area-text-teckey.en {
	width: auto;
	float: none;
	position: relative;
}
/* DLリンク（アイコンつき） */
span.dl-link {
	display: inline-block;
	text-decoration: underline;
}
span.dl-link:after {
	content: url("/common/fjhp/doc/top/img_fixed_page/corporate/ico_dl.png");
}
/* バナー（facebookのみ） */
.pc-bnr {
	width: 328px;
	margin: 0 auto;
}

/*--------------------------------------------

広告＆CMギャラリー

---------------------------------------------*/

/* 汎用2clm（２カラム） */
ul.listlayout-2clm-half li:nth-child(odd){
	float: left;
	width: 502px;
	margin-bottom: 30px;
}
/* 偶数にright */
ul.listlayout-2clm-half li:nth-child(even) {
	float: right;
	width: 502px;
	margin-bottom: 30px;
}

/* 汎用リスト 括弧なし数字リスト*/
ul.list-number > li {
	list-style-type: decimal;
	margin-left: 20px;
}
ul.list-number.type-nesting > li {
	text-indent: initial;
}

/*--------------------------------------------

	IR情報

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-ir {
	background: url("../images/pagetitle_ir.png") no-repeat left center;
	background-size: cover;
}

/* ニュース包括 */
.layout-2clm-wraplinks {
	margin-bottom: 40px;
	border: 1px solid #cccccc;
	display: table;
	min-height: 200px;
	width: 100%;
}
.layout-2clm-wraplinks .clm-title {
	padding: 20px;
	width: 25%;
	display: table-cell;
	position: relative;
	vertical-align: top;
	background-color: #f1f1f1;
}
.layout-2clm-wraplinks .clm-links {
	padding: 0 20px;
	width: 75%;
	display: table-cell;
}
/* pdfアイコン */
.layout-2clm-wraplinks > .clm-links > ul.list-border-dots > li > a > dl.pdf {
	background: url("../images/icon_pdf.png") no-repeat right center;
	display: block;
	padding-right: 40px;
}
/* arrow */
.layout-2clm-wraplinks > .clm-links > ul.list-border-dots > li > a > dl.arrow {
	background: url("../images/icon_arrow_common.png") no-repeat right center;
	display: block;
	padding-right: 40px;
}
/* 別窓アイコン消し */
.layout-2clm-wraplinks > .clm-links > .list-border-dots > li  a[target*="_blank"]:not(img):after {
	content: none;
}
/* スタンダードボタン 横幅と位置調整 */
.layout-2clm-wraplinks .button-white-redarrow {
	width: 200px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ドットつきリスト */
ul.list-border-dots li {
	border-top: 1px dotted #cccccc;
}
ul.list-border-dots li:first-child {
	border-top: none;
}
/* newアイコン */
ul.list-border-dots li > a > dl > dd > p > .label-news {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
ul.list-border-dots li > a > dl > dd > p > .label-news > img {
	margin: -6px 0;
}
/* ニュース本文 */
dl.listlink-2clm-smallnews {

}
dl.listlink-2clm-smallnews dt {
	color: #000000;
	padding: 15px 0;
	width: 130px;
	float: left;
	font-weight: bold;
	line-height: 1.75em;
}
dl.listlink-2clm-smallnews dd {
	float: left;
	padding: 15px 0;
	width: 550px;
}
/* 矢印リンクつきボックスリンク */
/* 4カラム時 */
ul.list-arrow-links.clm4 {
	text-align: center;
	width: 100%;
}
ul.list-arrow-links.clm4 li {
	float: left;
	width: 254px;
	border-left: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #ffffff;
}
ul.list-arrow-links.clm4 li:first-child {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
ul.list-arrow-links.clm4 li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
ul.list-arrow-links li:hover {
	background-color: #f1f1f1;
}
ul.list-arrow-links li:hover > a {
	color: #d01126;
}

/*--------------------------------------------
	経営方針
---------------------------------------------*/
/* メインビジュアル */
#pagetitle.type-policy {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 21.81% 0 0;
	background: url("../images/pagetitle_policy.png") no-repeat left center;
	background-size: cover;
	margin-bottom: 40px;
}
#pagetitle.type-policy > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
#pagetitle.type-policy > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#pagetitle.type-policy h1 {
	position: absolute;
	top: 50%;
	color: #ffffff;
	width: 1024px;
	margin: 0 auto;
}
/* コーポレートガバナンス */
#governance {
	margin-top: 10px;
}
#governance > h1 {
	font-size: 22px;
}
#governance > p {
	position: absolute;
	width: 700px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #cccccc;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------
	個人投資家の皆様へ
---------------------------------------------*/
/* メインビジュアル */
#pagetitle.type-investors {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 21.81% 0 0;
	background: url("../images/pagetitle_investors.png") no-repeat right center;
	background-size: cover;
	margin-bottom: 40px;
}
#pagetitle.type-investors > .inner-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
#pagetitle.type-investors > .inner-frame > div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#pagetitle.type-investors h1 {
	color: #ffffff;
}
#pagetitle.type-investors span.type-bottom {
	left: 235px;
}
ul.listlayout-2clm-images {
}
ul.listlayout-2clm-images > li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*ul.listlayout-2clm-half-contents.type-performance > li {
	background: #f1f1f1;
}*/

/*--------------------------------------------
	IR資料室
---------------------------------------------*/
/* INDEXページ */
dl.list-irframe {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	position: relative;
}
dl.list-irframe.gray-line {
	background-size: 240px !important;
}
dl.list-irframe > dt > h3 > a {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 20px;
	right: 20px;
}
dl.list-irframe > dt {
	float: left;
	width: 240px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-irframe > dt > img {
	border: 1px solid #cccccc;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-irframe > dd,
div.irframe-top-title {
	float: right;
	width: 742px;
	padding: 20px;
	background-color: #ffffff;
}
/* 背景灰色 */
dl.list-irframe.gray-line {
	background: url("../images/bg_datalist_bggray_typelarge.png") repeat-y left top
}
/* トップタイトル配置の場合 */
dl.list-irframe > dd.irframe-top-title {
	border-bottom: 1px solid #cccccc;
	position: relative;
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* トップタイトル内「一覧」リンク配置設定 */
dl.list-irframe > dd.irframe-top-title > div.ta-right,
div.irframe-top-title > div.ta-right {
	position: absolute;
	display: inline-block;
	top: 20px;
	right: 20px;
}

dl.list-irframe h3,
div.irframe-top-title h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2em;
}
dl.list-irframe > dd.irframe-top-title > h3.title-3-underline {
	padding: 0;
	margin: 0;
}
dl.list-irframe > dt > h3 > a {
	color: #000000;
	display: block;
	padding-left: 20px;
	background: url("../images/icon_arrow_common.png") no-repeat left center;
}
dl.list-irframe > dt > h3 > a:hover {
	color: #d01126;
}
dl.list-ir-pdf > dt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
dl.list-ir-pdf > dt.icon-line-red {
	border-top: 2px solid #cccccc;
	margin-top: 20px;
	padding: 20px 0;
}
dl.list-ir-pdf > dt.icon-line-red > span {
	padding-left: 10px;
}
dl.list-ir-pdf > dt > a.link-icon-next {
	font-size: 14px;
	font-weight: normal;
	float: right;
}
dl.list-irframe > .title-3-underline {
	margin: 0 20px;
	padding: 20px 0;
}
dl.list-irframe > .title-3-underline > div {
	font-size: 14px;
	font-weight: normal;
}
/* 項目別アコーディオン */
dl.list-accordion {
	/* margin-bottom: -20px; */
	padding-bottom: 0;
}
dl.list-accordion > dt {
	background: url("../images/icon_accordion_plus_pd0.png") no-repeat right 10px center;
	cursor: pointer;
	font-size: 14px !important;
}
dl.list-accordion:hover > dt {
	background-color: #f1f1f1;
}
dl.list-accordion > dt.active,
dl.list-accordion > dt.active:hover {
	background: #f1f1f1 url("../images/icon_accordion_minus_pd0.png") no-repeat right 10px center;
}
dl.list-accordion > dd {
	display: none;
	margin-top: 20px;
}
/* グローバル拠点 */
.list-accordion.world {
	margin-bottom: 70px;
}
.list-accordion.world > dd {
	margin-top: 0;
}
#philippine.title-3-underline.title-3-bg-gray,
#thailand.title-3-underline.title-3-bg-gray {
	position: relative;
	margin-top: -71px;
	padding-top: 71px;
	background: none;
	margin-bottom: 20px;
}
#philippine.title-3-underline.title-3-bg-gray:before,
#thailand.title-3-underline.title-3-bg-gray:before {
	height: 57px;
	background: #f1f1f1;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 57px;
	padding-left: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
}
#philippine.title-3-underline.title-3-bg-gray:before {
	content: "PHILIPPINES";
}
#thailand.title-3-underline.title-3-bg-gray:before {
	content: "THAILAND";
}
/* 説明会資料 / 動画 */
.wrap-document-movie > .area-text-ir > h2 > a:after {
	content: url("../images/icon_pdf.png");
	padding-left: 10px;
}
.area-text-ir {
	float: left;
	padding: 40px 0;
	width: 50%;
}
.area-text-ir > h2 {
	font-size: 28px;
	line-height: 1.2em;
}
.area-text-ir > h2 > span {
	font-size: 16px;
	display: block;
}
.area-text-ir > p {
	font-size: 12px;
	margin-top: 20px;
}
.area-movie-ir {
	float: right;
	width: 416px;
}
.area-movie-ir iframe {
	display: block;
	height: 234px;
	width: 100%;
}

/*--------------------------------------------
	株式情報
---------------------------------------------*/
.layout-2clm-right > .sub-clm {
	float: left;
	width: 328px;
}
.layout-2clm-right > .main-clm {
	float: right;
	width: 675px;
}
.sub-clm-inline > ul.list-arrow-links > li {
	border-top: none;
	width: 326px;
}
.sub-clm-inline > ul.list-arrow-links > li:first-child {
	border-top: 1px solid #cccccc;
}
.sub-clm-inline > ul.list-arrow-links > li > a {
	position: relative;
}
.sub-clm-inline > ul.list-arrow-links > li:first-child > a:after {
	content: url("/common/fjhp/doc/top/img_fixed_page/icon_windows.png");
	position: absolute;
	right: 20px;
	padding: 0;
}
.layout-2clm-right > .main-clm > .wrap-tabs > ul.list-tabs-under-red {
	width: 100%;
}
ul.list-tabs-under-red.clm2.list-tabs-under-red-type2 > li {
	width: 50%;
}
/* 定款 */
table.table-archive#teikan {
	margin-top: -10px;
}

/*--------------------------------------------
	１分でわかるフジテック
---------------------------------------------*/
ul.listlayout-blackband {
	cursor: default;
}
ul.listlayout-blackband li {
	float: left;
	position: relative;
}
ul.listlayout-blackband li:after {
	content: "";
	background: #ffffff;
	width: 1px;
	height: 342px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
ul.listlayout-blackband li:last-of-type:after {
 display: none;
}
ul.listlayout-blackband li .wrapper-blackband {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
}
ul.listlayout-blackband li .wrapper-blackband > p {
	padding: 10px 20px;
}
ul.listlayout-blackband li > img {
	display: block;
}

/*--------------------------------------------
	株式についてのご案内
---------------------------------------------*/
dl.list-description-bold16.type-ir {
	margin-bottom: 30px;
}
dl.list-description-bold16.type-ir > dt {
	margin-bottom: 0;
}
dl.list-description-bold16.type-ir > dt > span {
	color: #d01126;
	display: inline-block;
	vertical-align: text-bottom;
	padding-right: 5px;
}
dl.list-description-bold16.type-ir > dd {
	margin-top: 10px;
}
.red-square {
	color: #d01126;
	display: inline-block;
	vertical-align: text-bottom;
	padding-right: 5px;
}

/*--------------------------------------------
	業績の推移
---------------------------------------------*/
ul.listlayout-2clm-half-contents.type-performance {
	padding: 20px;
}
ul.listlayout-2clm-half-contents.type-performance > li {
	padding: 0;
	width: 482px;
}

/*--------------------------------------------

	フジテックのチカラ

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
/* メインタイトル下テキスト配置 */
#mainvisual.type-quality .inner-frame {
	position: absolute;
	bottom: 10%;
	text-align: center;
	left: 50%;
	/*margin-right: -50%;*/
	-webkit-transform: translate(-50%, 10%); /* Safari用 */
	transform: translate(-50%, 10%);
}
#mainvisual.type-quality .inner-frame p {
	color: #ffffff;
	font-size: 22px;
}
#mainvisual.type-quality .inner-frame p span {
	background: rgba(0, 0, 0, 0.7);
	line-height: 1.5em;
	display: inline-block;
	padding: 10px 20px;
}

/* indexのみ、imgを100%に */
#contents .type-quality img {
	display: block;
	width: 100%;
}
/* 世界地図画像のみ一部100%指定やめ */
#contents .type-quality img.widthauto {
	width: 849px;
	height: 406px;
	margin: 0 auto;
}
/* セクション */
.section-contents {
	padding: 60px 0 50px;
	text-align: center;
}
.section-contents h2 {
	font-size: 28px;
	color: #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url("../images/red_under_border.png") no-repeat bottom center;
}

/* 画像リスト */
ul.list-pictures-quality li {
	padding-top: 2px;
	position: relative;
}
ul.list-pictures-quality li:first-child {
	padding-top: 0;
}
ul.list-pictures-quality li a {
	display: block;
}
/* 画像の上にかぶさるテキストエリア */
/* 右下固定 */
ul.list-pictures-quality li.right > div {
	position: absolute;
	right: 0;
	bottom: 0;
}
ul.list-pictures-quality li.right > div.text-position {
	position: relative;
}
/*英語版のみ指定変更 */
ul.list-pictures-quality li.right > div.wrapper-maparea {
	position: relative;
}
/* 右下固定 */
ul.list-pictures-quality li.left > div {
	position: absolute;
	left: 0;
	bottom: 0;
}
ul.list-pictures-quality li.left > div.text-position {
	position: relative;
}
/* 中央固定 */
ul.list-pictures-quality li.center > div {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
ul.list-pictures-quality li .wrapper-count span.position-approx {
	top: 60px;
	left: -25px;
}

/* 中央より下固定 */
/* 英語版のグラフ、カウントふくめて指定 */
ul.list-pictures-quality li.center-bottom > div,
ul.list-pictures-quality li.englishgraph .wrapper-graph,
ul.list-pictures-quality li.englishgraph .wrapper-count {
	position: absolute;
	top: 70%;
	left: 50%;
	/*margin-right: -50%;*/
	-webkit-transform: translate(-50%, -30%); /* Safari用 */
	transform: translate(-50%, -30%);
}
ul.list-pictures-quality li.center-bottom > div.bg-wrap-white-textarea {
	bottom: 10% !important;
	height: 140px;
}
/* 英語版のみグラフ位置調整 */
ul.list-pictures-quality li.englishgraph .wrapper-graph {
	top: 70%;
	-webkit-transform: translate(-50%, -20%); /* Safari用 */
	transform: translate(-50%, -20%);
}

/* 英語版のみカウント位置調整 */
ul.list-pictures-quality li.englishgraph .wrapper-count {
	margin-top: -130px;
}
ul.list-pictures-quality li.englishgraph .wrapper-count #myTargetElement {
	color: #000000;
}
ul.list-pictures-quality li.englishgraph .wrapper-count span.position-approx {
	top: 0;
	left: 0;
	width: 90px;
}
ul.list-pictures-quality li.englishgraph .wrapper-count span {
	color: #000000;
	left: 75px;
	top: 60px;
}
/* h3タイトル位置調整 */
ul.list-pictures-quality li h3.title-3-left {
	left: 8%;
	position: absolute;
	top: 50%;
	margin-right: -50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	font-size: 2vw; /* ウィンドウ幅によって可変（横幅） */
	color: #ffffff;
}
ul.list-pictures-quality li h3.title-3-center {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 5;
}
/* 画像右上にテキストリンク配置 */
ul.list-pictures-quality li > .ta-right.link {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 40px;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
/* 画像左上にテキストリンク配置 */
ul.list-pictures-quality li > .ta-left.link {
	position: absolute;
	top: 0;
	margin-left: 40px;
	margin-top: 20px;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
/* 黒帯リンク */
.ta-right.blacklink,
.ta-left.blacklink {
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 12px 0;
	position: absolute;
	bottom: 0;
}
.ta-right.blacklink a:hover ,
.ta-left.blacklink a:hover {
	text-decoration: underline;
}
/* 黒帯リンクテキスト位置調整 */
.list-pictures-quality .ta-left.blacklink a,
.list-pictures-quality .ta-left.blacklink span {
	padding-left: 37px;
}
.list-pictures-quality .ta-right.blacklink a,
.list-pictures-quality .ta-right.blacklink span {
	padding-right: 37px;
}
ul.list-pictures-quality li > .ta-left.link a,
ul.list-pictures-quality li > .ta-right.link a,
ul.list-pictures-quality li > .ta-left.blacklink a,
ul.list-pictures-quality li > .ta-right.blacklink a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
ul.list-pictures-quality li > .ta-left.link span,
ul.list-pictures-quality li > .ta-right.link span,
ul.list-pictures-quality li > .ta-left.blacklink span,
ul.list-pictures-quality li > .ta-right.blacklink span {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
ul.list-pictures-quality li > .ta-left.link a:hover,
ul.list-pictures-quality li > .ta-right.link a:hover {
	text-decoration: underline;
}
/* ほか国のリンクリスト */
ul.list-pictures-quality.otherlinks li {

}
/* 背景透過黒 */
.bg-wrap-black-textarea {
	background: rgba(0,0,0,0.7);
	padding: 20px;
	font-size: 1vw;
}

/* 背景透過黒（文字色白） */
.bg-wrap-black-textarea h3 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.bg-wrap-black-textarea p {
	font-size: 14px;
	color: #ffffff;
}
/* 背景透過白 */
.bg-wrap-white-textarea {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	z-index: 10;
	font-size: 1vw;
	text-align: center;
}
/* 背景透過白（文字色黒） */
.bg-wrap-white-textarea h3,
.bg-wrap-white-textarea p {
	color: #000000;
	/*font-size: 14px;*/
}
.bg-wrap-white-textarea h3 {
	font-size: 16px;
}
.bg-wrap-white-textarea p {
	margin-top: 14px;
	font-size: 14px;
	text-align: center;
}
.bg-wrap-white-textarea h1.title-1-under-red span {
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
}
/* フジテッククオリティ２枚画像並べ */
.listlayout-2clm-wrapperimages > li {
	width: 50%;
	float: left;
}
.listlayout-2clm-wrapperimages li.pdnone {
	padding-top: 0;
}

/* フジテック・ジャパン配置 */
.wrapper-qualitylinks .inQualitylinks {
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 120px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.wrapper-qualitylinks .inQualitylinks > a {
	color: #ffffff;
	padding: 10px;
	width: 328px;
}
.wrapper-qualitylinks .inQualitylinks > a > p {
	font-size: 16px;
	font-weight: bold;
}
.wrapper-qualitylinks .inQualitylinks > a > span {
	display: block;
	margin-top: 10px;
}

/* グラフ（レイヤー上） */
.wrapper-graph {
	z-index: 50;
	margin-top: -240px;
	opacity: 0;
}
canvas#graph {
	width: 250px;
	height: 250px;
}
/* カウント */
.wrapper-count {
	opacity: 0;
	margin-top: -200px;
}
.wrapper-count span {
	color: #212d62;
	display: inline-block;
	font-size: 25px;
	position: absolute;
	left: 80px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	top: 60px;
}
#myTargetElement {
	font-size: 70px;
	color: #212d62;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/* 背景グレー（ＰＣのみ） */
.bggray-pc {
	background: #f1f1f1;
}
/* 世界地図余白調整 */
ul.list-pictures-quality li.bggray-pc {
	padding-top: 32px;
	padding-bottom: 55px ;
}
/* マップエリア包括 */
.wrapper-maparea {
	position: relative;
	width: 849px;
	height: 406px;
	margin: 0 auto;
}
ul.list-pictures-quality li.left > div.wrapper-maparea {
	position: relative;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
/*香港エリア*/
#circle01 {
	opacity: 0;
	width: 122px;
	height: 122px;
	-webkit-border-radius: 61px;/* width,heightの半分 */
	-moz-border-radius: 61px;
	border-radius: 61px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	right: 149px;
	bottom: 61px;
}
/* 日本エリア */
#circle02 {
	opacity: 0;
	width: 62px;
	height: 62px;
	-webkit-border-radius: 31px;/* width,heightの半分 */
	-moz-border-radius: 31px;
	border-radius: 31px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	right: 89px;
	top: 138px;
}
/* 中国エリア */
#circle03 {
	opacity: 0;
	width: 84px;
	height: 84px;
	-webkit-border-radius: 42px;/* width,heightの半分 */
	-moz-border-radius: 42px;
	border-radius: 42px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	right: 157px;
	top: 133px;
}
/* 中東エリア */
#circle04 {
	opacity: 0;
	width: 116px;
	height: 116px;
	-webkit-border-radius: 58px;/* width,heightの半分 */
	-moz-border-radius: 58px;
	border-radius: 58px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	right: 287px;
	top: 145px;
}
/* EUエリア */
#circle05 {
	opacity: 0;
	width: 62px;
	height: 62px;
	-webkit-border-radius: 31px;/* width,heightの半分 */
	-moz-border-radius: 31px;
	border-radius: 31px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	right: 384px;
	top: 100px;
}
/* 北アメリカ */
#circle06 {
	opacity: 0;
	width: 118px;
	height: 118px;
	-webkit-border-radius: 59px;/* width,heightの半分 */
	-moz-border-radius: 59px;
	border-radius: 59px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	left: 219px;
	bottom: 60px;
}
/* 南アメリカ */
#circle07 {
	opacity: 0;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 60px;/* width,heightの半分 */
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #d01126;/* 円の色 */
	background: rgba(208,17,38,0.2);
	position: fixed;
	left: 124px;
	top: 100px;
}
/* 英語版 */
/*香港エリア*/
#circle_en_01 {
	opacity: 0;
	width: 155px;
	height: 78px;
	position: absolute;
	right: 87px;
	bottom: 115px;
}
/*日本エリア*/
#circle_en_02 {
	opacity: 0;
	width: 47px;
	height: 69px;
	position: absolute;
	right: 87px;
	bottom: 193px;
}
/*中国エリア*/
#circle_en_03 {
	opacity: 0;
	width: 108px;
	height: 69px;
	position: absolute;
	right: 134px;
	bottom: 193px;
}
/*中東エリア*/
#circle_en_04 {
	opacity: 0;
	width: 152px;
	height: 91px;
	position: absolute;
	right: 242px;
	bottom: 137px;
}
/*EUエリア*/
#circle_en_05 {
	opacity: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 395px;
	top: 98px;
}
/*北アメリカエリア*/
#circle_en_06 {
	opacity: 0;
	width: 79px;
	height: 146px;
	position: absolute;
	left: 224px;
	bottom: 39px;
}
/*南アメリカエリア*/
#circle_en_07 {
	opacity: 0;
	width: 150px;
	height: 108px;
	position: absolute;
	left: 111px;
	top: 113px;
}
/* 背景グレー（クオリティのみ余白設定） */
.bg-gray.type-quality {
	padding: 70px 0;
}
.bg-gray.type-quality p {
	line-height: 2.5em;
}
/* 背景白ボックス（クオリティのみ） */
.box-white-quality {
	background: #ffffff;
	padding: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box-white-quality h3 {
	margin: 40px 0;
}
.box-white-quality h3 {
	font-size: 20px;
}
.box-white-quality img {
	width: auto !important;
	display: inline !important;
}

/* スクロールアニメーション */
.action01 {
	position: relative;
	overflow: hidden;
}
/* アクション01 */
.action-part1 {
	position: absolute!important;
	z-index: -10;
	right: 0;
	margin-top: -120px;
	height: 533px;
	width: 636px;
	top: 80px;
}
/* アクション02 */
.action-part2 {
	position: absolute!important;
	z-index: -10;
	left: 0;
	margin-top: -120px;
	height: 768px;
	width: 636px;
	top: 80px;
}
/* アニメーションパーツ 01 */
.scrEvent {
	display: none;
	right: -200px;
	margin: 0 auto;
	position: relative;
	width: 30%;
}
/* アニメーションパーツ 02 */
.scrEvent2 {
	display: none;
	margin: 0 auto;
	position: relative;
	width: 30%;
}
/* アニメーションパーツ 02 グローバル */
.scrEvent2.en {
	display: none;
	margin: 0 auto;
	position: relative;
	width: 30%;
}
/* アニメーションパーツ 03 */
.scrEvent3 {
	display: none;
}
/* アニメーションパーツ 04 */
.scrEvent4 {
	display: none;
	margin: 0 auto;
	position: relative;
	bottom: 0;
}
.scrEvent4.bg-wrap-black-textarea {
	top: -50%;
}
.bg-wrap-white-textarea .wrapper-text {
	/*height: 180px;*/
	/*padding: 30px 20px 30px;*/
	padding-top: 20px;
}
#counter25.en {
	font-size: 40px;
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*--------------------------------------------
	フジテックのチカラ
---------------------------------------------*/
.section-visual {
	margin-top: 40px;
	position: relative;
	width: 100%;
	height: 100%;
}
/* セクション画像(1) */
.section-visual.first {
	background: url("../images/seciton_visual_01.png") no-repeat left center;
	background-size: cover;
	padding-top: 72%;
}
/* セクション画像(2) */
.section-visual.second {
	background: url("../images/seciton_visual_02.png") no-repeat left center;
	background-size: cover;
	padding-top: 44.5%;
}
/* セクション画像(3) */
.section-visual.third {
	background: url("../images/seciton_visual_03.png") no-repeat left center;
	background-size: cover;
	padding-top: 44.5%;
}
/* テキストエリア位置設定 */
.section-visual .bg-wrap-white-textarea {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
	margin-top: 50px;
}
/* 別窓リンクの配置 */
.section-visual .ta-right {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 20px;
}
/* ビジュアル内のみ別窓リンクを白に */
.section-visual .ta-right a {
	color: #ffffff;
}
.section-visual a[target*="_blank"]:not(img):after {
	padding-left: 5px;
	content: url("/common/fjhp/doc/top/img_fixed_page/quality/icon_windows_white.png");
}

/* 画像上にテキスト配置 */
ul.listlayout-2clm-half.textview > li > div > img {
	display: block;
	width: 100%
}
.listlayout-2clm-half.textview > li > div {
	position: relative;
}
.listlayout-2clm-half.textview > li > div > span {
	background: rgba(0,0,0,0.7);
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
ul.listlayout-2clm-half.textview li h4,
ul.listlayout-2clm-half.textview li p {
	padding-top: 10px;
}
.bg-wrap-white-textarea h3.title-3-under-red span {
    border-bottom: 1px solid #d01126;
    padding-bottom: 10px;
    display: inline-block;
}

/*--------------------------------------------
	セカエレ
---------------------------------------------*/
#sekaeleContainer {
	background:url("../images/container_bg_02.gif") left top repeat-y;
	padding-bottom: 20px;
}
#sekaeleMain {
	background-color: #2AB7D3;
}
#sekaeleMain #sekaeleCatch {
	padding: 40px 0;
	text-align: center;
}
#sekaeleMain #sekaeleCatch h1 {
	margin-bottom: 30px;
}
#sekaeleSlider {
	height: 198px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
#sekaelePhoto {
	margin-bottom: 30px;
	text-align: center;
}
#sekaeleWrap01 {
	background:url("../images/sekaele_bg01.gif") right top no-repeat #FFF;
	border-left: 10px solid #2AB7D3;
	border-right: 10px solid #2AB7D3;
	border-bottom: 10px solid #2AB7D3;
}
#sekaeleWrap02 {
	background:url("../images/sekaele_bg02.gif") left bottom no-repeat;
	padding: 50px;
}
#sekaeleWrap02 #mapArea {
	background:url("../images/sekaele_map01.gif") center 70px no-repeat;
	height: 505px;
	position: relative;
}
#sekaeleWrap02 #mapArea h2 {
	margin-bottom: 20px;
}
#sekaeleWrap02 #mapArea #detail {
	position: absolute;
	bottom: 30px;
	right: 185px;
}
#sekaeleWrap02 #buttonArea {
	background:url("../images/sekaele_dotline01.gif") center top no-repeat;
	padding-top: 36px;
	text-align: center;
}
#sekaeleWrap02 #buttonArea ul {
	width: 440px;
	height: 47px;
	margin: 0 auto;
}
#sekaeleWrap02 #buttonArea ul li.bt01 {
	float: left;
	height: 47px;
}
#sekaeleWrap02 #buttonArea ul li.bt02 {
	float: right;
	height: 47px;
}

/*--------------------------------------------
	ビッグウィング・ビッグフット・ビッグステップ
---------------------------------------------*/
/* メインビジュアルの白背景位置 */
.bg-wrap-white-textarea.section-visual-type2 {
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
ul.listlayout-3clm-inline-incontents > li {
	float: left;
	margin-left: 20px;
	width: 328px
}
ul.listlayout-3clm-inline-incontents > li:first-child {
	margin-left: 0;
}
ul.listlayout-3clm-inline-incontents > li > img {
	display: block;
}
ul.listlayout-2clm-half-corp > li {
	float: left;
	margin-left: 25px;
	width: 499px;
}
ul.listlayout-2clm-half-corp > li:first-child {
	margin-left: 0;
}
dl.list-contents-words > dt {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
dl.list-contents-words > dd {
	line-height: 1.5em;
	margin-top: 20px;
}

/*--------------------------------------------
	役員一覧
---------------------------------------------*/
dl.list-officer {
	padding-bottom: 5px;
	position: relative;
	line-height: 1.5em;
}
dl.list-officer > dt {
	float: left;
	width: 120px;
}
dl.list-officer > dt {
	font-weight: bold;
}
dl.list-officer > dd {
	float: right;
	width: 735px;
}
dl.list-officer > dd > span {
	display: block;
}
dl.list-officer:first-child {
	border-top: none;
	padding-top: 0;
}
dl.list-officer:last-child {
	padding-bottom: 0;
}

/*--------------------------------------------

	お問い合わせ

---------------------------------------------*/
/*--------------------------------------------
	お問い合わせINDEX
---------------------------------------------*/
#helppage > p {
	position: absolute;
	width: 797px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #cccccc;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrapper-contact-help > .inner-frame {
	padding: 30px 0;
}
.box-white-pd {
	background: #ffffff;
}
dl.list-2clm-contents-frame {
	border: 1px solid #cccccc;
}
dl.list-2clm-contents-frame > dt {
	float: left;
	width: 240px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-2clm-contents-frame a {
	color: #000000;
}
dl.list-2clm-contents-frame a:hover {
	color: #d00126;
}
dl.list-2clm-contents-frame > dd {
	border-left: 1px solid #cccccc;
	float: right;
	width: 741px;
	padding: 20px;
}
dl.list-2clm-contents-frame > dt > h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.2em;
}
dl.list-2clm-contents-frame > dd > ul.listlayout-2clm-half > li {
	margin-bottom: 0;
	width: 360px;
}
dl.list-2clm-contents-frame > dd > ul.listlayout-2clm-half > li > .box-gray-border {
	width: auto;
}
.box-gray-border-type2 {
	padding: 20px 0;
}
dl.list-inside-2clm-contents-frame > dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
dl.list-inside-2clm-contents-frame > dd > ul.listlayout-inside-2clm-half > li {
	float: none;
	width: auto;
	margin-bottom: 10px;
}
ul.listlayout-inside-2clm-half-type2 {
	border: 1px solid #cccccc;
	padding: 20px 20px 10px;
	text-align: center;
}
ul.listlayout-inside-2clm-half-type2 > li {
	display: inline-block;
}
ul.listlayout-inside-2clm-half-type2 > li:before {
	content: "｜";
	padding: 0 5px;
}
ul.listlayout-inside-2clm-half-type2 > li:first-child:before,
ul.listlayout-inside-2clm-half-type2 > li:nth-child(5):before {
	content: "";
	padding: 0;
}
dl.list-info-area-type2 > dd {
	line-height: 1.5em;
}
a.link-icon-mail {
	background: url("../images/icon_mail.png") no-repeat left center;
	padding-left: 26px;
}
.icon-tel:before {
	content: url("/common/fjhp/doc/top/img_fixed_page/news/ico_tell.png");
}

/*--------------------------------------------
	エレベータ・エスカレータに関するお問い合わせ
---------------------------------------------*/
#contactpage > p {
	position: absolute;
	width: 615px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #cccccc;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
dl.list-contact-question {
	border: 1px solid #cccccc;
}
dl.list-contact-question:first-child {
	border-top: 2px solid #cccccc;
}
dl.list-contact-question.list-accordion > dd {
	margin-top: 0;
}
dl.list-contact-question.list-accordion > dt:hover {
	background: url("../images/icon_accordion_plus_pd0.png") no-repeat right 10px center #f1f1f1;
	/* color: #d01126; */
}
dl.list-contact-question.list-accordion > dt.active:hover {
	background: url("../images/icon_accordion_minus_pd0.png") no-repeat right 10px center #f1f1f1;
}
dl.list-contact-question.list-accordion > dt > span {
	background: url("../images/icon_quetion.png") no-repeat left 10px center;
	display: block;
	padding: 15px 10px 15px 35px;
}
ul.list-answer > li {
	border-top: 1px solid #cccccc;
	padding: 20px;
}

/*--------------------------------------------
	その他（製品・サービス）のお問い合わせ
---------------------------------------------*/
/* ご利用規約（y軸にスクロール） */
.box-border-overflow {
	padding: 15px;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	box-sizing: border-box;
	height: 160px;
}
.box-border-overflow h4 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.box-border-overflow.type-fs-normal ul.listlayout-text-indent-02,
.box-border-overflow.type-fs-normal ul.listlayout-text-indent-03 {
	font-size: 14px;
}
.wrapper-intable-inlinebl {
	display: inline-block;
	/*margin-right: 20px;*/
	width: 30%;
}
.wrapper-intable-inlinebl:last-child {
	margin-right: 0px;
}
.box-border-overflow dl.list-contents-words > dt {
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

/*--------------------------------------------

	技術情報

---------------------------------------------*/
/*--------------------------------------------
	技術情報INDEX
---------------------------------------------*/
/* メインビジュアル */
#pagetitle.type-pagetitle-top.type-sales {
	margin-bottom: 0;
	background: url("../images/pagetitle_sales.png") no-repeat left center;
	background-size: cover;
}

/* 新規会員登録/ログインエリア */
.other-linkarea.sales {
	padding: 40px 0;
	margin-top: 0;
}
.other-linkarea.sales .listlayout-2clm-borderlinks li {
	position: relative;
	background: #ffffff;
}

/* 新規会員登録 */
.other-linkarea.sales .listlayout-2clm-borderlinks li.type-customered-regist {
	border: 2px solid #cccccc;
}
.other-linkarea.sales .listlayout-2clm-borderlinks li.type-customered-regist:hover > a {
	border: 2px solid #f1f1f1;
}
.other-linkarea.sales .listlayout-2clm-borderlinks li.type-customered-regist a {
	border: 2px solid #f1f1f1;
	padding: 28px 0;
	background: url("../images/ico_menulink.png") no-repeat 20px center #212d62;
	color: #ffffff;
}
.other-linkarea.sales .listlayout-2clm-borderlinks li:hover.type-customered-regist a {
	color: #d01126;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}
/* ログイン */
.other-linkarea.sales .listlayout-2clm-borderlinks li.type-customered-login {
	border: 2px solid #cccccc;
}
.other-linkarea.sales .listlayout-2clm-borderlinks li.type-customered-login:hover > a {
	border: 2px solid #f1f1f1;
}

.other-linkarea.sales .listlayout-2clm-borderlinks li.type-customered-login a {
	border: 2px solid #ffffff;
	padding: 28px 0;
	background: url("../images/ico_menulink.png") no-repeat 20px center, url("/common/fjhp/doc/top/img_fixed_page/icon_login_white.png") no-repeat right 20px center #d01126;
	color: #ffffff;
}
.other-linkarea.sales .listlayout-2clm-borderlinks li:hover.type-customered-login a {
	color: #d00126;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center, url("/common/fjhp/doc/top/img_fixed_page/icon_login_red.png") no-repeat right 20px center #f1f1f1;
}
ul.layout-clms-images.clm4.type-sales > li > dl > dt > img {
	border: 1px solid #cccccc;
	display: block;
}
ul.layout-clms-images.clm4.type-sales > li > dl > dd > ul > li {
	margin: 10px 0 0 0;
	padding-bottom: 0;
}
ul.layout-clms-images.clm4.type-sales > li > dl > dd > ul > li:first-child {
	margin: 0;
}
ul.layout-clms-images.clm4.type-sales > li > dl > dd > ul > li > a {
	display: block;
	color: #000000;
}
ul.layout-clms-images.clm4.type-sales > li > dl > dd > ul > li button {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	text-align: left;
	font-weight: normal;
	text-align: center;
}
/* フッター調整 */
#localnavigation.sales {
	margin-top: 2px;
}
#localnavigation.sales > ul > li {
	line-height: 1.8em;
}
/* salesトップのみフッターの余白解除 */
#footer.sales {
	margin-top: 0;
}

/* カタログリンクリスト（4clm） */
ul.list-usnet-backnumber.clm4 > li {
	/*width: 25% !important;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 詳細アイコン */
ul.list-usnet-backnumber > li > dl > dd > ul > li > button.button-usnet-pdf {
	background: url("../images/icon_pdf_right.png") no-repeat right center;
	padding: 0 10px;
}
ul.list-usnet-backnumber.type-center > li > dl > dd > ul > li button {
	text-align: center;
}
/* テキストリスト（横並び） */
ul.list-text.sales {
	float: right;
}
ul.list-text.sales > li {
	padding-top: 0;
}
/* テーブル */
.table-many-sales th,
.table-many-sales td {
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
.table-many-sales th {
	height: 60px;
}
.table-many-sales td {
	height: 100px;
	vertical-align: bottom;
}
.table-many-sales td:first-child {
	vertical-align: middle;
}
/* スクロール時表示領域 */
table#fixheader_evtable.pageval-salesindex {
	width: 982px;
	top: 70px;
}
ul.listlayout-2clm-borderlinks.type-logout > li {
	background: url("../images/icon_logout.png") no-repeat right 20px center #ffffff !important;
}
ul.listlayout-2clm-borderlinks.type-logout > li > a {
	background: url("../images/icon_arrow_common.png") no-repeat left 20px center
}
ul.listlayout-2clm-borderlinks.type-logout > li > a:hover {
	color: #d00126;
}
.box-border-overflow.type-sales {
	height: 320px;
}

/*--------------------------------------------
	新規会員登録（技術情報）
---------------------------------------------*/
ul.list-text.sales li {
	display: inline-block;
	padding-right: 15px;
}
/* ボタン間に余白つきの場合 */
ul.list-arrow-links.send {
	margin: 0 auto;
	width: 705px;
}
ul.list-arrow-links.send > li button {
	display: block;
	height: 50px;
	font-size: 14px;
	width: 100%;
}

/* 1カラムだった場合 */
ul.list-arrow-links.send.send-type2 {
	width: 340px;
}

/* リストアイコン無し（メールなどのアイコンなし） */
ul.list-arrow-links li.none {
	background-image: none;
}
/*--------------------------------------------
	パスワードを忘れた場合（技術情報）
---------------------------------------------*/
/* エラー表記 */
.error {
	color: #d01126;
	margin-top: 10px;
	text-align: left;
}

/*--------------------------------------------
	ガイド（技術情報）
---------------------------------------------*/
/* サブタイトル（→#pagetitleから左カラムの向き変更） */
.subtitle {
	display: table;
	width: 100%;
	margin: 40px 0;
}
.subtitle h2,
.subtitle h1 {
	display: table-cell;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 22px;
	height: 100%;
	min-width: 110px;
	line-height: 1.5em;
}
.subtitle p,
.subtitle ul {
	display: table-cell;
	padding-left: 40px;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	width: 100%;
}

/* リンクなし4カラム　サムネイルリスト */
ul.listlayout-4clm-inline-incontents > li:hover dl.list-thumbnail-4clm.nolinks > dd img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.wrapper-sales-guide > h1{
	float: left;
	font-size: 22px;
	width: 140px;
}
.wrapper-sales-guide > div {
	float: right;
	border-left: 1px solid #cccccc !important;
	width: 840px;
	padding-left: 40px;
}

/*--------------------------------------------
	交通計算
---------------------------------------------*/
/* 1カラム定義リスト */
dl.list-gray {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
/* 右側ボーダー無し */
.list-gray.border-r-none{
	border-right: 0;
}
/* 50%コンテンツで並べる場合の高さ調整 */
.listlayout-2clm-wrapperimages .wrapper-bggraylist .list-gray {
	min-height: 200px;
}
/* 法令ページだけ特別 */
.listlayout-2clm-wrapperimages .wrapper-bggraylist .type-arrow .list-gray {
	min-height: 155px;
}
dl.list-gray > dt {
	background: #f1f1f1;
	padding: 15px;
	font-weight: bold;
}
dl.list-gray > dt > img{
	vertical-align: middle;
}
dl.list-gray > dd {
	padding: 15px;
}
/* 汎用テキストリスト（余白つき） */
ul.list-text li {
	padding-top: 15px;
}
ul.list-text li:first-child {
	padding-top: 0;
}
/* 汎用レイアウト（inner-frame内に設置） */
.layout-2clm-left-inner-in .clm-left {
	float: left;
	width: 570px;
}
.layout-2clm-left-inner-in .clm-right {
	float: right;
	width: 400px;
}
/* STEP1用 */
.layout-2clm-left-inner-in.step1 .clm-left {
	width: 370px;
}
.layout-2clm-left-inner-in.step1 .clm-right {
	width: 600px;
}
.layout-2clm-left-inner-in.step1 .table-many.w-small td,
.layout-2clm-left-inner-in .table-many.w-small.step3 td {
	padding: 3px;
}
.table-many.mg-bottom-0 {
	margin-bottom: 0;
}
/* width70pxのテーブル */
.table-many.w-small th {
	background: #e3e3e3;
}
.table-many.w-small th,
.table-many.w-small td {
	min-width: 70px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
/* thに要素（ボーダーなし）がない場合 */
.table-many.w-small.border-none {
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.table-many.w-small.border-none th.none {
	background: none;
	border: none;
}
.table-many.w-small.border-none th,
.table-many.w-small.border-none td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: none;
	border-right: none;
}
.table-many.w-small th.first {
	background: #f1f1f1;
	width: 160px;
	line-height: 1.35em;
}
.table-many.w-small th.w70 {
	width: 70px;
}
.table-many.w-small .table-small-text-simple {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 10px;
	width: 100%;
}
.table-many.w-small .table-small-text-simple th {
	background: #ffffff;
	width: 70%;
}
.table-many.w-small .table-small-text-simple th,
.table-many.w-small .table-small-text-simple td {
	padding: 8px 5px;
}

/* 幅指定なしテーブル */
.table-many.wfree th,
.table-many.wfree td {
	padding: 8px 10px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.table-many.wfree .none {
	background: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.table-many.wfree a {
	color: #000000;
	display: block;
	text-decoration: underline;
}
td.table-formula > span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
td.table-formula > span.formula-underline:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #000000;
}

/* 矢印アイコンつきボックス */
.box-redarrow-icon {
	background: url("../images/icon_arrow_bottom_large.png") no-repeat top center;
	padding-top: 25px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	margin-left: 190px;
}
/* 印刷＆ダウンロードリスト */
.downloadarea {
	padding-left: 191px;
}
button.button-usnet-dl {
	background: url("../images/icon_dl.png") no-repeat right center #ffffff;
	width: 100%;
}
button.button-usnet-dl:hover {
	background-color: #f1f1f1;
}
button.button-usnet-print {
	background: url("../images/icon_print.png") no-repeat right center #ffffff;
	width: 100%;
}
button.button-usnet-print:hover {
	background-color: #f1f1f1;
}
/* ダウンロードボタン　レイアウト（矢印つき） */
ul.listlayout-downloadarea {

}
ul.listlayout-downloadarea > li {
	float: left;
	width: 400px;
	background: url("../images/icon_arrow_bottom_large.png") no-repeat top center;
	padding-top: 27px;
	margin-left: 1px;
}
ul.listlayout-downloadarea > li:first-child {
	margin-left: 0;
}

/* ダウンロードボタンリスト */
ul.list-download-linklist {
	background: #f1f1f1;
	padding: 15px;
	border-top: 2px solid #cccccc;
}
ul.list-download-linklist li {
	margin-top: 10px;
}
ul.list-download-linklist li:first-child {
	margin-top: 0;
}
ul.list-download-linklist li > button {
	border: 1px solid #cccccc;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
}

/* ボタン間に余白つきの場合 */
ul.list-arrow-links.send li {
	margin-left: 20px;
}
ul.list-arrow-links.send li button {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
ul.list-arrow-links.send li:first-child {
	margin-left: 0;
	border-right: 1px solid #cccccc;
}

/* 横並びラジオボックスリスト(inline-block) */
ul.list-left-text li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 0 !important;
}
/* 横並びラジオボックスリスト(float) */
ul.list-f-left-text li {
	margin: 0 15px 10px 0 !important;
	width: 47%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-f-left-text li p {
	padding-left: 20px;
}
/* PCレイアウト用 */
.list-f-left-text-type2 li {
	width: 100% !important;
}
.list-f-left-text-type2 li:last-child {
	margin-bottom: 0 !important;
}
/* アコーディオン（タイトルのみグレー） */
dl.list-ir-pdf > dt.icon-line-red.gray {
	background: url("../images/icon_accordion_plus_pd0.png") no-repeat right 10px center #ffffff;
	text-align: center;
	border-top: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: none;
	height: 42px;
	line-height: 42px;
	padding: 0;
}
dl.list-ir-pdf > dt.icon-line-red.gray.active {
	background: url("../images/icon_accordion_minus_pd0.png") no-repeat right 10px center #e3e3e3;
}
/* order_traffic */
dl.list-ir-pdf > dt.icon-line-red.type-mg-1 {
	margin-top: -1px;
}
dl.list-accordion.mgnone > dd {
	margin-top: 0;
}
textarea.large {
	height: 370px!important;
	overflow-y: scroll;
}
img.block {
	display: block;
	margin-top: 10px;
}
/* 資料ダウンロードエリア包括 */
.designdonwload {
	padding: 18px;
	border-top: 2px solid #bbbbbb;
}
/* DLアイコン付与 */
ul.listlayout-2clm-download-btn li {
	width: 492px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #ffffff;
}
ul.listlayout-2clm-download-btn li:first-child {
	border-right: none;
}
ul.listlayout-2clm-download-btn li a {
	height: 52px;
	line-height: 52px;
	background: url("../images/icon_dl.png")no-repeat right center;
		display: block;
	text-align: center;
	color: #000000;
}
ul.listlayout-2clm-download-btn li a:hover {
	color: #d00126;
}
ul.listlayout-2clm-download-btn li:hover {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}

/* DLアイコン付与 */
ul.list-news.type-dllinks > li > a {
	background: url("../images/icon_dl.png") no-repeat right 10px center;
}
ul.list-news.type-dllinks > li a[target*="_blank"]:not(img):after {
	content: none;
}
/* フォーム項目部分にリンクがある場合 */
dl.list-2clm-bggray.type-large > dt > span.tabletitle-withlink {
	display: block;
	text-align: right;
	margin-top: 10px;
}
dl.list-2clm-bggray.type-large > dt > span.tabletitle-withlink > a {
	display: inline-block;
	padding-left: 15px;
	font-weight: normal;
	background: url("../images/icon_arrow_common.png") no-repeat left center;
}
dl.list-2clm-bggray.type-large.type-select > dt > span.tabletitle-withlink > a {
	color: #ffffff;
}

/* step3 強調部分 */
.box-bggray-emphasis {
	margin: 30px -15px -15px -15px;
	padding: 15px;
}
.box-bggray-emphasis .box-redarrow-icon {
	margin-top: 20px;
	padding-top: 20px;
}
.box-bggray-emphasis td {
	background-color: #ffffff;
}

/* -----------------------------------------------
	JSテーブル
----------------------------------------------- */
.table-floor .disable {
background: #f1f1f1;
}
.table-floor tr:nth-of-type(2) > td:nth-of-type(4),
.table-floor tr:last-of-type > td:nth-of-type(3) {
	background: #f1f1f1;
}
/* -----------------------------------------------
	CADダウンロードページ
----------------------------------------------- */
.input-disabled {
	color: #ccc;
}
.input-disabled span{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.input-disabled span:after{
	content:"";
	background: #cccccc;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.75;
}
.list-capacity {
	display: none;
}
.type-select > dt {
	background: #212d62;
	color: #fff;
	position: relative;
	min-height: 49px;
}
.type-select > dt:after{
	content:"";
	background: url("../images/arrow_cad_dl.png");
	position:absolute;
	right: -6px;
	top: 50%;
	width: 6px;
	height: 14px;
	margin-top: -7px;
}
.type-select{
	position: relative;
}
.type-select > dt{
	position:absolute;
	top: 0;
	bottom: 0;
}
.type-select > dd:after{
	content: "選択してください";
	margin-top: 10px;
	display: block;
	color: #d01126;
}
.type-select.pattern-02 > dd:after{
	content: "　";
	margin-top: 10px;
	display: block;
	color: #d01126;
}

.table-caddl > dl > dt {
	display: table-cell;
}
ul.list-left-text > li.type-dl {
	/* height: 232px; */
	position: relative;
}
ul.list-left-text > li.type-dl > p > span > img {
	position: absolute;
	left: 0;
	bottom: 0;
}
ul.list-left-text > li.type-dl > label {
	display: inline-block;
	margin-top: -5px;
	vertical-align: top;
}
ul.list-left-text > li.type-dl > input {
	vertical-align: top;
}
.table-caddl a.dl{
	background: url(../images/icon_dl.png) no-repeat 100% 50%;
	padding: 0 20px 0 0;
}
/* 定員/積載/かご内法 幅指定 */
ul#add_basket.list-left-text li {
	width: 230px;
}

/*--------------------------------------------

	製品・サービス

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-products-top {
	background: url("../images/pagetitle_products.png") no-repeat left center;
	background-size: cover;
}
/* メガメニューのスタイルの箇所に追記 */
ul#menunavigation > li.menuitem-service > span.active {
	color: #d01126;
}
ul.listlayout-4clm-inline-borderlinks {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
ul.listlayout-4clm-inline-borderlinks > li {
	cursor: pointer;
	float: left;
	width: 25%;
	height: 50px;
	text-align: center;
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-4clm-inline-borderlinks > li:hover {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}
ul.listlayout-4clm-inline-borderlinks > li > a {
	color: #000000;
	display: block;
	height: 50px;
}
ul.listlayout-4clm-inline-borderlinks > li > a:after{
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
ul.listlayout-4clm-inline-borderlinks > li > a > span {
	vertical-align: middle;
	display: inline-block;
}
ul.listlayout-4clm-inline-borderlinks > li:hover > a {
	color: #d00126;
}

/* モーダルアイコン付与 */
ul.listlayout-4clm-inline-borderlinks.type-modal > li {
	background: url("../images/icon_modal.png") no-repeat right center;
}
ul.listlayout-4clm-inline-borderlinks.type-modal > li:hover {
	background: url("../images/icon_modal.png") no-repeat right center #f1f1f1;
}
ul.listlayout-4clm-inline-borderlinks.type-modal > li > button {
	color: #000000;
	height: 50px;
	width: 100%;
}
ul.listlayout-4clm-inline-borderlinks.type-modal > li > button:hover {
	color: #d00126;
}
ul.listlayout-4clm-inline-borderlinks.type-modal > li > button > span {
	vertical-align: middle;
	display: inline-block;
}
ul.listlayout-4clm-inline-borderlinks.type-modal > li > button:after{
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
/*--------------------------------------------
	新規設置 ※各製品ページに関しては下部にて別管理
---------------------------------------------*/
/* メインビジュアル */
#pagetitle.type-pagetitle-top.type-shinsetsu {
	background: url("../images/products_mv.png") no-repeat left center;
	background-size: cover;
}
.box-products-contents {
	border: 1px solid #cccccc;
	min-height: 240px;
	margin-top: 30px;
	position: relative;
}
.box-products-contents.top-part dl.list-products-contents {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.box-products-contents.top-part .box-products-contents-inside > a {
	display: block;
	color: #000000;
	height: 100%;
}
.box-products-contents.top-part dl.list-products-contents > dd {
	margin-top: 100px;
}
.box-products-contents-inside {
	padding: 20px;
}

.box-products-contents > .type-pdflinks-white {
	background: #4c4c4c;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.box-products-contents > .type-pdflinks-white > a {
	position: relative;
	color: #ffffff;
	display: block;
	padding: 10px 0;
}
.box-products-contents > .type-pdflinks-white > a:after {
	content: url("/common/fjhp/doc/top/img_fixed_page/icon_pdf_white.png");
	position: absolute;
	padding-left: 10px;
}
/* 箱 */
.box-products-contents-inside.new_con {
	padding: 0;
}
.box-products-contents-inside.new_con > a > div > img {
	display: block;
}
.box-products-contents-inside.new_con > a > div {
	overflow: hidden;
}
.box-products-contents-inside.new_con > a:hover > div > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.box-products-contents-inside.new_con dl.list-products-contents > dt,
.link-products-contents {
	font-size: 16px;
	padding-top: 10px;
}
dl.list-products-contents > dt,
.link-products-contents {
	font-weight: bold;
}
dl.list-products-contents > dd {
	color: #000000;
}
dl.list-products-contents > dd > div {
	margin-top: 10px;
}
dl.list-products-contents > dd > .box-products-tags {
	border-left: 1px solid #cccccc;
	margin: 0 auto;
}
dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags {
	margin-top: 20px;
}
dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags > li {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-left: none;
	float: left;
	height: 35px;
	text-align: center;
	width: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags > li:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags > li > span {
	display: inline-block;
	vertical-align: middle;
}
/*span.new-line {
	display: block;
}*/
dl.list-products-contents-inline {
	display: inline-block;
	margin-left: 20px;
	padding-top: 0px;
}
dl.list-products-contents-inline:first-child {
	margin-left: 0;
}
dl.list-products-contents-inline > dt {
	float: left;
}
dl.list-products-contents-inline > dd {
	float: right;
	font-weight: bold;
	margin-left: 10px;
}
.box-products-contents.top-part {
	border: none;
}
.box-products-contents.top-part:hover img {
	opacity: 0.8;
}
.box-products-contents.top-part > a > img {
	border: 1px solid #cccccc;
}
.box-products-contents.top-part > a > img:hover {
	opacity: 0.8;
}
.box-products-contents.top-part .box-products-contents-inside {
	padding: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
.box-products-contents.clm3 {
	border: none;
}
.box-products-contents.clm3 .box-products-contents-inside {
	border: 1px solid #cccccc;
	float: left;
	margin-left: 20px;
	width: 328px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box-products-contents.clm3 .box-products-contents-inside:first-child {
	margin-left: 0;
}
.box-products-contents.clm3 .box-products-contents-inside .box-products-tags {
	width: 284px;
}
.box-products-contents.clm3 .box-products-contents-inside .box-products-tags > ul.listlayout-products-tags {
	border-top: 1px solid #cccccc;
}
.box-products-contents.clm3 .box-products-contents-inside .box-products-tags > ul.listlayout-products-tags > li {
	border-top: none;
	width: 33.3%;
}
.box-products-contents.clm3 dl.list-products-contents > dt {
	font-size: 16px;
}
.box-products-contents.clm3 dl.list-products-contents > dd > div {
	margin-top: 20px;
}
.box-products-contents.clm3 dl.list-products-contents-inline {
	display: block;
	margin-left: 0;
	padding-top: 10px;
	width: 55%;
}
.box-products-contents.clm3 dl.list-products-contents-inline:first-child {
	padding-top: 0;
}
/* 新規設置TOP */
.new_con dl.list-products-contents > dt > a {
	background: none !important;
	border: 0 !important;
	font-size: 16px;
}
.new_con dl.list-products-contents-inline {
	margin-left: 0;
}
.new_con dl.list-products-contents-inline {
	margin-left: 0;
}
.box-products-contents-inside.new_con > dl.list-products-contents > dd {
	padding: 0;
}
.new_con dl.list-products-contents-inline {
	display: block;
	margin-bottom: 10px;
}
.new_con dl.list-products-contents-inline > dt,
.new_con dl.list-products-contents-inline > dd {
	float: none;
	display: inline-block;
}
.new_con dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags {
	margin-top: 15px;
	border-top: 1px solid #cccccc;
}
.new_con dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags li{
	width: 33.3%;
	font-size: 12px;
	border-top: 0;
	border-left: 0;
}
.new_con ul.list-3clm-incontents-links li {
	margin-left: 0;
}
.new_con ul.listlayout-products-tags li {
	margin-left: 0;
}
/* 特殊　別窓アイコン */
dt.icon-windows-part:after {
	margin-left: 10px;
	content: url("/common/fjhp/doc/top/img_fixed_page/icon_windows.png");
}
/* 3つ以下のときラベルリスト */
.new_con dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags.particular-labels-newconstruction {
	border-top: none;
}
.new_con dl.list-products-contents > dd > .box-products-tags > ul.listlayout-products-tags.particular-labels-newconstruction > li {
	border-top: 1px solid #cccccc;
}
/*--------------------------------------------
	製品・サービスに関するお知らせ
---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-products-notice {
	background: url("../images/pagetitle_products_notice.png") no-repeat left center;
	background-size: cover;
}

/*--------------------------------------------
	製品・サービスに関するお知らせ > エレベータの地震対策
---------------------------------------------*/
.layout-2clm-left-image .pd-left-20 {
	padding-left: 20px;
}
ul.list-simple-standard.type-red li:after {
	color: #d00126;
}

/*--------------------------------------------

	製品・サービス > 新規設置 > XIOR

---------------------------------------------*
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
/* ページタイトル部分 */
#pagetitle_type2.type-caption.type-xior {
	background: url("../images/xior_mv.png") no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
}
/* 特長リンク　4カラムリスト */
ul.listlayout-4clm-wider {
	border-top: 3px solid #ffffff;
}
ul.listlayout-4clm-wider > li {
	float: left;
	width: 25%;
	border-left: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*ul.listlayout-4clm-wider > li:first-child {
	border-left: none;
}
*/
/* サムネイルリンク 黒透過帯 */
dl.list-thumbnail-clearblack {
	position: relative;
}
dl.list-thumbnail-clearblack > dt {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #ffffff;
	padding: 15px 0;
	text-align: center;
	z-index: 10;
}
dl.list-thumbnail-clearblack > dd {
	overflow: hidden;
}
dl.list-thumbnail-clearblack > dd > img {
	display: block;
	width: 100%;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
dl.list-thumbnail-clearblack:hover > dd > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* フォーカス切り替えラベルリスト */
ul.list-lineuplabel-xior {
	font-size: 0;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
ul.list-lineuplabel-xior > li {
	display: inline-block;
	font-size: 14px;
	/* width: 20%; */
	width: 146px;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
ul.list-lineuplabel-xior > li:hover {
	background-color: #61add3;
	color: #ffffff;
}
ul.list-lineuplabel-xior > li:last-of-type {
	width: 147px;
}

ul.list-lineuplabel-xior > li.active {
	background-color: #61add3;
	color: #ffffff;
}
/* おすすめ表記枠 */
table#recommend_table {
	position: relative;
	margin-top: 80px;
	margin-bottom: 0;
}
table#recommend_table tr.switch-contents > th {
	position: relative;
}
table#recommend_table tr.switch-contents > th > .recommend {
	display: none;
	position: absolute;
	width: 100%;
	height: 60px;
	text-align: center;
	font-weight: normal;
	top: -60px;
	background: url("../images/icon_recommendtable_active.png") no-repeat center bottom #cccccc;
}
table#recommend_table tr.switch-contents > th > .recommend > p {
	margin-top: 5px;
}
table#recommend_table tr.switch-contents > th > .recommend.active {
	display: block;
}
/* アクティブ状態 */
table#recommend_table tr td.active {
	background-color: #dfeff6;
}
/* リンク範囲設置用 */
table#recommend_table tr.layout-links {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 62px;
}
table#recommend_table tr.layout-links td {
	position: absolute;
	height: 100%;
	border: none;
}
table#recommend_table tr.layout-links td:first-child {
	width: 240px;
}
table#recommend_table tr.layout-links td.type-p-link {
	left: 241px;
	width: 358px;
}
table#recommend_table tr.layout-links td.type-r-link {
	left: 600px;
	width: 140px;
}
table#recommend_table tr.layout-links td.type-b-link {
	left: 741px;
	width: 140px;
}
table#recommend_table tr.layout-links td.type-s-link {
	left: 882px;
	width: 140px;
}
/* リンク範囲 */
table#recommend_table tr.layout-links td a {
	display: block;
	height: 100%;
}
table#recommend_table tr.switch-contents > th > .recommend-type2.active {
	display: block;
}
table#recommend_table tr.switch-contents > th > .recommend-type2 > p {
	margin-top: 5px;
}
table#recommend_table tr.switch-contents > th > .recommend-type2 {
	display: none;
	position: absolute;
	width: 100%;
	height: 60px;
	text-align: center;
	font-weight: normal;
	top: -60px;
	background: url(../images/icon_recommendtable_active.png) no-repeat center bottom #cccccc;
}

/* スクロール時表示　項目ヘッダー */
table#fixheader_evtable {
	display: none;
	position: fixed;
	width: 1024px;
	top: 103px;
	border: none;
	border-top: 1px solid #cccccc;
	z-index: 110;
}
table#fixheader_evtable tr:first-child th:first-child {
	border-left: 1px solid #cccccc;
}
table#fixheader_evtable tr:nth-child(2),
table#fixheader_evtable tr:nth-child(2) td,
table#table-design-list-header tr:nth-child(2),
table#table-design-list-header tr:nth-child(2) td {
	height: 0;
	opacity: 0;
	border: none;
	z-index: 0;
}
table#fixheader_evtable.active {
	display: table;
}
/*--------------------------------------------
	特長1 もっと安心空間へ Safety & Security
---------------------------------------------*/
/*--------------------------------------------
	タブコンテンツ
---------------------------------------------*/
/* 4項目タブ */
ul.list-tabs-under-red.clm4 li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 3カラム配置　画像位置カスタマイズ */
ul.listlayout-3clm-inline-incontents.type-thumbnailbottom-20 > li > img {
	margin-bottom: 20px;
}
/* タイトル＋キャプション用リスト */
dl.list-description-bold16 {
}
dl.list-description-bold16 > dt {
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
dl.list-description-bold16.pdnone > dt {
	padding: 0;
	border: none;
}
dl.list-description-bold16 > dd {

}
dl.list-description-bold16 > dd > p {
	margin-bottom: 20px;
}
/* 注釈表記用リスト　（インデント揃え） */
dl.list-annotation {
	display: table;
	font-size: 12px;
}
dl.list-annotation > dt {
	display: table-cell;
	padding-right: 5px;
}
dl.list-annotation > dd {
	display: table-cell;
}
/* 中間線ドット　コンテンツ配置リスト */
ul.listlayout-1clm-middledotted {

}
ul.listlayout-1clm-middledotted > li {
	border-top: 1px dotted #cccccc;
	padding-top: 20px;
	margin-bottom: 20px;
}
ul.listlayout-1clm-middledotted > li:first-child {
	border-top: none;
	padding-top: 0;
}
/* モーダル位置 */
.safetyimg-relation {
	position: relative;
	width: 502px;
	height: 900px;
	margin: 0 auto;
}
/* リンク位置調整 */
ul.list-linkarea-safety {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
ul.list-linkarea-safety > li {
	position: absolute;
	cursor: pointer;
}
ul.list-linkarea-safety > li:nth-child(1) {
	width: 240px;
	height: 160px;
	left: 0;
	top: 0;
}
ul.list-linkarea-safety > li:nth-child(2) {
	width: 230px;
	height: 100px;
	right: 0;
	top: 260px;
}
ul.list-linkarea-safety > li:nth-child(3) {
	width: 100%;
	height: 320px;
	bottom: 0;
}
ul.list-linkarea-safety > li:nth-child(4) {
	width: 240px;
	height: 160px;
	right: 0;
	top: 0;
}
/*--------------------------------------------
	特長2 もっと省エネルギー空間へ Ecology
---------------------------------------------*/
/* hrタグスタイル */
.line-hr {
	border: 0;
	height: 1px;
	background: #ccc;
}
/* マージン（下）40px  */
.mg-bottom-40 {
	margin-bottom: 40px;
}
/* ラベル（黒） */
.label-bk {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 8px;
	font-size: 12px !important;
	font-weight: normal;
	line-height: 1.125;
	display: inline-block;
	vertical-align: middle;
}
/*--------------------------------------------
	特長3 もっと調和空間へ Harmonic Style
---------------------------------------------*/

/*--------------------------------------------
	特長4 もっと快適空間へ Comfort Design
---------------------------------------------*/
/* 写真＋黒透過BOX　2カラム配置用リスト　スタイルカスタマイズ */
ul.listlayout-2clm-half-contents.type-pdnone > li {
	padding-bottom: 0;
}
.wrapper-imgcaption > img {
	display: block;
}
ul.list-1clm-imgcaption > li {
	margin-top: 30px;
}

/* Exhibition */
.wrapper-exhibition-contents ul.listlayout-3clm-inline-incontents {
	margin-top: 20px;
}
.wrapper-exhibition-contents ul.listlayout-3clm-inline-incontents > li {
	margin-left: 0;
	margin-right: 20px;
	width: 313px;
}
.wrapper-exhibition-contents ul.listlayout-3clm-inline-incontents > li:first-child {
	margin-right: 25px;
}
.wrapper-exhibition-contents ul.listlayout-3clm-inline-incontents > li:last-child {
	margin-right: 0;
}
.wrapper-exhibition-contents ul.listlayout-3clm-inline-incontents > li > p {
	margin-top: 0;
}
ul.listlayout-5clm-variation.type-comfort > li {
	margin-top: 0;
	width: 188px;
}
/*dl.list-contents-words.type-movie > dt {
	margin-top: 75px;
}*/
/* 高さ調整 */
ul#universal_01 > li dl > dd.layout-caption-universal {
	height: 70px;
}
ul#universal_02 > li dl > dd.layout-caption-universal {
	height: 140px;
}
ul#universal_03 > li dl > dd.layout-caption-universal {
	height: 90px;
}
ul#universal_04 > li dl > dd.layout-caption-universal {
	height: 90px;
}

/*--------------------------------------------
	ラインアップ
---------------------------------------------*/
/* ページタイトル　概略図並列 */
#pagetitle.type-schematic h1 {
	position: static;
	transform: none;
	-webkit-transform: none;
}
#pagetitle.type-schematic > .inner-frame {
	padding: 41px 0 47px 0;
}
#pagetitle.type-schematic > .inner-frame > ul {
	position: absolute;
/*	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
}
#pagetitle.type-schematic > .inner-frame > ul > li {
	display: inline-block;
	vertical-align: middle;
}
#pagetitle.type-schematic > .inner-frame > ul > li:first-child {
	margin-right: 30px;
}
#pagetitle.type-schematic > .inner-frame > ul.list-inline-middle {
	right: 0;
	/* text-align: center; */
	width: 78%;
	font-size: 12px;
}
#pagetitle.type-schematic > .inner-frame > ul.list-inline-middle > li {
	padding: 0 10px;
	margin: 0;
}
#pagetitle.type-schematic > .inner-frame > ul.list-inline-middle > li > span {
	padding-left: 10px;
}
ul.list-inline-middle.type-overview > li {
	font-weight: bold;
}

/* おすすめ仕様 スライダー部分 */
.wrapper-slider-right-description .slick-disabled {
	display: none !important;
}
.box-slider-contents .slider-description > h3 > span {
	margin-left: 20px;
	font-weight: normal;
}
.box-slider-contents .slider-description > dt,
.box-slider-contents .slider-description > dd {
	display: inline-block;
}
.box-slider-contents .slider-description > dt {
	font-size: 22px;
	font-weight: bold;
	margin-right: 20px;
}
.box-slider-contents .slider-description > dt .label-bk {
	margin-left: 10px;
}
.box-slider-contents .slider-description > dd {
	width: 650px;
	line-height: 1.6;
	vertical-align: middle;
}
.wrapper-lineup {
	margin: 35px 10px 0 10px;
}
.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li {
	float: left;
	width: 531px;
}
.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li:first-child {
	width: 463px;
	margin-right: 10px;
}
.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li > div {
	float: left;
	margin-left: 20px;
}
.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li > div:first-child {
	margin-left: 0;
	width: 200px;
}
.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li > div > img {
	display: block;
	width: 100%;
}

.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li:first-child  .list-lineup-description {
	width: 243px;
}
.wrapper-lineup dl.list-lineup-description {
	font-size: 12px;
	width: 311px;
}
dl.list-lineup-description > dt {
	font-weight: bold;
	font-size: 14px;
}
dl.list-explain {
	margin-top: 7px;
	width: 267px;
	line-height: 1.5;
}
dl.list-explain > dt {
	width: 30px;
}
dl.list-explain > dt,
dl.list-explain > dd {
	float: left;
}
.wrapper-lineup ul.listlayout-2clm-half-contents.type-lineup > li:first-child dl.list-explain > dd {
	width: 230px;
}
dl.list-explain.type-dt-w {
	width: 377px;
}
dl.list-explain.type-dt-w > dt {
	width: 84px;
}
dl.list-explain.type-dt-w > dd {
}

/* 意匠バリエーションリスト */
.layout-clms-images {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
.layout-clms-images a {
	color: #000000;
	display: block;
}
.layout-clms-images a:hover {
	color: #d01126;
}
.layout-clms-images.noborder {
	border: none;
	margin: 0;
}
.layout-clms-images.noborder > li {
	padding-bottom: 0;
}
.layout-clms-images.gray-border {
	border-bottom: 1px solid #bbbbbb;
}
.layout-clms-images li {
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
}
.layout-clms-images.clm3 li:nth-of-type(3n),
.layout-clms-images.clm4 li:nth-of-type(4n),
.layout-clms-images.clm5 li:nth-of-type(5n) {
	margin-right: 0;
}
/*.layout-clms-images.clm3 li {
	width: 314px;
}*/
.layout-clms-images.clm4 li {
	width: 230px;
}
.layout-clms-images.clm5 li {
	width: 180px;
}
.layout-clms-images li dt {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}
.layout-clms-images li > a >  dl > dd {
	font-size: 16px;
	font-weight: bold;
}
.layout-clms-images li > dl > dt > img {
	display: block;
}
.layout-clms-images li > a > dl > dt > img {
	display: block;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.layout-clms-images li > a:hover dt > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*--------------------------------------------
	据付図・寸法表
---------------------------------------------*/
th.w140,
td.w140 {
	width: 140px !important;
}
th.w90,
td.w90 {
	width: 90px !important;
}

th.w240,
td.w240 {
	width: 140px !important;
}

.list-inline-middle {
	background: #f1f1f1;
	padding: 15px;
}
.list-inline-middle li {
	display: inline-block;
	border-right: 1px solid #999;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}
.list-inline-middle li:last-of-type{
	margin: 0;
	border: 0;
}
.wrapper-list-caution {
	margin: 0 0 20px ;
}
.wrapper-list-caution > dt,
.wrapper-list-caution > dd > ol > li {
	margin: 0 0 5px ;
}
#relationlinks.pagemiddle {
	margin-bottom: 40px;
}
.img-installation {
	margin: 0 0 40px;
}
/*--------------------------------------------
	意匠 操作表示器
---------------------------------------------*/
/* タブコンテンツ内タブ */
ul.list-tabs-under-red.type-incontents {
	width: auto !important;
}
ul.list-tabs-under-red.type-incontents > li {
	height: 50px;
	border-bottom: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 「乗場」ページ用 */
ul.list-tabs-under-red.type-incontents.clm3 > li {
	width: 33.3%;
}
ul.list-tabs-under-red.type-incontents > li.active {
	background: #f1f1f1;
}
ul.list-tabs-under-red.type-incontents > li:hover {
	background: none;
}
ul.list-tabs-under-red.type-incontents > li > span {
	height: 48px;
	border-bottom: 3px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-tabs-under-red.type-incontents > li:hover > span,
ul.list-tabs-under-red.type-incontents > li.active > span {
	border-bottom: 3px solid #d01126;
}
/* 操作表示器シュミレータ */
ul.listlayout-2clm-right-panel {
}
ul.listlayout-2clm-right-panel > li {
	float: left;
}
/* メニューリスト配置 */
ul.listlayout-2clm-right-panel > li:first-child {
	width: 230px;
	margin-right: 20px;
}
/* メニューリスト */
ul.list-panelmenu {
}
ul.list-panelmenu > li {
	height: 50px;
	line-height: 50px;
	border: 1px solid #cccccc;
	border-top: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
ul.list-panelmenu > li:first-child {
	border-top: 1px solid #cccccc;
}
ul.list-panelmenu > li:hover,
ul.list-panelmenu > li.active {
	position: relative;
	background: #d01126;
	border-color: #d01126;
	color: #ffffff;
}
ul.list-panelmenu > li.active:after {
	position: absolute;
	right: -7px;
	content: url("/common/fjhp/doc/top/img_fixed_page/products/xior/design_panel/arrow_panelnavi.gif");
}
/* 切り替え画像配置 */
ul.listlayout-2clm-right-panel > li:last-child {
	float: right;
	width: 730px;
}
/* 画像枠 */
.box-panelimages {
	border: 10px solid #f1f1f1;
	padding: 20px;
	text-align: center;
}
.box-panelimages dl.list-annotation {
	text-align: left;
}
.box-panelimages .ta-left{
	margin-bottom: 20px;
}
/* 初期非表示 */
#panelmenucontents_02,
#panelmenucontents_03,
#panelmenucontents_04,
#panelmenucontents_06 {
	display: none;
}
/* 境界線　上下20px */
hr.line-hr.type-tb20 {
	margin: 20px auto;
}
/* インジケータ表示例　5カラム配置 */
ul.list-panelimgs-5items {
	font-size: 0;
}
ul.list-panelimgs-5items > li {
	display: inline-block;
	margin-right: 20px;
}
ul.list-panelimgs-5items > li.last {
	margin-right: 0;
}
ul.list-panelimgs-5items > li:nth-child(6),
ul.list-panelimgs-5items > li:nth-child(7),
ul.list-panelimgs-5items > li:nth-child(8),
ul.list-panelimgs-5items > li:nth-child(9),
ul.list-panelimgs-5items > li:nth-child(10) {
	margin-top: 20px;
}

/* 車いす専用操作盤スタイル */
ul.listlayout-3clm-inline-incontents.type-panel {
	display: flex;
}
ul.listlayout-3clm-inline-incontents.type-panel > li {
	float: none;
	/* display: inline-block;
	width: auto; */
	font-size: 12px;
}

/*--------------------------------------------
	意匠 カラーバリエーション
---------------------------------------------*/
.wrapper-variation-contents ul.listlayout-4clm-variation > li {
	margin-top: 20px;
}
ul.listlayout-4clm-variation > li {
	float: left;
	margin-left: 20px;
	width: 241px;
}
ul.listlayout-4clm-variation > li:first-child,
ul.listlayout-4clm-variation > li:nth-child(4n+1) {
	margin-left: 0;
}
ul.listlayout-8clm-variation > li {
	float: left;
	width: 12.5%;
}
.wrapper-label-bk span.label-bk {
	margin-left: 0;
}
ul.listlayout-4clm-variation.layout-clms-images > li {
	margin-right: 0;
}
ul.listlayout-8clm-variation.layout-clms-images > li {
	margin-right: 0;
}
.box-simulation-link {
	border-bottom: none !important;
	padding: 30px 20px;
}
.contents-bnr-area > a > img {
	border: 1px solid #cccccc;
}
.contents-bnr-area > a > img:hover {
	opacity: 0.8;
}
/*--------------------------------------------
	意匠一覧
---------------------------------------------*/
#table-design-list-header{
	display: none;
}
#table-design-list-header.active{
	display: table !important;
	position: fixed;
	width: 1024px;
	top: 134px;
	z-index: 50;
}
#table-design-list-header tr:nth-of-type(2) th,
#table-design-list-header tr:nth-of-type(2) td {
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0;
}
/*--------------------------------------------
	意匠 デザインシミュレーター
---------------------------------------------*/
/* FLASH */
.flash {
	position: relative;
	padding-bottom:67.75%; /* ここで幅、高さを調整 */
	padding-top: 0px;
	height:100%;
	overflow: hidden;
}
.flash iframe,
.flash object,
.flash embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/*--------------------------------------------
	仕様紹介
---------------------------------------------*/
/* ページタイトル部分　キャプション有＋ボタン配置 */
#pagetitle.type-captionborder .wrapper-captionborderbutton {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/* アコーディオン標準パターン */
dl.list-accordion.type-standard {
	border: 1px solid #cccccc;
}
.wrapper-accordion-typestandard {
	border-top: 1px solid #cccccc;
	position: relative;
	z-index: 1;
}
dl.list-accordion.type-standard > dt {
	padding: 15px 10px;
	padding-bottom: 15px !important;
	background-position: right 10px center;
}
dl.list-accordion.type-standard > dd {
	padding: 15px 10px;
	margin-top: 0 !important;
	border-top: 1px solid #cccccc;
}
/*--------------------------------------------
	仕様一覧
---------------------------------------------*/
/* ページタイトルの横にあるボタン配置 */
#pagetitle.type-captionborder > .inner-frame > a {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.table-many.wfree.type-fs-normal th,
.table-many.wfree.type-fs-normal td {
	font-size: 14px;
}
.table-many.wfree th.left,
.table-many.wfree td.left {
	vertical-align: top;
	text-align: left;
}
ul.listlayout-table-mark > li {
	float: left !important;
	margin-left: 20px;
	width: auto !important;
}
ul.listlayout-table-mark > li:first-child {
	margin-left: 0;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 展望用エレベータ スカイサルーン

---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-skysalon {
	background: url("../images/skysalon_mv.png") no-repeat left center;
	background-size: cover;
	-moz-text-shadow: 0px 0px 25px #666666;
	-o-text-shadow: 0px 0px 25px #666666;
	-ms-text-shadow: 0px 0px 25px #666666;
	text-shadow: 0px 0px 25px #666666;
}
ul.list-arrow-links li a.dl {
	background: url("../images/icon_dl.png") no-repeat right 12px center;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 駅舎用エレベータ ラクール

---------------------------------------------*/
#pagetitle_type2.type-caption.type-rakul {
	background: url("../images/rakul_mv.png") no-repeat left center;
	background-size: cover;
}
ul.listlayout-2clm-half-contents li.border.border02 {
	min-height: 145px;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 小荷物用エレベータ オートキャリー

---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-autocarry {
	background: url("../images/autocarry_mv.png") no-repeat left center;
	background-size: cover;
}
/*ul.listlayout-2clm-half-contents li.border.border03 {
	min-height: 480px;
}*/
dl.list-products-inline {
	margin-top: 20px;
}
dl.list-products-inline > dt {
	margin-top: 30px;
	font-weight: bold;
}
dl.list-products-inline > dt:first-child {
	margin-top: 20px;
}
dl.list-products-inline > dd {
	padding-top: 10px;
}
ul.listlayout-2clm-half-contents li.border.border04 {
	min-height: 480px;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 機械室ありエレベータ

---------------------------------------------*/
#pagetitle_type2.type-caption.type-eceed {
	background: url("../images/eceed_mv.png") no-repeat left center;
	background-size: cover;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 非常用エレベータ

---------------------------------------------*/
#pagetitle_type2.type-caption.type-emergency {
	background: url("../images/emergency_mv.png") no-repeat left center;
	background-size: cover;
}
.box-explain-right {
	width: 25%;
	padding: 20px;
	margin-top: 20px;
}
dl.list-explain-right > dt {
	float: left;
}
dl.list-explain-right > dd {
	float: right;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 荷物用エレベータ

---------------------------------------------*/
#pagetitle_type2.type-caption.type-luggage {
	background: url("../images/luggage_mv.png") no-repeat left center;
	background-size: cover;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 標準型エスカレータ GS-NX

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ（特長）
---------------------------------------------*/
#pagetitle_type2.type-caption.type-gsnx {
	background: url("../images/gsnx_mv.png") no-repeat left center;
	background-size: cover;
}
.table-many.w-small.table-type-gsnx {
	margin-bottom: 10px;
}
.table-many.w-small.table-type-gsnx th,
.table-many.w-small.table-type-gsnx td {
	padding: 10px 0;
	width: 33.3%;
}
.table-many.w-small.table-type-gsnx tr:last-child th.type-line-text,
.table-many.w-small.table-type-gsnx tr:last-child td.type-line-text {
	border-top: 2px solid #cccccc;
}

/* ハンドレール下部照明カラーバリエーション */
ul.listlayout-5clm-variation > li {
	float: left;
	margin: 20px 0 0 20px;
	position: relative;
}
ul.listlayout-5clm-variation > li:first-child {
	margin-left: 0;
}
ul.listlayout-5clm-variation > li > span {
	position: absolute;
}
ul.listlayout-5clm-variation > li > span.top {
	top: 0;
	left: 0;
}
ul.listlayout-5clm-variation > li > span.bottom {
	color: #ffffff;
	bottom: 10px;
	right: 10px;
}
ul.listlayout-5clm-variation > li > img {
	display: block;
}
.wrapper-exhibition-contents {
	background: #dfeff6;
	color: #000000;
	padding: 20px;
}
.layout-2clm-right-image.type-exhibition > .clm-text,
.layout-2clm-right-image.type-exhibition > .clm-img {
	width: 50%;
}
.layout-2clm-right-image.type-exhibition > .clm-text:first-child {
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-exhibition-contents h1 {
	font-size: 28px;
}
.wrapper-exhibition-contents h1 span {
	display: block;
	font-size: 16px;
	margin-top: 18px;
	line-height: 1.0em;
}
.wrapper-exhibition-contents h2 {
	margin-top: 10px;
}
.wrapper-exhibition-contents h2 span {
	font-weight: normal;
}
.wrapper-exhibition-contents h2 span.top {
	display: inline-block;
	vertical-align: top;
}
.wrapper-exhibition-contents h3 {
	font-size: 22px;
	margin-top: 20px;
}
.wrapper-exhibition-contents p {
	margin-top: 20px;
}

/*--------------------------------------------
	モデル
---------------------------------------------*/
/* ハンドレールスライダー */
ul.list-card-globalprojects#handcolor {
	margin: 30px 0;
}
ul.list-card-globalprojects#handcolor li img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
ul.list-card-globalprojects#handcolor li p {
	text-align: center;
}
/*--------------------------------------------
	仕様
---------------------------------------------*/
ul.listlayout-3clm-inline-incontents  > li > dl.list-description-bold16 > dt > img {
	display: block;
}
ul.listlayout-3clm-inline-incontents  > li > dl.list-description-bold16 > dt > span {
	display: block;
	margin-top: 10px;
}
ul.listlayout-3clm-tabs-gray {
	border-left: 1px solid #cccccc;
}
ul.listlayout-3clm-tabs-gray > li {
	border: 1px solid #cccccc;
	border-left: none;
	float: left;
	cursor: pointer;
	text-align: center;
	height: 50px;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-3clm-tabs-gray > li:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
ul.listlayout-3clm-tabs-gray > li:first-child {
	margin-left: 0;
}
ul.listlayout-3clm-tabs-gray > li.active {
	background: #cccccc;
}
ul.listlayout-3clm-tabs-gray > li > span {
	vertical-align: middle;
	display: inline-block;
}
/*--------------------------------------
	据付図・寸法表
---------------------------------------*/
/* thに要素（ボーダーなし）がない場合 */
.table-many.border-none {
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.table-many.border-none th.none {
	background: none;
	border: none;
}
.table-many.border-none th,
.table-many.border-none td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: none;
	border-right: none;
}
th.w250,
td.w250 {
	width: 250px !important;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > slimfit スリムフィット

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ（特長）
---------------------------------------------*/
#pagetitle_type2.type-caption.type-slimfit {
	background: url("../images/slimfit_mv.png") no-repeat left center;
	background-size: cover;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > AUTOWALK オートウォーク

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ（特長）
---------------------------------------------*/
#pagetitle_type2.type-caption.type-autowalk{
	background: url("../images/autowalk_mv.png") no-repeat left center;
	background-size: cover;
}
.wrapper-autowalk-contents ul.listlayout-2clm-half-contents > li.border > ul > li {
	float: left;
	padding-left: 20px;
	width: 50%;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-autowalk-contents ul.listlayout-2clm-half-contents > li.border > ul > li:first-child {
	padding-left: 0;
}

/*--------------------------------------------

	製品・サービス > 新規設置 > RAKUL ラクール

---------------------------------------------*/
/*--------------------------------------------
	意匠
---------------------------------------------*/
.list-annotation-fixed dl.list-annotation {
	margin-bottom: 5px;
}

.list-annotation-fixed dl.list-annotation > dt {
	width: 7em;
}

/* -----------------------------------------------

	リニューアルTOP

----------------------------------------------- */
/* MV */
#pagetitle.type-pagetitle-top.type-renewal {
	background: url("../images/renewal_mv.png") no-repeat left center;
	background-size: cover;
}
/* サブタイトル（太字下マージン短い） */
.title-3-p-s {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.list-description-bold14 > dt {
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: bold;
}
/* 矢印っぽいタブみたいなやつ */
.list-tab-arrow-left,
.list-tab-arrow-right {
	height: 46px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
}
.list-tab-arrow-left {
	background: #f1f1f1 url("../images/bg_renewal_arrow_left.png") no-repeat 100% 50%;
}
.list-tab-arrow-right {
	color: #ffffff;
	background: #61add3 url("../images/bg_renewal_arrow_right.png") no-repeat 0 50%;
}
/* 4つ並んでるようで2つずつ */
.listinlayout-2clm-images-left li,
.listinlayout-2clm-images-right li {
	width: 240px;
	float: left;
	margin-left: 20px;
	text-align: left;
}
.listinlayout-2clm-images-left li:first-of-type {
	margin: 0;
}
.listinlayout-2clm-images-right li:first-of-type {
	margin-left: 10px;
}
/* ラインアップ整列リスト */
.wrapper-linklists-renewalindex a {
	color: #000000;
	display: block;
}
.wrapper-linklists-renewalindex a:hover {
	color: #d01126;
}
.wrapper-linklists-renewalindex dl.list-thumbnails-renewallineup-contents > dt {
	overflow: hidden;
	height: 160px;
}
.wrapper-linklists-renewalindex dl.list-thumbnails-renewallineup-contents > dt > img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.wrapper-linklists-renewalindex dl.list-thumbnails-renewallineup-contents:hover > dt > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrapper-linklists-renewalindex dl.list-thumbnails-renewallineup-contents > dd > dl > dd {
	color: #000000;
	margin-top: 10px;
}

/* -----------------------------------------------
	エレベータ　制御リニューアル
----------------------------------------------- */
.listlayout-4clm-inline-borderlinks.type-control li.active {
	background: #f1f1f1 url(../images/icon_arrow_common.png) no-repeat 20px center;
}
.list-annotation.type-control {
	width: 500px;
}

/* -----------------------------------------------
	安全向上パッケージ
----------------------------------------------- */
/* アコーディオンタイトルタイプ */
dl.list-accordion.type-title {
	margin-top: 40px;
}
dl.list-accordion.type-title:last-of-type{
	margin-bottom: 40px;
}
dl.list-accordion.type-title > dt {
	border: 1px solid #cccccc;
	background-position: right 10px top 50%;
	border-top: 2px solid #cccccc;
	font-size: 22px !important;
	font-weight: bold;
	padding: 20px 20px 0 20px;
}
dl.list-accordion.type-title dt > span {
	display: block;
	position: relative;
	padding-bottom: 20px;
}
/* アクティブ時 */
dl.list-accordion.type-title dt.active {
	border-bottom: 0;
	background-color: #f1f1f1;
	background-position: right 10px top 50%;
	}
dl.list-accordion.type-title dt.active > span {
	font-size: 22px;
	font-weight: bold;
}
dl.list-accordion.type-title dt.active > span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: url("../images/title_2_underline.png") no-repeat left bottom;
}
dl.list-accordion.type-title > dd {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 0;
	padding: 20px;
}
/* 右イメージ2カラム コンテンツ中バージョン */
.layout-2clm-right-image.inner .clm-text {
	width: 640px;
}

/* -----------------------------------------------
	エレベータ　制御盤交換パッケージ
----------------------------------------------- */
/* テーブル下注意事項 */
.list-note.type-under {
	margin-top: 10px;
}
.list-note li {
	margin: 0 0 2px;
	text-align: left;
	line-height: 1.5;
}
.list-note .list-annotation dt {
	width: 3em;
}

/*--------------------------------------------

	製品・サービス > メンテナンス

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-maintenance {
	background: url("../images/maintenance_mv.png") no-repeat left center;
	background-size: cover;
}
.box-circle-links {
	position: relative;
	height: 390px;
	width: 100%;
}
.box-circle-links > a.circle-links {
	color: #d00126;
	background: rgba(208, 17, 38, 0.25);
	border-radius: 50%;
	display: block;
	position: absolute;
	height: 230px;
	width: 230px;
	transition: none;
}
.box-circle-links > a.circle-links:hover {
	color: #ffffff;
}
.box-circle-links > a.circle-links.circle-position01 {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}
.box-circle-links > a.circle-links.circle-position02 {
	top: 160px;
	left: 29%;
}
.box-circle-links > a.circle-links.circle-position03 {
	top: 160px;
	right: 29%;
}
.box-circle-links > a.circle-links > span {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: normal;
}
.box-circle-links > a.circle-links > span:after {
	content: "";
	background: url("../images/icon_arrow_common.png") no-repeat center center;
	position: absolute;
	width: 9px;
	height: 16px;
	padding-left: 20px;
	bottom: 3px;
}
.box-circle-links > a.circle-links:hover span:after {
	background: url("../images/ico_menulink.png") no-repeat center center;
	width: 19px;
	height: 17px;
}
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li {
	background: url("../images/icon_arrow_common.png") no-repeat 10px center;
}
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li:hover {
	background: #f1f1f1 url(../images/icon_arrow_common.png) no-repeat 10px center;
}
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li,
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li > a {
	height: 85px;
}
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li > a > span {
	line-height: 1.5em;
}
.table-many.w-small.w-small-type-maintenance td {
	padding: 0;
}
.table-many.w-small.w-small-type-maintenance td > a {
	background: url("../images/icon_arrow_common.png") no-repeat left 10px center;
	color: #000000;
	display: block;
	padding: 10px;
}
.table-many.w-small.w-small-type-maintenance td > a:hover {
	background: url("../images/icon_arrow_common.png") no-repeat left 10px center #f1f1f1;
	color: #d00126;
}
.table-many.w-small.w-small-type-maintenance th.first {
	width: auto;
}
.wrapper-contents-type-maintenance dl.list-contents-words > dt {
	color: #000000;
	margin: 0;
}
.wrapper-contents-type-maintenance a.link-icon-next {
	font-size: 14px;
	font-weight: normal;
}

/*--------------------------------------------
	3つのポイント（人材育成）
---------------------------------------------*/
.layout-clms-images.pd-bottom-20 {
	padding-bottom: 20px;
}

/*--------------------------------------------

	製品・サービス > オプション＆カスタム

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ
---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-option{
	background: url("../images/option_mv.png") no-repeat left center;
	background-size: cover;
}
.wrapper-contents-type-option dl.list-2clm-contents-frame {
	position: relative;
}
.wrapper-contents-type-option dl.list-2clm-contents-frame > dt > img {
	position: absolute;
	bottom: 20px;
	width: 199px;
	height: 160px;
}
.wrapper-contents-type-option dl.list-2clm-contents-frame > dt > span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.wrapper-contents-type-option dl.list-inside-2clm-contents-frame {
	padding: 20px 0;
}
.wrapper-contents-type-option ul.list-border-dots li:first-child  dl.list-inside-2clm-contents-frame{
	padding-top: 0;
}
.wrapper-contents-type-option dl.list-inside-2clm-contents-frame > dt {
	margin-bottom: 10px;
}
.wrapper-contents-type-option dl.list-inside-2clm-contents-frame > dt > a {
	color: #000000;
}
.wrapper-contents-type-option dl.list-inside-2clm-contents-frame > dt > a:hover {
	color: #d00126;
}
.wrapper-contents-type-option dl.list-inside-2clm-contents-frame > dt > a > span {
	font-size: 14px;
	font-weight: normal;
}
.wrapper-contents-type-option dl.list-2clm-contents-frame > dd {
	min-height: 213px;
}

/*-------------------------------------------------------
	製品・サービス > オプション&カスタム > 遮煙エレベータ乗場ドア
---------------------------------------------------------*/
.wrapper-bggraylist-type2 {
	border-bottom: 1px solid #cccccc;
	/* border-left: 1px solid #cccccc; */
	border-right: 1px solid #cccccc;
	position: relative;
}
.wrapper-bggraylist-type2.no-border {
	border-bottom: 0;
}
dl.list-gray.list-gray-3clm {
	border-left: none;
	border-right: 0;
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div dl.list-gray.list-gray-3clm:last-of-type {
	width: 33.4%;
}
dl.list-gray.list-gray-2clm:after,
dl.list-gray.list-gray-3clm:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #cccccc;
}
dl.list-gray.list-gray-3clm > dd > dl.list-annotation > dt,
dl.list-gray.list-gray-3clm > dd > dl.list-annotation > dd {
	padding: 0;
}
dl.list-gray.list-gray-3clm > dd > dl.list-annotation > dt {
	background: none;
}
.wrapper-door-pic > img {
	float: left;
}

/* 2カラム時 */
dl.list-gray.list-gray-2clm {
	border-left: none;
	border-right: 0;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* フィットイントラスの場合 */
.wrapper-bggraylist-type2.type-h135 dl.list-gray.list-gray-2clm {
	/* min-height: 175px */;
}
.wrapper-door-pic > div {
	float: left;
	margin-left: 15px;
}
.wrapper-door-pic > div:first-child {
	margin-left: 0;
}
.wrapper-door-pic > div > img {
	display: block;
}

/*--------------------------------------------
	製品・サービス > オプション&カスタム > イオンフル
---------------------------------------------*/
dl.list-gray.lines2 > dt {
	height: 45px;
	padding: 0 15px;
}
dl.list-gray.lines2 > dt > span {
	vertical-align: middle;
	display: inline-block;
}
dl.list-gray.lines2 > dt:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
.wrapper-bggraylist-type2.type-ionful {
	border-right: none;
	border-bottom: none;
}
.wrapper-bggraylist-type2.type-ionful .list-gray.list-gray-2clm {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	width: 33.3%;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-bggraylist-type2.type-ionful .list-gray.list-gray-2clm:last-child {
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------
	製品・サービス > オプション&カスタム > セキュリアⅢ
---------------------------------------------*/
.layout-2clm-right-image .clm-img.type-securia {
	width: auto;
}
.layout-2clm-right-image .clm-img.type-securia > img {
	width: 80%;
}

/*--------------------------------------------
	NEWセーフネット
---------------------------------------------*/
ul.listlayout-tags-white.type-safety > li {
	display: block;
	float: left;
}
ul.listlayout-tags-white.type-safety > li > span {
	width: 160px;
}

/*--------------------------------------------
	製品・サービス > オプション&カスタム > EZ-SHUTTLE
---------------------------------------------*/
ul.list-simple-standard.listlayout-inside-2clm-half {
	margin-top: 20px;
}
ul.list-simple-standard.listlayout-inside-2clm-half > li {
	float: none;
	width: auto;
	margin: 0;
	padding-bottom: 0;
}
.wrapper-EZ-SHUTTLE-function01 ul.listlayout-2clm-half-contents li.border {
	min-height: 220px;
}
.wrapper-EZ-SHUTTLE-function02 ul.listlayout-2clm-half-contents li.border {
	min-height: 310px;
}

/*--------------------------------------------
	製品・サービス > オプション&カスタム > セキュリティシステム
---------------------------------------------*/
.wrapper-type-security-system .layout-clms-images {
	padding-bottom: 20px;
}
.wrapper-type-security-system ul {
	text-align: center;
}
.wrapper-type-security-system ul > li {
	margin-top: 20px;
	display: inline-block;
	text-align: center;
	width: 16%;
}
/*--------------------------------------------
	製品・サービス > オプション&カスタム > 冠水時管制運転機能
---------------------------------------------*/
.wrapper-flow p,
.wrapper-flow img {
	margin-top: 20px;
}
.red-bold {
	color: #d00126;
	font-weight: bold;
	font-size: 20px;
}

/*--------------------------------------------
	製品・サービス > オプション&カスタム > 地震対策パッケージ
---------------------------------------------*/
ul.listlayout-tags-gray > li {
	background: url("../images/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
	float: left;
	margin-left: 20px;
	text-align: center;
	width: 328px;
}
ul.listlayout-tags-gray > li:first-child {
	margin-left: 0;
}
ul.listlayout-tags-gray > li > a {
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0;
}
ul.listlayout-tags-gray > li > a:hover {
	color: #d00126;
}
.box-red-border.type-countermeasures {
	padding: 20px;
	text-align: left;
}
.box-red-border.type-countermeasures > h2 {
	font-size: 22px;
	line-height: 1.2em;
}
.box-red-border.type-countermeasures > h2 > span {
	display: block;
	font-size: 16px;
	line-height: 1.0em;
	margin-bottom: 10px;
}

/*--------------------------------------------
	製品・サービス > オプション&カスタム > 乗場モニター
---------------------------------------------*/
#pagetitle_type2.type-caption.type-monitor {
	background: url(../images/monitor_01.png) no-repeat left center;
	background-size: cover;
}
dl.list-2clm-bggray.type-monitor > dd {
	float: left;
	width: auto;
}

/*--------------------------------------------

	英語版

---------------------------------------------*/
/*--------------------------------------------
	index
---------------------------------------------*/
/* 一覧ボタン */
.button-blue-more {
	position: absolute;
	right: 0;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background: #222D63;
	padding: 0 15px;
	transition: background .2s;
}
.button-blue-more:hover {
	color: #000000;
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 2px #222D63;
	transition: background .2s;
}
/* 複数一覧ボタン */
ul.list-blue-more {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
}
ul.list-blue-more li {
	margin-right: 3px;
	min-width: 50px;
	float: left;
	background: #222D63;
	transition: background .2s;
	border: 2px solid #222D63;
}
ul.list-blue-more li:hover {
	background-color: #ffffff;
	border: 2px solid #222D63;
}
ul.list-blue-more li:last-child {
	margin-right: 0px;
}
ul.list-blue-more li a {
	color: #ffffff;
	display: block;
	padding: 0 10px;
}
ul.list-blue-more li:hover a {
	color: #000000;
}

dl.list-newsset-block.en {
	display: table;
}
dl.list-newsset-block.en dt {
	display: table-cell;
	width: 100%;
}
dl.list-newsset-block.en dd {
	display: table-cell;
	min-width: 90px;
}
dl.list-newsset-block.type-pdflinks {
	background: url("../images/icon_pdf.png") no-repeat right 10px center;
	display: block;
	padding-right: 40px;
}
/* お知らせ＋IRニュースのみタイトルに下線 */
h1.title-1-black-xl-b.en {
	border-bottom: 2px solid #bbbbbb;
	padding-bottom: 20px;
	margin-bottom: 0;
}
dl.list-newsset-block.en dt > .label-news {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
dl.list-newsset-block.en dt > .label-news > img {
	margin: -6px 0;
}
/*--------------------------------------------
	英語版クオリティ
---------------------------------------------*/
/* メインタイトル下テキスト配置 */
#mainvisual.type-en-quality {
	position: relative;
}
#mainvisual.type-en-quality h1 {
	margin-bottom: 40px;
	font-size: 44px;
}
#mainvisual.type-en-quality > .inner-frame {
	position: absolute;
	bottom: 20%;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%);
}
#mainvisual.type-en-quality > .inner-frame > p {
	color: #ffffff;
	font-size: 22px;
}
#mainvisual.type-en-quality > .inner-frame > p > span {
	background: rgba(0, 0, 0, 0.7);
	line-height: 1.5em;
	display: inline-block;
	padding: 10px 20px;
}
/* indexのみ、imgを100%に */
#contents .type-en-quality img {
	width: 100%;
	display: block;
}
/*--------------------------------------------
	英語版Networks
---------------------------------------------*/
/* 通常アコーディオンにborderを付与 */
dl.list-accordion dt.gray.borderbox {
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}
/*--------------------------------------------
	英語版クオリティ
---------------------------------------------*/
/* 中央より上固定 */
ul.list-pictures-quality li.center-top > .inQualitylinks {
	background: url("../images/pic_quality_third_en.png") no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}
ul.list-pictures-quality li.center-top > .inQualitylinks > div {
	width: 534px;
	margin: 0 auto;
}
.inQualitylinks ul.listlayout-3clm-inline-incontents {
	margin-top: 50px;
}
.inQualitylinks dl.list-thumbnail-3clm {
	background: rgba(0,0,0,0.7);
	height: 273px;
}
.inQualitylinks dl.list-thumbnail-3clm > dt {
	padding: 10px;
	margin-top: 10px;
}
.inQualitylinks dl.list-thumbnail-3clm > dt > span {
	color: #ffffff;
	display: block;
	margin-top: 10px;
}
.inQualitylinks dl.list-thumbnail-3clm > dt > p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.inQualitylinks dl.list-thumbnail-3clm > dt > span:first-child {
	margin-top: 0;
}
.inQualitylinks dl.list-thumbnail-3clm > dd {
	overflow: hidden;
}
.inQualitylinks ul.listlayout-3clm-inline-incontents > li:hover dl.list-thumbnail-3clm > dd img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*--------------------------------------------
	英語版 quality product
---------------------------------------------*/
.section-visual .bg-wrap-white-textarea.en {
	position: absolute;
	top: 20px;
	left: 20px;
	margin-top: 0;
	transform: none;
}

/*--------------------------------------------
	英語版 納入実績
---------------------------------------------*/


/*--------------------------------------------
	英語版 納入実績詳細
---------------------------------------------*/
dl.list-2clm-bggray-children.en > dt {
	width: 35%;
}


/*--------------------------------------
	英語版 IR資料室(IR Library)
---------------------------------------*/
.section-contents.en {
	padding-top: 0;
}

/*--------------------------------------
	英語版 お問い合わせ(Contact Us)
---------------------------------------*/
.icon-required.en {
	background: none;
}
.icon-required.en:after {
	content: "*";
	color: #d01126;
	font-size: 18px;
}
/* 注意書き */
.text-attention-forms {
	font-weight: bold;
}
.text-attention-forms > span {
	color: #d01126;
	font-size: 18px;
}

/*--------------------------------------
	英語版 Products(新規設置)
---------------------------------------*/
#pagetitle.type-pagetitle-top.type-products {
	background: url("../images/products_mv_en.png") no-repeat left center;
	background-size: cover;
}
#pagetitle.type-pagetitle-top.type-products {
	-moz-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;
}
#pagetitle.type-pagetitle-top.type-products h1 {
	color: #000000;
}
dl.list-products-area {
	display: table;
	width: 100%;
}
dl.list-products-area > dt,
dl.list-products-area > dd {
	display: table-cell;
	vertical-align: middle;
}
dl.list-products-area > dt {
	border: 1px solid #cccccc;
	border-right: none;
	cursor: pointer;
	text-align: center;
	width: 15%;
}
dl.list-products-area > dt:hover,
dl.list-products-area > dt.active {
	background: #62add4;
}
dl.list-products-area > dt > a {
	color: #000000;
	display: inline-block;
	height: 98px;
	vertical-align: middle;
	width: 100%;
}
dl.list-products-area > dt > a:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
dl.list-products-area > dt > a:hover,
dl.list-products-area > dt.active > a {
	color: #ffffff;
}
ul.listlayout-5clm-select-contents > li {
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 20%;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-5clm-select-contents > li:first-child,
ul.listlayout-5clm-select-contents > li:nth-child(6),
ul.listlayout-5clm-select-contents > li:nth-child(11) {
	border-left: 1px solid #cccccc;
}
ul.listlayout-5clm-select-contents > li:first-child,
ul.listlayout-5clm-select-contents > li:nth-child(2),
ul.listlayout-5clm-select-contents > li:nth-child(3),
ul.listlayout-5clm-select-contents > li:nth-child(4),
ul.listlayout-5clm-select-contents > li:nth-child(5) {
	border-top: 1px solid #cccccc;
}
.list-products-area.en > li.active,
.list-products-area.en > li:hover {
	background: #212d62;
}
ul.listlayout-5clm-select-contents > li.active,
.list-products-area-2nd.en > li.active {
	background: #62add4;
}
ul.listlayout-5clm-select-contents > li.active > a,
.list-products-area.en > li.active a,
.list-products-area-2nd.en > li.active a {
	color: #ffffff;
}
ul.listlayout-5clm-select-contents > li:hover,
.list-products-area-2nd.en > li:hover {
	background: #62add4;
}
ul.listlayout-5clm-select-contents > li > a,
.list-products-area.en > li a,
.list-products-area-2nd.en > li a{
	color: #000000;
	display: block;
}
ul.listlayout-5clm-select-contents > li > a:hover,
.list-products-area.en > li a:hover,
.list-products-area-2nd.en > li a:hover {
	color: #ffffff;
}

/* NEW 各コンテンツリンクリスト */
.list-products-area.en,
.list-products-area-2nd.en {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.list-products-area-2nd.en {
	border-top: none;
}
.list-products-area-2nd.en {
	margin-top: 20px;
}
.list-products-area.en > li,
.list-products-area-2nd.en > li {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	box-sizing: border-box;
	text-align: center;
	height: 49px;
	line-height: 49px;
}
.list-products-area-2nd.en > li {
	border-top: 1px solid #cccccc;
}
.list-products-area-2nd.en > li:nth-child(n+7) {
	border-top: none;
}
.list-products-area.en > li {
	width: 25%;
}
.list-products-area-2nd.en > li {
	width: 16.66%;
}

.box-products-contents.top-part dl.list-products-contents.en {
	right: 0;
	width: 100%;
}
dl.list-products-contents.en > dd > .box-products-tags > ul.listlayout-products-tags > li {
	width: 145px;
}
.box-products-contents.top-part dl.list-products-contents.en > dd {
	margin-top: 25px;
}
.box-products-contents.top-part dl.list-products-contents.en > dd > .box-products-tags {
	width: 85%;
	margin: 0 auto;
}
.sankaku{
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #61add3;
	margin: 30px 0 0 80px;
}
ul.list-products-country {
	line-height: 1.7;
	padding: 15px;
	background: #dfeff6;
	border-top: 2px solid #61add3;
}
ul.list-products-country > li{
	display: inline-block;
	float: none;
	width: auto;
	margin: 0 7px 0 0;
}
ul.list-products-country > li:first-child {
	display: block;
	margin-right: 0;
}
.box-products-contents.top-part a + ul {
	margin-top: 10px;
}
/* .box-products-contents.top-part.en + ul {
	margin-top: 105px ;
} */
.box-products-tags.type-onlyone,
.box-products-tags.type-onlyone ul {
	border-top: 0 !important;
}
.box-products-tags.type-onlyone li {
	border-top: 1px solid #cccccc !important;
}
.type-trademark > p > img {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}
ul.list-3clm-incontents-links.en > li > a > dl > dt {
	height: 35px;
}

/*--------------------------------------------
	プライバシーポリシー・サイトポリシー
---------------------------------------------*/
.wrapper-policy dl.list-contents-words:first-child > dt {
	margin-top: 0;
}
.wrapper-recommendation ul > li > p > span {
	display: inline-block;
	width: 100px;
}
dl.list-description-bold14.type-policy > dd {
	padding-left: 22px;
}
ul.listlayout-text-indent-01,
ul.listlayout-text-indent-02,
ul.listlayout-text-indent-03,
ul.listlayout-text-indent-04 {
	font-size: 12px;
}
ul.listlayout-text-indent-01 > li {
	text-indent: -21px;
	padding-left: 21px;
}
ul.listlayout-text-indent-01 > li.indent-type2 {
	text-indent: -34px;
	padding-left: 34px;
}
ul.listlayout-text-indent-02 > li {
	text-indent: -14px;
	padding-left: 14px;
}
ul.listlayout-text-indent-03 > li {
	text-indent: -18px;
	padding-left: 18px;
}
ul.listlayout-text-indent-04 > li {
	text-indent: -31px;
	padding-left: 31px;
}
ul.text-indent-number-none > li {
	text-indent: -18px;
	padding-left: 18px;
}
dl.list-annotation.type-policy {
	padding-left: 30px;
}
dl.list-annotation.type-policy > dt {
	width: 50px;
}
.wrapper-policy.type-fs-normal ul.listlayout-text-indent-01,
.wrapper-policy.type-fs-normal ul.listlayout-text-indent-02,
.wrapper-policy.type-fs-normal ul.listlayout-text-indent-03 {
	font-size: 14px;
}

/*--------------------------------------------

	ソフトウェアダウンロード

---------------------------------------------*/
#pagetitle.type-pagetitle-top.type-download {
	background: url("../images/download_mv.png") no-repeat left center;
	background-size: cover;
}
.table-many td.dl {
	background: url("../images/icon_dl.png") no-repeat right 10px center;
}
.table-many td.dl > a {
	display: block;
}
ul.list-arrow-links > li button.dl {
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: url("../images/icon_dl.png") no-repeat right 10px center;
}

/*--------------------------------------------
	サイトマップ
---------------------------------------------*/
.border-top-gray {
	border-top: 1px solid #cccccc;
}
.border-top-none {
	border-top: none !important;
}
.wrap-incontents-borderbox.pdnone {
	padding: 0;
	border-left: none;
}
ul.listlayout-sitemap-contents {
	background: #f1f1f1;
	position: relative;
}
ul.listlayout-sitemap-contents > li {
	/*border-right: 1px solid #cccccc;*/
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-sitemap-contents > li:after {
	content: "";
	background-color: #cccccc;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
}
ul.listlayout-sitemap-contents > li > dl.list-sitemap > dt {
	background: #ffffff;
}
ul.listlayout-sitemap-contents > li > dl.list-sitemap > dt > a {
	background: url("../images/icon_arrow_common.png") no-repeat right 10px center;
	color: #000000;
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #cccccc;
}
ul.listlayout-sitemap-contents > li > dl.list-sitemap > dt > a:hover {
	background: url("../images/icon_arrow_common.png") no-repeat right 10px center #f1f1f1;
	color: #d00126;
}
dl.list-sitemap > dd.bg-gray {
	height: 295px;
}
ul.listlayout-sitemap-inline-contents {
	border-left: 1px solid #cccccc;
	line-height: 1.75em;
	padding: 15px 20px;
}
ul.listlayout-sitemap-inline-contents > li > a {
	color: #000000;
	display: block;
}
ul.listlayout-sitemap-inline-contents > li > a:hover {
	color: #d01126;
}
ul.listlayout-sitemap-inline-contents > li > a > span {
	padding-left: 15px;
}

/*--------------------------------------------
	検索
---------------------------------------------*/
.wrapper-search-contents a {
	color: #000000;
}
.wrapper-search-contents a:hover {
	color: #d00126;
}

/*--------------------------------------------
	動画埋め込み
---------------------------------------------*/
/* 安全向上パッケージの動画 */
.wrapper-movie.type-clm1 {
	position: relative;
	margin: 0 auto;
	width: 608px;
	height: 342px;
}
.wrapper-movie.type-clm1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* トリプルドアセンサーの動画 */
ul.listlayout-3clm-inline-incontents > li .wrapper-movie iframe {
	width: 328px;
	height: 185px;
}

/* Comfort Designの動画 */
.wrapper-imgcaption .wrapper-movie iframe {
	width: 502px;
	height: 282px;
}
.layout-2clm-left-image .wrapper-movie iframe {
	width: 330px;
	height :186px;
}
.ytp-title-link {
	display: none !important;
}
