body {
    margin: 0px;
    background-color: #ffb793;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 1em;
}

header {
    background-color: #000000;
    height: 45px;
    padding: 1px;
    position: relative;
}

header .wrapper {
    margin: 0 auto;
    position: relative;
}
.wrapper {padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.wrapper:before,.wrapper:after{display:table;content:" "}
.wrapper:after{clear:both}
.wrapper:before,.wrapper:after{display:table;content:" "}
.wrapper:after{clear:both}
@media(min-width:768px){.wrapper{width:750px}}
@media(min-width:992px){.wrapper{width:970px}}
@media(min-width:1200px){.wrapper{width:1170px}}
header top{
	margin: 0 auto;	
}

nav {
    background-color: #000000;
	position: absolute;
    top: 0;
}

nav>ul {
    padding: 0;
    margin: 0;
}

nav>ul>li {
    display: inline-block;
    margin: 0 10px;
}

nav>ul>li>a {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    font-size: 1.25em;
    padding-bottom: 1px;
    border-bottom: 2px solid #000000;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

nav>ul>li>a:hover {
    border-bottom: 2px solid #ffffff;
}

nav>ul>li>a:visited {
	color: #ffffff;
}

h1 img {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.5em;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.titleh2 {
	font-size: 1.5em;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.top {
	/*width: 1200px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

h3 {
    font-size: 1.5em;
    color: #000000;
    margin: 0 0 10px;
    line-height: 40px;
}

.description {
    display: block;
    padding: 20px;
    background-color: #ffd5a1;
    margin-bottom: 5px;
    clear: both;
    line-height: 26px;
}
.description p {
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    text-align: justify;
	text-justify:inter-ideograph;

}

#clear {
    clear: both;
}

.wrapper {
    /*width: 1200px;*/
    margin: 20px auto;
}

.row {
    margin: 0 -15px;
}

h2 {
    font-size: 1.5em;
    color: #000000;
    margin: 0 0 10px;
    line-height: 40px;
}

h3 {
    font-size: 1.5em;
    color: #000000;
    margin: 0 0 10px;
    line-height: 40px;
}

.description {
    display: block;
    padding: 20px;
    background-color: #ffd5a1;
    margin-bottom: 5px;
    clear: both;
    line-height: 26px;
}

.description p {
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    text-align: justify;
	text-justify:inter-ideograph;

}

.description ul {
    padding: 0;
    margin: 0;
}

.description ul>li {
    display: inline-block;
    margin: 0 10px;
}

.description ul>li>a {
    color: #000000;
    text-decoration: none;
    line-height: 40px;
    font-size: 1.25em;
    padding-bottom: 1px;
    border-bottom: 2px solid #ff5e5e;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.description ul>li>a:hover {
	color: #000000;
    border-bottom: 2px solid #ff0000;
}

.description ul>li>a:visited {
	color: #000000;
}

.style1 {
	display: block;
	padding: 20px;
	background-color: #ffb793;
	margin-bottom: 5px;
	clear: both;
	line-height: 26px;
	text-align: center;
}

.style2 {
	display:block; 
	margin:auto
}

footer {
	background-color: #000000;
	padding: 3px;
	height: auto;
}

footer .wrapper {
    margin: 0 auto;
}

footer p {
    font-size: 0.933em;
    line-height: 1.4em;
    margin: 0;
    color: #ffffff;
}

footer top{
	margin: 0 auto;	
}

footer nav {
    background-color: #000000;
	position: absolute;
    right: 0;
    top: 0;
    height: 35px;
}
.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%;
}