﻿.tm-toolbar {
    background: #eb2226 !important;
}

body,a {
    font-family: custom !important;
}
@font-face {
    font-family: custom;
    src: local("Heiti TC"), local("微軟正黑體");
    unicode-range: U+4E00-9FFF;
}

@font-face {
    font-family: custom;
    src: local(Arial);
    unicode-range: U+00-024F;
}
.uk-module-title:after {
    border-bottom: none;
}
.uk-panel > h3:not(.uk-panel-title):first-child {
    margin-bottom: 0px;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 0px;
}
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0;
}
.footertr {
    padding: 0;
}

.footertd {
    padding: 0;
}
.ContentPage_Title {
    line-height: 110%;
}

@media screen and (min-width: 100px) and (max-width: 900px) {
    .ContentPage_Title {
        line-height: 40%;
    }
}
@media screen and (min-width: 100px) and (max-width: 1000px) {

    .footertr {
        display: block !important;
        float: left !important;
		padding-left:0px!important;
    }

    .footertd {
        border: 1 !important;
        display: block !important;
        width: 100% !important;
        text-align: left !important;
		padding-left:0px!important;
    }

    #copyright {
        text-align: left !important;
    }

    #contact {
        padding-top: 20px;
    }
}
@media screen and (min-width: 100px) and (max-width: 500px) {
	#copyright {
        font-size:12px!important;
		
    }
}

.topHover a:hover {
    text-decoration: none !important;
}

.topA_Title {
    /*background: #996633;*/
    text-align: center;
    width: 100%;
    color:#eb2226;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight:800;
}

.topA_Img {
    width: 100%;
    height: 100%;
}

.topA {
    list-style: none;
    display: table;
}
.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;
}
p{
	margin:0!important;
}


