/*------ main -----*/
body {
	background: url(../img/bg_s.png) center top repeat;
	background-color: #ddd;
	/* line-height: 1.0; */
}

.logo {
	padding: 20px;
}


/*------ single -----*/
.listingblock {
	width:100%;
	margin-bottom: 1.5rem;
}

.listingblock pre {
	display: block;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: inherit;
	color: #000;
	margin-top: 0rem;
	margin-bottom: 0rem;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 1px;
	white-space: pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -webkit-pre-wrap;
}

pre.chroma{
	margin-top: 0;
	padding: 0.5rem;
	line-height: 1.1rem;
}

code {
	font-family: "Consolas", Courier New, Courier, monospace;
	padding: 0 0px;
	color: #c33;
	background-color: #f5f5f5;
	border: 0px solid #ebebeb;
	white-space: nowrap;
	white-space: -o-nowrap;
	white-space: -moz-nowrap;
	white-space: -webkit-nowrap;
	line-height: 1.0rem;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin-bottom: 0.8rem;
	margin-top: 0.45rem;
}

.sectionbody hr {
	margin: 0;
}

/*------ footer -----*/
.footer__container {
	display: block;
}

.footer__copyright {
	text-align: center;
}

.disclaimer{
	padding-right: 0.5rem;
	text-align: right;
	font-size: 0.7rem;
	font-weight: 600;
	background: #e8e8e8;
}

.contact_form {
	padding: 0.8rem;
	border: 1px solid #ebebeb;
}

.section-submit {
	padding-top: 2.0rem;
}