/* top
---------------------------------------------*/
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 100px;
	padding: 18px;
	padding: 18px 18px\9;
	cursor: pointer;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #353333;
	z-index: 9999;
}
#input{ padding-top:10px;}

/* 網站結構設定
---------------------------------------------*/
#header{
	position:fixed;
	top:0;
	width:100%;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	z-index:10;
	}
.headerContent{
	position:relative;
	width:960px;
	height:85px;
	margin:0 auto;
	}
.logo{
	position: absolute;
	left:0px;
	}
.facebook{
	position:absolute;
	right:10px;
	top:29px;
	}
.facebookBtn{
	cursor: pointer;
	position: relative;
	width: 127px;
	height: 23px;
	background-image: url(../images/fb_btn.png);
	background-position: center top;
	}
.facebookBtn span{
	position: absolute;
	top: 0;
	left: 0px;
	width: 127px;
	height: 23px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	background-image: url(../images/fb_btn.png);
	background-position: center bottom;
}
.facebookBtn span a{
	display:block;
	height:100%;
	}
.facebookBtn span:hover{
	opacity: 1;
}
.menu{
	display: block;
	position: absolute;
	left: 90px;
	}
.menu li{
	display:block;
	float:left;
	}
.menu li.line{ margin-top:30px;}
.menuBtn00{
	cursor: pointer;
	position: relative;
	width: 84px;
	height: 85px;
	background-image: url(../images/menu_btn_00.png);
	background-position: center top;
	}
.menuBtn00 span{
	position: absolute;
	top:0;
	left:0;
	width:84px;
	height:85px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	background-image: url(../images/menu_btn_00.png);
	background-position: center bottom;
}
.menuBtn00 span a{ display:block; height:100%;}
.menuBtn00 span:hover{
	opacity: 1;
}
.menuBtn01{
	cursor: pointer;
	position: relative;
	width: 170px;
	height: 85px;
	background-image: url(../images/menu_btn_01.png);
	background-position: center top;
	}
.menuBtn01 span{
	position: absolute;
	top:0;
	left:0;
	width:170px;
	height:85px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	background-image: url(../images/menu_btn_01.png);
	background-position: center bottom;
}
.menuBtn01 span a{ display:block; height:100%;}
.menuBtn01 span:hover{
	opacity: 1;
}
.menuBtn02{
	cursor: pointer;
	position: relative;
	width: 136px;
	height: 85px;
	background-image: url(../images/menu_btn_02.png);
	background-position: center top;
	}
.menuBtn02 span{
	position: absolute;
	top:0;
	left:0;
	width:136px;
	height:85px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	background-image: url(../images/menu_btn_02.png);
	background-position: center bottom;
}
.menuBtn02 span a{ display:block; height:100%;}
.menuBtn02 span:hover{
	opacity: 1;
}
.menuBtn03{
	cursor: pointer;
	position: relative;
	width: 175px;
	height: 85px;
	background-image: url(../images/menu_btn_03.png);
	background-position: center top;
	}
.menuBtn03 span{
	position: absolute;
	top:0;
	left:0;
	width:175px;
	height:85px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	background-image: url(../images/menu_btn_03.png);
	background-position: center bottom;
}
.menuBtn03 span a{ display:block; height:100%;}
.menuBtn03 span:hover{
	opacity: 1;
}
.menuBtn04{
	cursor: pointer;
	position: relative;
	width: 164px;
	height: 85px;
	background-image: url(../images/menu_btn_04.png);
	background-position: center top;
	}
.menuBtn04 span{
	position: absolute;
	top:0;
	left:0;
	width:164px;
	height:85px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	background-image: url(../images/menu_btn_04.png);
	background-position: center bottom;
}
.menuBtn04 span a{ display:block; height:100%;}
.menuBtn04 span:hover{
	opacity: 1;
}
.w960px{
	width:960px;
	margin:0 auto;
	padding-top:80px;
	}
.indexText{
	float: left;
	display: table;
	position: relative;
	margin: 0 26%;
	}
.indexText .btn01{
	position: absolute;
	display: table;
	width: 179px;
	height: 48px;
	left: 148px;
	top: 443px;
	}
	
.indexText .btn02{
	position: absolute;
	display: table;
	width: 200px;
	height: 43px;
	left: 149px;
	top: 486px;
	}
	
.indexText .btn03{
	position: absolute;
	display: table;
	width: 200px;
	height: 100px;
	left: 301px;
	top: 162px;
	}



.indexText h1{ 
	width:100%;
	height:100%;
}
.indexText h2{
	display:block;
	width:260px;
	font-size: 19px;
	font-weight: 700;
	color: #ffe200;
	line-height:24px;
	margin-top:20px;
	padding-left:15px;
}
	
.indexText h3{
	display:block;
		width:250px;
	font-size: 15px;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0.1em;
	line-height:24px;
	padding-left:40px;
	
}
.indexText h4 {
	position: absolute;
	left: 326px;
	top: 287px;
}
.indexText p{
	font-size: 15px;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0.1em;
}
.no1{ margin-top:30px;}
.no1List{
	display:block;
	}
.no1List li{
	display:block;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	font-weight: bold;
	color: #7c561f;
	padding-left:12px;
	margin:5px 0;
	}
.articleTitle{
	float:right;
	width:570px;
	margin-bottom:10px;
	margin-right:20px;
	}
.articleTitle h1{}
.articleTitle p{
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.article{
	float:left;
	width:925px;
	height:200px;
	padding:15px;
	background-color: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px; /*導圓角*/
	-moz-border-radius:6px; /*導圓角*/
	border-radius:6px; /*導圓角*/
	margin-bottom:20px;
	margin-right:8px;
	}
.article .photo{
	float: left;
	width:250px;
	}
.article .info{
	width:620px;
	float:left;
	margin-left:25px;
	}
.article h1{
	font-family:"微軟正黑體";
	font-size: 16px;
	font-weight:700;
	color: #C82B3F;
	line-height: 24px;
	margin-bottom:10px;
	margin-top:10px;
}
.article h1 a{
	color: #C82B3F;
	text-decoration: none;
	font-weight:700;
	}
.article h1 a:hover{
	color: #7C3E23;
	text-decoration: underline;
	}
.article p{
	font-family:"微軟正黑體";
	font-size: 14px;
	line-height: 22px;
	color: #222;
}
.article2{
	float: left;
	width: 450px;
	height: 245px;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	margin-right: 8px;
	}
.article2 .photo{
	width: 290px;
	float: left;
	}
.article2 .info{
	width: 285px;
	float: left;
	}
.article2 h1{
	font-family:"微軟正黑體";
	font-size: 16px;
	font-weight:700;
	color: #C82B3F;
	line-height: 22px;
	margin-top:10px;
	text-align:center;
}
.article2 h2{
	font-family:"微軟正黑體";
	font-size: 12px;
	font-weight:700;
	color: #333;
	line-height: 20px;
	text-align:center;
	margin-bottom:5px;
}
.article2 h1 a{
	color: #ffe200;
	text-decoration: none;
	font-weight:700;
	}
.article2 h1 a:hover{
	color: #ffe200;
	text-decoration: underline;
	}
.article2 p{
	font-family:"微軟正黑體";
	font-size: 15px;
	line-height: 23px;
	color: #333;
	padding-left:5px;
}
.article3{
	width:420px;
	height:202px;
	padding:10px;
	background-color: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px; /*導圓角*/
	-moz-border-radius:10px; /*導圓角*/
	border-radius:10px; /*導圓角*/
	margin-bottom:10px;
	margin-right:8px;
	margin-top:5px;
	float:left;
	}
.article3 .photo{
	width:185px;
	float:left;
	}
.article3 .info{
	width:230px;
	float:left;
	}
.article3 .info h1{
	font-family:"微軟正黑體";
	font-size: 16px;
	font-weight:700;
	color: #C82B3F;
	line-height: 24px;
	}
.article3 .info h1 a{
	color: #ffe200;
	}
.article3 .info h1 a:hover{
	color: #ffe200;
	}
	
	.article3 .info p{
	font-family:"微軟正黑體";
	font-size: 14px;
	font-weight:700;
	color: #333;
	line-height: 22px;
	margin:10px;
	}
.article4{
	width:870px;
	height:198px;
	padding:10px;
	background-color: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px; /*導圓角*/
	-moz-border-radius:10px; /*導圓角*/
	border-radius:10px; /*導圓角*/
	margin-bottom:10px;
	margin-right:8px;
	margin-top:5px;
	float:left;
	}
.article4 .photo{
	width:315px;
	float:left;
	}
.article4 .info{
	width:550px;
	float:left;
	}
.article4 .info h1{
	font-family:"微軟正黑體";
	font-size: 16px;
	font-weight:700;
	color: #C82B3F;
	line-height: 24px;
	}
.article4 .info h1 a{
	color: #ffe200;
	}
.article4 .info h1 a:hover{
	color: #ffe200;
	}
	
	.article4 .info p{
	font-family:"微軟正黑體";
	font-size: 14px;
	font-weight:700;
	color: #333;
	line-height: 22px;
	margin:10px;
	}

.moreBtn{
	margin-top:5px;
	cursor: pointer;
	position: relative;
	width: 60px;
	height: 17px;
	background-image: url(../images/page01_morebtn.png);
	background-position: center top;
	}
.moreBtn span{
	position: absolute;
	top:0;
	left:0;
	width:60px;
	height:17px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	background-image: url(../images/page01_morebtn.png);
	background-position: center bottom;
}
.moreBtn span a{
	display:block;
	height:100%;
}
.moreBtn span:hover{
	opacity: 1;
}

.advocate{
	width:440px;
	float:right;
	display:block;
	margin:0 auto;
	 }
.advocate h1{
	margin-bottom:8px;
	margin-left:50px;
	}
.advocate li{
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	}
.advocateBtn01{
	width: 206px;
	height: 206px;
	cursor: pointer;
	background-image: url(../images/advocate_btn01.png);
	background-position: 0 0px;
	}
.advocateBtn01 a{
	height:100%; display:block;
	}
.advocateBtn01:hover{
	background-image: url(../images/advocate_btn01.png);
	background-position: 0 -206px;
	}
.advocateBtn02{
	width: 206px;
	height: 206px;
	cursor: pointer;
	background-image: url(../images/advocate_btn02.png);
	background-position: 0 0px;
	}
.advocateBtn02 a{
	height:100%; display:block;
	}
.advocateBtn02:hover{
	background-image: url(../images/advocate_btn02.png);
	background-position: 0 -206px;
	}
.advocateBtn03{
	margin-left:40px;
	width: 206px;
	height: 206px;
	cursor: pointer;
	background-image: url(../images/advocate_btn03.png);
	background-position: 0 0px;
	}
.advocateBtn03 a{
	height:100%; display:block;
	}
.advocateBtn03:hover{
	background-image: url(../images/advocate_btn03.png);
	background-position: 0 -206px;
	}

.prevBtn{
	float:right;
	margin-top:70px;
	width: 79px;
	height: 17px;
	cursor: pointer;
	background-image: url(../images/prev_btn.png);
	background-position: 0 0px;
	}
.prevBtn a{
	height:100%; display:block;
	}
.prevBtn:hover{
	background-image: url(../images/prev_btn.png);
	background-position: 0 -17px;
	}
.prevBtnH{ margin-top:25px;}
.paper{
	width:880px;
	margin:60px auto;
	border: 20px solid #FFF;
	background-color: #FFF;
	}
.paper01{
	
	background-repeat: no-repeat;
	}
.paper021{
	background-image: url(../images/advocate21_visual.jpg);
	background-repeat: no-repeat;
	}
.paper022{
	background-image: url(../images/advocate22_visual.jpg);
	background-repeat: no-repeat;
	}
.paper023{
	background-image: url(../images/advocate23_visual.jpg);
	background-repeat: no-repeat;
	}
.paper024{
	background-image: url(../images/advocate24_visual.jpg);
	background-repeat: no-repeat;
	}

.paper03{
	background-image: url(../images/advocate03_visual.jpg);
	background-repeat: no-repeat;
	}
.paper h1{
	margin-top:20px;0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display:inline-block;
}
.paperContent{
	padding:20px;
	}
.paperContent2{
	padding:20px;
	}
	.paperContent2 h3{
	margin-bottom:20px;
	line-height:26px;
	font-size: 16px;
	font-weight: bold;
	color: #e51c11;
	}
	.paperContent2 h6{
	margin-bottom:13px;
	line-height:22px;
	font-size: 12px;
	color: #333333;
	padding-top:10px;
	}
	.paperContent2 .img{
		float:left;
		padding-right:20px;
		padding-bottom:20px;
	}
	.paperContent2 .img2{
		padding-left:30px;
		padding-bottom:20px;
		width:750px;
		display:block;
		margin:0 auto;
	}
	.paperContent2 .img3{
	padding-left: 0px;
	padding-bottom: 20px;
	width: 850px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.paperContent2 .review{
	padding:10px 0;
	font-size: 16px;
	line-height: 25px;
	color: #111;
	font-weight: bold;
	margin-bottom:20px;
	}
.paperContent2 p{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-bottom:20px;
	}
.paperContent h2{
	margin-bottom:20px;
	}
.paperContent h4{
	margin-bottom:40px;
	}
.paperContent h3{
	margin-bottom:20px;
	font-size: 16px;
	font-weight: bold;
	color: #8455b4;
	}
.paperContent .review{
	padding:10px 0;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom:20px;
	}
.paperContent p{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-bottom:20px;
	}
.download{
	cursor: pointer;
	position: relative;
	width: 269px;
	height: 55px;
	background-image: url(../images/download_btn.png);
	background-position: center top;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
	}
.download span{
	position: absolute;
	top: 0px;
	left: -15px;
	width: 269px;
	height: 55px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	background-image: url(../images/download_btn.png);
	background-position: center bottom;
	margin-left: 15px;
}

.download span a{ display:block; height:100%;}
.download span:hover{
	opacity: 1;
}
.download2{
	cursor: pointer;
	position: absolute;
	width: 255px;
	height: 121px;
	background-image: url(../images/play.png);
	background-position: center top;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	left: 330px;
	top: 60px;
	}
.download2 span{
	position: absolute;
	top: 0px;
	width: 255px;
	height: 121px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	background-image: url(../images/play.png);
	background-position: center bottom;
	margin-left: 15px;
}
.download2 span a{ display:block; height:100%;}
.download2 span:hover{
	opacity: 1;
}

.papgeBtnList{
	display:block;
	width:395px;
	}
.papgeBtnList li{
	width:190px;
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.papgeBtnList li.noSpace{
	margin-right:0;
	}
.papgeBtn01{
	float:right;
	width: 190px;
	height: 64px;
	cursor: pointer;
	background-image: url(../images/advocate02_btn01.png);
	background-position: 0 0px;
	}
.papgeBtn01 a{
	height:100%; display:block;
	}
.papgeBtn01:hover{
	background-image: url(../images/advocate02_btn01.png);
	background-position: 0 -64px;
	}
.papgeBtn02{
	float:right;
	width: 190px;
	height: 64px;
	cursor: pointer;
	background-image: url(../images/advocate02_btn02.png);
	background-position: 0 0px;
	}
.papgeBtn02 a{
	height:100%; display:block;
	}
.papgeBtn02:hover{
	background-image: url(../images/advocate02_btn02.png);
	background-position: 0 -64px;
	}
.papgeBtn03{
	float:right;
	width: 190px;
	height: 64px;
	cursor: pointer;
	background-image: url(../images/advocate02_btn03.png);
	background-position: 0 0px;
	}
.papgeBtn03 a{
	height:100%; display:block;
	}
.papgeBtn03:hover{
	background-image: url(../images/advocate02_btn03.png);
	background-position: 0 -64px;
	}
.papgeBtn04{
	float:right;
	width: 190px;
	height: 64px;
	cursor: pointer;
	background-image: url(../images/advocate02_btn04.png);
	background-position: 0 0px;
	}
.papgeBtn04 a{
	height:100%; display:block;
	}
.papgeBtn04:hover{
	background-image: url(../images/advocate02_btn04.png);
	background-position: 0 -64px;
	}
	
#indexContent{
	position: absolute;
	width:960px;
	margin:0 auto;
	padding-top:130px;
	z-index:9;
	}
#advocateContent{
	position: absolute;
	width:960px;
	left:50%;
    margin-left:-480px;
	padding-top:120px;
	padding-bottom:120px;
	z-index:9;
	}
#locusContent{
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	padding-top: 120px;
	padding-bottom: 120px;
	z-index: 9;
	}

.Text{
	position: relative;
	float: left;
	display: block;
	width: 960px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	}
.Text p{
	color: #777777;
	font-size: 13px;
	font-family: "微軟正黑體";
	line-height: 18px;
	}

.star_btn{
	position: absolute;
	width: 200px;
	height: 200px;
	left: 668px;
	top: 343px;
	}
	
.star_btn2{
	position: absolute;
	width: 200px;
	height: 200px;
	left: 832px;
	top: 55px;
	}
	
.number{ color:#e41394;
font-size:60px;
text-align:center;
font-weight:800;
width:105px;
height:75px;
line-height:75px;
background-image:url(../images/newgame_05.jpg);
}
.more_text{
	font-family:"微軟正黑體";
	font-size:16px;
	color:#555555;
	padding-left:10px;
	line-height:24px;}
@media screen and (min-width: 1200px) {
#indexContent{
	position: absolute;
	width: 960px;
	height: 800px;
	left: 50%;
	top: 45%;
	margin-left: -480px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -230px;
	z-index: 9;
	}
#advocateContent{
	position: absolute;
	width:960px;
	height:490px;
	left:50%;
	top:50%; 
    margin-left:-480px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-245px;
	z-index:9;
	}

		a#coffee-link, div#coffee-container {
				border-radius: 4px;
				-khtml-border-radius: 4px;
				-moz-border-radius: 4px;
				-opera-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

			div#link a {
				color: #EA9C00;
				font: bold 10px verdana;
				letter-spacing: .9px;
				text-decoration: none;
			}
			
			div#link a:hover {
				color: #DC5;
				font-weight: bold;
				letter-spacing: .9px;
				text-decoration: underline;
			}

			div.description {
				color: #555;
				letter-spacing: .1px;
				margin-bottom: 10px;
				text-indent: 7px;
				text-align: left;
				width: 99%;
			}

			div#link {
				color: #AB9927;
				text-indent: 7px;
			}

			div.notice {
				font: 9px verdana;
				color: #777;
				letter-spacing: .1px;
				margin-bottom: 3px;
				text-indent: 7px;
				text-align: left;
				width: 99%;
			}

			div.session {
				font: bold 13px verdana;
				border-bottom: 1px solid #EFEFEF;
				color: #444;
				letter-spacing: .7px;
				margin-bottom: 10px;
				margin-top: 24px;
				text-align: left;
				width: 99%;
			}

			div.source, div.source-group {
				background: #F8F8FF;
				border: 1px solid #EFEFEF;
				border-left: 3px solid #CCC;
				color: #444;
				font: 12px monospace;
				letter-spacing: .1px;
				margin-bottom: 7px;
				margin-top: 5px;
				padding: 7px;
				width: 99%;
			}

			div.text {
				color: #555;
				letter-spacing: .1px;
				margin-bottom: 20px;
				margin-top: 5px;
				text-align: left;
				text-indent: 7px;
				width: 99%;
			}

			div.title {
				font: bold 17px verdana;
				color: #269;
				letter-spacing: .7px;
				margin-bottom: 20px;
				margin-top: 5px;
				text-align: left;
				width: 99%;
			}
			
			span.comment-html, span.comment-script {
				font: 12px monospace;
				letter-spacing: .1px;
				margin-bottom: 7px;
				margin-top: 5px;
			}

			span.comment-html {
				color: #5e85de;
			}

			span.comment-script {
				color: #578F73;
			}

			span#version {
				color: #777;
				font: 10px verdana;
			}

			div.group {
				float: left;
				margin-right: 10px;
			}

			div.source-group {
				margin-top: 125px;
			}

			/* custom cWrapper class */
			div.capty-tile {
				float: left;
				margin-right: 10px;
			}
