@charset "utf-8";

/* コステーブル */
.cos-tbl {
	width: 640px;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	border-radius: 10px;
	border-collapse: collapse;
}

.cos-tbl td, .cos-tbl th {
	border: 1px solid #888;
}

/* コス名称 */
.cos_name {
	width: 200px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

/* ポイント */
.cos_p {
	width: 70px;
	padding: 10px;
	font-size: 14px;
	text-align: right;
}

/* 条件 */
.cos_jk {
	padding: 10px;
	font-size: 16px;
}

/* アブソリュート */
.abs_cos {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.relative_cos {
	position: relative;
	width: 120px;
}

.resizeimg:hover {
	margin: -3px;
	border: solid 3px #000;
}
