@charset "UTF-8";


/* ===== ----- メイン ----- ===== */

.mainPh {
	width: 1000px;
	margin: 0px auto;
}

.mainPh li {
	float: left;
}

.mainPh li:first-child {
	padding-right: 1px;
}

.top2Clum .item {
	float: left;
	width: 334px;
	margin-bottom: 22px;
}

.top2Clum .item:nth-child(odd) {
	margin-right: 22px;
	clear: both;
}

.top2Clum .item .txtArea {
	float: right;
	width: 100%;
	margin-left: -80px;
}

.top2Clum .item .txtArea .txt {
	margin-left: 100px;
}

.top2Clum .item .phArea {
	float: left;
	width: 80px;
}

.topPlanArea {
	padding: 0px 0px 0px 0px;
}

.topPlanArea .item {
	float: left;
	width: 318px;
	margin-bottom: 22px;
	border: 8px solid #efebe0;
}

.topPlanArea .item a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 8px;
}

.topPlanArea .item a:hover {
	background-color: #f9f9f3;
}

.topPlanArea .item:nth-child(odd) {
	margin-right: 22px;
	clear: both;
}

.topPlanArea .item .contArea {
	padding: 4px;
}

.topPlanArea .item h3 {
	background: transparent;
	border-bottom: 1px dotted #dddb97;
	margin-bottom: 8px;
	padding: 13px 0px 6px 0px;
}

.infoArea {
	height: 270px;
	overflow-y: scroll;
	padding: 15px;
	border: 1px solid #ddd;
}

.infoArea dt {
	width: 35%;
	float: left;
	font-size: 70%;
	font-weight: bold;
	clear: both;
	padding: 5px 0px;
	border-top: 1px dotted #ccc;
}

.infoArea dd {
	width: 65%;
	float: right;
	font-size: 75%;
	padding: 5px 0px;
	border-top: 1px dotted #ccc;
}

.infoArea dt:first-child,
.infoArea dd:nth-child(2) {
	border-top: none;
}
