@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
p.date {
text-align:right;
}
.blog-list ul {
	margin:20px 0;
	padding:0;
	list-style:none;
}
.blog-list li {
	margin:10px 0;
	padding:5px;
	border-bottom:#999 dotted 1px;
	  font-size: 1.4rem;
}
h3.heading {
	clear:both;
	display:block;
}
.footer-ue {
	clear:both;
	text-align:left;
	margin:20px;
	padding:2px;
	border-top:#CCC solid 1px;
	overflow:hidden;
}
.footer-ue ul {
	list-style:none;
	margin:2px 0;
	padding:20px;
	background:#e9e9e9;
		overflow:hidden;
}
.footer-ue li {
	float:left;
	margin:5px;
}
.footer-ue li a {
	color:#333;
}
.footer-ue li a:hover {
	color:#F90;
}