@charset "utf-8";

	.box .body div {
		float:left;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		margin-right: 20px;
		padding-right: 19px;
		width: 180px;
		border-right: 1px #cccccc solid;
	}
	.box .body div.last {
		margin-right: 0;
		padding-right: 0;
		width: 210px;
		border-right: 0;
	}

	.box p {
		padding-bottom: 10px;
	}
	.box h6 {
		padding: 10px 0 25px;
		color: #0060b0;
		font-weight: bold;
	}
	.box .last h6 {
		padding: 5px 0 8px;
	}

	.btArea {
		clear: both;
		padding-top: 29px;
		text-align: right;
		border-top: 1px #dedede solid;
	}