﻿a{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 */}

a:link {color: #656565;text-decoration: none;}
a:visited {text-decoration: none;color: #656565;}
a:hover {text-decoration:none;color:#e5004f;}
a:active {text-decoration: none;}
html,body {-webkit-text-size-adjust:100%; position: relative;width:100%; min-width:1280px;}
#about_bg{background:#f2f2f2}



*{-webkit-box-sizing:border-box;moz-box-sizing: border-box;box-sizing:border-box}
img{vertical-align:middle; border:0px; max-width:100%; height:auto }
.clear { clear:both; height:1px; line-height:1px;}

/*透明效果*/
.menuPhoto { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";     /*Best for Internet Explorer 8 */
filter: alpha(opacity=100);    /*Internet Explorer 5, 6, 7, 8 */
-moz-opacity: 1;    /* Old Mozilla Browsers */
-webkit-opacity: 1;    /* Old Webkit browsers (Safari, Chrome, various others) */
-khtml-opacity: 1;    /* Really old Safari browsers and Konqueror */
opacity: 1;    /* Modern browsers */}
 .menuPhoto:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";     /*Best for Internet Explorer 8 */
filter: alpha(opacity=70);    /*Internet Explorer 5, 6, 7, 8 */
-moz-opacity: 0.7;    /* Old Mozilla Browsers */
-webkit-opacity: 0.7;    /* Old Webkit browsers (Safari, Chrome, various others) */
-khtml-opacity: 0.7;    /* Really old Safari browsers and Konqueror */
opacity: 0.7;    /* Modern browsers */}


/*空格*/
.vacant_0{font-size: 1px;height: 1px;margin: 0 auto;width: 100%;}

/*頁碼*/
.manu { padding: 0px; text-align:center;font-size:12px;  font-family:Arial, Helvetica, sans-serif; margin-top:30px; margin-bottom:0px; width:100%; overflow:hidden; position:relative;}
.manu span{display:inline-block; background:#c9c9c9; color:#ffffff; margin:0px 10px 10px 0px; font-weight:bold;text-decoration: none;letter-spacing: 0; padding:9px 13px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
behavior: url(pie/PIE.htc); position:relative;}
.manu a { display:inline-block; background:#f2f2f2; color:#858585; margin:0px 10px 10px 0px;font-weight:bold; text-decoration: none;letter-spacing: 0; padding:9px 13px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
behavior: url(pie/PIE.htc); position:relative;
transition-property:background 0.5s;
-moz-transition:background 0.5s; /* Firefox 4 */
-webkit-transition:background 0.5s; /* Safari and Chrome */
-o-transition:background 0.5s; /* Opera */}
.manu a:hover {color:#FFFFFF;  background:#c9c9c9;}
.manu a:active {color:#FFFFFF;}
