<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
	padding:0px;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "細明體", "標楷體", "Arial";
    background-color: #51a7c4;
}
#pHeader {
	background-image: url(../images/main_top_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 606px;
    width: 100%;
    background-size: 100% auto;
    display: none;
	margin-top: 45px;
}

/* Preloader */

.preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: white;
}
.preloader img {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}
.preloader div {
    display: none;
    /* Preload the Second Pricing Image */
    
    background: url(../images/bg_00.jpg) no-repeat 9999px 9999px;
    background-position: 9999px 9999px;
}
.menuMain {
    list-style: none;
}
/*
產品區 開始
*/

#itemX {
    background-image: url(../images/index_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 760px;    
}
.hLabel {
    display: inline-block;
    width: 25%;
    height: 45px;
    background-color: rgba(181, 181, 181, 1);
    margin: 0px;
    text-align: right;
    padding-right: 6px;
}
.headRow
{
	display:none;
}
.colH {
    font-size: 15px;
    height: 50px;
    line-height: 46px;
	border-top-color: rgba(220, 220, 220, 1);
    border-top-width: 1px;
    border-top-style: solid;
    border-left-color: rgba(220, 220, 220, 1);
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-color: rgba(220, 220, 220, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
	
	border-right-color: rgba(220, 220, 220, 1);
    border-right-width: 1px;
    border-right-style: solid;
	
    padding: 1px;
    text-align: left;
}

.numFC {
    padding: 0px;
    text-align: center;
}
.numF {
    width: 30%;
    height: 45px;
    border: 1px solid #B01A1C;
    text-align: center;
    padding: 0px;
    margin-top: 2px;
}
.cartItem {
    margin-top: 6px;
    margin-bottom: 6px;
}
.lastColumn {
    text-align: right;
    padding-right: 10px;
}
@media (min-width: 480px) {
	#pHeader {
		height: 606px;
		width: 100%;
		background-size: 140% auto;
		display: block;		
	}	
}

@media (min-width: 768px) {
	#pHeader {
        display: block;
        opacity: 100;
    }
    .hLabel {
        display: none;
    }
	.headRow {
		display:block;
	}	
}

@media (min-width: 980px) {
	#pHeader {
		margin-top: 0px;
		background-size: 100% auto;
	}
}

@media (min-width: 1200px) {
	#pHeader {
		margin-top: 45px;
		background-size: 130% auto;
	}
    .itemSection {
        padding: 0px;
        width: 1132px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
        margin-top: 100px;
    }
    .hLabel {
        display: none;
    }
    .colH {
        text-align: left;
        padding: 1px;
    }
    .numFC {
        padding: 0px;
    }
    .cartItem {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lastColumn {
        border-right-color: rgba(220, 220, 220, 1);
        border-right-width: 1px;
        border-right-style: solid;
    }
}

@media (min-width: 1600px) {
	
	#pHeader {
		margin-top: 0px;
		background-size: 100% auto;
	}
}

.formRow {
    margin-right: 0px;
    margin-left: 0px;
}
.itemSection {
    background-color: #fff;
    font-size: 18px;
    min-height: 400px;
}
.updItem,
.rmItem,
.updItemTXT,
.rmItemTXT {
    display: inline-block;
}
.colHT {
    background-color: rgba(221, 221, 221, 1);
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-left-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    padding-right: 0px;
}
.colH_even {
    background-color: rgba(242, 242, 242, 1);
}
.sumInfo {
    text-align: left;
    font-size: 15px;
    line-height: 36px;
}
.formAction {
    text-align: right;
    line-height: 60px;
}
.formMainArea {
    margin-top: 60px;
}
.orderNote {
    width: 100%;
    border-color: #eee;
    border-width: 2px;
    font-size: 16px;
    padding: 10px;
}
.noteColumn {
    margin-left: 0px;
	margin-right: 0px;
}
.numControlS {
    background-color: rgba(255, 255, 255, 1);
    height: 29px;
    width: 35px;
    margin: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
}
.numControl {
    background-color: rgba(216, 27, 27, 1);
    color: #fff;
    height: 30px;
    width: 30px;
    margin: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
}
.btn {   
    padding: 6px 9px;
}

.numControl:hover {
    background-color: #B1181B;
    color: #fff;
    position: relative;
    left: 1px;
    top: 1px;
}
.numControl:focus {
    color: #fff;
}
.itemNote {
    width: 100%;
    line-height: 17px;
    height: 47px;
    border-color: #eee;
    border-width: 1px;
    font-size: 14px;
}
.pZero {
    padding-left: 0px;
    padding-right: 0px;
}
.itemSection {
    padding: 0px;
}
.itemSection {
    padding: 0px;
}
.itemL1 {
    position: relative;
    padding: 0px;
    background-image: url(../images/item_L1_bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    min-width: 566px;
    min-height: 468px;
}
.itemR1 {
    position: relative;
    padding: 0px;
    background-image: url(../images/item_R1_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    min-width: 566px;
    min-height: 468px;
}
.item2 {
    position: relative;
    padding: 0px;
    background-image: url(../images/item_2_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 1132px;
    min-height: 200px;
}
.item3 {
    position: relative;
    padding: 0px;
    background-image: url(../images/item_3_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 1132px;
    min-height: 332px;
}
.itemX {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
}
.itemL1X {
    position: absolute;
    top: 10px;
    left: 28px;
    width: 553px;
    height: 458px;
    background-color: aqua;
}
.itemR1X {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 553px;
    height: 458px;
    margin-top: 34px;
    font-size: 16px;
}
.bgB {
    background-color: #291500;
    width: 30%;
    color: #FFFFFF;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}
.ctB {
    display: inline-block;
    padding: 6px;
    font-size: 14px;
    width: 70%;
    padding-top: 3px;
}
.iName {
    font-size: 28px;
    padding-left: 10px;
}
.iPrice {
    font-size: 19px;
    color: #f00a36;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}
.iInfo {
    min-height: 120px;
    margin-top: 3px;
}
.iPeriod {
    min-height: 60px;
}
.iSpec {
    min-height: 89px;
}
.item2X {
    position: absolute;
    left: 28px;
    top: 0px;
    min-height: 200px;
}
.iMemoA {
    width: 15%;
    font-size: 16px;
}
.iMemoX {
    padding: 30px;
    padding-right: 60px;
    font-size: 15px;
    line-height: 26px;
}
.iOrder {
    margin-top: 54px;
    text-align: right;
}
.iOrderA {
    background-color: rgba(41, 21, 0, 1);
    height: 28px;
    line-height: 28px;
    width: 60px;
    text-align: center;
    display: inline-block;
    color: #fff;
}
#iOrderNums {
    width: 90px;
    height: 28px;
    text-align: center;
}
.iOrderBtn {
    background-color: rgba(239, 50, 26, 1);
    width: 30%;
}
.iOtherX {
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}
.iOX {
    padding: 4px;
    border: 1px #999 solid;
    margin: 25px;
    margin-top: 2px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}
.tP {
    width: 100%;
}
.mP {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #271400;
    font-size: 23px;
    font-weight: bolder;
    color: #fbbb02;
}
.bP {
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #d91b1b;
    font-size: 16px;
    position: relative;
}
.bpX {
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 18px;
}
.bpA {} .bpB {
    font-size: 24px;
}
.bpAddToCart {
    position: absolute;
    right: 10px;
    top: 3px;
}
.iOtherA {
    text-align: center;
    font-size: 24px;
    color: rgba(216, 27, 27, 1);
}
/*
產品區 結束
*/
/*
頁尾區 開始
*/
/*
footer {
    background-color: rgba(52, 32, 25, 1);
    background-image: url(../images/index_bottom_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1390px;
    color: rgba(247, 198, 75, 1);
    font-size: 14px;
}
*/
.coInfo
{
    margin: 0px;
}
dt {
    font-weight: normal;
    line-height: 20px;
}
.cpyName {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 2px;
	margin-top: 10px;
}
.cpyNameV
	{
		line-height: 20px;
	}
.copyrightInfo {  
    margin-top: 60px;   
    text-align: left;
}

.copyrightInfo_line1 {
    color: rgba(116, 67, 52, 1);
}
.copyrightInfo_line2 {
    color: rgba(141, 74, 68, 1);
}
.copyrightInfo_phone {
    display: inline-block;
}
.socialMedia
	{
		margin-top: 28px;
		text-align: right;
	}
.smd {
    display: inline-block;
}
.smdImg {
    width: 40px;
    height: 40px;
}
A.scLink:link {
    COLOR: #222222;
    TEXT-DECORATION: none
}
A.scLink:visited {
    COLOR: #222222;
    TEXT-DECORATION: none
}
A.scLink:hover {
    COLOR: #d18600;
    TEXT-DECORATION: underline;
    left: 2px;
    top: 2px;
    right: -2px;
    bottom: 0px;
    position: relative;
}
.crX
{
	display: block;
}
@media (min-width: 768px) {
	dt {    
		line-height: 28px;
	}
    .coInfo {
		margin: 20px;
        margin-left: 30px;
        margin-right: 30px;
		margin-top: 1208px;
    }
    .socialMedia {
        margin-top: 20px;
        text-align: right;
    }
    .cpyName {
		font-size: 24px;   
		margin-bottom: 10px;
	}
	.cpyNameV
	{
		line-height: 20px;
	}
    .copyrightInfo {
        margin: 60px;
        margin-top: 30px;
        margin-right: 60px;
        text-align: right;
    }
    .copyrightInfo_phone {
        display: inline;
    }
	.crX
	{
		display: inline;
	}
}
@media (min-width: 992px) {
	dt {    
		line-height: 24px;
	}
    .coInfo {
		margin: 60px;
        margin-left: 10px;
        margin-right: 10px;
		margin-top: 1208px;
		margin-bottom: 20px;
    }
    .socialMedia {
        margin-top: 60px;
        text-align: left;
    }
    .cpyName {
		font-size: 24px;   
		margin-bottom: 10px;
	}
	.cpyNameV
	{
		display: block;
	}
    .copyrightInfo {
		text-align: right;
        margin: 60px;
        margin-top: 0px;
        margin-right: 60px;
		margin-bottom: 20px;        
    }   
}
@media (min-width: 1200px) {
    .coInfo {
        margin-left: 60px;
        margin-right: 60px;
		margin-top: 1208px;
    }
}
/*
頁尾區 結束
*/</pre></body></html>