@charset "utf-8";
@media screen and (min-width: 800px){

}


@media screen and (min-width: 690px) and (max-width: 799px) {

}

@media screen and (min-width: 575px) and (max-width: 689px) {

}

@media screen and (max-width: 574px) {
.btnBox .ruleBtn,.btnBox .pdfBtn{
	width:80%;
    padding:6px 10px;
    margin-bottom: 15px;
    font:700 15px/1.5 Arial,"微軟正黑體", "Microsoft JhengHei",sans-serif;
}
.btnBox .pdfBtn{
    margin-left:0;
    margin-bottom: 0;
}
.btnBox .ruleBtn b,
.btnBox .pdfBtn b{
    width:24px;
    height:24px;
}
.ph {
    margin: 0 auto 1%;
}
}