@charset "utf-8";

/*----------------------------
共通ここから
----------------------------*/
#headerArea {
  margin-bottom: 10px;
}
#headerMainBlock {
  position: relative;
}
.langSelect {
  position: absolute;
  top: 10px;
  left: 257px;
}
.langSelect a {
  display: inline-block;
  margin-right: 0.5em;
}
.langSelect a:hover {
}
.lang_en #contentsArea{
  font-family:'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.lang_sc #contentsArea{
  font-family :'Microsoft JhengHei', 微軟正黑體, 'SimHei','SimSun','sans-serif';
}
.lang_tc #contentsArea{
  font-family :新細明體,細明體,'PMingLiU','MingLiU','MS UI Gothic',sans-serif;
}
#searchBlock input.txtbox {
  width: 120px;
}

/*----------------------------
inbound 共通ここから
----------------------------*/

.inbound#products .productsTab li {
  margin-right: 5px;
}
.inbound#products .productsTab li:first-child {
  margin-left: 5px;
}
.inbound .inboundProducts {
  padding: 30px 20px;
}
.inbound #categoryContentsMainBlock .heading {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: bold;
  background: url(/common/inbound/images/heading_bg_01.png) no-repeat top left;
}
.inbound.lang_sc #categoryContentsMainBlock .heading,
.inbound.lang_tc #categoryContentsMainBlock .heading{
  padding:7px 10px;
}

.inbound #categoryContentsMainBlock .headingImg {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  background: none;
}
/*----------------------------

inbound TOP専用ここから

----------------------------*/
.inbound.pro_index #categoryContentsArea {
  width: 960px;
}
.inbound.pro_index .productsTopIndexWrap {
  background: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
.inbound.pro_index#products .sectionWrap {
  margin-top: 10px;
  margin-right: -1px;
  margin-left: -1px;
  padding-bottom: 0;
}
.inbound.pro_index #categoryContentsMainBlock .h1_Section {
  margin-top: 0;
  border-top-width: 0;
}
.inbound #categoryContentsMainBlock .productsIndexBlock + .heading {
  margin-top: 40px;
}

.inbound .translationNote {
  padding-top: 10px;
  text-align: right;
}


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

製品詳細専用ここから

-----------------------------*/
.inbound #categoryContentsMainBlock .h1_Section {
  margin-top: 20px;
  border-top: 1px solid #dddddd;
}
.inbound#products .mainVisBox .inner {
  padding-bottom: 20px;
}
/*-----------------------------

slick 用ここから

-----------------------------*/
.inbound .mainVisual {
  padding-top: 20px;
  height: 233px;
  overflow: hidden;
}
.inbound .mainVisualSlideItem {
  position: relative;
  padding: 0 5px;
  outline: none;
  text-align:center;
}
/*
.inbound .mainVisualSlideItem:before {
  position: absolute;
  content: "";
  display: block;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, .7);
  transition: visibility ease .3s;
}*/
.inbound .mainVisualSlideItem.slick-current:before {
  visibility: hidden;
}
.inbound .mainVisual .slick-dots {
  margin-top: 10px;
  text-align: center;
}
.inbound .mainVisual .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}
.inbound .mainVisual .slick-dots > li > button {
  outline: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 8px;
  font-size: 0;
  background: url(/products/images/index_visual_btn_01.gif) no-repeat top left;
}
.inbound .mainVisual .slick-dots > li > button:hover {
  background-image: url(/products/images/index_visual_btn_over_01.gif);
}
.inbound .mainVisual .slick-dots > .slick-active > button {
  background-image: url(/products/images/index_visual_btn_stay_01.gif);
}
.inbound .mainVisual .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 0;
  width: 28px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.inbound .mainVisual .slick-prev {
  left: 0;
  background: url(/common/inbound/images/slide_arrow_left.png) no-repeat top left;
}
.inbound .mainVisual .slick-next {
  right: 0;
  background: url(/common/inbound/images/slide_arrow_right.png) no-repeat top left;
}
