﻿/*  私たちに出来る事 共通 */
#ContentArea ul li{
	margin-bottom: 10px;
}
#ContentArea ul ul li{
	margin-bottom: 0px;
}

#ContentArea p.no_pdR {
	margin: 0px 0px 16px 8px;
	/*padding: 0px;*/
}

#ContentArea table.price {
	width: 620px;
	border-collapse:collapse;
	margin: 0px;
	border: none;
}
#ContentArea table.price th{
	text-align:left;
	padding: 0px 6px 10px;
	font-weight:normal;
	white-space: nowrap;
	vertical-align: top;
}
#ContentArea table.price td{
	padding: 0px 6px 10px;
	width: 100%;
}

#ContentArea div.LifeStyleContainer {
	width: 610px;
	border-top: dashed 1px #7893b5;
	padding: 20px 10px;
}

#ContentArea div.LifeStyleContent {
	width: 370px;
	float: right;
}

