@charset "utf-8";

/*---------------------vca----------------*/
.vacBg{
	background:url(../img/vcabg.jpg) no-repeat top center;
	/*background-size:auto 17%;
	min-height:200px;*/
	text-align:center;
	float:left;
	color:#000;
}
.vacpageBg{
	/*background:url(../img/vcabg.jpg) #f5bb99 no-repeat top center;
	background-size:auto 17%;
	min-height:200px;*/
	text-align:center;
	float:left;
	color:#000;
}
.vacBg > h1,
.vacpageBg > h1{
	font-size:1.5em;
	line-height:2.2em;
	font-weight:bolder;
}
.yellowvcaBg > p{
	height:auto;
	margin:3% auto 3% auto;
	font-size:1em;
	line-height:1.6em;
	font-weight:600;
}
.vcaPageBox{
	width:40%;
	margin:1% 5% 5% 5%;
	float:left;
	max-height:15%;
}
.vcaimgBorder{
	width:100%;
	float:left;
	height:auto;
}
.vcaimgBorder img{
	width:100%;
	height:auto;
}
.vcaSubBorder{
	font-size:1em;
	padding:4% 5%;
	width:100%;
	text-align:left;
	height:auto;
	float:left;
	font-weight:600;
	color:#000;
	background:#f1f0ee;
}
.vcaSubBorder a{
	display:block;
}
.vcaSubBorder:hover{
	background:#dffb69;
}
.vcaPageImg{
	width:30%;
	float:left;
	margin-top:3%;
	margin-right:5%;
	margin-bottom:3%;
	height:auto;
}
.vcaPageInfoBox{
	width:60%;
	float:left;
	margin-top:3%;
	margin-right:2%;
	margin-bottom:3%;
	height:auto;
}
.vcaPageInfoBox p{
	font-weight:bold;
	font-family: Lucida San Unicode,"微軟正黑體";
	color:#000;
}
.vcaPageImg img{
	width:100%;
	height:auto;
}
.yellowvcaBg >span.protypelistPageTxt{
	font-size:1em;
	width:50%;
	float:left;
	height:auto;
	text-align:center;
	color:#252524;
	line-height:1.6em;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	
	
}

@media  (max-width: 480px) {
	.vacBg{
		background:url(../img/vcabg.jpg) no-repeat top center;
		/*background-size:auto 17%;*/
		min-height:200px;
		text-align:center;
		float:left;
		color:#000;
	}
	.vacpageBg{
		/*background:url(../img/vcabg.jpg) #f5bb99 no-repeat top center;
		background-size:auto 180px;
		min-height:200px;*/
		margin-top:5%;
		text-align:center;
		float:left;
		color:#000;
	}
	.vacBg > h1,
	.vacpageBg > h1{
		font-size:1.5em;
		line-height:2.2em;
		font-weight:bolder;
	}
	.vacpageBg > p{
		font-size:1.1em;
		line-height:1.7em;
		font-weight:600;
	}
	.vcaPageBox{
		width:96%;
		margin:4% 2%;
		float:left;
		max-height:15%;
	}
	.vcaimgBorder{
		width:100%;
		float:left;
		height:auto;
	}
	.vcaimgBorder img{
		width:100%;
		height:auto;
	}
	.vcaSubBorder{
		font-size:1.1em;
		padding:4% 5%;
		width:100%;
		text-align:left;
		height:auto;
		float:left;
		font-weight:600;
		color:#000;
		background:#f1f0ee;
	}
	.vcaSubBorder a{
		display:block;
	}
	.vcaSubBorder:hover{
		background:#dffb69;
	}
	.yellowvcaBg{
		min-height:250px;
		padding:2% 0.2%;
		text-align:center;
	}
	.vcaPageImg{
		width:90%;
		float:left;
		margin-left:5%;
		margin-right:5%;
		margin-top:4%;
	}
	.vcaPageImg img{
		width:100%;
		height:auto;
	}
	.yellowvcaBg >span.protypelistPageTxt{
		font-size:1em;
		width:96%;
		float:left;
		height:auto;
		margin:2%;
		text-align:center;
		color:#252524;
		line-height:1.6em;
	}
	.vcaPageInfoBox{
		font-size:1.1em;
		width:90%;
		float:left;
		margin:4% 5%;
		padding:4%;
	}
	
}