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



/* 表組み */

div.category table.entry {
	width: 300px;
	letter-spacing:0.1em;
	margin: 10px 0 20px 25px;
}

div.category table.entry th,
div.category table.entry td {
	
	padding: 0.8em 1em;
	border: 1px solid #ed8181;
	line-height: 120%;
}

div.category table.entry th {
	width: 120px;
	font-weight: normal;
	background: #ffc8c8;
	text-align: left;
	color: #222222;
}


div.category table.entry td {
	padding: 0.4em 1em;
}


