@charset "utf-8";

/* CSS Document */



#content{

	color: #525252;

	height: auto;

	width: 690px;

	font-size: 13px;

	line-height: 23px;

	font-family: "微軟正黑體";

}





#content .date{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: 50px;

	color: #FF9C15;

	background-image: url(dot.jpg);

	background-repeat: no-repeat;

	background-position: 3px 18px;

	padding-left:20px;

	font-weight: bold;

}



.photostyle {

	-webkit-transition: border-color 120ms linear;

	-moz-transition: border-color 120ms linear;

	-o-transition: border-color 120ms linear;

	transition: border-color 120ms linear;

	border: 3px solid #EBEBEB;

}

.photostyle:hover {}





.photostyleS{

	border: 3px solid #EBEBEB;

	margin-bottom: 10px;
	
	max-width:76px;
	max-height:55px;

}



.photostyleS:hover{}