#page_contents { position:relative; overflow:hidden; margin:0 -1px; }
#page_contents .post_content { padding:120px 0 120px; width:930px; margin:0 auto; }
#page_title { border-top:1px solid #ddd; text-align:center; padding-top:120px; margin-bottom:-5px; line-height:1.5; }

.post_content p {
	line-height: 2.4;
	margin: 0 0 2em 0;
	font-size: 14px;
}
.post_content li, .post_content dt, .post_content dd { font-size: 14px; line-height:2.2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:2em; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; }
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }

@media only screen and (max-width: 800px) {
	#page_title {
		font-size: 20px;
		margin-bottom: -5px;
	}
	#page_contents { margin:0; }
	#page_contents .post_content { padding:40px 0; margin:0 20px;        width: auto; }
}