a:link {color:#373737; text-decoration: none;}
a:visited {text-decoration: none; color:#373737;}
a:hover {text-decoration: none; color:#ff7881;}
a:active {text-decoration: none;}

a{ outline: none;/*for Firefox Google Chrome*/ behavior:expression(this.onFocus=this.blur());/*for IE*/
transition-property:all 0.3s;
-moz-transition:all 0.3s; /* Firefox 4 */
-webkit-transition:all 0.3s; /* Safari and Chrome */
-o-transition:all 0.3s; /* Opera */}
img{display: block; border:0px;}
*{ margin:0px; padding:0px; -webkit-box-sizing:border-box; box-sizing:border-box;}
html,body{ background:url(../images/bg.jpg) repeat-x center top #e6e6e6; -webkit-text-size-adjust:100%; font-family:'Open Sans',"微軟正黑體","Arial"}
.my-placeholder { color: #3c3939; }

/*===平版型區===*/
@media (min-width: 685px) and (max-width: 1050px) {
html,body{ background:#e6e6e6;}
}

/*===手機版型區===*/
@media screen and (max-width: 686px) {
html,body{ background:#e6e6e6;}
}
