@charset "utf-8";
/* CSS Document */

/* page_scripts.php */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #808080;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #808080;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #808080;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #808080;
   opacity: 1;
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* index.php */
.display-none {display:none;}

/* 頁碼 */
.footer-padding {padding: 100px 0;}

/* page_nav.php */
.cursor-pointer {cursor: pointer;}
.hint {font-size: 14px;}

/* Under construction */
.under-construction {text-align: center;padding: 150px 0;}

/* faq.php */
.color000 {color:#000;}

/* onlinemedia_channel_detail.php */
@media screen and (max-width:767px){
	.in_rebox .slick_down{width:258px; margin:auto;}
}
.cursor_default {cursor: default;}
.min-height {min-height:150px;}
.center-block {margin:0 auto;}

/* donate_02.php */
.border-none {border:none}
/* donate_complete.php */
.font-bold {font-weight:bold;}

