@charset "UTF-8";

#contentsMainArea h2 {
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}

#contentsMainArea .postTitle {
	background-color: #004c20;
	padding: 10px 0 10px 20px;
}
#contentsMainArea .postTitle img {
	display: block;
}

.post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	height:100%;
}
.post .postText {
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 20px;
}
.post .postText img {
	display: block;
}

/* how st */

.post .leadBlock {
	margin: 20px;
}
.post .leadBlock p {
	font-size: 1.2em;
	line-height: 2em;
}

.post .listBlock {
	padding: 0 20px;
}
.post .listBlock dl,
.post .listBlock dt,
.post .listBlock dd {
	margin: 0;
	padding: 0;
}
.post .listBlock dt {
	color: #094;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.post .listBlock dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 5px;
	margin-bottom: 2em;
}

.post .listBlock dd li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 2em;
}

.post .noteBlock {
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 0;
}
.post .noteBlock dl,
.post .noteBlock dt,
.post .noteBlock dd {
	margin: 0;
	padding: 0;
}
.post .noteBlock dt {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	/*margin-bottom: 20px;*/
}
.post .noteBlock dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.post .noteBlock dd li {
	list-style-type: none;
	margin-bottom: 1em;
}

.post .listBlock dd li div,
.post .noteBlock dd li div {
	margin-left: 1.1em;
	margin-top: 0.5em;
}
.post .listBlock dd li div span,
.post .noteBlock dd li div span {
	margin-left: -1em;
}
.post strong {
	font-weight: bold;
}
/* how ed */

/* qa st */
.post .qaBlock {
	padding: 20px 20px 0;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.post .qaBlock-line {
	border-bottom: 1px solid #ddd;
}

.post .qaBlock .question {
	/*color: #094;*/
	font-size: 1.2em;
	line-height: 1.6em;
	/*font-weight: bold;*/
	margin-bottom: 0.5em;
	padding-left: 2em;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.post .qaBlock .answer {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 2em;
	padding-left: 2em;
	clear: both;
	overflow: hidden;
	height: 100%;
}

.post .qaBlock .question p,
.post .qaBlock .answer p {
	margin-left: -2em;
	display: inline;
	float: left;
}

.post .qaBlock dl,
.post .qaBlock dt,
.post .qaBlock dd {
	margin: 0;
	padding: 0;
}
.post .qaBlock dt {
	color: #094;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.post .qaBlock dd {
	margin-bottom: 2em;
}

/* qa ed */

/* access st */

.accessBlock {
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
.accessBlock dl,
.accessBlock dt,
.accessBlock dd {
	margin: 0;
	padding: 0;
}
.accessBlock dt {
	width: 5em;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
.accessBlock dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 5em;
	margin-bottom: 0.5em;
}
.accessBlock p {
	font-weight: bold;
	text-indent: 1em;
}

/* access ed */

/* postBlock*/
.postBlock {
	border-top: 3px solid #004c20;
	margin: 20px 0;
}
.postBlock .post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 0 190px;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.postBlock .post .side {
	display : inline;
	float: left;
	margin-left: -170px;
	margin-bottom: 20px;
}

.postBlock .post .side li {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	background: url('../images/arrow.gif') no-repeat top left;
	margin-bottom: 20px;
	padding-left: 20px;
}

.postBlock .post dl,
.postBlock .post dt,
.postBlock .post dd {
	margin: 0;
	padding: 0;
}
.postBlock .post dt {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.postBlock .post dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 2em;
}
