/** Important for ALL WebSite **/
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: '微軟正黑體';
}
html {
	font-size: 10px;
}
body {
	margin: 0rem;
	font-size: 1.92rem; /** 20220322 字體大小,LineHeight 乘1.92, 距離大小 乘1.6 **/
	line-height: 3.36rem;
}
a {
	text-decoration: none;
}
.AlignRight {
	text-align: right;
	margin-top: 2.4rem;
}
.AlignCenter {
	text-align: center;
}
.Cloak {
	display: none;
}
.DL {
	color:#070;
}
.CB {
	clear: both;
}
.FSS {
	font-size: 1.28rem !important;
}
.HLrw {
	background: #C00;
	color:#FFF;
}
.NoIndent {
	text-indent: 0rem;
}
table.AlgnLeft td {
	text-align: left !important;
	border: 1px solid #000;
}

.xxSmall {
	font-size: xx-small;
}

@media screen and ( min-width:  985px) {
/** MainHead **/
#MainHead div.MainDiv {
	width:980px;
}
#Logo {
	width: 12rem;
	border: none;
	margin-top: 0.48rem;
	margin-right: 1.6rem;
}
#HeadLink li {
	padding: 0.16rem 4rem 0.416rem 1.52rem;
	display: inline;
}
#HeadLink li a:link,
#HeadLink li a:visited {
	color: #000;
	text-decoration: none;
}
.HLText {
	font-size: 2.112rem;
	font-weight: bold;
	display:inline-block;
}
.HLBrief,
#HeadLink .MBLonly ,
#HeadLink img.MBLpng {
	display:none;
}
/** MainHead **/

/** MainBody **/
#MainContent div.MainDiv {
	width:980px;
}
} /** End of min-width: 985px **/

@media only screen  and ( max-width: 984px ) and (min-width: 800px) {
#Logo {
	width: 12rem;
	border: none;
	margin-top: 0.3rem;
	margin-right: 1rem;
}
#HeadLink li {
	padding: 0.1rem 2.5rem 0.26rem 0.95rem;
	display: inline;
}
#HeadLink li a:link,
#HeadLink li a:visited {
	color: #000;
	text-decoration: none;
}
.HLBrief {
	font-size: 2.112rem;
	font-weight: bold;
	display:inline-block;
}
.HLText,
#HeadLink .MBLonly ,
#HeadLink img.MBLpng {
	display:none;
}

}  /** End of max-width:984px and min-width:800px **/

@media only screen and ( min-width: 800px){
#MainHead {
    position: fixed;
    top: 0rem;
    width: 100%;
    background: #a0d9f6;
    z-index: 100;
}
#HeadLink .MBLonly {
	display: none;
}
#HeadLink img.MBLpng {
	width: 72%;
	margin: 3%;
}
#MainContent {
	padding: 0.1875rem 0rem 1rem 0rem;
}

#IndexPage #PhotoDiv {
}
#IndexPage #PhotoDiv img {
	width: 100%;
}
#HeadLink img.PCpng {
	display: inline-block;
}
div.PrintLink {
	display: block;
}
td.MobileHide {
	display: table-cell;
}

.sFont {
	font-size: 1.6rem;
	line-height: 2.88rem
}

/** single Site Setting **/

/** Single Site Globle Setting **/
h1 {
	font-size: 2rem;
	margin: 0.3125rem 0rem 0rem 0rem;
	color: #131a73;
	padding-right: 1.2rem;
	display: inline-block;
	text-align: left;
}
h2 {
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin: 0.25rem 0rem 0rem 0rem;
}

h3 {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0.25rem 0rem 0rem 0rem;}

p {
	font-size: 1.8rem;
	text-align: left;
	margin: 0.5rem 0.5rem 2rem 0.5rem;
	line-height: 3.6rem;
	text-indent: 2.8rem;
}
p a:link,
p a:visited {
	font-size: 0.9rem;
	color: #000;
	text-decoration: none;
}
p a:hover {
	color: #619a2f;
	text-decoration: underline;
}

/** MainHead **/
div.MainDiv {
	margin: 0rem auto 0rem auto;
	text-align: center;
}
#HeadLink {
	list-style-type: none;	
	display: inline;
	padding-inline-start: 28px;
	vertical-align: top;
	line-height: 5.76rem; 
}
#HeadLink img {
	height: 1.68rem;
	margin-right: 0.3rem;
}
#HeadLink li a:hover {
	color: #4413e1;
}
.HighLight1 {
	font-weight:bold;
	text-decoration: underline;
}
.HighLight1 {
	color: #427205;
}
#FocusHdLink {
	background: #dfeed1;
}
.FocusHdLink  {
	color: #427205;
}

/** MainBody **/
#MainBody {
	min-height: 30rem;
}
#PhotoDiv {
	padding: 6.8rem 0rem 2rem 0rem;
}
#PhotoDiv img {
	width:100%;
}
#MainContent {
}
#IndexPage #MainContent {
	padding: 0rem 0rem 0rem 0rem;
}
#MainContent div.MainDiv {
	padding: 0.16rem 1.6rem 3.2rem 1.6rem;
	background:#FFF;
}
div.MainDiv h1{/*分類頁標題*/
	background-image: url(/images/h1bk.jpg);
	background-repeat: no-repeat;
	color: #660000;
	font-size: 2.2rem;
	padding-left: 40px;
	padding-top: 0px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 0px;
}
div.MainDiv hr {
	border: #a0d9f6 1px solid;
}
#MainFoot {
	background-color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 1.64rem;
	line-height: 2.4rem;
	/*color: #b87c13;Julius mark 2015*/
	color: #a36e11;
	padding-bottom: 0.96rem;
	border-top: 4px solid #a0d9f6;
}
/* 頁底連結 */
div.FootLink a:link{
    font-size: 1.8rem;
    color: #111;
    font-weight: bold;
}
div.FootLink a:visited{
    color: #333;
}
/* 頁底連結 */

/** 產品分類頁 **/
h1.CatName {
	width: 90%;
}
div.LstBox {
	width:99%;
	margin:0rem auto 0rem auto;
	text-align: center;
}
div.PrdtList {
    vertical-align: top;
    width: 293px;
    height: 23.52rem;
    margin: 0.75%;
    display: inline-block;
    zoom: 1;
    text-align: center;
    font-family: "微軟正黑體";
    border: 1px solid #a0d9f6;
}
div.LstBox a {
    text-decoration: none;
}
h3.CBname {
   font-size: 1.8rem;
   color: #623f2f;
   line-height: 2.4rem;
}
div.PrdtList div.Div4SImg {
    width: 95%;
    height: 85%;
    margin: 0rem auto 0rem auto;
}
div.PrdtList div.Div4SImg img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width:95%;
}
div.PrdtList h3.PrdtName {
    font-size: 2.3rem;
    text-align: center;
    color: #333;
}
div.PrdtList p {
    font-size: 1.73rem;
    text-align: center;
    color: #c48c03;
}

/** 產品明細頁 **/
div.PrdtDtl {
    width: 100%;
    margin: 0.5rem auto 1rem auto;
}
div.PrdtPhoto {
    display: inline-block;
    width: 50%;
    text-align: center;
}
div.PrdtDtl img.LImg {
    width: 100%;
    margin: 0.4rem;
}
div.PrdtDtl img.sLImg {
    width: 95%;
    margin: 0.4rem;
}
div.PrdtDtl div.PrdtDesc {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin-left: 3%;
}
div.PrdtDtl div.PrdtDesc div.BeanDetail {
	width: 60%;
	display: inline-block;
}
div.PrdtDtl h1.PrdtName {
    font-size: 2.2rem;
    height: 4.8rem;
    width: 100%;
}
div.PrdtDtl h3 {
    font-size: 2.7rem;
    color: #131a73;
}

table.PrdtDtl {
	width: 100%;
	border-collapse: collapse; 
	margin-bottom: 2.4rem;
	font-size: 2.3rem;
}
table.PrdtDtl td {
	padding: 0.48rem;
	text-align: center;
	border: 1px solid #000;
}

}  /** End of min-width: 800px **/
