@charset "utf-8";
/* CSS Document */

.contentBox .leftBox{
	float:left;
	width:64%;
	padding:20px;
	background:rgba(255,255,255,0.8);}

.contentBox .rightBox{
	float:right;
	width:30%;}

.contentBox .leftBox h3{
	clear:both;
	border-bottom:1px dashed #112740;/*下邊線*/
	padding:5px 10px;/*下邊線與標題距離*/
	
	font-size: 19px;
	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-weight: normal;
	color: #112740;}

@media (max-width: 640px){
	.contentBox .leftBox{
		float:none;
		width:100%;}
	
	.contentBox .rightBox{
		float:none;
		width:100%;
		margin-top:30px;}
}

