
/*訂購商品的浮動選單*/

.purchase{
    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/
    bottom: 0%;  /*設置垂直位置*/
    right:40%;  /*設置水平位置，依所放的內容多寡需要自行手動調整*/
    background: #ffffff;  /*背景顏色*/
    border-radius: 10px;  /*圓角*/


font-size:100%;
font-family:新細明體;
color:0000cd;
text-align:right;
vertical-align:top;
line-height:180%;
letter-spacing:10px;

}


.lineqrc{
width:60%;
}


/*主要在控制比例的DIV*/

div{
width:60%;
}

img{width:100%;
border:0;
}



table{width:70%;
table-layout:fixed;
text-align:center;
font-size:200%;
font-family:新細明體;
font-weight:bold;
color:934900;

}





.menu-table{width:100%;
height:3%;
text-align:center;
font-size:120%;
font-family:新細明體;
font-weight:bold;
color:934900;

}






/*基本字體*/

p{font-size:100%;
font-family:新細明體;
color:000000;
text-align:left;
vertical-align:top;
line-height:180%;
letter-spacing:10px;

/*文字左右對齊*/
text-align: justify;
text-justify:inter-ideograph;

}


/*需置中的回頂端字體*/

font{font-size:130%;
font-family:新細明體;
text-align:center;
color:D00000;
vertical-align:top;
line-height:240%;
letter-spacing:10px;
}





/*h1標題1*/

h1{font-size:150%;
font-family:新細明體;
color:black;
text-align:center;
vertical-align:top;
line-height:160%;
letter-spacing:10px;

}


/*h2標題*/

h2{font-size:120%;
font-family:新細明體;
color:black;
text-align:center;
vertical-align:top;
line-height:160%;
letter-spacing:10px;

}


/*h3標題1*/

h3{font-size:150%;
font-family:新細明體;
color:ff0000;
text-align:center;
vertical-align:top;
line-height:160%;
letter-spacing:10px;

}



/*h4標題1*/

h4{font-size:150%;
font-family:新細明體;
color:ff0000;
text-align:center;
vertical-align:top;
line-height:160%;
letter-spacing:10px;

}






/*超連結*/
a:link{color:9933FF;}
a:visited{color:aa5500;}
a:hover{color:D00000;}
a:active{color:D00000;}


