﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,  th {
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
	min-width: 1002px;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 1;
	font-family: 'Open Sans',Helvetica Neue,Lucida Grande,Arial,Helvetica,Verdana,sans-serif;
	font-weight: 100;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

.container_24 {
	width: 990px;
	text-align: center;
	margin-top: 10px;	
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header-top {
	width: 100%;
	position: relative;
	height: 180px;
	margin-top: 20px;
}

.download-icon {
    position: absolute;
    right: 7px;
    top: 2px;
}

.logo {
	top: 20px;
	position: relative;	
}

.menu {
	bottom: 25px;
	position: absolute;
	left: 170px;
	font-family: "微軟正黑體";
}

    .menu a {
        color: #0379DE;
        font-size: 18px;
        margin-left: 40px;
        text-decoration: none;
    }

.main-box {
    margin-top: 5px;
    float: left;
    position:relative;
}

.example-code {
    width: 460px;
    height: 180px;
    background-color: #e3e3e3;
    float: left;
    position: relative;
}

    .example-code:hover {
        outline: solid 4px #c3dbfe;
    }

    .example-code a {
        color: #004B8B;
        float: left;
        font-size: 12px;
        margin-left: 5px;
        margin-top: 8px;
        padding: 5px;
        position: relative;
        text-decoration: none;
        width: auto;
    }

    .example-code img {
        left: 10px;
        position: absolute;
        top: 30px;
    }

.tab-active {
    background-color: #FFFFFF;
}

.example-big {
    float: left;
}

.example-small {
	float: left;
	margin-left: 10px;
}

.left {
    margin-left: 10px !important;
}

.footer {
	margin-top: 5px;
	width: 100%;
	position: relative;
	height: 120px;
	display: block;
	float: left;
}

.outline {
    border-bottom: solid 10px #004b8b;
}

.other-plugins {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    border-right: 1px solid #FFFFFF;
}

    .other-plugins label {
        color: #FFFFFF;
        float: left;
        font-size: 15px;
    }

.other-plugins-box {
    width: 500px;
    height: 80px;
    margin-top: 13px;
    position: relative;
}

    .other-plugins-box img {
        float: left;
    }

    .other-plugins-box p {
        color: #FFFFFF;
        float: none;
        font-size: 23px;
        line-height: 29px;
        margin-left: 95px;
        margin-top: 10px;
        position: absolute;
        text-align: left;
    }

    .other-plugins-box a {
        text-decoration: none;
    }

.title-box label {
    font-size:25px;
    float:left;
    color:#004b8b;
}
.title-box p {
    float: left;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
    color:#004b8b;
}

.other-items {
	float: left;	
	width: 100%;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
}

    .other-items p {
        color: #FFFFFF;
        float: left;
        font-size: 15px;
        left: 20px;
        line-height: 22px;
        position: relative;
        text-align: left;
        top: 20px;
    }

    .other-items img {
        float: left;
        margin-left: 20px;
    }

.fb-likebox {
    background-color: #FFFFFF;
    float: left;
    height: 65px;
    margin-left: 20px;
    width: 190px;
}

.copyright-text {
	color: #5B5B5B;
	float: left;
	font-size: 14px;
	margin-left: 200px;
	margin-top: 36px;
	font-family: "微軟正黑體";
	line-height: 20px;
}
/*
Back to top button 
*/
#back-top {
    position: fixed;
    top: 15px;
    right: 15px;
    display: none;
}

    #back-top a {
        display: block;
        color: #0069c3;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }
    /* arrow icon (span tag) */
    #back-top span {
        width: 45px;
        height: 45px;
        display: block;
        margin-bottom: 7px;
        background: #0069c3 url(images/up-arrow2.png) no-repeat center center;
        /* rounded corners */
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #004b8b;
    }
.txt{
	margin:2px;
 	font-family: "微軟正黑體";	
	font-size:14px;	

}
.txt_table{
	padding:10px 20px;
 	font-family: "微軟正黑體";
}
.input_txt{
	width:80%;
}