:root {
  --regular-text-color: #000;
  --first-col-width: 24%;
  --shipped-col-count: 4;
  --unshipped-col-count: 7;

  --mobile-bg-color: #d3d3d3 !important;
  --mobile-text-color: #000 !important;
  --mobile-border-color: rgb(191, 191, 191) !important;

}
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: Verdana;
  font-size: 9pt;
  color: #181818;
}

.not-found {
  padding: 40px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

A:link, A:visited {
  font-family: Verdana;
  font-size: 9pt;
  outline: none;
  text-decoration: underline;
  color: #E41E2B;
}

A:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 10px 0 0;
  line-height: 150%;
}

ul {
  line-height: 150%;
  margin: 20px 0 10px;
  padding: 0 0 0 20px;
}

ul li {
  padding-bottom: 5px;
}

form {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  height: 147px;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 20;
}

.header-line {
  position: absolute;
  top: 11px;
  width: 37px;
  height: 11px;
  background-color: #EA1D24;
}

.line-L {
  left: 0;
}

.line-R {
  right: 0;
}

.logo {
  float: left;
  width: 25%;
  padding-top: 11px;
}

.logo A:link, .logo A:visited {
  display: block;
  width: 198px;
  padding-left: 50px;
}

.header-R {
  float: left;
  width: 75%;
}

.header-T {
  width: 100%;
  height: 45px;
  padding-top: 27px;
}

.header-phone {
  float: left;
  position: relative;
  top: -5px;
  /*color: #231F20;*/
  color:black;
  width: 215px;

}

.header-phone font {
  font-size: 15pt;
  font-family: Arial;
  color:black;
}

.header-phone span {
  display: block;
  float: right;
  margin-right: 8px;
}

.header-phone a {
  text-decoration: none;
}

.slogan{
  float: right;
  width: 69%;
  padding-right: 60px;
}

.slogan div{
  width: auto;
  max-width: 907px;
  _width: 907px;
}

/*.slogan img{
  width: 100%;
}*/

.slogan img{
    display:block;
    float:left;
    padding-right: 15px;
    height:100%;
}

.top-menu{
  width: 100%;
  height: 34px;
}

.tm-main{
  float: right;
}

.tm-link:link, .tm-link:visited{
  display: block;
  padding: 8px 25px;
  text-decoration: none;
  font-size: 10pt;
}

.tm-item A.tm-link:link, .tm-item A.tm-link:visited{
  color: #FFF;
}

.tm-item A.tm-link:hover, .tm-itemS A.tm-link:link, .tm-itemS A.tm-link:visited{
  color: #58CAFF;
}

.pull-wp{
  display: none;
  padding-right: 10px;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
}

#pull:link, #pull:visited{
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/pull.png) center center no-repeat #EC1D25;
  padding: 10px;
}

.pull-menu{
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 148px;
  z-index: 2;
}

.pull-menu A:link, .pull-menu A:visited{
  display: block;
  text-align: right;
  padding: 10px 35px 10px 5px;
  background: rgba(0,0,0,0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
  font-size: 10pt;
}

.pull-menu A:hover{
  background: rgba(0,0,0,0.7);
}

.notice-popup{
    text-align: center !important;
}

.notice-popup h1{
    font-size: 36pt;
}

.notice-popup p, .notice-popup a:link, .notice-popup a:visited{
    font-size: 15pt;
    font-weight: 600;
}

.content{
  width: 100%;
  height: auto;
  min-height: 100%;
  _height: 100%;
}

.wp{
  width: auto;
  max-width: 1240px;
  _width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}


.wp-home{
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
}

.wp-home-inner{
  margin-top: -42px;
  color: #FFF;
}

.home-open{
  width: 100%;
  height: 5px;
  background-color: #EC1D25;
  position: relative;
  top: -5px;
  z-index: 1;
}

.home-open A:link, .home-open A:visited{
  width: 77px;
  height: 39px;
  background: url(../images/arr-B.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -39px;
  margin-left: -35px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.home-open A:hover{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.welcome{
  padding: 35px 0 15px;
  font-size: 14pt;
  color: #FFF;
  text-transform: uppercase;
}

.footer{
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.8);
  color: #BCBCBC;
  font-size: 10pt;
}

.footer-abs{
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-sta{
  margin-top: 30px;
}

.f-inline{
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.copyright{
  float: left;
  width: 45%;
}

.copyright-inner{
  padding-left: 20px;
}

.designed{
  float: right;
  width: 45%;
}

.designed-inner{
  padding-right: 20px;
  text-align: right;
}

.designed A:link, .designed A:visited{
  color: #BCBCBC;
  font-size: 10pt;
}

.clear{
  clear: both;
}

.wrapper{
  margin-top: 40px;
}

.container{
  float: left;
  background: rgba(255, 255, 255, 0.9);
}

.wp-history{
  width: auto;
  max-width: 420px;
  _width: 420px;
  padding: 20px 25px 30px;
}

.wp-common{
  margin-left: 45px;
  padding-bottom: 70px;
}

.block-ttl{
  padding-bottom: 30px;
  font-size: 30pt;
  color: #FFF;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.bcg{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  background-size: cover;
  background-image: url(../images/background.jpg);
}

.no-image{
  height: 225px;
  background-color: #FFF;
}

.thumb{
  float: left;
  padding: 0 5px 15px;
}

.thumb A:link, .thumb A:visited{
  display: block;
  width: 330px;
  height: 185px;
  padding: 15px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #191919;
  font-size: 14pt;
  font-family: Arial;
}

.thumb span{
  display: block;
  cursor: pointer;
}

.thumb span.thumb-ttl{
  padding: 5px 0;
  background-color: #FFF;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
  width: 98%;
  padding-left: 2%;
}

.thumb span.thumb-img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.thumb A:hover, .thumb A:hover span.thumb-ttl{
  background-color: #231F20;
  color: #FFF;
}

.left-menu{
  float: left;
  background-color: rgba(255,255,255,0.5);
  padding: 3px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.left-menu div{
  border-bottom: 1px solid #D0EEFC;
}

.left-menu A.lm-link:link, .left-menu A.lm-link:visited{
  display: block;
  width: 220px;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 10pt;
  color: #FFF;
}

.lm-item A.lm-link:link, .lm-item A.lm-link:visited{
  background-color: rgba(88,202,255,0.8);
}

.lm-item A.lm-link:hover, .lm-itemS A.lm-link:link, .lm-itemS A.lm-link:visited{
  background-color: #1C98D4;
}

.block-M{
  width: auto;
  max-width: 410px;
  _width: 410px;
  margin: 5px 5px 0 0;
}

.block-inner{
  padding: 15px 25px 25px;
}

.block-R{
  width: auto;
  max-width: 330px;
  _width: 330px;
  margin-top: 5px;
}

.block-F{
  width: auto;
  max-width: 750px;
  _width: 750px;
  margin-top: 5px;
}

.data-files{
  width: 100%;
  padding: 10px 0;
}

.data-files A:link, .data-files A:visited{
  float: left;
  display: block;
  height: 21px;
  padding: 8px 0 4px 45px;
  color: #000;
  font-size: 10pt;
  margin: 10px 50px 0 0;
}

.data-files-p A:link, .data-files-p A:visited{
  margin-top: 20px;
}

.data-doc:link, .data-doc:visited{
  background: url(../images/icons/doc-icon.gif) no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url(../images/icons/xls-icon.gif) no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url(../images/icons/ppt-icon.gif) no-repeat;
}

.data-pdf:link, .data-pdf:visited{
  background: url(../images/icons/pdf-icon.gif) no-repeat;
}

.supplier{
  width: 100%;
  border-bottom: 1px solid #8D8F8A;
  padding: 30px 0 20px;
}

.supplier-img{
  float: left;
  width: 32%;
  padding-right: 3%;
}

.supplier-img div{
  width: auto;
  max-width: 200px;
  _width: 200px;
  margin: 0 auto;
}

.supplier-img img{
  width: 100%;
}

.supplier-data{
  float: left;
  width: 65%;
}

.supplier-link{
  padding-top: 10px;
}

.supplier-link A:link, .supplier-link A:visited{
  color: #009CFF;
  font-size: 12pt;
}

.supplier-ttl{
  color: #0a206d;
  font-size: 14pt;
}

.p-close, .p-close-copy{
  display: block;
  position: absolute;
  right: -15px;
  top: -30px;
}

.p-close-copy{
  display: none;
}

.pull-lm{
  display: none;
}

.wp-hidden{
  float: left;
  position: relative;
  z-index: 1;
}

#menu:link, #menu:visited{
  display: block;
  height: 30px;
  padding: 4px 0 0 30px;
  background: url(../images/pull.png) left center no-repeat;
  text-decoration: none;
  color: #FFF;
  font-size: 14pt;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.mouldings{
  width: 370px;
  margin: 5px 3px 0 0;
}

.mouldings-inner{
  padding: 10px 15px 30px;
  background-color: #F6F6F5;
}

.ml-row{
  width: 100%;
  padding: 5px 0;
  display: table;
  cursor: pointer;
}

.ml-row:hover{
  background-color: #FFF;
}

.ml-header{
  margin-bottom: 10px;
  border-bottom: 1px solid #181818;
  font-weight: bold;
  color: #EC1D24;
  text-transform: uppercase;
}

.ml-row div{
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  color: #181818;
  font-size: 8pt;
}

.ml-code{
  width: 39%;
}

.ml-model{
  width: 30%;
  padding: 0 1%;
  padding-left: 10px;
}

.ml-size{
  width: 29%;
  padding-left:10px;
}

.ml-code span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.ml-code-num{
  width: 40px;
}

.ml-img{
  width: 70px;
  padding-left: 5px;
  text-align: center;
}

.ml-img img{
  width: auto;
  max-width: 70px;
  _width: 70px;
}

.history-table-small{
        display:none;
    }

.history-table-big{
    display:table;
}

.tel_link:link, .tel_link:visited{
  text-decoration: none;
  color: #000;
}

.form-loading {
  display: none;
  width: 41px;
}

.form-loading img {
  max-width: 100%;
}

@media screen and (max-width: 1260px) {
	.header-phone {
		padding-bottom: 5px;
	}
	.slogan{
	  	width: 90%;
		float: left;
		padding-right: 0;
	}
	.header-T{
		padding-top: 10px;
		height: 62px;
	}

    .slogan img{
        height:90%;
    }

}

@media only screen and (max-width : 1700px) {
   .slogan img{
	  	height: 18px;
	}

    .slogan{
        padding-right: 40px;
    }

}

@media only screen and (max-width : 1550px) {
   .slogan img{
	  	height: 16px;
	}
    .slogan{
        padding-right: 20px;
    }
}

@media only screen and (max-width : 1440px) {
   .slogan img{
	  	height: 14px;
	}
    .slogan{
        padding-right: 10px;
    }
}

@media only screen and (max-width : 1270px){
   .slogan{
	  	display:none;
	}
}

@media only screen and (max-width : 1120px) {
	.logo A:link, .logo A:visited{
		padding-left: 20px;
	}


}

@media only screen and (max-width : 1084px) {
	.p-close{
	  	display: none;
	}
	.p-close-copy{
	  	display: block;
	}
}

@media only screen and (max-width : 980px) {
	.slogan, #slide-list, .tm-main, .header-line{
	  	display: none;
	}
	.pull-wp {
		display: block;
	}
	.header-phone{
		float: right;
		padding: 17px 100px 0 0;
	}
}

@media only screen and (max-width : 755px) {
	.supplier-img{
	  	float: none;
		width: 100%;
		padding: 0 0 20px 0;
	}
	.supplier-img img{
		width: auto;
	}
	.supplier-data{
		width: 100%;
	}

}

@media only screen and (max-width : 650px) {
	.wp-common{
	  	margin-left: 0;
	}

  body {
    font-size: 10pt;
  }
}

@media only screen and (max-width : 570px) {
	.left-menu{
		width: 98%;
	}
	.left-menu div, .block-M, .block-R, .block-F{
		width: 100%;
	}
	.left-menu A.lm-link:link, .left-menu A.lm-link:visited{
		width: auto;
	}
	.header-phone{
		padding-right: 5px;
		text-align: center;
		top: 51px;
		color: #FFF;
	}
	.header-phone font{
		font-size: 12pt;
		font-weight: bold;
        color:white;
	}
	.header-phone label{
		display: none;
	}

    .header-phone {
		width: auto;
	}

    .header-phone span{
        padding-left: 25px;

    }

}

@media only screen and (max-width : 525px) {
    .header-phone span{
        display:none;
    }
}

@media only screen and (max-width : 450px){
    .history-table-big{
        display:none;
    }

    .history-table-small{
        display:table;
    }


}

@media only screen and (max-width : 450px) {
	#tray-button{
		display: none;
	}
	.thumb{
		width: 95%;
	}
	.thumb A:link, .thumb A:visited{
		width: 96%;
		padding: 3%;
	}
	.f-dash{
		display: none;
	}
	.mouldings{
		width: 100%;
		padding-right: 0;
	}



}

@media only screen and (max-width : 380px){
    .header-phone font{
        font-size: 8pt;
    }

    .block-ttl{
        font-size: 16pt;
    }

    .quote{
        width: 150px;
    }
    .p-close, .p-close-copy{
        top: -25px;

    }

}



