@charset "utf-8";
/*-----------------------for both-----------------------*/
@font-face {
    font-family: 'Pyidaungsu';
    src: url('../fonts/Pyidaungsu-2.5.3_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,body,p,div,*,table{
	font-family:'Pyidaungsu';
	/*line-height:160%;*/
}
/*-----------------------header-----------------------*/
header h1 a {
	background-image: url('../images/logo/logo_mm.jpg');
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
#menu li a {
	font-size: 15px;
	padding: 0 15px;
}
#menu li ul li a {
	min-width: 200px;
}
/*看更多產品*/
.prodShow::before {
	content: "+ See All Products";
}
.prodHide::before {
	content: "Less Product";
}
.contentIndex h1, article h1 {
	font-size: 25px;
}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
}
