﻿@charset "utf-8";

/* ---------------------------
 * なごみ
--------------------------- */

#img {
	margin: 0;
}
	#img h2 {
		float: none;
	}
	#img p {
		width: 536px;
		margin: 20px auto;
		line-height: 1.8;
	}


#mainContents {
	width: 536px;
	margin: 15px auto 0;
	text-align: left;
}
	#mainContents h3 {
		margin-bottom: 15px;
	}

/* --------------------------
 * 平面図
-------------------------- */
#floorPlan {
	margin-bottom: 24px;
}

/* --------------------------
 * 各設定
-------------------------- */
	.box {
		width: 516px;
		margin: 0 auto 10px;
	}
		.box p {
			line-height: 1.8;
		}

		.box ul.imgList {
			margin-top: 10px;
		}
			.box ul.imgList li {
				float: left;
				margin-right: 10px;
			}
				.box ul.imgList li.end {
					margin-right: 0;
				}

		.box dl {
			float: right;
			margin: 1em 0;
		}
			.box dl dt {
				color: #312413;
				font-size: 16px;
				font-weight: bold;
				text-align: right;
				border-bottom: 1px solid #312413;
			}
			.box dl dd {
				padding-top: 3px;
				color: #312413;
				font-size: 12px;
				text-align: right;
			}


		.box table {
			width: 100%;
			margin: 15px 0 0;
			border: 1px solid #333333;
		}
			.box table th,
			.box table td {
				padding: 5px;
			}
			.box table th {
				color: #ffffff;
				text-align: center;
				border-bottom: 1px solid #333333;
				background: #aaaaaa;
			}
			.box table tr.bd th,
			.box table tr.bd td {
				border-bottom: 1px solid #333333;
			}


/* --------------------------
 * プラン
-------------------------- */
.plans {
	margin-bottom: 20px;
	border: 1px solid #C7C78D;
}
	.plans h4 {
		margin-bottom: 10px;
		padding: 5px 5px 5px 8px;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		background: #56551F;
	}

	.plans ul {
		margin: 12px 0;
	}
		.plans ul li {
			margin-top: 12px;
			margin-left: 25px;
			font-size: 14px;
			list-style-type: disc;
		}

	.plans a {
		text-decoration: underline;
	}
