/* ------------------------------ Frame Over ride ------------------------------ */
html body#home div#page div#pageWrapper div#content,
html body#home div#page div#pageWrapper div#footer {
  min-width: 1280px;
}

html body#home div#page div#pageWrapper div#content div#contentWrapper {
  width: 100%;
  min-width: 1280px;
  background-image: none;
  padding: 0;
}
html body#home div#page div#pageWrapper div#content div#contentWrapper div.homePageLayout.seventyThirty div.homePageLayoutWrapper div.rowOne.row div.columnOne.column.page {
  width: 100%;
}
html body#home div#page div#pageWrapper div#content div#contentWrapper div.homePageLayout.seventyThirty div.homePageLayoutWrapper div.rowOne.row div.columnTwo.column.page {
  display: none;
}
html body#home div#page div#pageWrapper div#content div#contentWrapper div.homePageLayout {
  width: 100%;
}
html body#home div#page div#pageWrapper div#content div#contentWrapper div.homePageLayout.seventyThirty {
  background-image: none;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html body#home div#page div#pageWrapper div#content,
  html body#home div#page div#pageWrapper div#footer,
  html body#home div#page div#pageWrapper div#content div#contentWrapper {
    min-width: 960px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  html body#home div#page div#pageWrapper div#content,
  html body#home div#page div#pageWrapper div#footer,
  html body#home div#page div#pageWrapper div#content div#contentWrapper {
    min-width: 640px;
  }
}
@media screen and (max-width: 639px) {
  html body#home div#page div#pageWrapper div#content,
  html body#home div#page div#pageWrapper div#footer,
  html body#home div#page div#pageWrapper div#content div#contentWrapper {
    min-width: 300px;
  }
}

/* ------------------------------ MAIN IMAGE ------------------------------ */
#mainImage {
  width: 100%;
  height: 720px;
  background-color: #CCCCCC;
  overflow: hidden;
}
#mainImage a {
  display: block;
  width: 100%;
  height: 720px;
}


@media screen and (max-width: 1920px) {
  #mainImage,
  #mainImage a{
    height: 1080px;
  }
}
@media screen and (max-width: 1279px) {
  #mainImage,
  #mainImage a{
    height: 720px;
  }
}
@media screen and (max-width: 959px) {
  #mainImage,
  #mainImage a{
    height: 540px;
  }
}
@media screen and (max-width: 639px) {
  #mainImage,
  #mainImage a{
    height: 360px;
  }
}
#slideArea {
  width: 100%;
  height: 600px;
  position:relative;
  overflow:hidden;
  background-color: #F4F3F4;
  clear: both;
}
#slideArea #slideAreaInner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slideArea #slideAreaInner #slideWrapper {
  text-align: left;
  padding: 0;
}
#slideArea #slideAreaInner #slideWrapper .slideBox {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
#slideArea #slideAreaInner #slideWrapper .slideBox a {
  display: block;
  width: 100%;
  height: 600px;
}
#slideArea .slick-arrow { z-index: 100; }
#slideArea .slick-prev { position: absolute; left: 0; bottom: 0; background-color: none; height:100%; width:60px; opacity: 0.6; }
#slideArea .slick-prev:before { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); }
#slideArea .slick-prev:hover,
#slideArea .slick-prev:focus { background-color: none; opacity: 0.8; }
#slideArea .slick-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 100px; text-shadow: 0px 0px 2px #000; }
#slideArea .slick-next { position: absolute; right: 0; bottom: 0; background-color: none; height:100%; width:60px; opacity: 0.6; }
#slideArea .slick-next:before { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
#slideArea .slick-next:hover,
#slideArea .slick-next:focus { background-color: none; opacity: 0.8; }
#slideArea .slick-next:before { font-family: FontAwesome; content: "\f105"; font-size: 100px; text-shadow: 0px 0px 2px #000;  }
#slideArea .slick-dots {
  bottom: 15px;
}
#slideArea .slick-dots li {
  background-image: none;
  width: 60px;
  height: 6px;
  background-color: #fff;
  opacity: .25;
}
#slideArea .slick-dots li.slick-active {
  opacity: .6;
}
#slideArea .slick-dots li button,
#slideArea .slick-dots li button::before,
#slideArea .slick-dots li.slick-active button::before {
  display: none;
}

#slideArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  #slideArea {
    height: 450px;
  }
  #slideArea #slideAreaInner #slideWrapper .slideBox {
    height: 450px;
  }
  #slideArea #slideAreaInner #slideWrapper .slideBox a {
    height: 450px;
  }
  #slideArea .slick-prev:before { font-size: 75px; }
  #slideArea .slick-next:before {  font-size: 75px; }
}
@media screen and (max-width: 639px) {
  #slideArea {
    height: 300px;
  }
  #slideArea #slideAreaInner #slideWrapper .slideBox {
    height: 300px;
  }
  #slideArea #slideAreaInner #slideWrapper .slideBox a {
    height: 300px;
  }
  #slideArea .slick-prev:before { font-size: 50px; }
  #slideArea .slick-next:before {  font-size: 50px; }
}


/* ------------------------------ Products Column ------------------------------ */
#c550971 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 920px;
}
#content div.homePageLayout div#c550971 div.threeColumnLayout div.column {
  width: 290px;
}
#content div.homePageLayout div#c550971 div.threeColumnLayout div.threeColumnLayoutWrapper {
  padding: 0;
  text-align: left;
}
#content div#c550971 div.threeColumnLayout div.columnWrapper {
  padding: 0;
}
#content div#c550971 div.threeColumnLayout div.columnWrapper p {
  margin-bottom: 30px;
}
#content div#c550971 div.threeColumnLayout div.layout.columnOne,
#content div#c550971 div.threeColumnLayout div.layout.columnTwo {
  margin-right: 25px;
}
#c550971 ul {
  margin-top: 5px;
  padding: 10px;
}
#c550971 li {
  background-image: none;
  padding: 2px 2px 2px 22px;
  margin: 5px;
  position: relative;
  line-height: 150%;
}
#c550971 li:hover {
}
#c550971 li a {
  color: #666;
}
#c550971 li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#c550971 li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #666;
  margin: 0 5px;
  font-size: 12px;
  left: 5px;
  position: absolute;
}
.menuImage {
  width: 290px;
  height: 180px;
  background-position: left top;
}
.menuImage a {
  display: block;
  height: 180px;
}
.menuImage span {
  display: none;
}
.menuImage:hover {
  background-position: left -180px;
}
.menuImage.menuApplications {
  background-image: url(/fileadmin/uploads/Affiliates/stec/Home/images/applications_jpn.png);
}
.menuImage.menuSolutions{
  background-image: url(/fileadmin/uploads/Affiliates/stec/Home/images/solutions_jpn.png);
}
.menuImage.menuKeytechnologies {
  background-image: url(/fileadmin/uploads/Affiliates/stec/Home/images/key_technologies_jpn.png);
}
.menuImage.menuProducts {
  background-image: url(/fileadmin/uploads/Affiliates/stec/Home/images/products_jpn.png);
}

@media screen and (max-width: 959px) {
  #c550971 {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  #content div.homePageLayout div#c550971 div.threeColumnLayout div.column {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #content div#c550971 div.threeColumnLayout div.layout.columnOne {
    margin-right: 25px;
  }
  #content div#c550971 div.threeColumnLayout div.layout.columnTwo {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  #c550971 {
    width: 290px;
  }
  #content div#c550971 div.threeColumnLayout div.layout.columnOne,
  #content div#c550971 div.threeColumnLayout div.layout.columnTwo {
    margin-right: 0;
  }
}

/* ------------------------------ NEWS AREA ------------------------------ */
#c550999 {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#c550999 h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 180%;
  color: #666;
  border-bottom: 1px solid #aaa;
}
#c551059 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
#c551059 p {
  display: inline-block;
  background-color: #3BB9DE;
  color: #fff;
  padding: 5px 10px;
}
#c551059 p a {
  color: #fff;
}
#c551059 p a:hover,
#c551059 p a:active {
  text-decoration: none;
}
#c551059 p:hover,
#c551059 p:active {
  opacity: 0.6;
}
ol li {
  margin-bottom: 10px;
}
ol li ol,
ol li ul {
  margin-top: 5px;
}
ol li ol li {
  list-style-type: lower-roman;
}
ol li ol li,
ol li ul li {
  margin-bottom: 5px;
}

/* reset */
#c551011 ul {
  margin: 0;
}
#c551011 ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}
/* reset */

#c551011 ul.tab {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  line-height: 24px;
  height: 37px;
  overflow: hidden;
  font-size: 12px;
  position: relative;
}
#c551011 ul.tab li {
  text-align: center;
  border: 1px solid #AAA;
  color: #333;
  background: #D1D1D1;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#c551011 ul.tab li:not(:first-child) {
  border-left: none;
}
#c551011 ul.tab:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}
#c551011 ul.tab li.selected {
  background: #FFF;
  z-index: 2;
  border-bottom-color: #FFF;
}
#c551043,
#c559889,
.hide { display:none; }

#c551015 .box .boxWrapper .box .boxWrapper > DIV {
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding: 0;
}
.NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul {
  position: relative;
  margin: 0;
}
.NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li {
  font-size: 12px;
  line-height: 1.5;
  padding: 1.5em;
  list-style-type: none!important;
  background: none;
  text-decoration: none;
  margin: 0;
}
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li {
  position: relative;
  padding-left: 130px;
}
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li:before {
  font-size: 12px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  top : 15px;
  left : 10px;
  width: 90px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li.p12802:before {
  content: "展示会イベント";
  background-color: #8dc554;
}
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li.p12804:before,
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li.p21725:before,
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li.p11245:before,
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li.p11740:before {
  content: "トピックス";
  background-color: #3fbde0;
}
#c551015 .NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li.p85677:before {
  content: "技術資料";
  background-color: #ec6941;
}
.NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li:not(:first-child) {
  border-top: 1px solid #AAA;
}
.NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li a {
  color: #333;
  text-decoration: none;
}
.NewsEventArea .NewsEventAreaInner .NewsEventLIstWrapper ul li a:hover {
  color: #AAA;
}
#c551015 p {
  margin: 0;
  padding: 1em;
}

@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 959px) {
  #c550999 {
    width: 620px;
  }
}
@media screen and (max-width: 639px) {
  #c550999 {
    max-width: 420px;
    width: 90%;
  }
  #c551011 ul.tab,
  #c551011 ul.tab li {
    height: 60px;
  }
}

/* ------------------------------ Read AREA ------------------------------ */
#c541901 {
  background-color: #fadbda;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 1px;
}
#c541901 p {
  font-size: 120%;
  color: #e8373d;
  margin-bottom: 30px;
}
#c541901 p b {
  font-size: 140%;
  font-weight: normal;
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 959px) {
  #c541901 p {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 639px) {
}


/* ------------------------------ Contact Us AREA ------------------------------ */
#c541909 {
  background-color: rgba(250,219,218,0.25);
  padding: 30px;
  text-align: center;
}
#c541909 h2 {
  font-size: 48px;
  color: #000000;
  line-height: 120%;
  margin: 0;
}
#c541909 p {
  margin: 0;
}
#c541909 p a {
  margin: 30px 0 0 0;
  display: inline-block;
}
#c541909 p a img {
  border-radius: 7px;
  border: 7px solid #e15d6f;
  background-color: #e15d6f;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
#c541909 p a img:hover {
  background-color: #d82c44;
  border: 7px solid #d82c44;
  opacity: 0.9;
  transform: scale(1);
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
  #c541909 img {
    max-width: 100%;
    height: auto;
  }
}






/* ------------------------------ FEATURE AREA ------------------------------ */
#FeatureArea {
  width: 100%;
  background-color: #F4F3F4;
  clear: both;
}
#FeatureArea #FeatureAreaInner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#FeatureArea #FeatureAreaInner #FeatureAreaTitle {
  padding: 20px;
}
#FeatureArea #FeatureAreaInner #FeatureAreaTitle h2 {
  color: #000000;
  font-size: 48px;
  line-height: 120%;
  margin: 0;
}
#FeatureArea #FeatureAreaInner #FeatureWrapper {
  text-align: left;
  padding: 0;
}
#FeatureArea #FeatureAreaInner #FeatureWrapper .FeatureBox {
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#FeatureArea #FeatureAreaInner #FeatureWrapper .FeatureBox a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#FeatureArea #FeatureAreaInner #FeatureWrapper .FeatureBox a img {
  width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}
#FeatureArea #FeatureAreaInner #FeatureWrapper .FeatureBox a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
#c551063 {
  margin-bottom: 50px;
}

#FeatureArea .slick-arrow { z-index: 100; }
#FeatureArea .slick-prev { position: absolute; left: 0; bottom: 0; background-color: #000; height:100%; width:30px; opacity: 0.6; }
#FeatureArea .slick-prev:before { position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }
#FeatureArea .slick-prev:hover,
#FeatureArea .slick-prev:focus { background-color: #000; opacity: 0.8; }
#FeatureArea .slick-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 45px; }
#FeatureArea .slick-next { position: absolute; right: 0; bottom: 0; background-color: #000; height:100%; width:30px; opacity: 0.6; }
#FeatureArea .slick-next:before { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); }
#FeatureArea .slick-next:hover,
#FeatureArea .slick-next:focus { background-color: #000; opacity: 0.8; }
#FeatureArea .slick-next:before { font-family: FontAwesome; content: "\f105"; font-size: 45px;  }

@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 959px) {
  #FeatureArea #FeatureAreaInner #FeatureWrapper .FeatureBox {
    width: 33.3%;
  }
}
@media screen and (max-width: 639px) {
  #FeatureArea #FeatureAreaInner #FeatureWrapper .FeatureBox {
    width: 50%;
  }
}

/* HOME */
#c332905 {
  display:none;
}
