﻿@charset "utf-8";

#mainContent {
	float: right;
	text-align: center;
}


.planBox {
	width: 550px;
	margin: 30px auto;
	padding-bottom: 30px;
	text-align: left;
	background: url("../img/hr01.gif") no-repeat bottom center;
}
	/* メダル */
	.planBox .imgL {
		margin-right: 10px;
	}
	/* プラン詳細 */
	.planBox .posL {
		width: 455px;
	}
	.planBox .posL h3 {
		margin: 10px 0;
		padding: 10px;
		color: #452809;
		font-size: 140%;
		text-align: left;
		border-top: 1px solid #B49973;
		border-bottom: 1px solid #B49973;
	}
	.planBox .posL p {
		font-size: 120%;
		line-height: 1.8;
	}
		/* サムネイル */
		.planBox .posL .imgL {
			width: 150px;
		}
		.planBox .posL p.posR {
			width: 295px;
		}
	/* ------------------------
	 * 値段
	------------------------ */
	.planBox .price {
		margin: 0 0 5px;
		color: #ff0000;
		text-align: right;
		font-weight: bold;
	}