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

.case {
	clear: both;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	border-bottom: 1px solid #ccc;
	}
	.case dt {
		font-weight: bold;
		}
	.case dd {
		padding-bottom: 1em;
		}
		.case dd .btn {
			margin: 20px 0 15px 0;
			padding-right: 20px;
			text-align: center;
			}
.case_left dd.image {
	float: left;
	}
.case_left dd.text {
	margin-left: 270px;
	}
.case_right dd.image {
	float: right;
	}
.case_right dd.text {
	margin-right: 270px;
	}