body { background-image: url(../images/bg_index.jpg); background-repeat: no-repeat; background-position:center center; background-attachment:scroll; background-size:cover;
       background-color:#215ca4;}
.divcenter { text-align: center; -moz-border-radius:20px; -webkit-border-radius:20x;border-radius:20px; text-shadow:none; 
background-color: rgba(0,12,31,0.6); color:#fff; padding: 7% 10px;  }
.copyright { text-align: center; font-size: 13px;}
.w1{color:#fff; text-shadow:none; text-align:center;}
.btn_login { -moz-border-radius:8px; -webkit-border-radius:8px;	border-radius:8px;	border:1px solid #eeb44f;
	padding:9px 18px; text-decoration:none;
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	background:-ms-linear-gradient( top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(100%, #fb9e25) );
	background-color:#ffc477;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
 	box-shadow:inset 1px 1px 0px 0px #fce2c1;
}.btn_login:hover {
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	background:-ms-linear-gradient( top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fb9e25), color-stop(100%, #ffc477) );
	background-color:#fb9e25;
}.btn_login:active {
	position:relative;
	top:1px;
}

/* ====== 關於區塊 ====== */
.left1{ float:left;}
.area0 {
	margin: 0px;
	padding:1px 5px;
	background-color:rgba(255,255,255,0.4);
	color:#333333;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	-moz-border-radius:8px; -webkit-border-radius:8px;	border-radius:8px;
}
.area1 {
	padding:2px 5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fffae0), color-stop(100%, #ffcc66) );
	background:-moz-linear-gradient( center top, #fffae0 5%, #ffcc66 100% );
	background:-ms-linear-gradient( top, #fffae0 5%, #ffcc66 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffae0', endColorstr='#ffcc66');
	background-color:#ffcc66;
	color:#333333;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fceaca;
}
.area2 {
	padding:2px 5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e3f1ff), color-stop(100%, #99ccff) );
	background:-moz-linear-gradient( center top, #e3f1ff 5%, #99ccff 100% );
	background:-ms-linear-gradient( top, #e3f1ff 5%, #99ccff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f1ff', endColorstr='#99ccff');
	background-color:#99ccff;
	color:#333333;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbddff;
}
.area3 {
	padding:2px 5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffd9dd), color-stop(100%, #e36b76) );
	background:-moz-linear-gradient( center top, #ffd9dd 5%, #e36b76 100% );
	background:-ms-linear-gradient( top, #ffd9dd 5%, #e36b76 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9dd', endColorstr='#e36b76');
	background-color:#e36b76;
	color:#333333;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffb0b7;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1280px) and  (min-width: 481px)  {
.titlesize { width: 460px; height:auto; margin-bottom:20px;}
.channelsize { width: 320px; height:auto;}
}

@media (max-width: 480px) and  (min-width: 360px)  {
.titlesize { width: 320px; height:auto; margin-bottom:20px;}
.channelsize { width: 320px; height:auto;}
}

@media (max-width: 359px) {
.titlesize { width: 280px; height:auto; margin-bottom:20px;}
.channelsize { width: 280px; height:auto;}
}