@charset"utf-8";

/* CSS Document */
 .navbar-brand {
    padding: 8px 15px;
}
.carousel-caption {
    text-align: left;
    line-height: 30px;
    //outline: red solid 2px;
}
.myCaption {
    margin-top: 20px;
}
.featurette-divider {
    border-top: 1px solid #DDDDDD;
}
#branding {
    background:url(img/headerbg.png) repeat-x;
    height:69px;
    position:relative;
    z-index:99999;
}
.mid-content, #content {
    width:1903px;
    margin:0 auto;
    position: relative;
}
footer {
    text-align:center;
	padding: 50px 20px;
    font-size: 16px;
    background-color: #213f63;
    color:#999999
	
}
.hiddenSFooter {
    display: none;
}
.hiddenBFooter {
    display: block;
}
.featurette-heading {
    color: #FF0000;
}
.text-muted {
    color: #993300;
}
.lead {
    color:#0033CC;
    font-size: 16px;
}
@media (max-width: 768px) {
    .addMargin {
        margin-bottom: 30px;
    }
    .hiddenSFooter {
        display: block;
    }
    .hiddenBFooter {
        display: none;
    }
    /*增加對width的設定，*/
    .carousel-caption {
        position: relative;
        width:68%;
        margin:0 auto;
        left:auto;
        right: auto;
    }
    .carousel-caption p {
        font-size:13px;
        line-height: 20px;
    }
    .carousel-caption h1 > img {
        width:100px;
    }
    footer{
        text-align: left;
		font-size: 14px;
    }
    footer p{
        font-size: 13px;
    }
}
.navbar {
    margin-bottom: 0px;
    min-height: 69px;
}
.carousel-indicators li {
    border: 1px solid #999999;
}
.carousel-indicators .active {
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 15px 0 0 0;
    }
}
h1.title {
    font-size: 25px;
    font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}
h3 {
    font-size: 18px;
    font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}
h4 {
    font-size: 18px;
    font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}
h9 {
    font-size: 15px;
    font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}
p {
	font-size: 15px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
p1 {
    font-size: 15px;
    font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}
p2 {
    font-size: 15px;
    font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}

.container2 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
    .container2 {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container2 {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container2 {
        width: 900px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
    a {
        color: #58595b;
        text-decoration: none;
    }
}
.wrapper{
    position: relative;
    padding-bottom:56.25%;
    width:100%;
    height:0;
}
.wrapper iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
