@charset "utf-8";
/* CSS Document */


/*
#list .article {
	float:left;
	width:360px;
	margin-bottom:20px;
	padding-right:20px;
}
*/


#list ul {
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#list li {
    display: inline-block;
	/display:inline; 
	/zoom:1;
	width: 360px;
    margin: 0;
    padding: 0 15px 20px 0;
    border: 0;
    vertical-align: top;
}

#list .article .photo{
	margin-bottom:10px;
}

#list .article .date{
	font-size:12px;
	margin-bottom:10px;
}

#list .article .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#list .article .beginning{
	font-size:14px;
	margin-bottom:10px;
}

#list .article .more a{
	background:#F66;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:inline;
	padding:5px;
	float:right;
	
}

#list .article .more a:hover{
	background:#ff9393;
}


#report p{
	margin-bottom:20px;
}

#report #date{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

#report .photo{
	padding:10px;
	background:#eee;
	width:590px;
	text-align:center;
	margin: auto;
	margin-bottom:20px;
}

#report .photo295 {
	padding:10px;
	background:#eee;
	width:295px;
	text-align:center;
	margin: auto;
	margin-bottom:20px;
}

#report .photo p.comment,
#report .photo295 p.comment{
	margin:0;
	font-size:12px;
	color:#666;
	text-align:center;
	padding-top:5px;
}

#report .name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}