#pic_download {
    margin-top: 82px;
    padding: 0;
    min-height: 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
body {
    background-color: #ededed;
    font-family: Microsoft JhengHei;
}
.pointer{
    cursor: pointer !important;
}
#container_box {
    margin: 0 auto;
    width: 85%;
    height: auto;
    margin-top: 56px;
}
#search_box {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}
.title {
    font-size: 1.6em;
    color: #6D8669;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 10px;
}
.sub_title {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #53310A;
    line-height: 31px;
    list-style-position: inside;
}
.form_style {
    font-size: 16px;
    margin-bottom: 15px;
}
.form_text{
    color: #564400;
    display: inline-block;
}
.inline{
    display:inline-block;
}
.search_input{
    width:280px;
}
#Radom_text {
    margin-left: 15px;
}
#pic_check_text {
    margin-left: 15px;
}
.table-responsive {
    border: 0px solid #ddd;
}

.table > tbody > tr > td {
    border: 1px solid black !important;
    vertical-align: inherit;
}
.td_title {
    background-color: #EDF6ED;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    height: 42px;
    color: black;
    width: 6%;
}
.td_content {
    text-align: center;
    width: 15%;
    vertical-align: middle;
    height: 42px;
    background-color: white;
}
.lg_download,.sm_download{
    margin-top: 20px;
}
.sm_download{
    display:none;
}
.InvoiceStatus{
    font-size: 18px;
}
.button_style{
    text-align: center; 
    margin-top: 40px;
}
#checkcode_change{
    cursor: pointer; 
    vertical-align: middle; 
    text-decoration: none; 
    color: #990033;
}
#search_img{
    margin-left: 5px; 
    display: inline-block;
}
#change_img{
    display: inline-block; 
    vertical-align: middle;
}
.arrow_box{
    width:350px;
    margin-bottom:40px;
}
.tips_div{
    display:inline-block;
    width:auto;
}
.print_btn_div{
    margin-top: 20px;
    text-align: center;
}
#reSearch_btn{
    display: inline;
}
.left_style_li{
    text-align: left;
}
.arrow_box {
    width:350px;
    height:auto;
    padding:10px 0 10px 0;
    font-size:15px;
    position: relative;
    background: #EDF6ED;
    border: 3px solid #089632;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(237, 246, 237, 0);
    border-top-color: #EDF6ED;
    border-width: 30px;
    margin-left: -30px;
}
.arrow_box:before {
    border-color: rgba(8, 150, 50, 0);
    border-top-color: #089632;
    border-width: 36px;
    margin-left: -36px;
}
.arrow_box_ul {
    padding-right: 20px;
    padding-left: 38px;
}
#search_result{
    margin-top:20px;
    display:none;
}
.pointer{
    cursor: pointer !important;
}
#research_div{
    display:inline-block;
    width:auto;
    position: relative;
    left: -110px;
}
.company_name_pc{
    color: rgb(20, 149, 60);
}
@media screen and (max-width:1024px) and (min-width:769px){
    #search_box{
        width:95%;
    }
}
@media screen and (max-width:768px){
    #search_box{
        width:100%;
    }
}
@media screen and (max-width:414px){
    .sm_download{
    display:block;
}
    .lg_download{
    display:none;
}
    #research_div{
        margin-top: 20px;
        left: 0px;
    }
    .arrow_box{
        width:100%;
        margin-top: 25px;
    }
    .arrow_box_ul{
        text-align: left;
    }
}
