@charset "shift_jis";

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
#feed {
	margin-top: 20px;
	text-align: left;
	/*border: 1px solid black;*/
}
#feed li {
	width: 400px;
	/*height: 250px;*/
	/*float: left;*/
	/*margin-right: 15px;*/
	margin-bottom: 20px;
	/*padding-right: 22px;*/
	border-right: 1px dotted darkgray;
	border-bottom: 1px dotted darkgray;
	display: inline-block;
	/*border: 1px solid black;*/
}
#feed #date {
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
	text-align: left;
}
#feed #bun {
	width: 220px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
	text-align: left;
	line-height: 1.2;
}
#blog #pic {
	width: 150px;
	height: auto;
	padding: 2px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-bottom: 20px;
}

