@charset "UTF-8";

/*-----------------------------------------------------

 common
 
-----------------------------------------------------*/
body{
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	color: #333;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}
a{
	color: #3e709c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	a{ display: block; }
	img{ width: 100%; }
}
@media screen and (min-width: 768px){
	body{ min-width: 970px;	}
}

/*-----------------------------------------------------

 header
 
-----------------------------------------------------*/
#header{
	position: relative;
	z-index: 2000;
	box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 2px 1px;
}
#header .inner{
	position: relative;
	padding: 15px 12px;
	/overflow: hidden;
	/zoom: 1;
}
#header .logo{
	width: 55px;
}
#header .logo h1{
	/*line-height: 1;*/
	line-height: 0;
}
/* langSelect */
#header .langSelect{
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
}
#header .langSelect .country{
	float: left;
	margin-left: 75px;
	color: #CC0000;
}
#header .langSelect .global{
	float: right;
	margin-right: 50px;
	font-size: 78.6%;
}
#header .langSelect .global a{
	padding: 3px;
}
/* headNav */
#headNav{
	display: none;
}
/* siteSearch */
#siteSearch{
	padding-top: 10px;
}
#siteSearch form{
	position: relative;
}
#siteSearch .searchBox{
	width: 100%;
	line-height: 20px;
	padding-right: 20px;
	background: #F5F5F5;
	border: none;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 2px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 2px 1px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 2px 1px inset;
}
#siteSearch .searchBtn{
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	background: url(https://www.thk.com/sites/default/files/theme/en/resources/images/common/icon-search.png) no-repeat 0 50%;
	background-size: 16px 20px;
}
@media screen and (min-width: 768px){
	#header{
		background: url(https://www.thk.com/sites/default/files/theme/en/resources/images/common/header-bg.jpg) repeat-x 0 bottom;
		border-bottom: 1px solid #c6c6c6;
		box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 1px 1px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 1px 1px;
		-moz-box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 1px 1px;
	}
	#header .inner{
		margin: 0 auto;
		padding: 0;
		width: 970px;
		height: 91px;
	}
	#header .logo{
		float: left;
		padding: 15px 0 0 12px;
		width: 94px;
	}
	/* langSelect */
	#header .langSelect{
		position: static;
		float: right;
		padding: 20px 180px 0 0;
		width: auto;
		text-align: right;
	}
	#header .langSelect .country{
		display: inline;
		float: none;
		padding-right: 10px;
		border-right: 1px solid #CCC;
		color: #333;
	}
	#header .langSelect .global{
		display: inline;
		float: none;
		margin-right: 0;
		padding-left: 8px;
		font-size: 100%;
	}
	#header .langSelect .global a{
		padding-left: 14px;
		background: url(https://www.thk.com/sites/default/files/theme/en/resources/images/common/header-global-link.png) no-repeat 0 50%;
	}
	/* headNav */
	#headNav{
		display: block;
	}
	/* siteSearch */
	#siteSearch{
		position: absolute;
		top: 16px;
		right: 15px;
		padding-top: 0;
		width: 150px;
	}
	#siteSearch .searchBox{
		padding: 0 20px 0 5px;
		width: 122px;
	}
	#siteSearch .searchBtn{
		right: 7px;
		margin-top: -7px;
		width: 10px;
		height: 13px;
		background: url(https://www.thk.com/sites/default/files/theme/en/resources/images/common/icon-head-search.png) no-repeat 0 50%;
		background-size: 10px 13px;
	}
	/* globalNav */
	#globalNav{
		clear: both;
	}
	#globalNav ul{
		padding: 14px 0 0 12px;
		letter-spacing: -0.5em;
		/overflow: hidden;
		/zoom: 1;
	}
	#globalNav ul li{
		/*float: left;*/
		display: inline-block;
		padding: 5px 0 7px 0;
		width: 157px;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: normal;
		border-top: 3px solid #C51917;
	}
	#globalNav ul li.sp{
		display: none;
	}
	#globalNav ul li a{
		display: block;
		padding: 2px 9px 5px;
		line-height: 1.0;
		border-left: 1px solid #828282;
	}
	#globalNav ul li.active{
		border-top: 3px solid #414141;
	}
	#globalNav ul li.active a{
		color: #333;
	}
	#globalNav ul li a:hover{
		text-decoration: none;
	}
}

/*-----------------------------------------------------

 footer
 
-----------------------------------------------------*/
#footer{
	background-color: #E9E9E9;
}
#footer .inner{
	padding: 30px 5% 20px;
	font-size: 85.8%;
	text-align: center;
}
#footer #footLink{
	margin-bottom: 10px;
	line-height: 1.2;
}
#footer #footLink li{
	display: inline-block;
	margin-bottom: 10px;
}
#footer #footLink li:first-child{
	border-left: 1px solid #666;
}
#footer #footLink li a{
	padding: 0 8px;
	border-right: 1px solid #666;
}
@media screen and (min-width: 768px){
	#footer{
		background-image: url(https://www.thk.com/sites/default/files/theme/en/resources/images/common/footer-bg.jpg);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	#footer .inner{
		margin: 0 auto;
		padding: 30px 0 20px;
		width: 970px;
		font-size: 100%;
		/overflow: hidden;
		/zoom: 1;
	}
	#footer #footLink{
		float: left;
		margin-bottom: 0;
	}
	#footer #footLink li:first-child{
		border-left-color: #000;
	}
	#footer #footLink li a{
		text-decoration: underline;
		border-right-color: #000;
	}
	#footer #footLink li a:hover{
		text-decoration: none;
	}
	#footer .copyright{
		float: right;
		font-size: 92.9%;
	}
}

/*-----------------------------------------------------

 pageTop
 
-----------------------------------------------------*/
#pageTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	cursor: pointer;
	z-index: 3000;
}
@media screen and (min-width: 768px){
	#pageTop{
		right: 20px;
		bottom: 20px;
		width: 49px;
	}
}

/*-----------------------------------------------------

 clear
 
-----------------------------------------------------*/
#header .langSelect:after,
#globalNav ul:after,
#footer .inner:after{
  content: '';
  display: block;
  clear: both;
  height: 0;
}
