@charset "UTF-8";

/* ===================================================================

	カップルプラン
	
=================================================================== */

.planbox {
	overflow:hidden;
	_zoom:1;
	width: 630px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.planbox p {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.planbox p:nth-child(even) {
	margin-right: 0px;
}
.planbox p a {
	display: block;
	float: left;
	margin-top: 10px;
}
.planlink {
	text-align: right;
}