@charset "utf-8";

html, body {
height: 100%;
margin: 0;
}
body {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(http://www.taaze.tw/static_act/201512/life_style/navimages/bg.png);
	background-repeat: repeat;
	background-position: center top;
}
a:link, a:visited {
color: #333333;
text-decoration: none;
}
a:hover { color: #000; }

em {
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
td {
	vertical-align: top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #4B6967;
}
h3 {
	font-size: 48px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: normal;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url(../../../../../AppData/Roaming/Skype/My%20Skype%20Received%20Files/images/icon_top.png) no-repeat;
}
.intro {
	background-color: rgba(50,0,50,0.8);
	min-height: 100%;
}

.intro .inner{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 2%;
	color: #CCC;
	line-height: 16px;
}
.intro2 {
	text-align: center;
	font-size: 14px;
	padding-top: ;
	padding-bottom: 0px;
	

}
.intro8 {
	background-color: rgba(221,190,161,0.6);
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;

}

.main {
	background-color: rgba(230,230,222,0.8);
	font-size:;
	line-height:;
	padding-top:;
	padding-bottom: ;
	border-top-width:;
	border-bottom-width:;
	border-top-style: ;
	border-bottom-style: ;
	border-top-color: ;
	border-bottom-color: ;
}

.inner_sized {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.margin_right {
	padding-right: 0px;
	padding-top: 50px;
	padding-bottom: 50px;

}

img {
	vertical-align: initial;
}
#apDiv1 {
	position: fixed;
	left: 20px;
	top: 90px;
	width: 130px;
	height: 277px;
	z-index: 30;
}
#apDiv2 {
	position: fixed;
	left: auto;
	top: 178px;
	width: 102px;
	height: 110px;
	z-index: 30;
	right: 20px;
}
#apDiv3 {
	position: fixed;
	left: 20px;
	z-index: 30;
	bottom: 70px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F78A85;
	border-right-color: #F78A85;
	border-bottom-color: #F78A85;
	border-left-color: #F78A85;
}
.section {
	-webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: none;
	height: inherit;
    min-height: inherit;
}
.section .inner {
	
}
.stage-img {
	width:921px;
	margin: 0px auto;
}
.stage-img .control {
    margin-left: -30%;
    width: 60%;
    top: 50%;
    margin-top: -60px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 15;
    height: 60%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    pointer-events: auto;
}
.scrolldown {
	display:none;
	background:url('http://www.taaze.tw/static_act/201512/life_style/navimages/arrow01.png') no-repeat;
	width:150px;
	height:150px;
	cursor:pointer;
	margin: 0px auto;
}
.scrolldown:hover {
	background:url('http://www.taaze.tw/static_act/201512/life_style/navimages/arrow02.png') no-repeat;
}
#myCarousel, .carousel-inner ,.carousel-inner .item, .carousel-inner .item .stage-img {
	height: inherit;
	min-height: inherit;
	z-index:10;
}
.carousel-indicators li {
	width: 15px;
    height: 15px;
    margin: 0 10px;
    border: 0;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}
.carousel-indicators .active {
	margin: 0 10px;
    width: 15px;
    height: 15px;
    background-color: #d00000;
    opacity: 1;
    filter: alpha(opacity=100);
 }
