@charset 'utf-8';

/*--------------------------------------
  レスポンシブサイト向け対応
--------------------------------------*/
@media print, screen and (min-width: 768px) {   /* common.css のリセット */
  .container {
    width: auto;
  }
}

@media print, screen and (min-width: 1200px) {   /* common.css のリセット */
  .container {
    width: 950px;
    padding: 0 10px;
    max-width: none;
  }

  .container--1100 {
    width:1100px;
  }
  
  .container--products {
    width: 800px;
  }

  .container--btn-box {
    width: 500px;
  }
}

/*--------------------------------------
  BOX MODEL
--------------------------------------*/
.breadcrumbs {
  background-color: #e8f1f2;
}

@media print, screen and (min-width: 1200px) {
.breadcrumbs .container {
	width:1200px;
}
}

.container--main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sidebar {
  float: left;
  width: 220px;
}

.contents {
  float: right;
  width: 690px;
}

.contents-wide {
  float:none;
  width:930px;
}

.contents-thum2 {
  width:460px;
  margin:0 auto;
}

.contents-thum3 {
  width:690px;
  margin:0 auto;
}

@media print, screen and (max-width: 768px) {
.sidebar {
	display:none;
}

.contents-wide {
	width:auto;
}
}

@media print, screen and (max-width: 899px) {
main {
	padding-top:59.5px;
}

.contents {
  float: none;
  width: 100%;
}
}

/*--------------------------------------
  COMMON
--------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  color: #323232;
  font-family: Roboto, Helvetica, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ", sans-serif;
}

a {
  color: #3d83b7;
}

dd {
  margin-left: 0;
}

.label-end {
  background-color: #999;
}

.label-teds {
  background-color: #e50000 !important;
  vertical-align:text-bottom;
}

.label-rohs {
  background-color: #177c30 !important;
  vertical-align:text-bottom;
}

.label-bto {
  background-color: #ff6c00 !important;
  vertical-align:text-bottom;  
}

.label-robc {
  background-color: #FDA102 !important;
  vertical-align: text-bottom;
}

.btn-primary {
  color: #fafafa;
  background-color: #ff8c26;
}

.btn-primary:hover {
  background-color: #ff6c00;
}

.icon {
  vertical-align: middle;
  padding-left: 0.5em;
}

.table-bordered th,
.table-bordered td {
   border: 1px solid #c6c6c6;
}

.fa-file-pdf-o {
  color: #ff3500;
}

.textalignleft {
	text-align:left;
}

.textalignright {
	text-align:right;
}

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

.page-title {
  margin-top: 0;
  font-size: 2rem;
  text-align:center;
}

.heading {
  padding: 0.25em 0;
  background: url('./images/bg-heading.png') no-repeat left bottom;
  font-size: 1.25rem;
}

.heading-first {
  margin-top: 0;
}

.menu-item-external {
	background:url(images/icon-external-white.png) no-repeat center right;
	padding-right:20px;
}

.icon-external {
	background:url(images/icon-external-black.png) no-repeat center right;
	padding-right:20px;
}

.icon-external-wh {
	background:url(images/icon-external-white.png) no-repeat center right;
	padding-right:20px;
}

@media print, screen and (max-width: 767px) {
.page-title {
	text-align:center;
}
}

/*--------------------------------------
  HEADER
--------------------------------------*/
header {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
/*  background:linear-gradient(#faf9f6, #e3e1d8); */
  width:100%;
  background:#fff;
  z-index:9999;
}

@media print, screen and (min-width: 1200px) {
header .container {
	width:1200px;
}
}

@media print, screen and (max-width: 899px) {
header {
  padding-top: 0;
  padding-bottom: 0;
}
}

/*----------------*/
h1.brand {
  margin: 0;
  line-height: 0;
}

/*----------------*/
.nav-global {
  position: absolute;
  top: 0.2rem;
  right: 0;
}

.nav-global ul {
  margin: 0;
}

.nav-global ul li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.nav-global ul > li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 3rem;
  position:relative;
}
/*
.nav-global ul > li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border-top: transparent solid 5px;
  border-right: transparent solid 7px;
  border-bottom: transparent solid 5px;
  border-left: #fda925 solid 10px;
  vertical-align: 2px;
}
*/
.nav-global ul > li > a {
  color: #323232;
  font-size: 1rem;
  text-decoration: none;
}

.nav-global ul > li > a:hover {
  text-decoration: underline;
}

.nav-global ul li:last-child a {
  font-size: 0.8rem;
  color:#FFF;
  background:#787878;
  padding:0.2rem 0.5rem;
}

.nav-global ul > li > ul a:hover,
.nav-global ul > li > ul li:last-child a:hover {
  background-color: #DCF0FF;
  text-decoration:none;
}

.nav-global ul > li ul {
  position: absolute;
  top: 130%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.nav-global ul > li:hover ul {
  visibility: visible;
  opacity: 1;
}

.nav-global ul > li li {
  width: 14em;
}

.nav-global ul > li li > a,
.nav-global ul > li li:last-child > a {
  padding: 0.5em;
  background: #fff;
  font-size:1rem;
  color:#323232;
}

.nav-global ul > li ul.pro,
.nav-global ul > li ul.in,
.nav-global ul > li ul.fa {
	left:45px;
}

.nav-global ul > li ul.pro li,
.nav-global ul > li ul.in li,
.nav-global ul > li ul.fa li {
	padding-left:0;
	margin-left:0;
}

.nav-global ul li.arrow {
  position: relative;
  font-size:1.2em;
}
.nav-global ul li.arrow::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  right: -.8em;
  width: 6px;
  height: 6px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (max-width: 768px) {
.nav-global ul > li {
  padding-left: 1rem;
}
}

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

ul.drawer-menu li {
	border-bottom:1px solid #ccc;
	margin:0;
}

ul.drawer-dropdown-menu li {
	border-top:1px solid #ccc;
	border-bottom:none;
}

@media print, screen and (min-width: 900px) {
  .fixed {
     position: fixed;
     top:0;
  }
}

@media print, screen and (max-width: 899px) {
 .fixed {
  position: fixed;
  z-index:9999;
  top:59.5px;
}
}

@media print, screen and (max-width: 767px) {
 .fixed {
  top:53px;
}
}

/*--------------------------------------
  FOOTER
--------------------------------------*/
.footer-primary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000;
}

.footer-primary__corp {
	padding-top:1rem;
}

@media print, screen and (min-width: 1200px) {
footer .container {
	width:1200px;
}
}

@media print, screen and (max-width: 767px) {
.footer-primary__corp {
	text-align:center;
	padding-bottom:1rem;
}
}
/* --------------------- */

.nav-footer {
  background:#333;
  padding:1.5em;
}

.nav-footer ul {
	padding-left:1em;
	font-size:0.8em;
}

.nav-footer ul li.arrow {
  position: relative;
  font-size:1.2em;
}
.nav-footer ul li.arrow::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-footer ul.na {
	margin-top:7.1em;
}

.nav-footer ul.ar {
	margin-top:4.5em;
}

.nav-footer ul.ex {
	padding-left:0;
}

.nav-footer a {
	text-decoration:none;
	color:#FFF;
}

.nav-footer a:hover {
	text-decoration:underline;
}

.footer-nav-title {
	margin-top:1rem;
	font-size:1.2em;
}

@media print, screen and (max-width: 767px) {
.nav-footer {
  position:relative;
  text-align: left;
}

.nav-footer ul.na,
.nav-footer ul.ar {
	margin-top:0;
}

}
/* --------------------- */

address {
  font-size: 0.75rem;
  text-align: right;
  color:#FFF;
}

@media print, screen and (max-width: 767px) {
address {
	text-align:center;
}
}

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

.go-to-top {
  display: block;
  position: fixed;
  left: auto;
  bottom: 0.25rem;
  right: auto;
  margin-left: 1140px;
  color: rgba(156,163,164,0.9);
  font-size: 2.5rem;
}

@media print, screen and (max-width: 767px) {
.go-to-top {
	right:10px;
}
}

.bnr-search {
  background:#787878;
  padding:1em 0;
}

/*--------------------------------------
  BREADCRUMBS
--------------------------------------*/
.breadcrumbs ol {
  margin: 0;
  font-size: 0.83rem;
}

.breadcrumbs .list-inline > li {
  padding-right: 0;
  padding-left: 0;
}

.breadcrumbs li + li::before {
  padding: 0 0.5rem;
  content: "\f105";
  font-family: FontAwesome;
}

/*--------------------------------------
  PRODUCTS
--------------------------------------*/
.products-summary {
  margin-bottom: 12rem;
}

.products-summary__item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.products-summary__item a {
  color: #323232;
  text-decoration: none;
}

.products-summary__item__name {
  font-size: 1.1rem;
  font-weight:bold;
  margin:0.5em 0 1em;
}

.products-summary__item__category {
  font-size: 1rem;
  line-height:1.2em;
  margin:0.5em 0 0;
}

@media print, screen and (max-width: 767px) {
.products-summary {
	margin-bottom: 3rem;
	text-align:center;
}
}
/* -------------------- */

.products-title {
  vertical-align: middle;
}

.products-title__category {
	font-size:1.2rem;
	line-height:1.2;
}

h1.products-title__name {
  margin: 0.125em 0;
  padding-right: 1em;
  font-weight: bold;
  font-size: 2.5rem;
  display:inline-block;
}

h2.product-category {
	margin-bottom:0;
}

h2.product-category:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border-top: transparent solid 10px;
  border-right: transparent solid 10px;
  border-bottom: transparent solid 10px;
  border-left: #fd8424 solid 15px;
  vertical-align: 0;
}

h2.product-category a {
	color:#000;
	text-decoration:none;
}

h2.product-category a:hover {
	text-decoration:underline;
}


/* -------------------- */
.products-tabs nav.number-nav {
	background:#e8f1f2;
	width:100%;
	z-index:1;
}

.products-tabs nav.fixed {
	margin-top:60px;
}

@media print, screen and (min-width: 1200px) {
.products-tabs nav.number-nav .container {
	width:1200px;
	margin:0 auto;
}

}

@media print, screen and (max-width: 899px) {
.products-tabs nav.fixed {
	margin-top:0;
}
}

@media print, screen and (max-width: 767px) {
.products-tabs {
	position:relative;
	z-index:0;
}
}

.products-tabs__controller {
  margin: 0 auto;
  display:inline;
  padding-left:2%;
}

.products-tabs__controller > li {
  display: inline-block;
  margin: 0;
  padding: 0.25rem;
}

.products-tabs__controller > li > a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #323232;
  text-align: center;
  text-decoration: none;
}

.products-tabs__controller > li > a > i {
  visibility:hidden;
}

.products-tabs__controller > li.ui-state-active > a,
.products-tabs__controller > li.ui-state-hover > a {
  color: #000;
}

.products-tabs__controller > li.ui-state-active > a i,
.products-tabs__controller > li.ui-state-hover > a i,
.products-tabs__controller > li > a:hover i {
  visibility:visible;
  color: #ff8400;
}

.products-tabs__panel {
  padding: 1rem 0;
}

h1.product-number {
	display:inline;
	font-size:1em;
	font-weight:bold;
}

h2.product-number-contents-top {
	border-top:1px solid #c6c6c6;
	margin-top:1em;
	padding-top:1em;
	font-weight:bold;
	font-size:2em;
}

h2.product-number-contents {
	margin-top:0;
	font-weight:bold;
	font-size:2em;
}

.btn-back-list {
	display:inline;
	position:absolute;
	right:0;
}

.btn-back-list a {
	vertical-align:-0.5em;
}

@media print, screen and (max-width: 899px) {
.btn-back-list a {
	vertical-align:0;
}

}

.btn-back-list a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  margin-left: -10px;
  border-top: transparent solid 5px;
  border-right: #000 solid 7px;
  border-bottom: transparent solid 5px;
  border-left: transparent solid 10px;
  vertical-align: 1px;
}

.btn-back-list a {
	background:#c0d7da;
	color:#000;
	text-decoration:none;
	padding:0.2em 0.5em;
	font-weight:bold;
	font-size:1em;
}

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

.table-spec {
  margin-top:3rem;
  margin-bottom: 2rem;
}

.table-spec th,
.table-spec td {
  font-size: 1rem;
  padding: 0.5em 1em;
  border: 1px solid #c6c6c6;
  vertical-align:middle;
}

.table-spec th {
  font-weight: bold;
  background-color: #eceded;
}

.table-spec td.valign-top,
.table-spec td.valign-top img {
	vertical-align:top;
}

.table-spec th.teds-border-red {
	border-top:3px solid #ff3232;	
	border-left:3px solid #ff3232;
	border-right:3px solid #ff3232;
}

.table-spec td.teds-border-red {
	border-left:3px solid #ff3232;
	border-right:3px solid #ff3232;
}

.table-spec td.teds-border-red-bottom {
	border-bottom:3px solid #ff3232;
}


.table-spec .isset {
  background-color: #ffe6cc;
}

.table-spec-loadcell {
  margin:1rem auto 1.5rem;
  width:100%;
}

.table-spec-loadcell td {
	width:5%;
	height:55px;
}

.table-spec-loadcell td.pic {
	width:15%;
}

.table-spec-loadcell td.pic2 {
	width:14%;
}

.table-list-teds ul {
	padding-left:1em;
}

.table-cell-fix {
	table-layout:fixed;
}

.table-spec-scale td.thumb {
  font-size:.9rem;
}

.table-fs80 th,
.table-fs80 td {
  font-size: .8rem;
}

caption.lt {
  caption-side: top;
  text-align: left;
}

caption.rb {
  caption-side: bottom;
  text-align: right;
}

caption.lb {
  caption-side: bottom;
  text-align: left;
}

@media print, screen and (max-width: 767px) {
.table-spec {
	width:auto;
	display:block;
	overflow-x:auto;
}

.table-spec th {
	padding:0.25em 1.5em;
}

.table-list-teds {
	white-space:nowrap;
}

.table-spec-scale td.thumb {
  width:120px;
  min-width:120px;
}

}

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

.table-download th {
  font-weight: bold;
	border-bottom:1px dotted #717a7f;
}

.table-download th.catalog {
  background:#d8eaf6;
}

.table-download th.use {
  background:#f2deda;
}

.table-download th.contact {
  background:#def0dd;
}

.table-download td {
	text-align:right;
	border-bottom:1px dotted #717a7f;
}

.table-download .btn-mini {
	padding:0.5em 2em;
}

.table-center {
	margin-left:auto;
	margin-right:auto;
}

@media print, screen and (max-width: 767px) {
  .table-download th {
    width:74%;
  }
}


h2.pgroup-title {
	margin:0;
}

ul.l-disc {
  padding-left: 1.3em;
}

ul.l-disc li {
  position: relative;
}

ul.l-disc li::after {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1.2em;
  width: 12px;
  height: 12px;
  background-color: #8aaef2;
  border-radius: 100%;
}

.label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
  background-color: #9e9e9e;
  color: #fff;
  font-size: 0.83rem;
}

.label-blue {
  background-color: #3371eb;
  vertical-align:text-bottom;  
}

.productArea .row {
  border-top:1px solid #dbdbdb;
  padding: 2em 0;
}

.productArea-top {
  margin-top: 4em;
}

.productArea-last {
  border-bottom:1px solid #dbdbdb;
}

.productArea .wd_ph a,
.productArea .wd_info a {
  display: block;
  text-decoration: none;
  color: #333;
}

.productArea .wd_info2 a {
  text-decoration: none;
}

.productArea .wd_info2 a p.type {
  color: #323232;
}

.productArea .wd_info2 a p.title,
.productArea .wd_info2 ul li a {
  text-decoration:underline ;
  color: #3d83b7;
}

.productArea p.type {
  margin: 0;
  font-size: 125%;
}

.productArea p.title {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-size: 165%;
}

.productArea .teds,
.productArea .rohs,
.productArea .robotcable,
.productArea .bto,
.productArea .others { 
  display: inline-block;
  padding-right: 0.5em;
  padding-bottom: 0;
  float: left;
}

.productArea .tag,
.productArea ul.l-disc {
  clear: left;
  overflow: hidden;
}

.productArea .tag p span,
.productArea .capacity p span {
  font-weight: bold;
}

.productArea .tag p,
.productArea .capacity p {
  margin: 0.5em 0 0;
}

.table-spec th.fixed01{
  position: sticky;
  left: 0;
}

.table-spec th.fixed01:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.scroll-table-up {
  overflow-x: auto;
  padding-bottom: 10px;
  transform:scale(1, -1);
  -webkit-overflow-scrolling: touch;
}

.scroll-table-up table.table-spec-compare {
  min-width: 600px;
  transform:scale(1, -1);
}

.scroll-table-up table.table-spec-compare-indicator {
  width:1630px;
  margin:0;
}

.scroll-table-up table.table-spec-compare-indicator td {
  width:275px;
}
/*--------------------------------------
  INQUIRY
--------------------------------------*/
.table-form th {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f5f5f5;
  font-weight: normal;
}

input[type="submit"][disabled]{
  background:#9e9e9e;
  opacity: 0.5;
  cursor:not-allowed; /* 禁止カーソル */
}

.grecaptcha-badge { visibility: hidden; }

@media print, screen and (max-width: 767px) {
.table-form {
	width:100%;
	border:1px solid #f5f5f5;
}

.table-form th,
.table-form td {
	display:block;
	width:100%;
}
}
/*--------------------------------------
  HOME
--------------------------------------*/
.home-hero {
  padding: 6rem 0;
  background: url('../images/bg-home-hero.jpg') no-repeat center center / cover;
  color: #fafafa;
}

.home-hero-td01 {
  padding: 6rem 0;
  background: url('../images/bg-home-hero02.jpg') no-repeat center center / cover;
  color: #fafafa;
}

.home-hero__title {
  margin-bottom: 1rem;
}

.home-hero__product {
  position: absolute;
  top: -2rem;
  right: 0;
}

.heading-home {
  margin-top: 0;
  font-size: 2rem;
}

.home-products {
  padding: 4rem 0 0;
}

.home-products__thumbnails__item a {
  color: #323232;
  text-decoration: none;
}

.home-products__thumbnails__item__image {
  display: block;
  margin-bottom: 0.5rem;
}

.home-products__thumbnails__item__name {
  font-size: 1.5rem;
  margin-bottom:1rem;
}

@media print, screen and (max-width: 767px) {
.home-products__thumbnails__item__image {
	margin:0 auto;
}

.home-products__thumbnails__item__category,
.home-products__thumbnails__item__name {
	text-align:center;
}
}

.home-slide {
	margin-top:0;
}

.home-slide li {
	margin:0;
}

.home-hero-td01__description {
	font-size:1.41rem;
}

li.home-hero-td01 a,
li.home-hero a {
	color:#fff;
	text-decoration:none;
}

.home-hero-td01__product {
  position: absolute;
  top: -4.6rem;
  right: 125px;
}

.home-bnr {
  padding: 4rem 0;
}

.home-news {
  padding: 0 0 4rem;
}

.home-news dt {
	width:12em;
}

.home-news dt span.ex {
	background-color:#505050;
	color:#fff;
	padding:3px 10px;
	margin-left:20px;
	border-radius:5px;
	font-size:12px;
}

.home-news dt span.ne {
	background-color:#505050;
	color:#fff;
	padding:3px 21px;
	margin-left:20px;
	border-radius:5px;
	font-size:12px;
}

@media print, screen and (max-width: 767px) {
.home-news dt {
	float:none;
	margin:0;
}
}

.owl-dots {
  position: absolute;
  bottom: 0.5rem;
  width: 100%
}

.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #ccc;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-color:transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border:2px solid #fff;
}

@media print, screen and (max-width: 767px) {
.owl-dots {
	display:none;
}
}

.caroufredsel_wrapper {
	background-color:#141414;
}

#pagination {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 500px;
}

#pagination a {
  border: 2px solid #ccc;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

#pagination a.selected {
  background-color: #fff;
  border:2px solid #fff;
}

#pagination span {
  display: none;
}

/*--------------------------------------
  What's TEDS
--------------------------------------*/
.teds {
	padding-bottom:1em;
}

.teds h2 {
	margin-top:1em;
}

.teds img {
	padding:30px 0;
}

.teds .border-btm {
	border-bottom:1px dotted #ccc;
}

/*--------------------------------------
  What's CC-Link?
--------------------------------------*/
.table-info {
  margin-bottom: 2rem;
}

.table-info th,
.table-info td {
  font-size: 0.85rem;
  padding: 0.25em 0.5em;
  border: 1px solid #646464;
  vertical-align:middle;
}

.table-info th {
  font-weight: normal;
  background-color: #eceded;
}



/*--------------------------------------
  FAQ
--------------------------------------*/
.faq {
	border-bottom:1px dotted #ccc;
	padding-bottom:1em;
}

.faq h2 {
	margin-top:1em;
}

.nav-faq li.active a,
.nav-faq li a:hover {
	text-decoration:none;
}

/*--------------------------------------
  Downloads
--------------------------------------*/
.downloads-area table.table-download .btn-mini {
  padding:.5em 1em;
}

.downloads-area table.table-download .btn-contact {
  padding:.5em .7em;
}

.nav-downloads {
  background:#e6f2f2;
  padding:1em 6em;
}

.nav-downloads ul {
  margin:0;
  display:flex;
  flex-wrap:nowrap;
  list-style:none;
  padding:0;
  margin:.5em 0;
  font-size:1.2rem;
}

.nav-downloads ul li {
  margin:0;
  padding-right:3em;
}

.nav-downloads ul li:last-child {
  padding-right:0;
}

.nav-downloads ul li a,
figure a {
  color:#333;
  text-decoration:none;
}

.nav-downloads ul li a i {
  color:#ff7800;
  font-size:1.6rem;
}

figure.thumb {
  margin:0;
}

.mt3 { margin-top:3em; }

@media print, screen and (max-width: 767px) {
  .nav-downloads {
    padding:1em;
  }

  .nav-downloads ul {
    display:block;
    margin:0;
  }

  .nav-downloads ul li {
    padding:.5em 0;
  }

}

/*--------------------------------------
  NEWS
--------------------------------------*/

/*--------------------------------------
  Exhibitions
--------------------------------------*/
.exhibitions h2 {
	margin-top:0;
}

.exhibitions .row {
	margin-bottom:50px;
}

.exhibitions th,
.exhibitions td {
	border:1px solid #c6c6c6;
}

.exhibitions th {
	background-color:#eceded;
}

/*--------------------------------------
  COMPANY
--------------------------------------*/
.company {
	border-bottom:1px dotted #ccc;
	padding-bottom:1em;
}

.company-btm {
	border-bottom:none;
}

.company h2 {
	margin-top:1em;
}

.company table th.head {
	border-bottom:none;
	padding:0;
}

.company table th {
	padding:0.5em 0;
	border-bottom:1px solid #ccc;
}

.company table td {
	padding:0.5em 0 1.5em;
	border-bottom:none;
}

.company table.history th,
.company table.history td {
	padding:0.5em 1em 0.5em 0;
	border-bottom:1px solid #ccc;
}

@media print, screen and (max-width: 767px) {
.company table th,
.company table td {
	width:100%;
	display:block;
}

.company table td.pic img {
	width:100%;
}
}
/*--------------------------------------
  Sitemap
--------------------------------------*/
.tristyle
,.tristyle li{
	margin:0px;
}
 
.tristyle li{
	list-style-type:none;
	list-style-image:none;
	margin: 5px 0px 5px 0px !important;
}
 
.list1 li{
	position:relative;
	padding-left:20px;
}
 
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:5px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #3b71a7;
}

.list2 li{
	list-style-type:disc;
	position:relative;
	padding-left:0;
	color:#3b71a7;
}

.list2 li:before{
	display:none;
}

/*--------------------------------------
  SEARCH
--------------------------------------*/
.filterArea h2 {
  margin-bottom: 0.5em;
}

.filter_keyword input[type="text"] {
  border:1px solid #89adf1;
  margin: 0;
  padding: 0.7em 0.5em;
  border-radius: 0;
  vertical-align: top;
}

.filter_keyword input[type="text"]:focus,
.filter_keyword button:focus,
.filterArea button:focus {
  outline: 0;
}

.filter_keyword button {
  background: #89adf1;
  border: none;
}
.filter_keyword button:after {  
  box-sizing: border-box;
  content: '\f002';
  display: block;
  font-family: "FontAwesome";
  font-size: 165%;
  padding: 0 5px;
  color: #fff;
}

.productCntArea p {
  font-size: 125%;
}

.productCntArea p span {
  font-size: 125%;
  font-weight: bold;
}

.filterArea table {
  border-top: 1px solid #c4d6f8;
  border-bottom: 1px solid #c4d6f8;
  font-size: 95%;
}

.filterArea table th {
  background: #ecf1fb;
}

.filterArea table th,
.filterArea table td {
  border-bottom: 1px solid #c4d6f8;
}

.filterArea table td.border-no {
  border-bottom: none;
}

.filterArea table input[type="checkbox"] {
  display: none;
}

.checkbox-parts{
  padding-left: 20px;
  position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #c7c7c7;
}
.filterArea table input[type="checkbox"]:checked + .checkbox-parts{
  color: #3372eb;
}
.filterArea table input[type="checkbox"]:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3372eb;
  border-right: 3px solid #3372eb;
}

.filter_type .checkbox-parts,
.filter_capacityarea .checkbox-parts,
.filter_dimensions .checkbox-parts,
.filter_height .checkbox-parts,
.filter_linearity .checkbox-parts,
.filter_characteristic .checkbox-parts {
  padding-right: 20px;
}

button#resetBtn {
  border: none;
  border-radius: 0;
  padding: 0.5em 3em;
  background: #dbdbdb;
}

span.label-teds:empty, span.label-rohs:empty, span.label-robc:empty {
  display: none;
}

.title-capacity:has(+ .label-capacity:empty) {
  display: none;
}

.productArea .row {
  border-top:1px solid #dbdbdb;
  padding: 2em 0;
}

.productArea-top {
  margin-top: 4em;
}

.productArea-last {
  border-bottom:1px solid #dbdbdb;
}

.productArea .wd_ph a,
.productArea .wd_info a {
  display: block;
  text-decoration: none;
  color: #333;
}

.productArea .wd_ph a img {
  width:250px;
}

.productArea .wd_info2 a {
  text-decoration: none;
}

.productArea .wd_info2 a p.type {
  color: #323232;
}

.productArea .wd_info2 a p.title,
.productArea .wd_info2 ul li a {
  text-decoration:underline ;
  color: #3d83b7;
}

.productArea p.type {
  margin: 0;
  font-size: 125%;
}

.productArea p.type:nth-child(2) {
  display:none;
}

.productArea p.title {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-size: 165%;
}

.productArea .teds,
.productArea .rohs,
.productArea .robotcable,
.productArea .bto,
.productArea .others { 
  display: inline-block;
  padding-right: 0.5em;
  padding-bottom: 0;
  float: left;
}

.productArea .shape,
.productArea ul.l-disc {
  clear: left;
  overflow: hidden;
}

.productArea .shape p span,
.productArea .capacity p span {
  font-weight: bold;
}

.productArea .shape p,
.productArea .capacity p {
  margin: 0.5em 0 0;
}

.productArea .shape p:nth-of-type(2) {
  display:none;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

@media print, screen and (max-width: 767px) {
  .filter_keyword input[type="text"] {
    width: 70%;
  }
}