@charset "utf-8";
/* =============================================================================
	index
================================================================================ */

.entry {
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 30px;
	margin-left: 35px;
}
.ttl {
	margin-bottom: 25px;
	color: #f2678f;
	font-weight: bold;
	font-size: 142%;
	line-height: 1.2;
}
.list {
	width: 100%;
}
.list th {
	width: 110px;
	padding: 0 0 12px 0;
}

.list th strong {
	display: block;
	padding: 0 0 0 30px;
	background: url(../images/icon_flower.gif) no-repeat 0 center;
	font-weight: bold;
}

.list td {
	width: 620px;
	padding: 0 0 12px 0;
}

