@charset "utf-8";
/* CSS Document */
#content {
	width: 726px;
	height: auto;
	
	float: left;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	
}

/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photoframe {
	height: 176px;
	width: 341px;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-image: url(bg.jpg);
}
#list .photoframe:hover{
	background-image: url(bg2.jpg);
	
	}
#list .txt {
	height: 70px;
	width: 300px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	color: #666666;
	text-align: left;
	font-size: 12px;
	display: -webkit-box;
-webkit-line-clamp:3; /*超出第5行時截斷*/
-webkit-box-orient: vertical;
overflow: hidden;
}
#list .photo {
	height: auto;
	width: 170px;
	margin: 0 auto;
	margin: 5px;
	overflow: hidden;
}
#list .photo_style {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
}
#list .date {
	height: 25px;
	width: 300px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #FF5B26;
	text-align: left;
}
#list .caption {
	height: 30px;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	color: #4C4C4C;
	font-weight: bold;
	text-align: left;
	overflow:hidden;
}
#list .caption A:link {
	color: #4C4C4C ;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #4C4C4C;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #FC0;
	TEXT-DECORATION: underline;
}
/*******************************/
#list2 {
	width: 690px;
	height: auto;
	margin: 0 auto;
}
#list2 .caption{
	padding:10px 10px 15px 0px;
	line-height:20px;
	background-image: url(line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
}
#list2 .caption img{
	vertical-align:middle;
}
#list2 .date{
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #67A313;
	line-height: 20px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
#list2 .date span{
	color:#E55200;
	
	
	}
#list2 .txt{

	
	}
