/* reset */
@font-face{
	font-family: "chinesefont";
	src: 
		url("../fonts/MHeiHK-Bold.OTF") format("opentype");
}
@font-face{
	font-family: "eng-font";
	src: 
		url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;-webkit-tap-highlight-color: transparent;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;max-width:720px;min-width: 320px;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,b{font-weight:100;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.14 arial,\5b8b\4f53;color:#000;outline:0;font-family: 'chinesefont'}
body{background:#ededee;background-size:8%;width:100%;font-size: 14px;height:100%;}
a,a:hover{color:#333;-webkit-tap-highlight-color:rgba(0,0,0,0); }
html {width: 100%;height:100%;max-width:720px;min-width: 320px;margin:0 auto;}
/*{-webkit-tap-highlight-color:rgba(0,0,0,0);font-family: 'Microsoft JhengHei'}*/
em{font-style: normal;font-size:26px ;font-weight: bold; color:#665442}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
.space{width:100%;height:2rem;overflow: hidden}
.space2{width:100%;height:4.4rem;overflow: hidden}
.space3{width:100%;height:1rem;overflow: hidden}

a.btn_01{width:60% !important;margin:0 auto;height:35px;line-height: 35px;text-align: center;color:#fff;font-size: 15px;display: block;    color: #858585;
    font-weight: 600;;border-radius:10px;margin-top:10px;background-color:#fff}
a.btn_02{width:95%;margin:0 auto;height:2.2rem;line-height:2.2rem;text-align: center;color:#000;font-size: 1.5rem;display: block;background-color:#fff;border-radius:1.5rem;margin-top:10px;}
a.btn_03{width:95%;margin:0 auto;height:2.2rem;line-height: 2.2rem;text-align: center;font-size:14px;color:#fff;display: block;margin-top:10px;}
a.btn_04{width:65%;margin:0 auto;height:2.2rem;line-height: 2.2rem;text-align: center;color:#fff;font-size: 1.5rem;display: block;background-color:#e5005a;border-radius:1.5rem;margin-top:10px;}
a.btn_05{width:60%;margin:0 auto;height:1.4rem;line-height: 1.2rem;text-align: center;font-size:14px;color:#aaafb7;display: block;margin-top:10px;}
a.btn_06{width:45%;margin:0 auto;height:1.9rem;line-height: 1.9rem;text-align: center;color:#fff;font-size: 0.9rem;display: block;border-radius:1.5rem;margin-top:10px;background-color:#e5005a;}
/*a.btn_01{width:95%;margin:0 auto;height:2.6rem;line-height: 2.6rem;text-align: center;color:#fff;font-size: 1rem;display: block;
    background:-webkit-linear-gradient(left, #ef9468,#e0774a 56%, #cd5324);
    background:-moz-linear-gradient(left, #ef9468,#e0774a 56%, #cd5324);
    background:-ms-linear-gradient(left, #ef9468,#e0774a 56%, #cd5324);}  */
a:hover.btn_01{background:-webkit-linear-gradient(left, #ef9468,#e0774a 36%, #cd5324);
    background:-moz-linear-gradient(left, #ef9468,#e0774a 36%, #cd5324);
    background:-ms-linear-gradient(left, #ef9468,#e0774a 36%, #cd5324);}

a.o_btn{text-align: center;font-size: .9rem;color:#999999;padding:.5rem 0;display: block;}
a.o_btn span{padding:.5rem 1rem;background: url("../images/more.png") no-repeat center center;background-size:30%}

.index_title{font-size:30px;color:#000;text-align:center;display:block;font-weight:bold;margin-top:60px}

#id_footer{height:10px;box-sizing:border-box;position: absolute;bottom:0;width:100%;font-size:10px;}

@media only screen and (min-width:320px) and (orientation:portrait){
  /*  html{font-size:100%;}*/
    html{font-size:90%;}
    .menu li div h2.tit_320{font-size: .9rem;}
}
@media only screen and (min-width:360px) and (orientation:portrait){
    /*html{font-size:118%;}*/
    html{font-size:100%;}
}
@media only screen and (min-width:400px) and (orientation:portrait){
    /*html{font-size:130%;}*/
    html{font-size:110%;}
}
::-webkit-scrollbar
{
    width: 0px;
}