/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
	clear: both;
	font-weight: normal;
}
h6 {
	color: #ff8da6;
    margin-bottom: 1.5em;
    font-size: 2.2em;
    text-align: center;
    margin-right: 70px;
	

}
h5 {
	color: #777777;
    margin-bottom: 1.5em;
    font-size: 2.2em;
    text-align: center;
    margin-right: 70px;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	background-color:#fff;
    color:#000;
    font-family:微軟正黑體, serif;
    font-size:1.1em;
	letter-spacing:0.01em;
    line-height:1.8em;   
}


input,
label,
textarea {
    color:rgb(150,150,150);
    font-family:微軟正黑體, serif;
    font-size:16px;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	line-height:1;
	font-family:微軟正黑體;
}

a {
    text-decoration:none;
    color:#fff800;
}

a:hover {
    /*color:#fff;*/
}



/* =Template
-------------------------------------------------------------- */
#wrapper {
    margin:0 auto;
}

#main {}

.container {
	width:100%;
}

.content {
    width:1000px;
    margin:0 auto;
    padding:48px 0;
}

section{
	min-height:930px;
}



.row{
	padding-bottom:50px;	
}

h1 {
	color:#ff8da6;
	text-align:center;
	font-size:2.2em;
    margin-bottom:1.5em;
}

p {
	text-indent:2.2em;
    margin-bottom:18px;
	color:#777777;
}


/* =Header
-------------------------------------------------------------- */

header {
	width:100%;
	height:1190px;
}

#logo {
	/*position:absolute;*/
    width:600px;
    height:350px;
top:100px;
margin-left:-700px;

}


footer .container{
	background-color:rgba(165,165,165,0.6);
	padding:25px;
	text-align:center;
}


/* =Audio
-------------------------------------------------------------- */
.audio{
	position:fixed; z-index:5; right:15px; bottom:15px; height:40px; width:300px;
}

/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
