@media only screen and ( max-width: 799px){
#MainHead {
	position: fixed;
	bottom: 0rem;
	z-index: 100;
	width: 100%;
}
div.MainDiv {
	margin: 0rem auto 0rem auto;
	text-align: center;
}
div.HeadUnit {
    background: #a0d9f6;
    width: 100%;
    height: 48px;
    overflow-x: auto;
}
#HeadLink {
	list-style-type: none;	
	width: 100%;
	margin: 0px;
}
#HeadLink li {
	display: inline;
    float: left;
    list-style: none;
    width: 15%;
    height: 100%;
    text-align: center;
    line-height: 48px;
	
}
#Logo {
	width: 100px;
	margin: 0.3rem;
	border: none;
	float: left;
}
#HeadLink li a:link,
#HeadLink li a:visited {
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.HLText,
#HeadLink img.PCpng {
	display:none;
}
.HLBrief {
	display:inline-block;
}
/** 110/12/28 調整 **/ /** 110/12/28 調整 **/ /** 110/12/28 調整 **/
.sFont {
	font-size: 0.8rem;
	line-height: 1.5rem
}

/** single Site Setting **/

/** Single Site Globle Setting **/
h1 {
	font-size: 2rem;
	line-height: 2.8rem;
	margin: 0.3125rem 0rem 0rem 0rem;
	color: #131a73;
	padding-right: 1.2rem;
	background-image: url('/images/HdDotOrange.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 0.75rem 0.75rem;
	display: inline-block;
}
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.2rem;
	text-align: left;
	margin: 0.5rem 0.5rem 2rem 0.5rem;
	line-height: 2.4rem;
	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 **/
#HeadLink li a:hover {
	color: #4413e1;
}
.HighLight1 {
	font-weight:bold;
	text-decoration: underline;
}
.HighLight1 {
	color: #427205;
}
#FocusHdLink {
	background: #dfeed1;
}
.FocusHdLink  {
	color: #427205;
}

/** 1110809 從1110302備份版複製到此，需進一步確認 **/
/** MainBody **/
#MainBody {
	min-height: 30rem;
}
#PhotoDiv {
	padding: 0rem 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;
}
th.MobileHide ,
td.MobileHide {
    display: none;
}

/** 產品明細頁 **/
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: 85%;
    vertical-align: top;
    text-align: left;
    margin-left: 3%;
}
div.PrdtDtl div.PrdtDesc div.BeanDetail {
	width: 100%;
	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 **/
