@charset "utf-8";
/* CSS Document */
#container {
	width: 730px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float: left;
}
#list .photoframe {
	height: auto;
	width: 673px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: calc(100% - 20px);
	background-color: #F8F8F8;
}

#list .center {
	height: auto;
	width: 100%;
	float: right;
}
#list .txt {
	height: auto;
	width: 100%;
	padding: 10px 0px 0px 0px;
	color: #747474;
	text-align: left;
	float: left;
	letter-spacing: 2px;
	line-height: 18px;
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#list .photo {
	height: auto;
	width: 220px;
	margin: 0 auto;
	margin: 0px 0px 10px 0px;
	float: left;
}
#list .photo_style {
	padding:5px;
	border: 1px solid #E4E3E2;
}
#list .photo_style:hover {
	padding:5px;
	border: 1px solid #8BBD17;
}
#list .date {
	height: 30px;
	width: 12%;
	float: right;
	font-size: 12px
}
#list .caption {
	height: 30px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	color: #3D40D2;
	text-align: left;
	font-size: 15px;
	float: left;
	font-family: '微軟正黑體';
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
#list .caption A:link {
	color: #3D40D2;
}
#list .caption A:visited {
	color: #993300;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #993300;
}
#list .view {
	height: 130px;
	width: 95px;
	float: right;
}
/*******************************/
#list .border01 {
	border-bottom: 1px #CCCCCC solid;
}
