@charset "utf-8";
/* ======================================================
    link
====================================================== */
.link {
	padding-left: 30px;
	background-image: url(/common/img/white-arrow.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 20px;
}
.link span {
	font-size:14px;
}
li.link:last-child {
	margin-bottom: 40px;
}

/* ======================================================
    table
====================================================== */
table {
	width: 720px;
}
tr {
	border: 1px solid #e9e5da;
}

th {
	padding: 20px;
	border: 1px solid #e9e5da;
	background-color: #f5fbe6;
}
td {
	padding: 20px;
}
