@charset "utf-8";


/* ==========[ photo_list ]========== */
.main_photo_list {
	width: 602px;
	margin-bottom: 15px;
}

#photo_list2 {
	overflow: hidden;
}

#photo_list {
	overflow: hidden;
	width: 600px;
	height: 90px;
	margin-top: 10px;
}
#photo_list #photo_new2 {
	float: left;
	width: 600px;
	height: 90px;
}
#photo_list #photo_new2 li {
	display: block;
	float: left;
}
#photo_list #photo_new2 li.photolst {
	overflow: hidden;
	width: 106px;
}
#photo_list #photo_new2 li.photolst p.photo {
	text-align: center;
}
#photo_list #photo_new2 .photolst .photo a img {
	border: solid 2px #ffffff;
}
#photo_list #photo_new2 .photolst .photo a:hover img {
	border: solid 2px #ffee44;
}
#photo_list #photo_new2 li.photolst p.photo-ex {
	margin: 3px 4px 0px 4px;
	font-size: 85%;
	line-height: 1.2;
	text-align: center;
}

