header.wrapper{
    margin-top: 0;
    padding-top: 1rem;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper{
    width:100%;
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#mainimg{
    text-align: center;
}
section{
    margin-bottom: 3rem;
}
h2{
    font-size: 3rem;
    text-align:center;
    font-weight: normal;
    /*letter-spacing: .5rem;*/
    margin: 0;
    padding: 0;
}
h3{
    text-align: center;
    font-weight:lighter;
    font-size:2.8rem;
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
}
p{
    line-height: 1.9em;
}
table{
    border-collapse: collapse;
    margin: 0 auto;
    margin-bottom: 4rem;
}
table td,table th{
    width: 50%;
    padding: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ccc;
}


/*#intro*/
h1 img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.see--below{
    text-align: center;
    background-image: url(../img/arrow.png);
    background-position: center bottom;
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
/*#individual-culture*/
li{
    float: left;
    margin-left: 2%;
}
li:first-child{
    margin: 0;
}
#rotate_icon{
    margin: 0;
    margin-top: 3rem;
    text-align: center;
}
#rotate_icon img{
    max-width: 100%;
    width: auto;
    height: auto;
}
article {
    margin-top: 3rem;
}
article img{
    float: left;
    width: 48%;
}

article p{
    width: 48%;
    float: right;
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    padding-right: 2rem;
    padding-top: 3rem;
}

/*#super-fast-recovery*/
#super-fast-recovery{
    margin-top: 4rem;
    margin-bottom: 5rem;
}
/*#safety*/
#safety{
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem;
}
#safety .wrapper{
    width:100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#safety h2{
    text-align: left;
    padding-top: 2rem;
}
#safety{
    height: 550px;
    position: relative;
}
#safety p{
    float: left;
    width: 42%;
    margin-top: 2rem;
    line-height: 240%;
}
#safety img{
    position: absolute;
    top: 0;
    left: 440px;
    width: auto;
}
/*#space-saver*/

/*#specifications*/
#specifications h3{
    text-align: left;
    width: 710px;
    margin: 0 auto;
    font-size: 2rem;
    padding-bottom: 1rem;
    border-bottom:2px solid #ccc;
    margin-bottom: 2rem;
}
#specifications table{
    width:710px;
}
#specifications th,
#specifications td{
    text-align: left;
}
#specifications tr:nth-child(even){
}
/*#catalog-download*/
#catalog-download{
    margin-bottom: 5.5rem;
}
#catalog-download a{
    box-sizing: border-box;
    width: 500px;
    display: block;
    margin: 0 auto;
    background-color: #00a2dc;
    height: 4rem;
    text-align: center;
    padding: 1.5rem 1rem;
    color: #fff;
    background-image: url(../img/dlicon.png);
    background-repeat: no-repeat;
    background-position: top 20px left 100px;
    border-radius: 1rem;
    font-size: 1.5rem;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
}
#catalog-download a:hover{
    background-color: #02678b;
    text-decoration: underline;
}
@media ( max-width : 1024px ) {
    img {
      width: 100%;
      max-width: 980px;
    }
    h1 img {
      max-width: 100%;
      height: auto;
      width: auto;
    }
    #rotate ,
    #rotate img{
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        padding-top: 40.8%;
    }
}
@media ( max-width : 1000px ) {
  #safety img{
      left: 46%;
  }
}
@media ( max-width : 980px ) and ( min-width : 768px ){
  body { margin-right: 10px; margin-left: 10px;}
}
@media ( max-width : 767px ) {
    h1{
        text-align: center;
    }
    .wrapper{
        width: 98%;
        padding-left: 2%;
        padding-right: 2%;
    }
    h2{
        font-size: 2rem;
    }
    h3{
        font-size: 1.5rem;
    }
    img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    #rotate {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        padding-top: 40.8%;
    }
    #rotate img{
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        padding-top: 40.8%;
    }
    article img,article p{
        float: none;
        width: 100%;
        padding: 0;
    }
    #safety {
        overflow: auto; 
        height: auto;
    }
    #safety h2{
        text-align: center;
        margin-bottom: 1.5rem;
    }
    #safety p{
        float: none;
        width: 100%;
        margin-top: 1rem;
        line-height: 1.9rem;
    }
    #safety img{
        float: none;
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;    
    }
    #specifications h3{
        width: 100%;
        text-align: center;
    }
    #specifications table{
        width: 100%;
    }
    #catalog-download a{
        width: 100%;
        background-position: top 20px left 20px;
    }
    #rotate{
        width: 100% !important;
        overflow: hidden;
    }    
}


/*product_list*/
#product_item_list{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
#product_item_list .product_item_block{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#product_item_list .product_item_block a{
	width: calc(20% - 20px);
	margin: 10px;
	max-width: 320px;
	
}
#product_item_list .product_item_block a img{
	max-width: 100%;
}
#product_item_list .product_item_block a:hover{
	opacity: 0.7;
}

@media ( max-width: 767px) {
#product_item_list .product_item_block a{
	width: calc(50% - 20px);
	margin: 10px;
	max-width: 320px;
	
}
}

/* clerfix -micro clearfix
-------------------------------- */
.cf:after{
	content: "";
	display: table;
	clear: both;
}
.cf{
     *zoom: 1;
}