@charset "utf-8";
/* CSS Document */
#content{
	color: #535353;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	font-family: "微軟正黑體";
}

#content .list{
	float: left;
	height: 283px;
	width: 33.3%;
}
#content .photo{
	margin: auto;
	height: 150px;
	width: 200px;
	border: 1px solid #F0D5B9;
}
#content .photo img:hover{opacity: 0.5;}
#content .title{
	width: 175px;
	margin: auto;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;
}
#content .title a{
	color: #202020;
	text-decoration: none;
}
#content .title a:hover{
	color: #772626;
}
#content .mast{
	width: 200px;
	margin: auto;
	line-height: 20px;
	padding: 5px 0;
	height: 40px;
	border-bottom: 1px dotted #B9B9B9;
}
#content .date{width: 200px;margin: auto;padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AC6706;
	font-weight: bold;	
}
#content .date ins{
	text-decoration: underline;
	font-weight: normal;
}