@charset "utf-8";



/* // Common
----------------------------------------------- */
body.bgImage {
	background-position:center top;
	background-repeat:no-repeat;
}

#ContentsWrap {
	
}

#ContentsArea {
	background-color:#FFF;
	padding:110px 0;
	box-sizing: border-box;;
	width:100%;
	margin-top:-75px;
}

.fancybox-skin  {
	background-color:#FFF !important;
}
/* // Header
----------------------------------------------- */
#Header {
	background-color: rgba(255,255,255,0.5);  
	height:110px;
	position:relative;
	z-index:900;
	margin-bottom:35px;
}
#Header .logo {
	position:absolute;
	left:0;
	top:30px;
}
#Header #Gnavi {
	position:absolute;
	right:165px;
	top:55px;
}
#Header #Gnavi li {
	float:left;
	margin-left:10px;
	line-height:1.1em;
}
#Header #Gnavi li a {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	color:#000;
	font-size:106%;
}
#Header #Gnavi li a:hover {
	border-bottom:3px solid #E08484;
	text-decoration:none;
}

#Top #Header #Gnavi li a.top,
#Business #Header #Gnavi li a.business,
#Products #Header #Gnavi li a.products,
#Company #Header #Gnavi li a.company,
#Recruit #Header #Gnavi li a.recruit
 {
	border-bottom:3px solid #f40000;
}
#Header .subMenu {
	font-size:11px;
	position:absolute;
	right:155px;
	top:4px;
}
#Header .subMenu li {
	float:left;
	margin-right:20px;
}
#Header .addbox {
	height:110px;
	width:150px;
	background-color:#06285a;
	position:absolute;
	right:0;
	top:0;
}
#Header .addbox a {
	display:block;
	width:75px;
	height:36px;
	text-align:center;
	box-sizing: border-box;
	color:#FFF;
	font-size:86%;
}
#Header .addbox a:hover {
	text-decoration:none;
	background-color:#254F89;
}
#Header .addbox a.zh {
	border-left:1px solid #557397;
}
#Header .addbox a.contact {
	width:150px;
	height:74px;
	border-top:1px solid #557397;
	box-sizing: border-box;
}
#Header .addbox a span {
	display:block;
	position:relative;
	top:5px;
}
#Header .addbox a.contact span {
	top:25px;
}



/* // Footer
----------------------------------------------- */
#Footer {
	margin-top:80px;
	border-top:5px solid #041a43;
}
#Footer .logoBlock {
	padding:20px 0;
	border-bottom:1px solid #c1c1c1;
	background-color:#FFF;
	text-align:left;
}
#Footer .menuBlock {
	padding:30px 0;
	font-size:88%;
}
#Footer .menuBlock a {
	color:#333;
}
#Footer .menuBlock .col {
	float:left;
	width:150px;
}
#Footer .menuBlock .col.col1 {
	width:445px;
	border-right:1px solid #CCC;
	margin-right:40px;
}
#Footer .menuBlock .col.col1 td {
	padding-bottom:5px;
}
#Footer .copyBlock {
	background-color:#041a43;
	text-align:center;
	font-size:86%;
	color:#FFF;
	padding:10px;
}


/* // pageTop
----------------------------------------------- */
.pageTop {
	font-size:30px;
	display:block;
	padding:10px;
	display:block;
	position:fixed;
	right:10px;
	bottom:50px;
	background-color:#45639B;
	color:#FFF !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pageTop:hover {
	background-color:#748FC1;
}



/* // PageHeder
----------------------------------------------- */

#PageHeder {
	padding:0 25px;
}
#PageHeder .subNavi {
	float:right;
	width:810px;
	padding-top:60px;
}
#PageHeder .subNavi li {
	float:left;
	margin-right:15px;
}
#PageHeder .subNavi li a {
	display:inline-block;
	padding:0 10px 5px;
	font-weight:bold;
	color:#333;
}
#PageHeder .subNavi li a:hover {
	border-bottom:3px solid #DB5151;
	text-decoration:none;
}
.sub1 #PageHeder .subNavi li.nav1 a,
.sub2 #PageHeder .subNavi li.nav2 a,
.sub3 #PageHeder .subNavi li.nav3 a,
.sub4 #PageHeder .subNavi li.nav4 a,
.sub5 #PageHeder .subNavi li.nav5 a,
.sub6 #PageHeder .subNavi li.nav6 a,
.sub7 #PageHeder .subNavi li.nav7 a,
.sub8 #PageHeder .subNavi li.nav8 a
 {
	border-bottom:3px solid #f40000;
}

#PageHeder .cateTitle {
	float:left;
	display:block;
	width:200px;
	height:200px;
	background-color:#09356c;
	padding:23px;
	box-sizing: border-box;
	color:#FFF;
	text-align:center;
	line-height:1.3em;
}
#PageHeder .cateTitle .ja {
	display:block;
	font-weight:bold;
	padding-top:40px;
	padding-bottom:20px;
	border-bottom:3px solid #f40000;
	font-size:125%;
}
#PageHeder .cateTitle .en {
	display:block;
	padding-top:25px;
}


/* // Module
----------------------------------------------- */


#PageTitle {
	background-color:#09356c;
	border-bottom:3px solid #09356c;
	color:#FFF;
	font-weight:bold;
	font-size:145%;
	line-height:1.4em;
	margin-bottom:30px;
}
#PageTitle span {
	padding:13px 23px 11px 23px;
	border-bottom:1px solid #FFF;
	display:block;
}

.btmBorder {
	border-bottom:3px solid #06285a;
}

table.info td {
	border-bottom:1px solid #DDD;
	padding:15px 20px;
}
table.info tr.last td {
	border-bottom:3px solid #06285a;
}
table.normal {
	width:auto;
}
table.normal td {
	border-bottom:0;
	padding:0
}
table.normal tr.last td {
	border-bottom:0;
}

/* // ボタン設定
----------------------------------------------- */
a.btnA {
	background-color:#dfe6ec;
	border:1px solid #93b2d0;
	display:inline-block;
	text-align:center;
	min-width:250px;
	box-sizing: border-box;
	padding:10px;
	font-size:108%;
	line-height:1;
	position:relative;
}
a.btnA:hover {
	background-color:#D7E6F2;
	text-decoration:none;
}
a.btnA i {
	position:absolute;
	top:25%;
	right:20%;
}


/* // ボタン設定
----------------------------------------------- */
.tabA li {
	float:left;
	width:25%;
	display:block;
	margin-bottom:5px;
	text-align:center;
}
.tabA li a {
	color:#09346c;
}



/* // テキスト設定
----------------------------------------------- */
.headTxA {
	font-weight:bold;
	font-size:145%;
}


/* // ----------------------------------------------------------------------------------------------- */


/* // Top -----------------------------------------------
 ------------------------------------------------------------------- */
#Top {
	background-color: #fafafa !important;
}
	#Top #Footer {
		margin-top:0;
	}

@media screen and (min-width: 581px){

	
	#Top header {
		position:absolute;
		top:0;
		left:50%;
		margin-left:-50%;
		width:100%;
		background-color: rgba(255,255,255,0.5);
		z-index:9999;
	}
	
	#Top #Header {
		margin-bottom:0;
		background-color: rgba(255,255,255,0);  
	}
}

#Top #MV {
	background-color:#fff;
	height:900px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#Top #MV img.center {
	position:absolute;
	top:80px;
	left:50%;
	z-index:100;
	margin-left:-320px;
	opacity:0;
}
#Top #MV img.tx1 {
	position:absolute;
	bottom:40px;
	right:0;
	z-index:101;
	opacity:0;
}

#Top #MV .skew1 {
	width: 1100px;
	position:absolute;
	top:0;
	right:60%;
}
#Top #MV .skew1 {
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
#Top #MV .skew1 .skew_mask {
	overflow: hidden;
}
#Top #MV .skew1 .skew_img {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	position:relative;
	right:-160px;
	top:-200px;
	opacity:0;
}
#Top #MV .skew2 {
	width: 1100px;
	position:absolute;
	top:0;
	left:38%;
}
#Top #MV .skew2 {
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
#Top #MV .skew2 .skew_mask {
	overflow: hidden;
}
#Top #MV .skew2 .skew_img {
	min-width: 117.6%;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	position:relative;
	left:-160px;
	top:200px;
	opacity:0;
}
#Top #BizNavi {
	display:block;
	overflow:hidden;
}
#Top #BizNavi li {
	float:left;
	width:25%;
	position:relative;
}
#Top #BizNavi li img {
	width:100%;
}
#Top #BizNavi li .tx {
	padding:10px;
	display:block;
	position:absolute;
	bottom:0;
	color:#FFF;
	line-height:1.1em;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
}
#Top #BizNavi li .head {
	font-weight:bold;
	display:block;
	font-size:128%;
	margin-bottom:9px;
}
#Top #BizNavi li .body {
	display:block;
	font-size:88%;
}

#Top #BizNavi li .body {
	display:block;
	font-size:88%;
}
#Top #Products {
	background-color:#0e2051;
	padding:70px 0;
}
#Top #Products .inner {
	width:1200px;
	margin:0 auto;
}
#Top #Products p.btn {
	text-align:center;
}
#Top #Products p.btn a {
	background-color:#FFF;
	font-size:110%;
	display:inline-block;
	padding:6px 20px;
	min-width:200px;
	text-align:center;
	position:relative;
}
#Top #Products p.btn a i {
	font-size:130%;
	position:absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
#Top #Products p.btn a:hover {
	background-color:#FEFFE5;
	text-decoration:none;
}
#Top #Products p.image {
	position:relative;
	margin-bottom:-130px;
}

#Top #Info {
	padding:120px 0;
	background:url(/_pack/img/top_info_bg.jpg) right center no-repeat;
}


/* #Top #Info div.flexcroll {
	width:100%;
	height:320px;
	overflow:auto;
	position:relative;
	border:1px solid #DDD;
	box-sizing: border-box;
	background-color:#FFF;
} */
#Top #Info div.flexcroll_new {
	width:100%;
	height:320px;
	overflow-y:scroll;
	position:relative;
	border:1px solid #DDD;
	box-sizing: border-box;
	background-color:#FFF;
}

#Top #Info div.flexcroll_new::-webkit-scrollbar {
    width: 12px;
	height: 14px;
}
#Top #Info div.flexcroll_new::-webkit-scrollbar-thumb{
    background: #aaaaa0;
}
#Top #Info div.flexcroll_new::-webkit-scrollbar-track-piece {
    background: #eeeeee;
}

/* #Top #Info .mcontentwrapper {
	padding:20px !important;
	box-sizing: border-box;
} */

#Top #Info .flexcroll_inner {
	display: block;
	padding:20px !important;
	box-sizing: border-box;
}

#Top #Info .scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}
#Top #Info .vscrollerbase {
	width:10px;
	background-color:#eee;
}
#Top #Info .vscrollerbar {
	width:10px;
	background-color:#AAAAA0;
}
#Top #Info .hscrollerbase {
	height:10px;
	background-color:#eee;
}

#Top #Info .hscrollerbar {
	height:10px;
	background-color:#AAAAA0;
}
#Top #Info .scrollerjogbox {
	width:10px;
	height:10px;
	top:auto;
	left:auto;
	bottom:0;
	right:0;
	background-color:#eee;
}
#Top #Info .n_news_wrap {
	padding-bottom:20px;
	border-bottom:1px dotted #DDD;
	margin-bottom:20px;
	position:relative;
	font-size:108%;
	color:#666;
	line-height:1.6em;
}

.n_news_wrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.n_news_wrap {	display: inline-block;} 
/* Hides from IE Mac */
* html .n_news_wrap {	height: 1%;	}
.n_news_wrap {	display:block;	}
/* End Hack */ 

#Top #Info .n_news_wrap .n_date {
	float:left;
	width:150px;
	padding:4px;
	box-sizing: border-box;;
	text-align:left;
}
#Top #Info .n_news_wrap .n_n_txt  {
	float:left;
	width:850px;
	text-align:left;
}
#Top #Info .n_news_wrap .n_n_txt a {
	display:block;
}
#Top #Info .n_news_wrap .n_n_txt a:hover {
	background-color:#FFFFED;
}

#Top #Info .n_news_wrap .n_n_txt strong {
	background-color:#f0f0f0;
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	padding:4px;
	box-sizing: border-box;;
}
#Top #Info .n_news_wrap a  {
}
#Top #Info .n_news_wrap a font  {
}
#Top #Info .n_news_wrap a:hover  {
}
#Top #Info .n_news_wrap a:hover font  {
}


#Top #Info .bnr  {
	text-align:center;
	margin-top:50px;
}
#Top #Info .bnr a {
	display:inline-block;
	margin:0 15px;
}


/* // Information -----------------------------------------------
 ------------------------------------------------------------------- */

body#Information {
	background-color:#FFF !important;
}

body#Information .infoCotents {
	background-color:#FFF !important;
	padding-bottom:30px;
}
body#Information .infoCotents h1 {
	font-size:124%;
	line-height:1.4em;
	margin-bottom:24px;
	padding:8px;
	background-color:#f6f6f6;
	border-left:5px solid #666;
	font-weight:bold;
}
body#Information .infoCotents p {
	margin-bottom:15px;
}
body#Information .infoCotents p.date {
	font-size:90%;
	margin-bottom:15px;
}




/* // Business -----------------------------------------------
 ------------------------------------------------------------------- */
body#Business {
	background-image:url(/_pack/img/business_body_bg.jpg);
}
body#Business.top #ContentsArea .block {
}
body#Business.top #ContentsArea .block a {
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-top:55px;
	display:block;
	min-height:330px;
	color:#032658;
	box-sizing: border-box;
}
body#Business.top #ContentsArea .block a.none {
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-ms-transition: all 0.15s;
		-o-transition: all 0.15s;
		transition: all 0.15s;
		opacity:0.3;
		filter:alpha(opacity=30);
		-ms-filter: "alpha( opacity=30 )";
}
body#Business.top #ContentsArea .block#Biz4 a {
		cursor:default;
}
body#Business.top #ContentsArea .block a:hover {
	text-decoration:none !important;
}
body#Business.top #ContentsArea .block a .blockTit {
	font-size:34px;
	margin-bottom:15px;
	font-weight:bold;
}
body#Business.top #ContentsArea .block a .blockTit .small {
	font-size:20px;
}
body#Business.top #ContentsArea .block#Biz1 a {
	background-image:url(/_pack/img/business_top_image_01.jpg);
	padding-left:30px;
}
body#Business.top #ContentsArea .block#Biz2 a {
	background-image:url(/_pack/img/business_top_image_02.jpg);
	padding-left:470px;
}
body#Business.top #ContentsArea .block#Biz3 a {
	background-image:url(/_pack/img/business_top_image_03.jpg);
	padding-left:30px;
}
body#Business.top #ContentsArea .block#Biz4 a {
	background-image:url(/_pack/img/business_top_image_04.jpg);
	padding-left:470px;
}

/* // second
----------------------------------------------- */
body#Business.second h1.title {
	background-position:left top;
	background-repeat:no-repeat;
	height:230px;
	font-size:37px;
	font-weight:bold;
	color:#11265b;
	margin:-110px 0 30px;
	box-sizing: border-box;
	padding-top:125px;
	padding-left:160px;
}
body#Business.second h1.title .small {
	font-size:24px;
}
body#Business.second .lead {
	font-size:108%;
	line-height:1.9em;
}
body#Business.second .system {
	background:url(/_pack/img/business_second_bg_01.png);
	padding:50px 0;
	color:#FFF;
}
body#Business.second .detail {
	padding:50px 0;
}
body#Business.second .sectit {
	height:25px;
	background-repeat:no-repeat;
	background-position:center top;
}
body#Business.second .system .sectit {
	background-image:url(/_pack/img/business_second_sectit_01.png);
}
body#Business.second .detail .sectit {
	background-image:url(/_pack/img/business_second_sectit_02.png);
}
body#Business.second .section .productsInfo .tit {
	display:inline-block;
	border:1px solid #032658;
	line-height:1em;
	padding:5px;
	background-color:#FFF;
	color:#032658;
	margin-right:30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
body#Business.second .section .productsInfo a {
	display:inline-block;
	margin-right:20px;
	text-decoration: none;
	border-bottom:1px dotted #337087;
}
body#Business.second .section.system .productsInfo a {
	color:#FFF;
	border-bottom:1px dotted #fff;
}
body#Business.second .section .productsInfo a:hover {
	color:#ade9ff;
	border-bottom:1px dotted #ade9ff;
}
body#Business.second .section .headTx1 {
	color:#032658;
	font-weight:bold;
	text-align:center;
	font-size:120%;
}
body#Business.second .section .headTx1 span {
	position:relative;
	top:2px;
}

.c-tabs__item {
	display: inline;
}
.c-tabs__link { 
	display: inline-block;
	color: #999;
	text-decoration: none;
	padding: 10px 15px;
	background-color:#d4d4d4;
	line-height:1em;
	color:#444;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
.c-tabs__link:hover { 
	text-decoration:none;
	color:#444;
	background-color:#ccc;
}

.c-tabs__link.is-active {
	color: #FFF;
	background-color:#0d356a;
}

.c-tabs__content {
	display: none;
	width: 100%;
	float: left;
	padding: 20px 0;
	border:1px solid #DDD;
}


.c-tabs {
	background: #fff;
	overflow: hidden;
}



/* // second
----------------------------------------------- */
body#Business.four_wheel h1.title {
	background-image:url(/_pack/img/business_four_title.jpg);
}
body#Business.two_wheel h1.title {
	background-image:url(/_pack/img/business_two_title.jpg);
}
body#Business.house h1.title {
	background-image:url(/_pack/img/business_house_title.jpg);
}



/* // Product -----------------------------------------------
 ------------------------------------------------------------------- */
body.bgImage#Products {
	background-image:url(/_pack/img/product_body_bg.jpg);
}
body#Products .section {
	margin-bottom:60px;
}
body#Products .sectit {
	background-color:#1a3f6c;
	background-position:right center;
	background-repeat:no-repeat;
	width:100%;
	height:140px;
	font-weight:bold;
	font-size:180%;
	color:#FFF;
	line-height:1em;
	margin-bottom:35px;
}
body#Products .sectit em {
	position: relative;
	top: 42%;
	left:40px;
	-webkit-transform: translateY(-42%);
	-ms-transform: translateY(-42%);
	transform: translateY(-42%);
}
body#Products #automobile .sectit {
	background-image:url(/_pack/img/product_sec_tit_01.jpg)
}
body#Products #house .sectit {
	background-image:url(/_pack/img/product_sec_tit_02.jpg)
}

body#Products .itemWrap.full {
	width:100%;
}
body#Products .itemWrap.full .item {
	float:none;
	margin-right:0;
}
body#Products .itemWrap.full .item a {
	width:100%;
}
body#Products .itemWrap.full .item .tx {
	display:block;
	float:left;
	width:460px;
	color:#333;
	margin:30px 0 0 20px;
	line-height:1.8em;
}


body#Products .itemWrap {
	width:920px;
}
body#Products .item {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
body#Products .item a {
	display:block;
	border:5px #DDD solid;
	box-sizing: border-box;
	width:210px;
	height:210px;
	color:#FFF;
	position:relative;
}
body#Products .item a:hover {
	text-decoration:none;
	border-color:#1a3f6c;
}
body#Products .item a span em {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display:block;
}

body#Products .item a .name {
	position:absolute;
	background-color: rgba(0,0,0,0.4);
	width:100%;
	height:50px;
	left:0;
	bottom:26px;
	display:block;
	text-align:center;
	box-sizing: border-box;
	line-height:1.3em;
}
body#Products .item a:hover .name {
	background-color: rgba(0,0,0,0.7);
}
body#Products .item a .detail {
	position:absolute;
	background-color: rgba(19,57,107,0.9);
	width:100%;
	height:26px;
	left:0;
	bottom:0;
	display:block;
	text-align:right;
	padding-right:10px;
	box-sizing: border-box;
}
body#Products .item a:hover .detail {
	background-color: rgba(19,57,107,0.7);
}

body#Products .fancyBlock {
	width:780px;
}
body#Products .fancyBlock.automobile {
	background:url(/_pack/img/product_fancy_bg_01.jpg) right bottom no-repeat;
}

body#Products .fancyBlock p.name {
	display:block;
	background-color:#eaf5ff;
	padding:20px;
	font-size:160%;
	color:#06285a;
	position:relative;
	line-height:1.3em;
	margin-bottom:20px;
}
body#Products .fancyBlock p.name .type {
	border:1px solid #06285a;
	position:absolute;
	right:15px;
	top:25%;
	display:block;
	padding:7px;
	font-size:13px;
	line-height:1.3em;
	background-color:#FFF;
}
body#Products .fancyBlock p.example {
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px dotted #CCC;
	text-align:center;
}
body#Products .fancyBlock p.example em {
	display:block;
	background:#06285a;
	text-align:center;
	line-height:1;
	color:#FFF;
	padding:6px 25px;
	margin:-12px auto 0;;
	width:80px;
}

body#Products .fancyBlock .detailWrap {
	text-align:center;
	vertical-align:top;
	padding-bottom:70px;
}
body#Products .fancyBlock .detail {
	display:inline-block;
	margin:0 5px 10px;
	border:1px solid #DDD;
	vertical-align:top;
}
body#Products .fancyBlock .detail p.ph {
	display:block;
	text-align:center;
}
body#Products .fancyBlock .detail p.ph img {
	height:220px;
	width:auto;
}
body#Products .fancyBlock .detail .tx {
	width:220px;
	background-color:#eaeaea;
	font-size:12px;
	line-height:1.4em;
	padding:10px;
	box-sizing: border-box;
	display:block;
	text-align:left;
}
body#Products .fancyBlock .detail.double .tx {
	width:440px;
}
body#Products.detail {
	background-color:#FFF !important;
}



/* // thermo_element
----------------------------------------------- */
body#Products.thermo_element .spec {
	border:1px solid #DDD;
	line-height:1;
	background-color:#FAFAFA;
	padding:10px;
}
body#Products.thermo_element .navi {
	display:block;
	padding:13px;
	background-color:#ecf5ff;
	line-height:1em;
	margin-bottom:90px;
}
body#Products.thermo_element .navi a {
	display:inline-block;
	margin:0 15px;
	border:5px solid #97c4e0;
	padding:15px 22px;
	color:#07285a;
	background-color:#FFF;
	font-size:132%;
	letter-spacing:0.1em;
}
body#Products.thermo_element .navi a:hover {
	text-decoration:none;
	background-color:#09346c;
	border-color:#09346c;
	color:#FFF;
}
body#Products.thermo_element .secTit {
	background:url(/_pack/img/product_thermo_line_01.png) left center repeat-x;
	text-align:center;
}
body#Products.thermo_element .secTit span.tit {
	display:inline-block;
	background-color:#FFF;
	text-align:center;
	padding:0 30px;
	color:#052658;
	font-size:200%;
	font-weight:bold;
}
body#Products.thermo_element .secTit span.tit span.en {
	color:#71a1c3;
	font-size:70%;
}
body#Products.thermo_element #Feature .featurenavi {
	padding-left:300px;
	background:url(/_pack/img/product_thermo_feature_navi_bg.jpg) 100px 50px no-repeat;
}
body#Products.thermo_element #Feature .featurenavi td {
	width:200px;
}
body#Products.thermo_element .block {
	border:5px solid #e5ebef;
	padding:5px;
	margin-bottom:30px;
}
body#Products.thermo_element .block .blockTit {
	background-color:#5db1ff;
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFF;
	line-height:1.3em;
	font-size:160%;
	font-weight:bold;
	padding:24px 24px 24px 120px;
}
body#Products.thermo_element .block#F1 .blockTit {
	background-image:url(/_pack/img/product_thermo_feature_icon_01.png);
}
body#Products.thermo_element .block#F2 .blockTit {
	background-image:url(/_pack/img/product_thermo_feature_icon_02.png);
}
body#Products.thermo_element .block#F3 .blockTit {
	background-image:url(/_pack/img/product_thermo_feature_icon_03.png);
}
body#Products.thermo_element .block#F4 .blockTit {
	background-image:url(/_pack/img/product_thermo_feature_icon_04.png);
}
body#Products.thermo_element .block#F5 .blockTit {
	background-image:url(/_pack/img/product_thermo_feature_icon_05.png);
}
body#Products.thermo_element .block#F6 .blockTit {
	background-image:url(/_pack/img/product_thermo_feature_icon_06.png);
}

body#Products.thermo_element .block .inner{
	padding:30px;
}
body#Products.thermo_element .parallel1 .image{
	float:left;
	width:320px;
}
body#Products.thermo_element .parallel1 .tx{
	float:left;
	width:480px;
	margin-left:20px;
}
body#Products.thermo_element .parallel2 .left{
	width:395px;
	float:left;
	margin-right:30px;
}
body#Products.thermo_element .parallel2 .right{
	width:395px;
	float:left;
}
body#Products.thermo_element #Example .head1{
	color:#FFF;
	background-color:#032658;
	line-height:1;
	padding:7px;
}









  

/* // Company -----------------------------------------------
 ------------------------------------------------------------------- */
 
body#Company {
	background-image:url(/_pack/img/compnay_body_bg.jpg);
}

/* // summary
----------------------------------------------- */
body#Company.summary .baseWrap .item {
	margin-bottom:80px;
}
body#Company.summary .baseWrap .item .inner {
	padding:0 30px;
	margin-top:-60px;
}
body#Company.summary .baseWrap .item p.name {
	background-color:#06285a;
	color:#FFF;
	padding:10px 330px 10px 10px;
	line-height:1.3em;
	text-align:center;
	font-size:120%;
}
body#Company.summary .baseWrap .item:nth-child(even) p.name {
	padding:10px 10px 10px 330px;
}

body#Company.summary .baseWrap .item img.ph,
body#Company.summary .baseWrap .item .ph {
	float:right;
}
body#Company.summary .baseWrap .item:nth-child(even) img.ph {
	float:left;
}
body#Company.summary .baseWrap .item .info {
	width:540px;
	padding-top:75px;
	float:left;
}
body#Company.summary .baseWrap .item:nth-child(even) .info  {
	float:right;
	width:520px;
}
body#Company.summary .areaHeadTx {
	margin-top:50px;
	border:5px solid #535353;
	padding:10px;
	font-size:130%;
	line-height:1.3em;
	margin-bottom:50px;
}
body#Company.summary .areaHeadTx span.cate {
	display:inline-block;
	background-color:#06285a;
	padding:5px 12px;
	color:#FFF;
	margin-right:20px;
}

/* // enkaku
----------------------------------------------- */


#Company.enkaku table.info tr td em{
	text-align: right;
	width: 60px;
	display: inline-block;
}

@media screen and (min-width: 641px)  {

#Company.enkaku table.info {
	table-layout:fixed;
}
#Company.enkaku table.info tr td:first-child {
	table-layout:fixed;
}
#Company.enkaku table.info tr td{
	padding-right: 0;
}

}
/* // location
----------------------------------------------- */
body#Company.location .map1 {
	display:block;
	width:840px;
	height:550px;
	margin:0 auto;
	background:url(/_pack/img/compnay_location_map1_bg.png) center top no-repeat;
	position:relative;
}

body#Company.location .map2 {
	display:block;
	width:840px;
	height:550px;
	margin:0 auto;
	background:url(/_pack/img/compnay_location_map2_bg.png) center top no-repeat;
	position:relative;
}

#compnay-location-map1-1 {
	position:absolute;
	left:46px;
	top:121px;
}

#compnay-location-map1-3 {
	position:absolute;
	left:522px;
	top:217px;
}

#compnay-location-map1-4 {
	position:absolute;
	left:522px;
	top:167px;
}

#compnay-location-map1-2 {
	position:absolute;
	left:22px;
	top:242px;
}

#compnay-location-map1-5 {
	position:absolute;
	left:508px;
	top:350px;
}

#compnay-location-map1-6 {
	position:absolute;
	left:508px;
	top:283px;
}

#compnay-location-map1-7 {
	position:absolute;
	left:429px;
	top:433px;
}
#compnay-location-map2-1 {
	position:absolute;
	left:427px;
	top:36px;
}

#compnay-location-map2-2 {
	position:absolute;
	left:60px;
	top:448px;
}

#compnay-location-map2-3 {
	position:absolute;
	left:393px;
	top:448px;
}

/* // president
----------------------------------------------- */

body#Company.president .intro {
	height:250px;
	padding-right:330px;
	background:url(/_pack/img/compnay_president_img_01.jpg) right top no-repeat;
	padding-top:70px;
	box-sizing: border-box;
	margin-bottom:30px;
}
body#Company.president .main {
	padding:0 20px;
	line-height:2.1em;
}
body#Company.president .vision {
	margin-left:20px;
	margin-right:20px;
	border:5px solid #a4b5ca;
	padding:60px 70px 10px;
}
body#Company.president .vision .tit {
	width:600px;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	border-top:4px solid #F00;
	text-align:center;
}
body#Company.president .vision .tit em {
	display:block;
	background-color:#06285a;
	font-size:180%;
	width:30%;
	line-height:1.1em;
	padding:10px 70px;
	color:#FFF;
	margin-top:-25px;
	margin-left: auto;
	margin-right: auto;
}
body#Company.president .vision .catch {
	font-weight:bold;
	font-size:200%;
}
body#Company.president .vision .catch {
	font-weight:bold;
	font-size:200%;
}
body#Company.president .vision .head {
	line-height:1.1em;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:3px solid #082a5b;
	font-weight:bold;
	font-size:112%;
}
body#Company.president .vision .item {
	padding-left:65px;
	margin-bottom:30px;
	position:relative;
}
body#Company.president .vision .item .num {
	background-color:#a4b5ca;
	display:block;
	line-height:1.1em;
	font-weight:bold;
	font-size:20px;
	padding:10px 5px 5px;
	width:30px;
	height:25px;
	position:absolute;
	top:-7px;
	left:0;
}
/* // torihiki
----------------------------------------------- */
body#Company.torihiki .section {
	padding:0 80px;
}
body#Company.torihiki .section .head {
	height:160px;
	background-repeat:no-repeat;
	background-position:right top;
	font-size:130%;
	font-weight:bold;
	padding-left:50px;
	padding-top:50px;
	box-sizing: border-box;
}
body#Company.torihiki .section#sec1 .head {
	background-image:url(/_pack/img/compnay_torihiki_img_01.jpg);
}
body#Company.torihiki .section#sec2 .head {
	background-image:url(/_pack/img/compnay_torihiki_img_02.jpg);
}
body#Company.torihiki .section .col {
	float:left;
	width:50%;
}
body#Company.torihiki .section .tx1 {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	padding:10px 20px;
}

/* // access
----------------------------------------------- */
body#Company.access .section {
	margin-bottom:50px;
}
body#Company.access .section .left {
	width:200px;
	height:280px;
	margin-right:20px;
	float:left;
	background-color:#e3dfd3;
	padding-left:25px;
	box-sizing: border-box;
	line-height:2.4em;
}
body#Company.access .section .left p.name {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight:bold;
  font-size:120%;
}
body#Company.access .section .right {
	width:680px;
	float:left;
}
body#Company.access .section .mapArea {
	height:280px;
	width:100%;
	margin-bottom:25px;
}
body#Company.access .section .head {
	border-bottom:1px solid #DDD;
	line-height:1.3em;
	padding-bottom:7px;
	min-height:24px;
	box-sizing: border-box;
	font-size:108%;
}
body#Company.access .section .head.icon1 {
	background:url(/_pack/img/compnay_access_icon_01.png) left center no-repeat;
	padding-left:74px;
}
body#Company.access .section .head.icon2 {
	background:url(/_pack/img/compnay_access_icon_02.png) left center no-repeat;
	padding-left:44px;
}

body#Company.access .gm-style-iw{
	line-height: 1.2em;
}


/* // iso
----------------------------------------------- */
body#Company.iso .section {
	padding: 0 30px;
}
body#Company.iso .section .inner {
	padding:60px 170px;
	background-color:#ece9e0;
}


/* // Other -----------------------------------------------
 ------------------------------------------------------------------- */
 
/* // Recruit
----------------------------------------------- */
body#Recruit {
	background-image:url(/_pack/img/compnay_body_bg.jpg);
}

body#Recruit .tab {
	border-bottom:#07285a solid 3px;
	margin-bottom:30px;
}
body#Recruit .tab li {
	float:left;
	margin-right:10px;
}
body#Recruit .tab li a {
	background-color:#eef4f9;
	display:block;
	width:200px;
	height:75px;
	text-align:center;
	color:#07285a;
	font-size:126%;
	font-weight:bold;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
body#Recruit .tab.on1 li a.tab1,
body#Recruit .tab.on2 li a.tab2,
body#Recruit .tab.on3 li a.tab3 {
	background-color:#07285a;
	color:#FFF;
}
body#Recruit .tab li a:hover {
	text-decoration:none;
	background-color:#DCE9F4;
}
body#Recruit .tab li a em {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display:block;
}
body#Recruit .inner {
	padding:0 30px;
}

body#Recruit table{
	margin-bottom: 100px;
}
body#Recruit .wrap{
	margin-bottom: 20px;
}
body#Recruit.carrier .headTxA{
	padding: 20px 10px;
	background-color: #eee;
}
body#Recruit.carrier .btmBorder{
	border:0!important;
}


/* // Qa
----------------------------------------------- */
body#Qa {
	background-image:url(/_pack/img/compnay_body_bg.jpg);
}
body#Qa .itemWrap {
	padding:0 30px;
}
body#Qa .item {
	margin-bottom:30px;
}
body#Qa .item .question {
	border-left:10px solid #a7bacd;
	background-color:#eef4f9;
	padding:50px 20px 15px 20px;
	background:#eef4f9 url(/_pack/img/qa_head_01.png) 20px 20px no-repeat;
	margin-bottom:15px;
}
body#Qa .item .answer {
	background-color:#eef4f9;
	padding:50px 20px 15px 35px;
	background:#f8f9fb url(/_pack/img/qa_head_02.png) 30px 20px no-repeat;
}

/* // Policy
----------------------------------------------- */
body#Policy {
	background-image:url(/_pack/img/compnay_body_bg.jpg);
}
body#Policy .inner {
	padding:0 30px;
	font-size:106%;
	line-height:2.1em;
}
body#Policy .sectitle {
	text-align:center;
}
body#Policy .sectitle em {
	color:#FFF;
	width:450px;
	background-color:#07285a;
	display:inline-block;
	line-height:1.3em;
	padding:8px;
	font-size:130%;
	font-weight:bold;
}
body#Policy ol li {
	margin-bottom:12px !important;
}
body#Policy #SecEnviro {
	background-color:#eef4f9;
	padding:50px 0;
}
body#Policy #SecQuality {
	padding:50px 0 0;
}

/* // Sitemap
----------------------------------------------- */
body#Sitemap {
	background-image:url(/_pack/img/compnay_body_bg.jpg);
}
body#Sitemap .columnWrap {
	margin:0 10px; 
}
body#Sitemap .columnWrap .column {
	width:300px;
	float:left;
	margin:0 70px 10px; 
}
body#Sitemap .columnWrap .column .headtx {
	margin-top:20px;
	margin-bottom:20px;
}
body#Sitemap .columnWrap .column .headtx a {
	border-bottom:3px solid #07285a;
	padding-bottom:8px;
	font-weight:bold;
	font-size:120%;
}
body#Sitemap .columnWrap .column a {
	line-height:1.3em;
	display:block;
	margin-bottom:10px;
}

body#Sitemap .columnWrap .column a:hover {
	text-decoration:none;
	border-color:#98B6E2;
	color:#98B6E2;
}
/* // Contact
----------------------------------------------- */
body#Contact {
	background-image:url(/_pack/img/compnay_body_bg.jpg);
}

body#Contact .head1 {
	color:#0c275a;
	font-weight:bold;
	font-size:21px;
	line-height:1.1;
	padding-bottom:13px;
	margin-bottom:30px;
	border-bottom:3px solid #0c275a;
}
body#Contact .head2 {
	color:#0c275a;
	font-weight:bold;
	font-size:16px;
	line-height:1.1;
	padding:9px;
	margin-bottom:15px;
	background-color:#F2F6FC;
}

body#Contact a.btn {
	background-color:#c6d6ee;
	line-height:1.1;
	color:#0c275a;
	font-size:106%;
	min-width:250px;
	padding:10px 20px;
	box-sizing: border-box;;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	margin-right:17px;
	text-align:center;
}
body#Contact a.btn i {
	padding-left:15px;
}
body#Contact a.btn:hover {
	text-decoration:none;
	background-color:#164A93;
	color:#FFF;
}
body#Contact .contactTable th {
	width:25%;
	font-weight:bold;
	vertical-align:center;
}
body#Contact .contactTable td {
	width:75%;
}

body#Contact .contactTable th,
body#Contact .contactTable td {
	box-sizing: border-box;
	padding:12px 0;
}


body#Contact input,textarea{
	box-sizing:border-box;
}

body#Contact select:focus,
body#Contact input:focus,
body#Contact textarea:focus{
	background-color: #ffeff7;
}

body#Contact input[type="text"],select{
	padding: 1px 2px;
	margin-right: 5px;
}

body#Contact input[type="submit"]{
	display: block;
	margin: 30px auto 0;
	padding: 10px 100px;
	background-color: #193964;
	color: #fff;
	font-size: 100% !important;
	letter-spacing: 0.1em;
	border:0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

body#Contact input[type="submit"]:hover{
	background-color: #315789;
}
body#Contact input[type="submit"].back{
	background-color: #E0E0E0;
	color:#444;
	padding: 8px 40px;
}
body#Contact input[type="submit"].back:hover{
	background-color: #EDEDED;
}

body#Contact textarea{
	padding: 3px 5px;
	width: 100%;
	height: 150px;
}

body#Contact .contactTable p.error {
	background-color:#FFF2F8;
	color:#C60045;
	line-height:1;
	padding:4px;
	margin-top:5px;
	font-size:88%;
}




/* // iprosLink
----------------------------------------------- */

.iprosLink {
	margin-top:-17px;
	margin-bottom:18px;
}
.iprosLink .btn1 {
	text-align:right;
	line-height:1;
	display:block;
}
.iprosLink .btn1 a {
	background-color:#06285A;
	color:#FFF;
	position:relative;
	padding:15px 35px;
	display:inline-block;
	text-decoration:none;
}
.iprosLink .btn1 a:hover {
	background-color:#254877;
}
.iprosLink .btn1 a i {
	position:absolute;
	top:50%;
	right:6px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.iprosLink .tx1 {
	text-align:right;
	font-size:86%;
	color:#999;
}


/* // en
----------------------------------------------- */

html.en body#Products.thermo_element .navi a{
	font-size: 120%;
}
html.en #PageHeder .subNavi li a{
	font-size: 88%;
}