@charset "utf-8";
/* CSS Document */

body{
	background-image:url(img/bg2.jpg);
	font-family:"微軟正黑體";
	color:#333;
	font-size:18px;
	}

p{
	color:#333;}
	
.lol{
	width:1000px;
	height:60px;
	margin:auto;
	}
	
.bk01{
	width:1000px;
	height:715px;
	margin:auto;
	}

.bk02{
	width:1000px;
	height:923px;
	background-image:url(img/02.png);
	margin:auto;
	}
	
.bk03{
	width:1000px;
	height:1032px;
	margin:auto;
	}
	
.bk04{
	width:1000px;
	height:745px;
	margin:auto;
	}
	
.bk05{
	width:1000px;
	height:1062px;
	background-image:url(img/05.png);
	margin:auto;
	}
	
.bk06{
	width:1000px;
	height:800px;
	margin:auto;
	background-image:url(img/06.png);
	}
	

.mama{
	width:850px;
	height:370px;
	padding-top:40%;
	margin-left:5%;
	color:#333;
	}

.aaa{
	width:900px;
	height:380px;
	margin:auto;
	padding-top:5%;
	color:#333;
	font-weight:500;
	font-family:"微軟正黑體";
}

.ccc{
	width:900px;
	height:450px;
	margin:auto;
	padding-top:40%;
	color:#FFFFFF;
	font-weight:600;
	font-family:"微軟正黑體";
}
		
.map{
	width:1000px;
	height:80px;
	background-color:#1d191d;
	margin:auto;
	text-align:center;
	}
.map a{
	color:#FFF;
	font-size:13px;
	
	}
	

/*導覽列顏色、字體*/
.navbar-inverse .navbar-nav>li>a { 
    color: #9d9d9d;
    FONT-FAMILY: 微軟正黑體;
}


/*框（參照影片的框）、樣式*/
.thumbnail {    
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #2d97d4;
    border: 1px solid #027b8c;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;