/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/3/27, 下午 08:55:40
    Author     : aldrich
*/
#div_mainBody {
    /*max-width: 826px; */
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    min-height: 100%; /* 瀏覽器的視窗大小改變時顯示處理 */
    position: relative; /* 相對的位置 */
    alignment-adjust: central;
    z-index: 5;
}

#div_product_list {
    /*width: 820px;*/
    width: 1000px;
    margin-left: 0px;
    height: 260px;
    z-index: 3;
}
#div_doc {
    top: 50px;
    max-width: 1000px;
    /*height: 129px;*/
    height:auto;
    z-index: 1;
    text-align: justify;
    font-style: normal;
    font-family: Arial,Helvetica, sans-serif;
    text-align: justify;
    font-size: 24px;
}

