/* Bass */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #444;
  line-height: 1.5;
  margin: 0;
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
    sans-serif;
}
.lang-ja {
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', Arial, sans-serif;
}
.lang-en-US,
.lang-zh-CN {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0;
}
p {
  margin-top: 0;
}
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* text color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
  outline: none;
}
a:link,
a:visited {
  color: #194f90;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0069ea;
  text-decoration: underline;
}
a:active {
  color: #5e9eed;
  text-decoration: underline;
}
/* Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page {
/*
  font-size: 14px;
  font-size: 1.4rem;
*/
  background: #fff;
}
#main {
  width: 959px;
  margin: 0 auto 72px;
}
#main:after {
  content: '';
  display: table;
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.clear {
  clear: both;
}
.red {
  color: #e60012;
}
.pdf {
  background: url(../en/images/icon_pdf.gif) no-repeat right center;
  padding-right: 18px;
}
.roman-numeral {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

/* header */

#masthead {
  border-top: solid 3px #26689a;
  min-width: 959px;
}
#in-header {
  width: 959px;
  height: 64px;
  margin: 0 auto;
  position: relative;
}
#in-header hgroup {
  height: 64px;
  overflow: hidden;
}
#in-header #logo-shd {
  width: 109px;
  height: 34px;
  overflow: hidden;
  margin: 0;
}
#in-header p#logo-shd {
  margin: 0;
}
#in-header #logo-shd a {
  width: 109px;
  padding-top: 30px;
  background: no-repeat url(../en/images/shdg.svg);
  display: block;
}

#site-title {
  width: 120px;
  height: 44px;
  vertical-align: middle;
  margin: 0 17px 0 0;
  overflow: hidden;
  float: left;
}
#site-title a {
  width: 120px;
  padding-top: 44px;
  background: no-repeat url(../en/images/sii_logo.svg);
  display: block;
}
#site-description {
  width: 119px;
  height: 10px;
  margin: 11px 0 0 17px;
  overflow: hidden;
  float: left;
}
#in-header hgroup #site-description span {
  width: 119px;
  padding-top: 10px;
  background: no-repeat url(../en/images/site-desc.png);
  display: block;
}
#in-header hgroup:after {
  content: '';
  display: table;
  clear: both;
}
/* Google site search */

#header-search-box {
  width: 152px;
  position: absolute;
  top: 10px;
  right: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-search-box .gsc-control-cse {
  border: none;
  padding: 0;
  background-color: transparent;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', Arial, sans-serif;
}
.lang-en-US #header-search-box .gsc-control-cse {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
.lang-zh-CN #header-search-box .gsc-control-cse {
  font-family: Arial, Verdana, sans-serif;
}
#header-search-box form.gsc-search-box {
  margin-bottom: 0;
}
#header-search-box .gsc-input-box {
  width: 132px;
  height: 22px;
  padding: 1px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  border-color: #7d7d7d;
  background: #f0f0f0;
}
#header-search-box .gsc-input-box-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header-search-box table.gsc-search-box {
  height: 20px;
}
#header-search-box table.gsc-search-box td {
  vertical-align: top;
}
#header-search-box .gsib_a {
  height: 20px;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
#header-search-box .gsc-input {
  height: 20px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-search-box input.gsc-input {
  padding: 0 10px !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
#header-search-box input#gsc-i-id1.gsc-input {
  background: #f0f0f0 !important;
}
#header-search-box input.gsc-input::-ms-clear {
  display: none;
}
#header-search-box .cse .gsc-search-button input.gsc-search-button-v2,
#header-search-box input.gsc-search-button-v2 {
  padding: 3px 0 0;
}
#header-search-box .gsib_b {
  height: 20px;
  padding: 0;
}
#header-search-box .gsib_b .gsst_a {
  padding: 0;
}
#header-search-box .gscb_a {
  padding-top: 4px;
}
#header-search-box td.gsc-search-button {
  background: #fff no-repeat url(../en/images/background/back-search.png) 4px 5px  !important;
}
#header-search-box td.gsc-search-button .gsc-search-button {
  width: 21px;
  height: 21px;
  overflow: hidden;
  background: #fff no-repeat url(../en/images/background/back-search.png) 7px 0  !important;
  border: none;
}
#header-search-box td.gsc-search-button .gsc-search-button-v2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header-search-box td.gsc-search-button:after {
  width: 21px;
  height: 21px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#header-search-box .gsc-selected-option-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  font-size: 1rem;
  padding: 0 3px 0 2px;
}
#header-search-box .gsc-table-result,
#header-search-box .gsc-thumbnail-inside,
#header-search-box .gsc-url-top {
  padding-left: 0;
}
#header-search-box .gsc-result .gs-title {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1.7em;
  overflow: visible;
}
#header-search-box .gsc-result .gs-title,
#header-search-box .gsc-result .gs-title b {
  font-size: 15px;
  font-size: 1.5rem;
  color: #1e0fbe;
}
#header-search-box .gs-webResult div.gs-visibleUrl,
#header-search-box .gs-imageResult div.gs-visibleUrl {
  color: #006621;
}

/* ----lang nav---- */
#language-nav-box {
  width: 191px;
  position: absolute;
  top: 11px;
  right: 274px;
}
#language-nav-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#language-nav-box ul:after {
  content: '';
  display: table;
  clear: both;
}
#language-nav-box ul li {
  float: right;
  background: no-repeat 3px 0.6em url(../en/images/icon/icon-arrow-01.png);
  padding: 1px 0 1px 9px;
  margin-right: 7px;
}
#language-nav-box ul li a {
  display: block;
  font-size: 12px;
}

/* ----Global nav------ */
#main-nav {
  background: repeat-x url(../en/images/nav-back.png);
  clear: both;
  min-width: 960px;
}
#main-nav .menu-toggle,
#main-nav .assistive-text {
  display: none;
}
#main-nav div {
  position: relative;
}
#main-nav div ul {
  width: 959px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#main-nav div ul li {
  height: 41px;
  overflow: hidden;
  float: left;
}
#main-nav div ul li a {
  padding-top: 41px;
  background-position: 0 0;
  display: block;
}
#main-nav div ul li a:hover {
  background-position: 0 -41px;
}
/*#main-nav div ul li.current-menu-ancestor a, #main-nav div ul li.current-menu-item a {
  background-position: 0 -82px;
  }*/

#main-nav div ul:after {
  content: '';
  display: table;
  clear: both;
}
#main-nav ul li#menu-item-company a {
  width: 169px;
  background-image: url(../en/images/nav-company.png);
}
.en #main-nav ul li#menu-item-company a {
  width: 169px;
  background-image: url(../en/images/nav-company-en.png);
}
.fa-system #main-nav ul li.spd_home a {
  width: 121px;
  background-image: url(../en/images/fa-logo_sii_header.png);
  margin-left: 18px;
}
.fa-en #main-nav ul li.spd_home a {
  width: 121px;
  background-image: url(../en/images/fa-logo_sii_header-en.png);
}
.mt #main-nav ul li.spd_home a {
  width: 121px;
  background-image: url(../en/images/logo_sii_header_mt.png);
}
.mt-en #main-nav ul li.spd_home a {
  width: 240px;
  margin-left: 18px;
  background-image: url(../en/images/logo_sii_header_mt-en.png);
}
.machine-tool #main-nav ul li.spd_home a {
  width: 121px;
  background-image: url(../en/images/machine-tool-logo_sii_header.png);
}
.machine-tool-en #main-nav ul li.spd_home a {
  width: 141px;
  margin-left: 18px;
  background-image: url(../en/images/machine-tool-logo_sii_header-en.png);
}
#menu-item-nav-01 a {
  width: 82px;
  background-image: url(../en/images/fa-nav-01.png);
}
.en #menu-item-nav-01 a {
  background-image: url(../en/images/fa-nav-01-en.png);
}
.fa-system #menu-item-nav-02 a {
  width: 106px;
  background-image: url(../en/images/fa-nav-02.png);
}
.fa-en #menu-item-nav-02 a {
  background-image: url(../en/images/fa-nav-02-en.png);
}
.fa-system #menu-item-nav-03 a {
  width: 130px;
  background-image: url(../en/images/fa-nav-03.png);
}
.fa-en #menu-item-nav-03 a {
  background-image: url(../en/images/fa-nav-03-en.png);
}
.fa-system #menu-item-nav-04 a {
  width: 146px;
  background-image: url(../en/images/fa-nav-04.png);
}
.fa-en #menu-item-nav-04 a {
  width: 110px;
  background-image: url(../en/images/fa-nav-04-en.png);
}
#menu-item-nav-05 a {
  width: 121px;
  background-image: url(../en/images/fa-nav-05.png);
}
.en #menu-item-nav-05 a {
  width: 121px;
  background-image: url(../en/images/fa-nav-05-en.png);
}
.machine-tool #menu-item-nav-02 a {
  width: 106px;
  background-image: url(../en/images/machine-tool-nav-02.png);
}
.machine-tool-en #menu-item-nav-02 a {
  background-image: url(../en/images/machine-tool-nav-02-en.png);
}
.machine-tool #menu-item-nav-03 a {
  width: 144px;
  background-image: url(../en/images/machine-tool-nav-03.png);
}
.machine-tool-en #menu-item-nav-03 a {
  background-image: url(../en/images/machine-tool-nav-03-en.png);
}
#main-nav div ul li a:active {
  background-position: 0 -82px;
}
#home #main-nav div ul li#menu-item-nav-01 a,
#system #main-nav div ul li#menu-item-nav-02 a,
#unit #main-nav div ul li#menu-item-nav-03 a,
#salesflow #main-nav div ul li#menu-item-nav-04 a,
#contact #main-nav div ul li#menu-item-nav-05 a,
#products #main-nav div ul li#menu-item-nav-02 a,
#maintenance #main-nav div ul li#menu-item-nav-03 a {
  background-position: 0 -82px;
}
#pankuzu {
  width: 959px;
  margin: 0 auto;
}
#pankuzu ul {
  width: auto;
  font-size: 12px;
  font-size: '12'/10rem;
  margin: 5px 0 0;
  border: solid 1px #dcdcdc;
  padding: 3px 0 3px 5px;
  list-style: none;
  display: inline-block;
}
#pankuzu ul li {
  margin-right: 10px;
  display: inline-block;
}
#pankuzu ul li a {
  padding-right: 15px;
  background: no-repeat url(../en/images/icon-arrow.png) right center;
}
/* Main contents */
#main {
  width: 959px;
  margin: 8px auto 0;
  position: relative;
}
.col2 #content {
  width: 100%;
  background: url(../en/images/bg_2col.gif) repeat-y;
  padding-bottom: 36px;
}
#content p {
  font-size: 14px;
  font-size: 1.4rem;
}
#content:after {
  content: '';
  display: table;
  clear: both;
}
#main-content {
  width: 674px;
  float: left;
  position: relative;
}
#products #main-content {
  min-height: 520px;
}
#customize #main-content {
  min-height: 700px;
}
#salesflow #main-content {
  min-height: 1000px;
}
.intro_txt {
  display: block;
  width: 640px;
  line-height: 1.7;
  margin: 0 0 16px;
}
#mainimg {
  position: relative;
  background: url('../en/images/bg_slideshow.gif') repeat-x scroll center bottom
    transparent;
  padding-bottom: 24px;
  line-height: 1;
}
.product-cat-title,
.product-topix-title {
  width: 644px;
  height: 27px;
  margin: 0 0 11px;
  overflow: hidden;
}
.product-cat-title span,
.product-topix-title span {
  padding-top: 22px;
  background: no-repeat url(../en/images/h2_index-01.gif);
  display: block;
  text-indent: -100%;
}
.en .product-cat-title span,
.product-topix-title span {
  background: no-repeat url(../en/images/h2_index-01-en.gif);
}
.machine-tool .product-cat-title span {
  background: no-repeat url(../en/images/machine-tool-h2_index.gif);
}
.machine-tool-en .product-cat-title span {
  background: no-repeat url(../en/images/machine-tool-h2_index-en.gif);
}
.mainimg {
  padding: 0;
  line-height: 1;
  background: url(../en/images/bg_slideshow.gif) repeat-x bottom;
  padding-bottom: 24px;
}
/*productsトップ*/
.mainimgWrapper {
  height: 261px;
  position: relative;
}
.prod .mainimgWrapper {
  height: 72px;
}
#mainimg .intro_txt {
  position: absolute;
  bottom: 25px;
  left: 35px;
  display: block;
  width: 600px;
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  z-index: 100;
  margin: 0;
}
.product-title span {
  padding-top: 22px;
  display: block;
  background: url(../en/images/prod_title.png) no-repeat;
  text-indent: -100%;
}
.product-title span.sspg {
  background: url(../en/images/prod_title_sspg.png) no-repeat;
}
.product-title span.h_series {
  background: url(../en/images/prod_title_h.png) no-repeat;
}
.product-title span.grease {
  background: url(../en/images/prod_title_grease.png) no-repeat;
}
.product-title span.example {
  background: url(../en/images/prod_title_example.png) no-repeat;
}
.prod-box {
  font-size: 15px;
  font-size: 1.5rem;
  width: 644px;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.prod-box:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
/*\*/
* html .prod-box {
  height: 1em;
  overflow: visible;
}
/**/

#products .prod-box {
  clear: both;
}
#contact .prod-box {
  background-color: #dcdcdc;
  padding-bottom: 10px;
}
#custom .left {
  float: left;
  width: 308px;
  background: #fafbfc;
}
#custom .right {
  float: right;
  width: 308px;
  margin-right: 30px;
  background: #fafbfc;
}
#custom .prod-box ul {
  margin-left: 10px;
}
#sspg {
  background: url(../en/images/prod_bg_sspg.jpg) no-repeat bottom;
}
#h_series {
  background: url(../en/images/prod_bg_h_series.jpg) no-repeat bottom;
}
#grease {
  background: url(../en/images/prod_bg_grease.jpg) no-repeat bottom;
}
.fa-system .prod-box,
.machine-tool .prod-box {
  background: #ffffff; /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #eff5f7 100%); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #eff5f7)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #eff5f7 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #eff5f7 100%
  ); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #eff5f7 100%); /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #eff5f7 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff5f7',GradientType=0 ); /* IE6-9 */
}
#salesflow .prod-box {
  background: none;
}
.prod-box h2 {
  margin-bottom: 0;
}
.prod-box h3 {
  margin: 1em 0 1em 1em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.prod-box h3 .detail {
  font-size: 13px;
  font-size: 1.3rem;
}
.prod-box h4 {
  display: block;
  margin: 10px;
  background: #e1e9f1;
  text-align: left;
  padding: 5px 10px;
}
#content .prod-box p {
  font-size: 1.5rem;
  margin-left: 20px;
}
.fa-system .prod-box dl,
.machine-tool .prod-box dl {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  margin: 0 0 0 20px;
  width: 420px;
}
.machine-tool .prod-box ul {
  margin-top: 12px;
}
.machine-tool .prod-box li {
  margin: 0 0 5px 10px;
  padding-left: 22px;
  font-size: 14px;
  font-size: 1.4rem;
}
.machine-tool .prod-box ul li {
  background: url('../en/images/bullet_green.png') 10px 8px no-repeat;
}
.machine-tool .prod-box ol li {
  background: url('../en/images/bullet.png') 10px 8px no-repeat;
}
.machine-tool .prod-box ol {
  margin: 20px 0 0 0;
  padding-left: 0;
}
.fa-system .prod-box dt {
  display: block;
  float: left;
  margin-bottom: 5px;
  padding: 2px 8px 1px;
  border-radius: 4px;
}
.lineup dt {
  display: block;
  float: none;
  margin: 0 0 5px;
  padding: 2px 8px 1px;
  border-radius: 4px;
  width: 15em;
  background: #265daf;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.right-column h4 {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 15px;
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #444444 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(100%, #444444)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #666666 0%,
    #444444 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #666666 0%,
    #444444 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #666666 0%, #444444 100%); /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #444444 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
  color: #fff;
  border-bottom: 3px solid #265daf;
}
.right-column h4 a:link,
.right-column h4 a:visited {
  color: #fff;
}
.right-column .lineup {
  margin-bottom: 30px;
}
.right-column .lineup dt {
  display: block;
  float: none;
  margin: 11px 0 5px 11px;
  padding: 2px 8px 1px;
  border-radius: 4px;
  background: #265daf;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.right-column .lineup dt a:link,
.right-column .lineup dt a:visited {
  color: #fff;
}
.right-column .lineup dd {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 16px;
  margin-bottom: 0.3em;
  padding-left: 8px;
  background: no-repeat url(../en/images/icon-arrow-06.png) left 0.6em;
}

.fa-system .prod-box dd {
  display: block;
  padding-left: 10px;
  margin: 0 0 0.4em 6em;
}
.machine-tool .prod-box .lineup dd {
  display: block;
  width: 360px;
  float: left;
  padding-left: 10px;
  margin: 0 0.5em 0.2em 5px;
}

.machine-tool .prod-box h3.mat {
  display: block;
  width: 5em;
  margin: 10px 0 5px 18px;
  padding: 2px 8px 1px;
  border-radius: 4px;
  background: #0e9a2f;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  text-align: center;
}
.machine-tool-en .prod-box h3.mat {
  width: 7em;
  margin: 10px 0 5px 18px;
  padding: 2px 0px 1px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.usage dt {
  clear: both;
  width: 5em;
  background: #265daf;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5em;
}
.feat dt {
  clear: both;
  width: 5em;
  background: #0e9a2f;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5em;
}
.en .usage dt,
.en .feat dt {
  letter-spacing: 0;
  width: 5.5em;
}
.list1 li {
  padding-left: 10px;
  margin: 0 0 0.4em 1.5em;
  font-size: 13px;
}

.usage dd,
.lineup dd,
.list1 li {
  background: url('../en/images/bullet_blue.png') no-repeat 0px 6px;
}
.feat dd {
  background: url('../en/images/bullet_green.png') no-repeat 0px 6px;
}
.balloon_a a {
  display: inline-block;
  padding-left: 15px;
  margin-right: 4px;
  margin-left: 4px;
  background: url('../en/images/arrow_blue.jpg') 0px 5px no-repeat;
}
.prod-box a.detail {
  padding: 5px 21px;
  background: #ddd url('../en/images/arrow_blue.jpg') 5px center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.prod-box a.detail1 {
  padding: 0 8px 0 14px;
  background: url('../en/images/arrow_blue.jpg') left center no-repeat;
}

.prod-box ol li a.detail {
  display: inline-block;
  padding: 0 12px 0 0;
  margin-right: 4px;
  margin-left: 0;
  background: url('../en/images/arrow_blue_down.gif') no-repeat right center;
}

.go-top {
  text-align: right;
  margin-right: 30px;
  margin-bottom: 5px;
}
.go-top a {
  padding-left: 22px;
  background: no-repeat url('../en/images/icon-go-top1.png') left center;
  font-size: 13px;
  font-size: 1.3rem;
}

.outline1 {
  border: 1px solid #ccc;
}
.outline2 {
  border: 6px solid #fff;
}

.ecoprod img {
  margin: 8px;
}
/*       */

/*products製品ページ*/
.intro-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 260px;
  height: 241px;
  font-size: 1.5rem;
  line-height: 1.7;
  background-color: rgba(240, 246, 247, 0.7);
  /*filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;*/
  z-index: 100;
  padding: 10px;
  color: #222;
}
.intro-box h4 {
  clear: both;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.intro-box dl {
  margin: 3px 0 8px 3px;
  font-size: 12px;
}
.intro-box dt {
  float: left;
  clear: left;
  padding-left: 10px;
  background: url('../en/images/bullet_blue.png') 0px 7px no-repeat;
  font-weight: bold;
}
.intro-box dd {
  clear: left;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 10px;
}
.product-page-title {
  height: 42px;
  padding-top: 7px;
  padding-left: 15px;
  display: block;
  background: url(../en/images/prod_title.png) no-repeat;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ffffff;
}
#salesflow .product-page-title {
  font-size: 14px;
  font-size: 1.4rem;
}
#custom h2.product-page-title {
  background: url(../en/images/prod_title_half.png) no-repeat;
}
#main .prod-box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  text-align: left;
  border: 1px solid #ccc;
}
#main .prod-box table th,
.prod-box table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#main .prod-box table th {
  font-weight: normal;
  /*text-align: left;*/
  background: #ecf1f7;
  /*	background: url("../images/bullet.png") 10px 10px no-repeat;
*/
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
}
#main .prod-box table td {
  /* [disabled]padding: 6px; */
  background: #fff;
}
#main .prod-box table td.no-pad {
  padding: 0;
}
#main .prod-box table th.feature-data {
  background: #d9f3ff;
}
/*.prod-box table tr {
	background-color: #fafafa
}
.prod-box table tr.odd {
	background-color: #f1f2f6
}*/
/*.prod-box table.tbl01 {
	width: 65%;
	float: left;
}
*/
.prod-box table.tbl01 th {
  white-space: nowrap;
  vertical-align: top;
}
.prod-box table.tbl01 th,
.prod-box table.tbl01 td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.prod-box table.tbl02 {
  border: 1px solid #ccc;
}

#products .prod-box table.tbl02 {
  width: 30%;
  float: right;
}
.prod-box table.tbl02 tr.odd {
  background: #f6f6f6;
}
.prod-box table.tbl02 th {
  text-align: center;
  background-color: #ecf1f7 !important;
  background: none;
  padding: 4px 0;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px dotted #ccc;
}
.prod-box table.tbl02 td {
  text-align: right;
  border: 1px dotted #ccc;
  padding-right: 5px;
}
.btn {
  padding: 10px;
  text-align: center;
}
.btn p {
  display: block;
  margin: 20px auto;
}
.back {
  padding-left: 10px;
  font-size: 1.5rem;
  background: url('../en/images/icon-arrow-06.png') 3px 5px no-repeat;
}
/*               */

/*修理サービス*/
#salesflow .prod-box ul {
  margin: 10px 5px 0;
}
#salesflow .prod-box li,
#custom .prod-box li {
  margin-bottom: 5px;
  padding-left: 22px;
  background: url('../en/images/bullet.png') 10px 8px no-repeat;
}
#salesflow strong {
  color: #006633;
}
#salesflow dl {
  width: 100%;
  margin-left: 2px;
}
#salesflow dl dt {
  display: block;
  position: relative;
  float: left;
  width: 230px;
  height: 60px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-shadow: -0px -1px 0px #555;
  background: #1d791d; /* Old browsers */
  background: -moz-linear-gradient(top, #70bf70 0%, #1d791d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #70bf70),
    color-stop(100%, #1d791d)
  );
  background: -webkit-linear-gradient(
    top,
    #70bf70 0%,
    #1d791d 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #70bf70 0%,
    #1d791d 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #70bf70 0%, #1d791d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #70bf70 0%, #1d791d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bf70', endColorstr='#1d791d', GradientType=0 );
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#salesflow dl dt span {
  font-size: 34px;
  margin: 5px;
  vertical-align: middle;
}
#salesflow dl dt {
  font-size: 1.4rem;
  font-size: 14px;
}
#salesflow dl dt img {
  position: absolute;
  top: 61px;
  left: 50px;
}
#salesflow dl dd {
  display: block;
  float: right;
  width: 380px;
  min-height: 115px;
  margin: 0 0 12px;
  background: #eef8ee;
  padding: 8px 12px;
}
#salesflow dl dd p {
  display: block;
  padding: 7px 12px;
  border: 1px solid #2154a8;
  background: #ecf1f7;
  margin: 5px 0;
  font-size: 1.3rem;
}
#salesflow dl dd span {
  color: #2154a8;
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}
#salesflow span.kinkyu {
  display: block;
  color: red;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
}
#salesflow dl dd:last-child {
  min-height: 80px;
}
#custom .prod-box .example {
  margin: 0 10px;
  text-align: center;
}
#custom .example ul.exlist ul {
  text-align: center;
}
#custom .example ul.exlist li {
  float: left;
  display: block;
  width: 115px;
  text-align: center;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
/*エンジニアリングサポート*/
#engineering .q_and_a {
  border: none !important;
  width: 600px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
#engineering .q_and_a td {
  vertical-align: top;
  padding-top: 10px;
  padding-left: 0;
}
.qa_box {
  display: block;
  padding-left: 40px;
}
.question {
  padding-left: 40px;
  background: url(../en/images/icon_q.png) no-repeat;
}
.answer {
  padding-left: 70px;
  background: url(../en/images/icon_a.png) no-repeat;
}
.answer a {
  display: block;
}

.balloon_q {
  width: 200px;
  padding: 10px;
  background: #ffe2e4;

  background: -moz-linear-gradient(top, #ffe2e4 0%, #ffbbbf 100%);

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe2e4),
    color-stop(100%, #ffbbbf)
  );

  background: -webkit-linear-gradient(top, #ffe2e4 0%, #ffbbbf 100%);

  background: -o-linear-gradient(top, #ffe2e4 0%, #ffbbbf 100%);

  background: -ms-linear-gradient(top, #ffe2e4 0%, #ffbbbf 100%);

  background: linear-gradient(to bottom, #ffe2e4 0%, #ffbbbf 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2e4', endColorstr='#ffbbbf',GradientType=0 );

  border-radius: 5px;
  position: relative;
}

.balloon_a {
  width: 200px;
  padding: 10px;
  background-color: #cff;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f1f1f1),
    color-stop(100%, #e5e5e5)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f1f1f1 0%,
    #e5e5e5 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f1f1f1 0%,
    #e5e5e5 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, #e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  position: relative;
}
.balloon_q:after {
  border: 7px solid transparent;
  border-right-color: #ffd6d8;
  border-left-width: 0;
  left: -7px;
  content: '';
  display: block;
  top: 12px;
  position: absolute;
  width: 0;
}
.balloon_a:after {
  border: 7px solid transparent;
  border-right-color: #efefef;
  border-left-width: 0;
  left: -7px;
  content: '';
  display: block;
  top: 12px;
  position: absolute;
  width: 0;
}
div.tooltip {
  width: 270px;
  position: absolute;
  left: -9999px;
  background: #e5f2ff;
  /*padding: 5px;*/
  border: 1px solid #fff;
  border-radius: 8px;
}
div.tooltip strong {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}
div.tooltip p {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 10px 0 10px;
}
/*お問い合わせ*/
.prod-box table.contact {
  margin: 10px 20px;
  width: 604px;
  background: #fff;
  border-spacing: 0;
  -webkit-box-shadow: 1px 1px 2px #666 inset;
  -moz-box-shadow: 1px 1px 2px #666 inset;
  -o-box-shadow: 1px 1px 2px #666 inset;
  box-shadow: 1px 1px 2px #666 inset;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.prod-box table.contact th,
table.contact td {
  padding: 6px 10px 0;
}
.prod-box table.contact th {
  text-align: right;
  background: #eef3f5;
}

/*table.contact tr:first-child th:first-child {
	-webkit-box-shadow: 1px 1px 2px #666 inset;
    }
table.contact th {
	-webkit-box-shadow: 1px 0 2px #666 inset;
    }*/
.prod-box table.contact tr:first-child th:first-child,
table.contact tr:first-child td:first-child {
  padding-top: 6px;
  -webkit-border-radius: 12px 0 0 0;
  -moz-border-radius: 12px 0 0 0;
  -o-border-radius: 12px 0 0 0;
  border-radius: 12px 0 0 0;
}
.prod-box table.contact tr:first-child th:last-child,
table.contact tr:first-child td:last-child {
  padding-top: 6px;
  -webkit-border-radius: 0 12px 0 0;
  -moz-border-radius: 0 12px 0 0;
  -o-border-radius: 0 12px 0 0;
  border-radius: 0 12px 0 0;
}
.prod-box table.contact tr:last-child th:first-child,
table.contact tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 12px;
  -moz-border-radius: 0 0 0 12px;
  -o-border-radius: 0 0 0 12px;
  border-radius: 0 0 0 12px;
  border: none;
}
.prod-box table.contact tr:last-child th:last-child,
table.contact tr:last-child td:last-child {
  -webkit-border-radius: 0 0 12px 0;
  -moz-border-radius: 0 0 12px 0;
  -o-border-radius: 0 0 12px 0;
  border-radius: 0 0 12px 0;
}
.prod-box table.contact tr:last-child td:last-child,
table.contact tr:last-child th:last-child {
  border-bottom: none;
}
table.call td {
  width: 50%;
  padding-left: 20px;
  padding-top: 5px;
  font-weight: bold;
  background: #fff;
}
table.call td img {
  margin-top: 5px;
}
table.call tr td:last-child {
  border-left: 1px dotted #ccc;
}
/*table.call tr td:first-child {
	border-bottom: none
}*/
table.call tr:first-child td:first-child {
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -o-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}
table.call tr:first-child td:last-child {
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -o-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}
table.rental th {
  text-align: center;
  background-color: #ced5f0 !important;
  background: none;
  padding-left: 0;
}
table.rental td {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
table.rental tr td:first-child {
  text-align: center !important;
  padding-right: 0px;
}
/*        */
#product-cat-box {
  width: 656px;
  margin-bottom: 24px;
}
#product-cat-box li {
  float: left;
  margin: 0 12px 10px 0;
}
#product-cat-box:after {
  content: '';
  display: table;
  clear: both;
}
#product-cat-box li.first {
}
#product-cat-box nav ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}
.product-topix-title span {
  background-image: url(../en/images/h2_index-02.gif);
}
.en .product-topix-title span {
  background-image: url(../en/images/h2_index-02-en.gif);
}
#product-topix-box {
  position: relative;
  width: 640px;
  margin-bottom: 24px;
}
#product-topix-box ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
#product-topix-box ul li {
  border-bottom: dotted 1px #cccccc;
  padding: 3px 0 6px;
}
#product-topix-box ul li h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 0 141px;
}
#product-topix-box ul li p {
  margin: 0 10px 0 0;
  float: left;
}
#product-topix-box ul li p.entry-cat {
  width: 45px;
  height: 16px;
  overflow: hidden;
}
#product-topix-box ul li p.entry-cat a {
  width: 45px;
  text-indent: -9999px;
  display: block;
  background: no-repeat center 4px;
}
#product-topix-box ul li p.cat-new-products a {
  background: url(../en/images/icon-cat-new-product.png) no-repeat center 4px;
}
#product-topix-box ul li p.cat-event a {
  background: url(../en/images/icon-cat-event.png) no-repeat center 4px;
}
#product-topix-box ul li p.cat-topics a {
  background: url(../en/images/icon-cat-topics.png) no-repeat center 4px;
}
#product-topix-box ul li:after {
  content: '';
  display: table;
  clear: both;
}
#product-topix-box .go-archive {
  text-align: right;
}
#product-topix-box .go-archive a {
  padding-left: 9px;
  background: no-repeat 2px 0.5em url(../en/images/icon-arrow-01.png);
}
#sub-content {
  width: 285px;
  float: left;
  /*background: #f3f3f3;*/
  margin: 0;
  padding-top: 10px;
}
#sub-content ul {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
#sub-content ul li {
  margin-bottom: 0;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}
/* footer */
#colophon {
  width: 100%;
  background: repeat-x url(../en/images/footer_back.gif);
  min-width: 959px;
}
.mt #colophon {
  border-top: 1px solid #ccc;
  background: none;
}
#in-footer {
  width: 960px;
  margin: 0 auto;
  padding: 9px 0;
  position: relative;
}
#in-footer #footer-meta-nav-box {
  width: 450px;
  float: left;
}
#in-footer h3 {
  display: none;
}
#footer_menu1 {
  width: 320px;
  height: 156px;
  float: left;
}
#footer_menu2 {
  width: 360px;
  height: 156px;
  float: left;
}
#footer_navi_site {
  font-size: 13px;
  padding-top: 40px;
}
#footer_navi_site a {
  text-decoration: none;
}
#footer_navi_site a:hover {
  text-decoration: underline;
}
#footer_navi_site ul {
}
#footer_navi_site ul li {
  text-shadow: 1px 1px 1px #ffffff;
}
.L1 a {
  color: #000;
}
#footer_menu1 li.L1 {
  display: inline-block;
  list-style-type: none;
  float: left;
}
#footer_menu1 ul.inner {
  display: block;
  width: 280px;
  float: left;
  line-height: 1.6;
  margin-left: 18px;
}
#footer_menu2 li.L1 {
  display: inline-block;
  list-style-type: none;
  float: left;
}
#footer_menu2 ul.inner {
  display: block;
  width: 280px;
  float: left;
  line-height: 1.6;
  margin-left: 18px;
}
#footer_navi_site li.L2 {
  list-style-type: none;
  margin-bottom: 0.4em;
}
#in-footer #footer-nav-box {
  position: relative;
  top: 10px;
  width: 789px;
  float: left;
}
#footer-nav-box .menu {
  padding: 0 0 0 0;
}
#in-footer #footer-nav-box ul li.nav-01 {
  width: 60px;
  height: 15px;
  text-indent: 100%;
  overflow: hidden;
  display: block;
}
#in-footer #footer-nav-box ul li.nav-01 a {
  background: no-repeat url(../en/images/sii-home.gif);
  display: block;
}
.en #in-footer #footer-nav-box ul li.nav-01 a {
  background: no-repeat url(../en/images/sii-home-en.gif);
}
#in-footer #footer-nav-box ul li {
  font-size: 0.7em;
  margin-right: 6px;
  display: inline-block;
}
#in-footer #footer-nav-box ul li a {
  text-decoration: underline;
  padding-left: 10px;
  background: no-repeat left center url(../en/images/icon-square.gif);
}
#in-footer #footer-meta-nav-box {
  margin-bottom: 5px;
}
#in-footer #footer-meta-nav-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#in-footer #footer-meta-nav-box ul li {
  width: auto;
  margin-right: 10px;
  float: left;
  font-size: 11px;
  　font-size: 1.1rem;
}
#in-footer #footer-meta-nav-box ul li a {
  padding-left: 9px;
  background: no-repeat url(../en/images/icon-arrow-01.png) left 0.3em;
}
#in-footer #footer-meta-nav-box ul li.sii-home {
  width: 60px;
  height: 15px;
  margin-bottom: 5px;
  overflow: hidden;
}
.en #in-footer #footer-meta-nav-box ul li.sii-home {
  width: 67px;
}
#in-footer #footer-meta-nav-box ul li.sii-home a {
  width: 60px;
  padding-top: 15px;
  background: no-repeat url(../en/images/sii-home.gif);
  display: block;
}
.en #in-footer #footer-meta-nav-box ul li.sii-home a {
  width: 67px;
  background: no-repeat url(../en/images/sii-home-en.gif);
}
#in-footer #footer-meta-nav-box ul li.nav-01 {
  clear: left;
}
#in-footer #footer-meta-nav-box ul:after {
  content: '';
  display: table;
  clear: both;
}
#in-footer #logo-shd {
  width: 80px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 0;
}
#in-footer #logo-shd a {
  width: 80px;
  padding-top: 26px;
  background: no-repeat url(../en/images/seiko-logo.gif);
  display: block;
}
#in-footer #copyright {
  margin: 0;
  clear: both;
  float: right;
  text-align: right;
  width: 475px;
}
#in-footer #copyright small {
  font-size: 10px;
  font-size: 1rem;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  font-size: 15px;
  text-align: center;
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

div.gsc-tabHeader.gsc-inline-block.gsc-tabhActive,
div.gsc-tabHeader.gsc-tabhInactive.gsc-inline-block {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

.prod-box table.tbl02 td.txt-left {
  text-align: left;
}
.prod-box table.tbl02 td.txt-center {
  text-align: center;
}
.prod-box table.tbl02 td.txt-right {
  text-align: right;
}

.btn1 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 230px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-shadow: -0px -1px 0px #555;
  background: #60c7ff; /* Old browsers */

  background: -moz-linear-gradient(top, #60c7ff 0%, #1e5799 100%); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #60c7ff),
    color-stop(100%, #1e5799)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    #60c7ff 0%,
    #1e5799 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    #60c7ff 0%,
    #1e5799 100%
  ); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #60c7ff 0%, #1e5799 100%); /* IE10+ */

  background: linear-gradient(to bottom, #60c7ff 0%, #1e5799 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c7ff', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

a.btn1:link,
a.btn1:visited {
  color: #fff;
}
a.btn1:hover {
  opacity: 0.8;
  text-decoration: none;
}

table td.no-border {
  border-bottom: none;
  background-color: transparent;
}

.new {
  background: url(../en/images/new.gif) no-repeat right center;
  padding-right: 60px;
}
.lineup .new {
  background: url(../en/images/new1.gif) no-repeat right center;
  padding-right: 41px;
}
.video-container video {
  max-width: 644px;
}