/** 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: 120%;
}
body {
	margin: 0rem;
	font-size: 1rem;
	line-height: 1.75rem;
}
.AlignRight {
	text-align: right;
	margin-top: 1.5rem;
}
.Cloak {
	display: none;
}
.DL {
	color:#070;
}
.CB {
	clear: both;
}
.FSS {
	font-size: 0.8rem !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:  1700px) {
#IndexPage #PhotoDiv {
	min-height:45rem;
}
#IndexPage #PhotoDiv img {
	width:30%;
	margin-top:6rem;
}
#MainHead div.MainDiv {
	width:80%;
}
#MainContent div.MainDiv {
	width:65%;
}
.HLText {
	font-size: 1.5rem;
	font-weight: bold;
	display:inline-block;
}
#HeadLink img.PCpng {
	display: inline-block;
}
.HLBrief,
#HeadLink .MBLonly ,
#HeadLink img.MBLpng {
	display:none;
}
#HeadLink li {
	padding: 0.1rem 0.95rem 0.26rem 0.95rem;
}
#Logo {
	width: 10.5rem;
}
div.PrintLink {
	display: block;
}
}
@media screen and ( max-width: 1699px) and ( min-width:  1600px) {
#IndexPage #PhotoDiv {
	min-height:45rem;
}
#IndexPage #PhotoDiv img {
	width:30%;
	margin-top:6rem;
}
#MainHead div.MainDiv {
	width:80%;
}
#MainContent div.MainDiv {
	width:75%;
}
.HLText {
	font-size: 1.4rem;
	font-weight: bold;
	display:inline-block;
}
#HeadLink img.PCpng {
	display: inline-block;
}
.HLBrief,
#HeadLink .MBLonly ,
#HeadLink img.MBLpng {
	display:none;
}
#HeadLink li {
	padding: 0.1rem 0.95rem 0.26rem 0.95rem;
}
#Logo {
	width: 10.5rem;
}
div.PrintLink {
	display: block;
}
}

@media screen and (max-width: 1599px) and ( min-width:  1165px){
#IndexPage #PhotoDiv {
	min-height:45rem;
}
#IndexPage #PhotoDiv img {
	width:40%;
	margin-top:6rem;
}
#MainContent div.MainDiv {
	width:87%;
}
.HLText {
	font-size: 1.2rem;
	font-weight: bold;
	display:inline-block;
}
#HeadLink img.PCpng {
	display: inline-block;
}
.HLBrief,
#HeadLink .MBLonly ,
#HeadLink img.MBLpng {
	display:none;
}
#HeadLink li {
	padding: 0.1rem 0.7rem 0.26rem 0.7rem;
}
#Logo {
	width: 9rem;
}
div.PrintLink {
	display: block;
}
}

@media screen and ( max-width: 1164px ) and ( min-width:  800px){
#IndexPage #PhotoDiv {
	min-height:34rem;
}
#IndexPage #PhotoDiv img {
	width:40%;
	margin-top:7rem;
}
#MainContent div.MainDiv {
	width:97%;
}
.HLText {
	display:none;
}
#HeadLink img.PCpng {
	display: inline-block;
}
.HLBrief {
	font-size: 1.2rem;
	font-weight: bold;
	display:inline-block;
}
#HeadLink .MBLonly {
	display: none;
}
#HeadLink img.MBLpng {
	display: none;
}
#HeadLink li {
	padding: 0.1rem 0.4rem 0.26rem 0.4rem;
}
#Logo {
	width: 8rem;
}
div.PrintLink {
	display: block;
}
}
@media screen and ( min-width:  800px) and (device-aspect-ratio: 4/3) {
#MainHead div.MainDiv {
	width:80%;
}
#MainContent div.MainDiv {
	width:65%;
}

}

@media screen and ( min-width:  800px) {
.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 **/
div.MainDiv {
	margin: 0rem auto 0rem auto;
	text-align: center;
}
#MainHead {
	height: 4.8rem;
	border-bottom: 4px solid #0c0;
	position: fixed;
	top: 0rem;
	width:100%;
	background: #FFF;
	z-index: 100;
}
#Logo {
	margin-top: 0.8rem;
	border: none;
}
#HeadLink {
	list-style-type: none;	
	/*margin: 2.8125rem 0.3125rem 0.1875rem 0rem;Julius mark 2015*/
	display: inline;
	padding-inline-start: 28px;
}
#HeadLink li {
	display: inline;
}
#HeadLink li a:link,
#HeadLink li a:visited {
	color: #33a02b;
	text-decoration: none;
}
#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: 4.2rem 0rem 0rem 0rem;
}
#PhotoDiv img {
	width:100%;
}
#MainContent {
	padding: 4.4675rem 0rem 0.1875rem 0rem;
}
#IndexPage #MainContent {
	padding: 0rem 0rem 0rem 0rem;
	height: 0px;
}
#IndexPage #PhotoDiv {
	background:url(/images/HomejQ020BG.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
	background-position: left top;
}
#MainContent div.MainDiv {
	/*text-align: left;Julius mark 2015*/
	/*min-height:30rem;Julius mark 2015*/
	padding: 0.1rem 1rem 0rem 1rem;
	background:#FFF;
}
div.MainDiv h1 {
	text-align: left;
	/*width: 100%;Julius mark 2015*/
	font-size: 1.8rem;
	border-left: 7px #7abe4d solid;
	padding-left: 1.2rem;
	margin-bottom: 0.4rem;
}
div.MainDiv hr {
	border: #75bb37 1px solid;
}
#MainFoot {
	background-color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1.2rem;
	/*color: #b87c13;Julius mark 2015*/
	color: #a36e11;
	padding-bottom: 0.6rem;
	border-top: 4px solid #0C0;
}
/** 產品分類頁 **/
h1.CatName {
	width: 90%;
}
div.LstBox {
	width:99%;
	margin:0rem auto 0rem auto;
	text-align: left;
}
div.PrdtList {
    vertical-align: top;
    width: 23%;
    height: 14.7rem;
    margin: 0.75%;
    display: inline-block;
    zoom: 1;
    text-align: center;
    font-family: "微軟正黑體";
    border: 1px solid #afd252;
}
div.LstBox a {
    text-decoration: none;
}
div.PrdtList div.Div4SImg {
    width: 95%;
    height: 85%;
    margin: 0rem auto 0rem auto;
}
div.PrdtList div.Div4SImg img {
	/* img vertical align middle in div */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	/* img vertical align middle in div */
	max-width:68%;
	max-height:220px;
}
div.PrdtList h3.PrdtName {
    font-size: 1.2rem;
    text-align: center;
    color: #16571d;
}
div.PrdtList p {
    font-size: 0.9rem;
    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.25rem;
}
div.PrdtDtl img.sLImg {
    /*width: 13.75rem;Julius mark 20210201*/
    width: 95%;
    margin: 0.25rem;
}
div.PrdtDtl div.PrdtDesc {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: left;
    margin-left: 3%;
}
div.PrdtDtl h1.PrdtName {
    font-size: 1.8rem;
}
div.PrdtDtl h3 {
    font-size: 1.4rem;
    color: #131a73;
}
div.PrdtDtl ol {
    list-style-type: decimal;
}

div.PrdtDtl ol ,
div.PrdtDtl ul {
    padding: 0.2rem 0rem 0.2rem 0.4rem;
    margin: 0.2rem 0rem 1.3rem 0rem;
}
div.PrdtDtl ol li ,
div.PrdtDtl ul li {
    font-size: 1.2rem;
    margin: 0.1rem 1rem 0.2rem 2rem;
}
div.PrdtDtl ol.shortLi li,
div.PrdtDtl ul.shortLi li{
    float: left;
    width: 35%;
}
div.PrdtDtl ol.miniLi li,
div.PrdtDtl ul.miniLi li{
    float: left;
    width: 18%;
}
div.PrdtDtl ol.shortLi:after,
div.PrdtDtl ul.shortLi:after,
div.PrdtDtl ol.miniLi,
div.PrdtDtl ul.miniLi:after {
    content: '';
    display: block;
    clear: both;
}

div.PrdtDtl ul.StarLead {
    list-style: none; 
    ;
}
div.PrdtDtl ul.StarLead li {
    text-indent: -1rem;
}
div.PrdtDtl ul.StarLead li:before {
    content: "☆ ";
}

div.PrdtDtl dl {
	font-size: 1.4rem;
	line-height: 2.4rem;
	/*border-bottom: 1px solid #75bb37;Julius mark 2015*/
	padding: 1rem 0.01rem 2.2rem 0.01rem;
	
}
div.PrdtDtl dt {
	float: left;
	width: 6rem;
	font-weight: bold;
	margin-right: 0.25rem;
	text-align: right;
	color: #131a73;
	font-size: 1.6rem;
}
div.PrdtDtl dd div {
	padding-left: 6.05rem;
	font-size: 1.2rem;
}

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

}
@media only screen and ( orientation: landscape)  and ( max-width: 799px ){
#HeadLink .MBLonly {
	display: none;
}
#HeadLink img.MBLpng {
	display: inline-block;
	width: 11%;
}
#MainContent {
	padding: 0.1875rem 0rem 3rem 0rem;
}

}

@media only screen and ( orientation: portrait)  and ( max-width: 799px ){
#HeadLink .MBLonly {
	display: block;
}
#HeadLink img.MBLpng {
	display: inline-block;
	width: 15%;
	margin: 0px 2%;
}
#MainContent {
	padding: 0.1875rem 0rem 11rem 0rem;
}

}

@media only screen and ( max-width: 799px ) {

.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 **/
div.MainDiv {
	margin: 0rem auto 0rem auto;
	text-align: center;
}
#MainHead {
	/*display: none;Julius mark 2015*/
	/*height: 3.28rem;Julius mark 2015*/
	padding-top: 0.5rem;
	border-bottom: 4px solid #0c0;
	position: fixed;
	bottom: 0rem;
	/*width:100%;Julius mark 2015*/
	background: #FFF;
	z-index: 100;
	width: 100%;
}
#Logo {
	display: none;
	width: 6rem;
	margin-top: 1rem;
	border: none;
}
#HeadLink {
	list-style-type: none;	
	margin: 2.8125rem 0.3125rem 0.1875rem 0rem;
	display: inline;
	padding: 0rem;
	margin: 0rem;
}
#HeadLink li {
	display: inline;
	padding: 0.1rem 0.1rem 0.26rem 0.1rem;
}
#HeadLink li a:link,
#HeadLink li a:visited {
	font-size: 1.5rem;
	color: #33a02b;
	font-weight: bold;
	text-decoration: none;
}
.HLText,
#HeadLink img.PCpng {
	display:none;
}
.HLBrief {
	display:none;
}
div.PrintLink {
	display: none;
}

#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: 0rem 0rem 0.5rem 0rem;
}
#PhotoDiv img {
	width:100%;
}
#IndexPage #PhotoDiv {
	background:url(/images/HomejQ020BGh.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	min-height:45rem;
	text-align:center;
	background-position: center top;
}
#IndexPage #PhotoDiv img {
	width:70%;
	margin-top:7rem;
}

#MainContent div.MainDiv {
	text-align: left;
}
div.MainDiv h1 {
	text-align: left;
	width: 100%;
	font-size: 2.4rem;
	border-left: 7px #7abe4d solid;
	padding-left: 1.2rem;
	margin-bottom: 0.4rem;
}
div.MainDiv hr {
	border: #75bb37 1px solid;
}
#MainFoot {
	display: none;
	background-color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1.2rem;
	/*color: #b87c13;Julius mark 2015*/
	color: #a36e11;
	padding-bottom: 0.6rem;
	border-top: 4px solid #0C0;
}
/** 產品分類頁 **/
h1.CatName {
	width: 90%;
}
div.LstBox {
	width:99%;
	margin:0rem auto 3rem auto;
	text-align: center;
}
div.PrdtList {
    vertical-align: top;
    width: 40%;
    height: 14.7rem;
    margin: 0.4rem;
    display: inline-block;
    zoom: 1;
    text-align: center;
    font-family: "微軟正黑體";
    border: 1px solid #afd252;
}
div.LstBox a {
    text-decoration: none;
}
div.PrdtList div.Div4SImg {
    width: 95%;
    height: 85%;
    margin: 0rem auto 0rem auto;
    overflow: hidden;
}
div.PrdtList div.Div4SImg img {
	/* img vertical align middle in div */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	/* img vertical align middle in div */
	max-width:75%;
}
div.PrdtList h3.PrdtName {
    font-size: 0.7rem;
    text-align: center;
    color: #16571d;
}
div.PrdtList p {
    font-size: 0.9rem;
    text-align: center;
    color: #c48c03;
}

/** 產品明細頁 **/
div.PrdtDtl {
    /*width: 55rem;Julius mark 2015*/
    margin: 0.5rem auto 1rem auto;
}
div.PrdtPhoto {
    display: inline-block;
    width: 100%
    text-align: center;
}
div.PrdtDtl img.MblHide {
	display: none;
}
div.PrdtDtl img.LImg {
    width: 100%;
    margin: 0.25rem;
}
div.PrdtDtl img.sLImg {
    width: 13.75rem;
    margin: 0.25rem;
}
div.PrdtDtl div.PrdtDesc {
    display: inline-block;
    width: 100%;
    vertical-align: top
}
div.PrdtDtl h1.PrdtName {
    font-size: 1.8rem;
}
div.PrdtDtl h3 {
    font-size: 1.4rem;
    color: #131a73;
}
div.PrdtDtl ol {
    list-style-type: decimal;
}

div.PrdtDtl ol ,
div.PrdtDtl ul {
    padding: 0.2rem 0rem 0.2rem 0.4rem;
    margin: 0.2rem 0rem 1.3rem 0rem;
}
div.PrdtDtl ol li ,
div.PrdtDtl ul li {
    font-size: 1.2rem;
    margin: 0.1rem 1rem 0.2rem 2rem;
}
div.PrdtDtl ol.shortLi li,
div.PrdtDtl ul.shortLi li{
    float: left;
    width: 35%;
}
div.PrdtDtl ol.miniLi li,
div.PrdtDtl ul.miniLi li{
    float: left;
    width: 18%;
}
div.PrdtDtl ol.shortLi:after,
div.PrdtDtl ul.shortLi:after,
div.PrdtDtl ol.miniLi,
div.PrdtDtl ul.miniLi:after {
    content: '';
    display: block;
    clear: both;
}

div.PrdtDtl ul.StarLead {
    list-style: none; 
    ;
}
div.PrdtDtl ul.StarLead li {
    text-indent: -1rem;
}
div.PrdtDtl ul.StarLead li:before {
    content: "☆ ";
}

div.PrdtDtl dl {
	font-size: 1.4rem;
	line-height: 2.4rem;
	/*border-bottom: 1px solid #75bb37;Julius mark 2015*/
	padding: 1rem 0.01rem 2.2rem 0.01rem;
	
}
div.PrdtDtl dt {
	float: left;
	width: 6rem;
	font-weight: bold;
	margin-right: 0.25rem;
	text-align: right;
	color: #131a73;
	font-size: 1.6rem;
}
div.PrdtDtl dd div {
	padding-left: 6.05rem;
	font-size: 1.2rem;
}

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

}

