@charset "UTF-8";


/* ----------------------------------------------------------------------------------------------------
  worldList
* --------------------------------------------------------------------------------------------------*/
#worldList{
	display: none;
	background-image: url(../img/common/bg_earth.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#worldList li{
	margin: 0;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	height: 45px;
}

#worldList li:hover{
	/*background: #174f9f;*/
}

#worldList li:hover:before{
	left: 0;
}

#worldList li:before{
	width: 100%;
	height: 100%;
	/*background: #174f9f;*/
	background-color: #FFF;
	background-image: url(../img/common/bg_earth_ov.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	transition: 0.4s;
}

#worldList li:nth-child(1):before{
	background-position: center top;
}
#worldList li:nth-child(2):before{
	background-position: center -45px;
}
#worldList li:nth-child(3):before{
	background-position: center -90px;
}
#worldList li:nth-child(4):before{
	background-position: center -135px;
}
#worldList li:nth-child(5):before{
	background-position: center -180px;
}
#worldList li:nth-child(6):before{
	background-position: center -225px;
}

#worldList li a{
	padding: 10px 4em;
	display: block;
	color: #FFF;
	font-weight: bold;
}

#worldList li:hover a{
	color: #FFF;
	color: #174f9f;
	color: #000;
}

.balloonTip #worldList{
	display: block;
}

#searchForm{
	padding: 14px;
}

#searchForm input{
	font-size: 14px;
}
#searchForm input[type='search']{
	padding: .4em .6em;
	width:  18em;
	font-size: 16px;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	border: solid #417bce 1px;
	border-radius: 5px 0 0 5px;
	outline:none;
}
#searchForm input[type='search']:focus {
  outline-offset: -2px;
}
#searchForm input[type='search']::-webkit-search-decoration {
  display: none;
}
#searchForm input[type='submit']{
	margin-left: -1px;
	padding: .4em;
	background: #417bce;
	border: solid #417bce 1px;
	border-radius: 0 5px 5px 0;
	color: #FFF;
	font-size: 16px;
	letter-spacing: .05em;
}

#aptoenqform  {
	font-family:inherit;
	border: 0px solid #ccc;
	margin: 10px 0;
	width: 98%;
	min-height: 4em;
}

#hBtnList .drawer ul li + li {
    margin-left: 0;
}

#hBtnList > li:nth-child(4){
	margin-left: 20px;
}
#hBtnList > li a{
	position: relative;
}
#hBtnList > li a:before{
	width: 100%;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}


/* ----------------------------------------------------------------------------------------------------
  products
* --------------------------------------------------------------------------------------------------*/
/* topImage
--------------------------------------------------*/

.topImage{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top:56.25%;
	margin-bottom: -5%;
}

.topImage video{
	margin: 1.5% auto;
	/*width: 85.6%;*/
	/*width: 71%;*/
	/*height: auto;*/
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 70%;
	height: 70%;
}

.products .secModule {
    margin-top: 0 !important;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	.tableArea .inner {
		width: 100%;
	}
}

#tableWrap{
	width: 100%;
	overflow-x: hidden;
}
#tableWrap table{
	width: 100%;
	border-left: none;
}
#tableWrap table a{
	color: #174f9f;
	text-decoration: none;
}
#tableWrap table a:hover,
#tableWrap table a:hover span {
	opacity: 0.75;
}
@media all and (min-width: 0) and (max-width: 815px)  {
	#tableWrap{
		overflow-x: scroll;
	}
}
table{
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 0 1px;
}
tr{
	border: solid #CCC;
	border-width: 1px 0;
}
tr:first-child,
tr:last-child{
	border-top: none;
	border-bottom: none;
}
tr:first-child th{
	border-top: solid #CCC 1px;
}
tr:last-child{
	border-bottom: solid #CCC 1px;
}
th{
	padding: .8em;
	font-weight: normal;
	text-align: left;
}
th span{
	display: block;
	line-height: 1;
}
th span.mod{
	margin-left: -2em;
}
td{
	padding: .8em;
	text-align: center;
}
tr.aps th,
tr.aps td{ background: #dae4f3; }
tr.ms th,
tr.ms td{ background: #fef4db; }
tr.mrp th,
tr.mrp td{ background: #f2fdff; }
tr.sed th,
tr.sed td{ background: #fffcd5; }
tr.bom th,
tr.bom td{ background: #fce6ff; }
tr.mes th,
tr.mes td{ background: #edf7e0; }
tr.ds th,
tr.ds td{ background: #ededed; }
tr.nls th,
tr.nls td{ background: #edf3fb; }
tr.thead th{
	background: #e8fafb;
	text-align: center;
	vertical-align: top
}
table a{
	text-decoration: underline;
}
.space{
	padding: 0;
	min-width: 6px;
	max-width: 6px;
	border-top: none;
	border-bottom: none;	
}
.notes{
	padding: 0 2em 1em 0;
	border-top: none;
	border-right: solid #CCC 1px;
	text-align: right;
	vertical-align:bottom;
	font-size: 80%;
}
.notes div{
	display: inline-block;
	text-align: left;
}
.bl{
	border-left: solid #CCC 1px;
}
.brl{
	border-right: solid #CCC 1px;
	border-left: solid #CCC 1px;
}
.mark{
	padding-right: .9em;
	padding-left: .9em;
	border-left: solid #CCC 1px;
	text-align: center;
	width: 2em;
}




/* ----------------------------------------------------------------------------------------------------
*  partner
* --------------------------------------------------------------------------------------------------*/
/* partnerInfo
--------------------------------------------------*/
.partnerInfo {

}

.partnerInfo .url{
	margin-bottom: 1em;
}

.partnerInfo table{
	
}

.partnerInfo table th,
.partnerInfo table td{
	vertical-align: top;
}

.partnerInfo table th{
	background: #174f9f;
	color: #FFF;
}

.partnerInfo table th.address{
	width: 30%;
}

.partnerInfo table th.incharge{
	width: 40%;
}

.partnerInfo table th.contact{
	width: 30%;
}


/* partnerSection
--------------------------------------------------*/
.partnerSection {
	margin: 40px 0;
}

.partnerSection .body{
	padding: 10px 10px 5px;
}



/* ----------------------------------------------------------------------------------------------------
  casestudies
* --------------------------------------------------------------------------------------------------*/

.casestudiesOutline{
	margin-bottom: 1.5em;
	line-height: 1.8;
}

.casestudiesMore{
	margin-top: 30px;
	line-height: 1.8;
}

.casestudiesMore a {
	color: #174f9f;
	text-decoration: underline;
}

.cs-company.post .ttlStyle04,
.cs-effect.post .ttlStyle04,
.cs-industry.post .ttlStyle04,
.cs-video.post .ttlStyle04{
	margin-bottom: 65px;
	line-height: 1.2;
}

.cs-company.post .ttlStyle04 span,
.cs-effect.post .ttlStyle04 span,
.cs-industry.post .ttlStyle04 span,
.cs-video.post .ttlStyle04 span{
	font-size: 20px;
}


/* video
--------------------------------------------------*/
.cs .videoFile,
.cs-video .videoFile{
	margin: 0 auto;
	width: 75%;
}

.cs .videoFile .videoWrap,
.cs-video .videoFile .videoWrap{
	padding-top: 56.25%;
	position: relative;
	width: 100%;
	text-align: center;
}

.cs .videoFile .videoWrap video,
.cs-video .videoFile .videoWrap video{
	margin: 0 auto;
	/*width: 75%;*/
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}









@media all and (min-width: 0) and (max-width: 767px)  {

	#searchForm .input-group{
		white-space: nowrap;
	}
	#searchForm input[type='search']{
		width: 85%;
		box-sizing: border-box;
	}
	#searchForm span.input-group-btn{
		width: 15%;
	}



	.partnerInfo table thead{
		display: none;
	}
	.partnerInfo table td{
		width: 100%;
		display: block;
		border-right-color: transparent;
	}
	.partnerInfo table td:before{
		margin-bottom: .5em;
		padding: .4em .4em 0 0;
		background: #fff;
		display: block;
		content: '';
		color: #174f9f;
		font-size: 16px;
		font-weight: bold;
	}
	.partnerInfo table td.address:before{
		content: '\25A0\6240\5728\5730';
	}
	.partnerInfo table td.incharge:before{
		content: '\25A0\62C5\5F53';
	}
	.partnerInfo table td.contact:before{
		content: '\25A0\9023\7D61\5148';
	}

	


	.cs-company.post .ttlStyle04,
	.cs-effect.post .ttlStyle04,
	.cs-industry.post .ttlStyle04,
	.cs-video.post .ttlStyle04{
		margin-bottom: 35px;
		text-align: left;
		line-height: 1.0;
	}
	.cs-company.post .ttlStyle04 span,
	.cs-effect.post .ttlStyle04 span,
	.cs-industry.post .ttlStyle04 span,
	.cs-video.post .ttlStyle04 span{
		font-size: 14px;
	}

}