@charset "utf-8";
/* CSS Document */

.article{
	margin-right:-20px;
	}
.article h5{
	clear:both;
	margin-right:20px;
	}
.article dl{
	float:left;
	width:210px;
	margin-right:20px;
	margin-bottom:20px;
	padding:4px;
	border:1px solid #CCC;
	}
.article dt{
	margin-bottom:5px;
	padding:10px 5px;
	text-align:center;
	}
.article dd{
	padding:5px 10px;
	background:#eee;
	overflow:hidden;
	}
	.article dd.first{
		padding-bottom:0px;
		line-height: 160%;
		}
	.article dd a{
		font-size:110%;
		font-weight:bold;
		}
	.article dd .yomi{
		color: #999;
		font-size:91.7%;
		}
	.article dd .mark{
		color: #e00;
		font-size:91.7%;
		}
