@charset "utf-8";

/*
	Plan
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/plan/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	line-height: 1.75em;
	margin-bottom: 50px;
}

#firstBlock .text {
	margin-bottom: 30px;
}

#firstBlock .link {
	margin-top: 5px;
}

#firstBlock .drawing {
	width: 700px;
	margin: 30px auto 0;
}
/*---firstBlock*/


/*secondBlock---*/
#secondBlock {
	margin-bottom: 50px;
}

#secondBlock .img {
	margin-bottom: 5px;
}

#secondBlock .notice {
	font-size: 0.9em;
}

#secondBlock .group {
	background-color: #F2F2F2;
	margin: 20px 0 10px;
	padding: 10px;
	overflow: hidden;
}

#secondBlock .group ul {
	float: left;
	width: 33.3%;
}

#secondBlock .group ul li {
	margin: 0 15px 0 30px;
	list-style: disc;
}

#secondBlock .group ul .title {
	color: #005B49;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 10px 10px;
	border-bottom: 1px dotted #005B49;
	padding-bottom: 5px;
	list-style: none;
}

#secondBlock .group ol {
	margin-bottom: 5px;
}

#secondBlock .group ol li {
	list-style: none;
	margin-left: 20px;
}
/*---secondBlock*/


/*thirdBlock---*/
#thirdBlock {}

#thirdBlock .link {
	margin-top: 5px;
}
/*---thirdBlock*/


/*fourthBlock---*/
#fourthBlock {
	padding: 20px 60px 5px;
	background-color: #FBF7E6;
	margin-bottom: 40px;
	overflow: hidden;
}

#fourthBlock .title {
	font-size: 1.15em;
	font-weight: bold;
}

#fourthBlock .notice {
	font-size: 0.95em;
	margin-bottom: 15px;
}

#fourthBlock dl {
	overflow: hidden;
	margin-bottom :10px;
}

#fourthBlock dl dt {
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	width: 240px;
	text-align: right;
}

#fourthBlock dl dd {
	font-size: 1.3em;
	color: #F60;
	margin-bottom: 5px;
	padding-left: 280px;
}

#fourthBlock dl dd em {
	font-style: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #F60;
	margin-right: 3px;
}

#fourthBlock dl .border {
	border-bottom: 1px dotted #DCA;
	padding-bottom: 5px;
}
/*---fourthBlock*/
