@charset "utf-8";

/* page_plan.css */

/*----------------------------------------------*/
/*                                              */
/* plan                                         */
/*                                              */
/*----------------------------------------------*/
/* visual */
body#plan div#dVisual div.dModEleHCol {
	background-image: url(../plan/image/bg_plan.png);
	margin-bottom: 30px;
}
		body#plan div#dVisual div.dModEleHCol div.dModLayText p {
			padding-top: 40px;
		}

/* main */
/* index */
body#plan div.index div#dContents {
}
		body#plan div.index div#dContents div.dModLayCol1Def div.dModLayColL {
			width:475px;
		}
		body#plan div.index div#dContents div.dModLayImgLeft {
		}
				body#plan div.index div#dContents div.dModLayImgLeft div.dModLayText {
					width: 205px;
				}
				body#plan div.index div#dContents div.dModLayImgLeft div.dModLayImg {
					width: 210px;
				}
				body#plan div.index div#dContents div.dModLayImgLeft h2 {
					background: url(../image/bg_line_dotted.gif) repeat-x left bottom;
					font-size: 1.2em;
					font-weight: normal;
					padding-bottom: 10px;
				}
				body#plan div.index div#dContents div.dModLayImgLeft h2 {
					background: url(../image/bg_line_dotted.gif) repeat-x left bottom;
					font-size: 1.2em;
					font-weight: normal;
				}
/* detail */
body#plan div.detail div#dContents div.dContentsInner {
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 20px;
}
		body#plan div.detail div#dContents div.dDetailWrap {
			width: 660px;
			margin-left: auto;
			margin-right: auto;
			border: 3px solid #f2e8d2;
		}
		body#plan div.detail div#dContents div.dDetailInner {
			padding: 30px;
		}
				body#plan div.detail div#dContents div.dDetailInner div.dModBoxHalf {
					text-align: center;
				}
				body#plan div.detail div#dContents div.dDetailInner h2 {
					font-size: 1.3em;
				}
				body#plan div.detail div#dContents div.dDetailInner h2 span {
					font-weight: bold;
				}
				body#plan div.detail div#dContents div.dDetailPager {
					width: 660px;
					margin-left: auto;
					margin-right: auto;
					margin-top: 20px;
				}
				body#plan div.detail div#dContents div.dDetailWrap div.dDetailInner h3 {
					width: 580px;
					font-weight: bold;
					font-size: 1.2em;
					margin-bottom: 16px;
					color: #be8d1c;
					background-color: #f2e8d2;
					padding: 2px 10px;
				}
				body#plan div.detail div#dContents div.dDetailPager p a {
					display: inline-block;
				}






