@charset "utf-8";

/* ///////////////////////////////////////////////
【66（ロクロク）プラン】
rokuroku.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/rokuroku/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#caption_head {
	margin-bottom: 15px;
}

section#content_rokuroku h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

section#content_rokuroku section#plan1 {
	margin-bottom: 30px;
}

section#content_rokuroku h3 {
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #653e2b;
}

section#content_rokuroku dl {
	margin-bottom: 20px;
}

section#content_rokuroku dt {
	margin-bottom: 3px;
	font-weight: bold;
}



