@charset "utf-8";

/* CSS Document */

/*************************麵包屑**********************************/
        .owpsp_container{ width:900px; margin:0 auto; padding:0;}
        .owlocation
        {
            height: 15px;
            width: 100%;
            padding: 0;
            margin: 15px 0 5px 0;
            font-size: 12px;
            color: #008787;
        }
        .owlocation a
        {
            color: #555555;
            text-decoration: none;
        }
        .owlocation a:hover
        {
            color: #008787;
        }

@media screen and (max-width: 978px) {
    .owpsp_container {
        width: 100%;
    }

    .owlocation {
        height: auto;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .owlocation span {
        display: none;
    }
}

/*************************3rd tag 頁籤選單**********************************/
.ow3rdtags_over{padding:0; margin:10px 0; font-size:13px; width:100%; height:170px; text-align:center;}
.ow3rdtags{padding:0; margin:10px 0; font-size:13px; width:100%; height:56px; text-align:center;}
.ow3rdtags_main{width:162px; padding:0 margin:0; float:left; }
.ow3rdtags_main a{ width:162px; height:40px; padding:16px 0 0 0; margin:0; color:#727272; text-decoration:none;
 background: url("../images/product/3rd_tag_s.gif") no-repeat bottom; display:block;}
.ow3rdtags_main a:hover{color:#008787;background: url("../images/product/3rd_tag_s.gif") no-repeat top; text-decoration:none;}
.ow3rdtags_main a.stay{color:#008787;background: url("../images/product/3rd_tag_s.gif") no-repeat top; text-decoration:none;}

.listCon .textCon .thirdproductListCon{}
.thirdproductListCon li{margin-top:10px;}
.thirdproductListCon li .onTit{display:block;text-indent:14px;color:#006B93;margin-bottom:4px; background: url(../images/product/productIco.jpg) no-repeat left center;}
.thirdproductListCon li .onTit:hover{text-decoration:underline;}


.clear { clear:both;}
.clearfloat { /* 此類放在 div 或 break 元素上，而且應該放置在包含浮動容器關閉之前的最後一個元素 */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

