﻿html, body {
    font: 16px/1.231 微軟正黑體,Arial, PMingLiU;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}
#myBody {
    margin: 0;
    padding: 0;
    width: 100%;
}
#aPsDiv {
}
*{
    letter-spacing:1px;
}
h2{
    font-size: 20px;
}
select{
    padding:5px;
}
input, textarea {
    font-size: initial;
}
.readOnly {
    background-color: #FFFF99;
}
textarea {
  resize : none;
}
@-webkit-keyframes twinkling{
	0%{
		opacity:0.2;
	}
	100%{
		opacity:1;
	}
}
.twinkling{
	-webkit-animation: twinkling 1s infinite ease-in-out;
}
#mmenu
{
	z-index: 999999990;
}
.mmenu-mbmode .mbname {
    text-align: center;
    font-size: 150%;
    padding-bottom:5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFCC00;
}
.mmenu-mbmode .mbname font{
    margin-right:10px;
}
.mmenu-mbmode table{
    width:100%;   
}
.mmenu-mbmode a
{
    text-decoration: none;
    color: #FF9900;
}
.mm-title img
{
    height:24px; 
}
.mm-panels > .mm-panel > .mm-listview
{
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
}
.navbar-hamburger
{
	display: none;
    float:right;
}
.display-none{display:none;}
.icon-cancel-circled:before { content: '\e824'; }
@media screen and (max-width: 1023px)
{
	.navbar-hamburger
	{
		display: inline-block;
		margin-top:10px;
	}
}

@media screen and (min-width: 481px)
{
    .show_mobile{
         display:none;
    }
}
@media screen and (max-width: 480px){
    .show_PC{
         display:none;
    }
    .show_mobile{
         display:block;
    }
    .img-auto-width
    {
        width:auto;
        max-width:100%;   
    }
    .mmenu-mbmode{
       font-size:0.9em;   
    }
    .mmenu-mbmode a
    {
        white-space:nowrap;
    }
}
