@charset "utf-8";
/**********************************************

	basic_style_forPC.css

**********************************************/

* {
	word-break: break-all !important;
	word-wrap: break-word !important;
}

/*--------------------------------------------

	デフォルト設定

---------------------------------------------*/
/* html */
html {
	min-width: 1024px;
	height: 100%;
}
/* body */
body {
	position: relative;
	width: 100%;

	margin:0 auto;
	
	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-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 {
	
	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-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 {
	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 {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 200;
	left:0;
	min-width:1200px;
}
#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: 224px;
}
ul#menunavigation > li {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin-left: 25px;
	cursor: pointer;
}
/* グローバル版 */
ul#menunavigation.en > li {
	margin-left: 25px;
}
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: #000000;
	font-weight:300;
}
ul#menunavigation > li.active > a {
	color: #d01126;
}
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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/en/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("../../asset/top/img_fixed_page/en/icon_japanese_over.png") no-repeat center 20px;
}
ul#functionnavigation > li.icon-japanese > a {
	display: block;
	height: 55px;
	transition: none;
}

ul#functionnavigation > li.icon-glob {padding-top: 0;}
ul#functionnavigation > li.icon-glob a {display: block;
	padding-top: 15px;
	background: url("../../asset/images/btnGlobal.png") no-repeat center 20px;
}
ul#functionnavigation > li.icon-glob > a:after {display: none;}


/* SPMENU */
#switch_spnavigation,#menunavigation_sp {
	display: none;
}

#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("../../asset/top/img_fixed_page/icon_sitesearch.png") no-repeat center center #d01126;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#contents {
	max-width: 1900px;
	min-width: 1200px;
	padding-top: 70px;
	min-height: 600px;
	margin:0 auto;
}

#contents.type-4th {
	padding-top: 102px;
}
#contents.type-5th {
	padding-top: 132px;
}


.prefix-footer {
	max-width: 1900px;
	min-width: 1200px;
	margin:50px auto 0 auto;
	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;
}

#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 14px;
	position: relative; top:-2px;
}
#localnavigation > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#localnavigation > ul > li > a {
	color: #000000;
	font-weight: 300;
}
#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 {
	max-width: 1900px;
	min-width: 1200px;
	margin:30px auto 0 auto;
	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;
}

#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;
	position: relative; top:-2px;
}
#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;
}

#relationlinks.type-bordernone {
	padding-bottom: 30px;
	border-top: none;
}

#relationlinks.type-borderpdnone {
	padding-bottom: 0;
	border-top: none;
}


#relationlinks.type-l {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: -30px;
}

#relationlinks.type-prefixbefore {
	margin-bottom: -50px;
}


#pagetop {
	position: fixed;
	bottom: 5px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url("../../asset/top/img_fixed_page/pagetop_default.png") no-repeat left top;
	cursor: pointer;
}
#pagetop:hover {
	background: url("../../asset/top/img_fixed_page/pagetop_over.png") no-repeat left top;
}



.wrapper-contents-s {
	margin-top: 20px;
}

.wrapper-contents-m {
	margin-top: 40px;
}
.wrapper-contents-m img {margin-right: 10px;}
.wrapper-contents-l {
	margin-top: 50px;
}

.wrapper-contents-xl {
	margin-top: 60px;
}


.wrapper-1button-center {
	padding: 20px 0;
	text-align: center;
}

.button-transparency-mainvisual {
	position: relative;
	overflow:hidden;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	
	/*border: 1px solid;*/
	/*text-transform: uppercase;*/
	background: url("../../asset/top/img_fixed_page/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("/common/fjhp/doc/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center rgba(0,0,0,0.2);*/
	color: #ffffff;
	transition: .2s;
}

@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("../../asset/top/img_fixed_page/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;
}

.button-white-redarrow-type2 {
	width: 340px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #cccccc;
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/sales/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.title-1-black-xl-b {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2.title-2-underline {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	background: url("../../asset/top/img_fixed_page/title_2_underline.png") no-repeat left bottom;
}
h2.title-2-underline > span {
	font-size: 16px;
}

h2.title-2-underline > p{
	color:#d01126;
	line-height:23px;
	font-size:22px;
}

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

h3.title-3-fs-s {
	font-size: 16px;
	line-height: 1.5em;
}
h3.title-3-fs-s span {
	font-size: 14px;
}

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.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("../../asset/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat left center;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 16px;
}

.icon-pdf {
	display: inline-block;
	width: 100%;
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat right 10px center;
}

ul.list-news.type-standardlinks > li.particularicon-pdf > a {
	background: url("../../asset/top/img_fixed_page/icon_pdf.png") no-repeat right 10px center;
}
/* PDF */
ul.list-news.type-pdflinks > li > a {
	background: url("../../asset/top/img_fixed_page/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;
}

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

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("../../asset/top/img_fixed_page/ico_menulink.png") no-repeat 20px center,
				url("../../asset/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center,
				url("../../asset/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;
}


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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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;
}

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(../../asset/top/img_fixed_page/icon_windows.png);
	padding-left: 5px;
}

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 {
	
}
.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("../../asset/top/img_fixed_page/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;
	text-align: center;
}
#mainvisual > img {
	width: 100%;
	display: block;
}

.layout-mvbutton {
	position: absolute;
	width: 240px;
	height: 50px;
	left: 50%;
	top: 60%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-3clm-inline-fittype > li:hover dl.list-thumbnail-topmainmenu > dt {
	color: #000000;
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-3clm-inline-borderlinks > li:hover {
	background: url("../../asset/top/img_fixed_page/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;
	font-weight: 300;
}
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);
}

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

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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat left top;
}

ul.list-card-globalprojects li > div.box-cardinfo > a > dl > dd > ul > li {
	display: inline-block;
	width: auto;
	background: #555555;
	font-weight: 500;
	padding: 5px 10px;
	margin-bottom: 1px;
}

ul.list-card-globalprojects li > div.box-cardinfo > a > dl > dd > p {
	margin-bottom: 15px;
	font-weight: 300;
}




.slick-prev {
	position: absolute !important;
	left: -28px !important;
	width: 18px !important;
	height: 34px !important;
	background: url("../../asset/top/img_fixed_page/navi_prev.png") no-repeat left top !important;
}
.slick-next {
	position: absolute !important;
	right: -28px !important;
	width: 18px !important;
	height: 34px !important;
	background: url("../../asset/top/img_fixed_page/navi_next.png") no-repeat left top !important;
}


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

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

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;
	margin-bottom:40px;
	/* 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;
}

#pagetitle.type-pagetitle-top {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 21.846% 0 0;
	margin-bottom: 40px;
	-moz-text-shadow: 0px 0px 25px #222;
	-o-text-shadow: 0px 0px 25px #222;
	-ms-text-shadow: 0px 0px 25px #222;
	text-shadow: 0px 0px 25px #222;
}
#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.type-pagetitle-top.type-corporate h1{text-shadow:none !important;}

#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;
}

#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;
}

#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;
}

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

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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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;
}


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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/icon_arrow_red_graybox.png") no-repeat left center;
}

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("../../asset/top/img_fixed_page/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;
}

.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;
}

.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("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/recruiting/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;
}


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("../../asset/top/img_fixed_page/tabs_under_line_l.png") no-repeat bottom center;
}
ul.list-tabs-under-red li.active {
	background: url("../../asset/top/img_fixed_page/tabs_under_line_l.png") no-repeat bottom center #f1f1f1;
}

#pagetitle.type-pagetitle-top.type-corporate {
	background: url("../../asset/top/img_fixed_page/corporate/pagetitle_corporate.png") no-repeat left center;
	background-size: cover;
}
#pagetitle.type-pagetitle-top.type-corporate span > span {
	float: right;
	padding-right: 10px;
}

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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat left center;
}
dl.list-mapframe > dt > a > span:hover {
	color: #d01126;
}

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_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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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.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;
}

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

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

ul.list-usnet-backnumber > li > dl > dd > ul > li button.button-usnet-dl {
	background: url("../../asset/top/img_fixed_page/icon_dl.png") no-repeat right center;
}

ul.list-usnet-backnumber > li > dl > dd > ul > li button.button-usnet-detail {
	background: url("../../asset/top/img_fixed_page/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;
}

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

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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-2clm-inline-borderlinks > li:hover {
	background: url("../../asset/top/img_fixed_page/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;
}

#pagetitle.type-pagetitle-top.type-project {
	background: url("../../asset/top/img_fixed_page/project/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("../../asset/top/img_fixed_page/project/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;
}


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


.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;
}


#pagetitle.type-pagetitle-top.type-recruiting {
	background: url("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/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;
}

.wrapper-recruitcontentslinks-index {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
}

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);
}

.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;
}


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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/recruiting/icon_mail.png")no-repeat right center;
}
ul.list-arrow-links li a.quetion {
	background: url("../../asset/top/img_fixed_page/recruiting/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;
}

.box-bgimage.type-gradhiring {
	background: url("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/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;
}


.type-message {
	background: url("../../asset/top/img_fixed_page/recruiting/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;
}


ul.listlayout-2clm-half-contents li:nth-child(odd){
	float: left;
	width: 502px;
	padding-bottom: 10px;
}

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("../../asset/top/img_fixed_page/recruiting/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;
}


#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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/recruiting/icon_required.png") no-repeat right 10px center;
	background-size: 50px 25px;
}

ul.listlayout-3clm-arrow > li {
	color: #cccccc;
	float: left;
	text-align: center;
	width: 366px;
	height: 50px;
	line-height: 50px;
	margin-left: -25px;
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/box-redarrow01.png") no-repeat left center;
	z-index: 3;
}
ul.listlayout-3clm-arrow > li.step2 {
	color: #000000;
	font-weight: bold;
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/recruiting/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;
}

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("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/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;
}

.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;
}

.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("../../asset/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/corporate/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("../../asset/top/img_fixed_page/corporate/contentbg_teckey.png") repeat-x left top;
	padding-top: 40px;
	height: 100%;
}

ul.list-bg-tecky-list {
	background: url("../../asset/top/img_fixed_page/corporate/listbg_teckey.html") 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;
}


.animation-tecky {
	width: 380px;
	height: 380px;
	background: url("../../asset/top/img_fixed_page/corporate/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("../../asset/top/img_fixed_page/corporate/listbg_teckey01.png") no-repeat 215px 20px #ffffff;
}
.bg-teckey01.en {
	background: url("../../asset/top/img_fixed_page/corporate/listbg_teckey01.png") no-repeat right 20px top 10px #ffffff;
}
.bg-teckey02 {
	background: url("../../asset/top/img_fixed_page/corporate/listbg_teckey02.png") no-repeat 215px 20px #ffffff;
}
.bg-teckey03 {
	background: url("../../asset/top/img_fixed_page/corporate/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("../../asset/top/img_fixed_page/corporate/bg_teckey04.png") no-repeat right 20px;
	height: 159px;
	position: absolute;
	width: 165px;
	right: 33px;
	top: 80%;
}

.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;
}

span.dl-link {
	display: inline-block;
	text-decoration: underline;
}
span.dl-link:after {
	content: url("../../asset/top/img_fixed_page/corporate/ico_dl.png");
}

.pc-bnr {
	width: 328px;
	margin: 0 auto;
}




ul.listlayout-2clm-half li:nth-child(odd){
	float: left;
	width: 502px;
	margin-bottom: 30px;
}

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


#pagetitle.type-pagetitle-top.type-ir {
	background: url("../../asset/top/img_fixed_page/ir/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;
}

.layout-2clm-wraplinks > .clm-links > ul.list-border-dots > li > a > dl.pdf {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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;
}

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

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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/ir/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("../../asset/top/img_fixed_page/ir/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;
}*/


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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/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;
}


#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;
}


#contents .type-quality img {
	display: block;
	width: 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("../../asset/top/img_fixed_page/quality/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;
}

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: 16px;
}
.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: 108px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.wrapper-qualitylinks .inQualitylinks > a {
	color: #ffffff;
	padding: 20px;
	width: 510px;
}
.wrapper-qualitylinks .inQualitylinks > a > p {
	font-size: 16px;
	font-weight: bold;
}
.wrapper-qualitylinks .inQualitylinks > a > span {
	display: block;
	margin-top: 5px;
	line-height: 20px;
}


.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;
	
	top: 60px;
}
#myTargetElement {
	font-size: 70px;
	color: #212d62;
	
}

.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, */
	-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, */
	-moz-border-radius: 58px;
	border-radius: 58px;
	background-color: #d01126;
	background: rgba(208,17,38,0.2);
	position: fixed;
	right: 287px;
	top: 145px;
}

#circle05 {
	opacity: 0;
	width: 62px;
	height: 62px;
	-webkit-border-radius: 31px;/* width, */
	-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, */
	-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, */
	-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;
}

#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;
}

.action-part1 {
	position: absolute!important;
	z-index: -10;
	right: 0;
	margin-top: -120px;
	height: 533px;
	width: 636px;
	top: 80px;
}

.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: 43%;
}
/* アニメーションパーツ 02 */
.scrEvent2 {
	display: none;
	margin: 0 auto;
	position: relative;
	width: 35%;
}
/* アニメーションパーツ 02 グローバル */
.scrEvent2.en {
	display: none;
	margin: 0 auto;
	position: relative;
	width: 42%;
}
/* アニメーションパーツ 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("../../asset/top/img_fixed_page/quality/seciton_visual_01.png") no-repeat left center;
	background-size: cover;
	padding-top: 72%;
}
/* セクション画像(2) */
.section-visual.second {
	background: url("../../asset/top/img_fixed_page/quality/seciton_visual_02.png") no-repeat left center;
	background-size: cover;
	padding-top: 44.5%;
}
/* セクション画像(3) */
.section-visual.third {
	background: url("../../asset/top/img_fixed_page/quality/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("../../asset/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("../../asset/top/img_fixed_page/quality/container_bg_02.html") 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("../../asset/top/img_fixed_page/quality/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("../../asset/top/img_fixed_page/quality/sekaele_bg02.gif") left bottom no-repeat;
	padding: 50px;
}
#sekaeleWrap02 #mapArea {
	background:url("../../asset/top/img_fixed_page/quality/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("../../asset/top/img_fixed_page/quality/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("../../asset/top/img_fixed_page/recruiting/icon_mail.png") no-repeat left center;
	padding-left: 26px;
}
.icon-tel:before {
	content: url("../../asset/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("../../asset/top/img_fixed_page/icon_accordion_plus_pd0.png") no-repeat right 10px center #f1f1f1;
	/* color: #d01126; */
}
dl.list-contact-question.list-accordion > dt.active:hover {
	background: url("../../asset/top/img_fixed_page/icon_accordion_minus_pd0.png") no-repeat right 10px center #f1f1f1;
}
dl.list-contact-question.list-accordion > dt > span {
	background: url("../../asset/top/img_fixed_page/recruiting/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("../../asset/top/img_fixed_page/sales/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/ico_menulink.png") no-repeat 20px center, url("../../asset/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center, url("../../asset/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/icon_logout.png") no-repeat right 20px center #ffffff !important;
}
ul.listlayout-2clm-borderlinks.type-logout > li > a {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/sales/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("../../asset/top/img_fixed_page/icon_dl.png") no-repeat right center #ffffff;
	width: 100%;
}
button.button-usnet-dl:hover {
	background-color: #f1f1f1;
}
button.button-usnet-print {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/sales/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center #f1f1f1;
}

/* DLアイコン付与 */
ul.list-news.type-dllinks > li > a {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/sales/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(../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/products/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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 20px center;
}
ul.listlayout-4clm-inline-borderlinks > li:hover {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/icon_modal.png") no-repeat right center;
}
ul.listlayout-4clm-inline-borderlinks.type-modal > li:hover {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/products/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("../../asset/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("../../asset/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("../../asset/top/img_fixed_page/products/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("../../asset/top/img_fixed_page/products/xior/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("../../asset/top/img_fixed_page/products/xior/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(../../asset/top/img_fixed_page/products/xior/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("../../asset/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("../../asset/top/img_fixed_page/products/skysalon/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("../../asset/top/img_fixed_page/icon_dl.png") no-repeat right 12px center;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 駅舎用エレベータ ラクール

---------------------------------------------*/
#pagetitle_type2.type-caption.type-rakul {
	background: url("../../asset/top/img_fixed_page/products/rakul/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("../../asset/top/img_fixed_page/products/autocarry/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("../../asset/top/img_fixed_page/products/eceed_mv.png") no-repeat left center;
	background-size: cover;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 非常用エレベータ

---------------------------------------------*/
#pagetitle_type2.type-caption.type-emergency {
	background: url("../../asset/top/img_fixed_page/products/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("../../asset/top/img_fixed_page/products/luggage_mv.png") no-repeat left center;
	background-size: cover;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > 標準型エスカレータ GS-NX

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ（特長）
---------------------------------------------*/
#pagetitle_type2.type-caption.type-gsnx {
	background: url("../../asset/top/img_fixed_page/products/gsnx/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("../../asset/top/img_fixed_page/products/slimfit/slimfit_mv.png") no-repeat left center;
	background-size: cover;
}
/*--------------------------------------------

	製品・サービス > 新規設置 > AUTOWALK オートウォーク

---------------------------------------------*/
/*--------------------------------------------
	INDEXページ（特長）
---------------------------------------------*/
#pagetitle_type2.type-caption.type-autowalk{
	background: url("../../asset/top/img_fixed_page/products/autowalk/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("../../asset/top/img_fixed_page/products/renewal/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("../../asset/top/img_fixed_page/products/renewal/bg_renewal_arrow_left.png") no-repeat 100% 50%;
}
.list-tab-arrow-right {
	color: #ffffff;
	background: #61add3 url("../../asset/top/img_fixed_page/products/renewal/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(../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/products/maintenance/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/ico_menulink.png") no-repeat center center;
	width: 19px;
	height: 17px;
}
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li {
	background: url("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat 10px center;
}
.wrapper-contents-type-maintenance ul.listlayout-4clm-inline-borderlinks > li:hover {
	background: #f1f1f1 url(../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/products/option/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("../../asset/top/img_fixed_page/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(../../asset/top/img_fixed_page/products/option/monitor/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;
	
	transition: background .2s;
	min-width:71px;
}
.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;
	min-width:71px;
}
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%;
	font-weight: 300;
	color:#555555;
}
dl.list-newsset-block.en dd {
	display: table-cell;
	min-width:140px;
	font-weight: 700;
}
dl.list-newsset-block.type-pdflinks {
	background: url("../../asset/top/img_fixed_page/icon_pdf.png") no-repeat right 10px center;
	display: block;
	padding-right: 40px;
}

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: 18px;
}
dl.list-newsset-block.en dt > .label-news > img {
	
}

#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.75em;
	display: inline-block;
	padding: 14px 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("../../asset/top/img_fixed_page/en/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: 510px;
	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: 344px;
}
.inQualitylinks .height2 dl.list-thumbnail-3clm {
	height: 300px;
}
.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;
	line-height: 20px;
}
.inQualitylinks dl.list-thumbnail-3clm > dt > .tit01 {font-size: 16px; line-height: 16px; margin-bottom: 14px;}
.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("../../asset/top/img_fixed_page/en/products_mv_en.png") no-repeat left center;
	background-size: cover;
}
#pagetitle.type-pagetitle-top.type-maintance {
	background: url("../../asset/images/type-maintance.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("../../asset/top/img_fixed_page/download_mv.png") no-repeat left center;
	background-size: cover;
}
.table-many td.dl {
	background: url("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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("../../asset/top/img_fixed_page/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;
}


.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;
}




.hisWrap .tit01 {font-size: 22px; color:#000000; font-weight: 700; margin-bottom: 20px;}
.hisWrap ul li {padding:22px 0 22px 20px; border-bottom:1px dotted #d6d6d6;; border-top:1px dotted #d6d6d6; font-size: 14px;color:#000000;}
.hisWrap ul li:first-child {border-top:none;}
.hisWrap ul li:after {content:''; display:block; clear:both;}
.hisWrap ul li .year{float:left;  font-weight: 700;  width: 210px;}
.hisWrap ul li .num{float:left; width: 50px; font-weight: 700;}
.hisWrap ul li .text{float:left; font-size: 14px;}


.optionBtn{margin-bottom: 20px;}
.optionBtn ul:after {content:''; display:block; clear:both;}
.optionBtn ul li {float:left; position: relative; margin-right: 10px;} 
.optionBtn ul li input {position: absolute; visibility:hidden;}
.optionBtn ul li label {cursor:pointer; display: block; font-size: 12px; color:#000; width: 158px; height: 40px; line-height: 40px; text-align: center; border:1px solid #cccccc;}
.optionBtn ul li input:checked + label { color:#fff; background:#61add3; font-weight: 500;}


ul.list-search-btn li label {cursor:pointer; display: block; font-size: 12px; color:#000; width: 158px; height: 40px; line-height: 40px; text-align: center; border:1px solid #cccccc;}
ul.list-search-btn li.size01 {width:227px;}
ul.list-search-btn li.size01 label {width:227px;}
ul.list-search-btn li input[type="checkbox"]:checked + label { color:#fff; background:#61add3; font-weight: 500; border:1px solid #cccccc;}

dl.list-right-btns dt {vertical-align: middle; min-width:108px}
dl.list-right-btns dd {width: 80%;}

#search_allarea.type2 {margin-bottom: 40px; border-bottom:2px solid #cccccc;}

ul.list-card-globalprojects.type2 li > div.box-cardinfo > a > dl > dd > ul > li {background:none; margin:0 0  10px 0; padding:0;}
ul.list-card-globalprojects.type2 li > div.box-cardinfo > a > dl > dd > ul > li:after  {content:''; display:block; clear:both;}
ul.list-card-globalprojects.type2 li > div.box-cardinfo > a > dl > dd > ul > li .tit {float:left; font-size: 14px; line-height: 14px; color:#ffffff; font-weight:500; width: 72px;}
ul.list-card-globalprojects.type2 li > div.box-cardinfo > a > dl > dd > ul > li .txt {float:left; font-size: 14px;  line-height: 14px; color:#fff; font-weight:300;}


.switchbar-more {height: 38px; line-height: 35px;}
.switchbar-more > span {position: relative; padding-right: 20px;}
.switchbar-more > span:after {position: absolute; right:0; top:8px;content:''; width: 10px; height: 5px; background: url('/asset/images/downBul.png') no-repeat; }


.referList {width:700px; margin:0 auto; padding-top: 40px;}
.referList dl:after {content:''; display:block; clear:both;}
.referList dl {margin-bottom:20px;}
.referList dl dt {float:left; padding-left: 160px; font-size: 14px; line-height: 14px; font-weight: 700; width: 125px;color:#000000; }
.referList dl dd {float:left; font-size: 14px; line-height: 14px; color:#000000; }



/* listType02 */
.listType02 { position: relative; margin-bottom:70px; border-top: 1px solid #cccccc;;}
.listType02.mb0 {margin-bottom: 0;}
.listType02 table{width: 100%; table-layout:fixed; }
.listType02 table th {font-size: 14px; color:#000000; font-weight:700; height:48px; text-align: center;  vertical-align: middle; border-bottom:1px solid #cccccc; background:#f1f1f1;  }
.listType02 table td {font-size: 14px; color:#000000; height:48px; vertical-align: middle; text-align: center; border-bottom:1px dotted #e6e6e6; font-weight: 300; }
.listType02 table td a {font-size: 14px; color:#000000;    font-weight: 300; }
.listType02 table td.left {text-align: left; padding-left:45px;}

/* paging */
.paging  {text-align: center;}
.paging  .btn { text-indent:-999em;}
.paging  .first { background: url('/asset/images/paging01.png') center center no-repeat;}
.paging  .prev {background: url('/asset/images/paging02.png') center center no-repeat; margin-right: 27px;}
.paging  .next {  background: url('/asset/images/paging03.png') center center no-repeat; margin-left:27px;}
.paging  .last {background: url('/asset/images/paging04.png') center center no-repeat;}
.paging a {display: inline-block; text-align: center; vertical-align: middle; box-sizing:border-box; min-width:30px; height:30px; line-height:27px; text-align: center; background:#fff;border:1px solid #bbbbbb; font-size: 14px; color:#333333; margin-left:7px;}
.paging a:first-child {margin-left: 0;}
.paging a.on {background: #d01126; color:#fff;}


.viiewType01  {padding-top: 40px;}
.viiewType01 .tit01 {font-size: 14px; font-weight: 700; color:#000000; line-height: 14px; margin-bottom: 13px;}
.viiewType01 .tit02 {font-size: 22px; font-weight: 700; color:#000000; margin-bottom: 13px;}
.viiewType01 .tit03 {font-size: 14px;  color:#000000; line-height: 14px; font-weight: 300; margin-bottom:40px;}
.viiewType01 .tit03 span {font-weight: 700;}
.viiewType01 .tit03 ul:after {content:''; display:block; clear:both;}
.viiewType01 .tit03 ul li{float:left; margin-right: 33px;}
.viiewType01 .contView {margin-top: 25px; font-size: 14px; line-height: 20px; font-weight: 300; color:#000000; margin-bottom: 60px; min-height:100px; }


.inner-frame.type2{padding: 0 !important; min-height:0 !important;  height:22px !important; margin-bottom: 40px;}

.bizPolWrap .bigImg {margin-bottom: 65px;}
.bizPolWrap .bigImg p {text-align: center; padding:85px 0 105px 0; border:1px solid #cccccc; margin-bottom: 35px;}
.bizPolWrap .bigImg .date {font-size: 22px; line-height: 22px; color:#000000; font-weight: 700; text-align: center;}
.bizPolWrap .bizTit01 {font-size: 22px; color:#000000; font-weight: 700; line-height: 33px; margin-bottom:45px;}
.bizPolWrap .bizTit02 {font-size: 14px; color:#000000; margin-bottom: 40px; line-height: 22px; font-weight: 400;}
.bizPolWrap .bizTit02 span {font-weight: 700;}
.bizPolWrap .bizTit02.mb60 {margin-bottom: 60px;}
.bizPolWrap h2.title-2-underline {margin-bottom: 28px;}


.titType01 {font-size: 22px; font-weight: 700; color:#000000; margin-bottom: 35px; line-height: 22px;}
.showImg .img {margin-top: 20px;}
.showImg .img:first-child {margin-top: 0;}
.showImg .img iframe {width: 100%; height: 576px;}


.baseText {font-size: 14px; color:#000000; line-height: 23px; margin-bottom: 40px; letter-spacing:-0.03em;}

.tbType01 {margin-bottom: 70px;}
.tbType01 table {width: 100%; border-top:1px solid #cccccc;}
.tbType01 table thead th {font-weight: 700; color:#000; font-size: 14px;background:#f1f1f1; padding-left: 30px; vertical-align: middle;border-bottom:1px solid #cccccc; height: 48px; text-align: left;} 
.tbType01 table tbody th {font-weight: 700; color:#000; font-size: 14px;background:#fafafa; border-bottom:1px dotted #e6e6e6; vertical-align: top; padding:20px 0 0 20px;} 
.tbType01 table tbody td {font-weight: 400; color:#000; font-size: 14px; border-bottom:1px dotted #e6e6e6;  padding:17px 0 17px 30px; font-weight: 300;} 
.tbType01 table tbody td ul li {font-weight: 400; color:#000; font-size: 14px; margin-top: 15px;} 
.tbType01 table tbody td ul li:first-child {margin-top: 0;}


/* .telList {margin-top: 35px;}
.telList ul li {margin-top: 45px;}
.telList ul li:first-child {margin-top: 0;}
.telList ul li .tit {font-size:14px; font-weight: 500; color:#000000; line-height: 14px; margin-bottom: 10px;}
.telList ul li .phon {font-size:22px; font-weight: 300; color:#000000; line-height: 22px; padding-left: 18px;} */

.telList {margin-top: 35px;}
.telList table {width: 100%; border-top:1px solid #cccccc;}
.telList table thead th {padding-left:65px; font-weight: 400; color:#000; font-size: 14px;background:#f1f1f1; padding-left: 30px; vertical-align: middle;border-bottom:1px solid #cccccc; height: 48px; text-align: left;} 
.telList table tbody td {padding-left:65px; font-weight: 400; color:#000; font-size: 14px; border-bottom:1px dotted #e6e6e6;  padding:17px 0 17px 30px; font-weight: 300;} 
.telList table tbody td{vertical-align:middle;}

ul.imgList {margin-bottom: 30px;}
ul.imgList li {
	position: relative;
	float: left;
	width: 254px;
	cursor: pointer;
	overflow: hidden;
	margin-left: 1px;
}

ul.imgList li > a > dl {
	position: relative;
	width: 255px;
	height: 320px;
}
ul.imgList 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;
	font-weight: 300;
}

ul.imgList li > a > dl > dd {
	overflow: hidden;
}
ul.imgList 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;
}



.imgList01 dd:hover img {transform:none !important}


.messageWrap {}
.messageWrap .tit01 {font-weight: 400; color:#000; font-size: 14px; margin-bottom: 25px; }
.messageWrap .tit02 {font-weight: 400; color:#000; font-size: 14px; margin-bottom: 25px; line-height: 23px; letter-spacing:-0.03em;}
.mt25 {margin-top: 25px;}


.listType01  {margin-bottom: 70px;}
.listType01 ul {border-top: 2px solid #e3e3e3;;}
.listType01 ul li {border-bottom: 1px dotted #e7e7e7;}
.listType01 ul li a {display: block; padding:20px 0; position: relative;}
.listType01 ul li a:before {content:''; position: absolute; right:13px; top:50%; margin-top:-8px; background:url('/asset/top/img_fixed_page/icon_arrow_common.png') no-repeat; width: 9px; height: 16px; }
.listType01 ul li a:after {content:''; display:block; clear:both;}
.listType01 ul li a .date {float:left; color:#000000;  font-size: 14px; line-height: 14px; font-weight: 700;}
.listType01 ul li a .text { color:#000000;  font-size: 14px; padding-left: 140px; line-height: 14px;}


.introTitle .tit01 {font-weight:700; color:#000; font-size:22px; line-height: 22px; margin-bottom:25px;}
.introTitle .tit02 {font-weight:400; color:#000; font-size:14px; line-height: 23px; margin-bottom:60px;}

.introBox01 {margin-bottom: 60px;}
.introBox01 ul li {border:1px solid #cccccc; height: 158px;}
.introBox01 ul li:first-child {border-bottom:none;}
.introBox01 ul li:after {content:''; display:block; clear:both;}
.introBox01 ul li .tit01 {width: 157px; float:left; text-align: center; font-size: 22px; color:#d01126; font-weight: 700; height: 158px; line-height: 158px; border-right:1px solid #cccccc;}
.introBox01 ul li .tit02 {padding-left: 180px;}
.introBox01 ul li .tit02 .no1 {display: block;  font-size: 22px; line-height: 22px; color:#000; font-weight: 700; padding:38px 0 22px 0;}
.introBox01 ul li .tit02 .no2 {line-height: 23px;}



ul.list-card-new {
}
ul.list-card-new li {
	position: relative;
	float: left;
	width: 254px;
	cursor: pointer;
	overflow: hidden;
	margin-left: 1px;
}

ul.list-card-new li > a > dl {
	position: relative;
	width: 255px;
	height: 320px;
}
ul.list-card-new 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;
	font-weight: 300;
}
ul.list-card-new li:hover > a > dl > dt {
	opacity: 0;
	transition: all 0.25s;
}
ul.list-card-new li > a > dl > dd {
	overflow: hidden;
}
ul.list-card-new 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-new 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);
}

ul.list-card-new 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-new li:hover > div.box-cardinfo {
	opacity: 1.0;
	transition: all 0.25s;
}
ul.list-card-new 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;
}

ul.list-card-new li > a > dl > dd .label-news {
	position: absolute;
	left: 10px;
	top: 10px;
}

ul.list-card-new li > div.box-cardinfo > a > dl {
}
ul.list-card-new 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("../../asset/top/img_fixed_page/icon_arrow_common.png") no-repeat left top;
}

/* ul.list-card-new li > div.box-cardinfo > a > dl > dd > ul > li {
	display: inline-block;
	width: auto;
	background: #555555;
	font-weight: 500;
	padding: 5px 10px;
	margin-bottom: 1px;
} */

ul.list-card-new li > div.box-cardinfo > a > dl > dd > ul:nth-child(1)> li {
	display: inline-block;
	width: 100%;
	background: none;
	font-weight: 500;
	padding: 5px 10px;
	margin-bottom: 1px;
}

ul.list-card-new li > div.box-cardinfo > a > dl > dd > ul:nth-child(2)> li {
	display: inline-block;
	width: auto;
	background: #555555;
	font-weight: 500;
	padding: 5px 10px;
	margin-bottom: 1px;
}


ul.list-card-new li > div.box-cardinfo > a > dl > dd > p {
	margin-bottom: 15px;
	font-weight: 300;
}


/* ul.list-card-new.type2 li > div.box-cardinfo > a > dl > dd > ul > li {background:none; margin:0 0  10px 0; padding:0; display: block; float:none;} */
ul.list-card-new.type2 li > div.box-cardinfo > a > dl > dd > ul > li:after  {content:''; display:block; clear:both;}
ul.list-card-new.type2 li > div.box-cardinfo > a > dl > dd > ul > li .tit {float:left; font-size: 14px; line-height: 14px; color:#ffffff; font-weight:500; width: 72px;}
ul.list-card-new.type2 li > div.box-cardinfo > a > dl > dd > ul > li .txt {float:left; font-size: 14px;  line-height: 14px; color:#fff; font-weight:300;}

/* 20180727 */
.ceo_name{width:120px;margin-left:20px;}
.tit02_name{position:relative;top:-24px;left:0;}


.full-reset {
    width: 100% !important;     /* 가로 길이 최대화 */
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;  /* 가운데 정렬 */
    padding: 0 !important;      /* 기존 padding 제거 */
    float: none !important;     /* float 되어 있으면 풀기 */
    position: relative !important;
    box-sizing: border-box !important;
}
