@charset "utf-8";

.tumor-guide-cell {
	padding: 0;
	background: #efe7c6;
}

.tumor-guide-wrap {
	padding: 18px 20px;
}

.tumor-guide-box {
	border: 1px solid #666;
	background: #fff;
	padding: 14px 16px;
	line-height: 1.8;
	box-sizing: border-box;
}

.tumor-guide-title {
	text-align: center;
	font-weight: bold;
	margin: 0 0 12px 0;
	font-size: 16px;
	text-indent: 0;
}

.tumor-guide-box p {
	margin: 0 0 12px 0;
	text-indent: 1em;
}

.tumor-guide-box p:last-child {
	margin-bottom: 0;
}

.tumor-guide-check {
	margin-top: 14px;
	font-weight: bold;
	line-height: 1.6;
}

.tumor-guide-check label {
	cursor: pointer;
}

.tumor-guide-check input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.tumor-marker-row {
	display: none;
}
