.md {
	margin:0;
	padding:0;
	/*padding:18pt;*/
	/*background-color:#ececec;*/
	/*border-radius:4pt;*/
	/*box-shadow:0 1px 6px #aaa;*/
	color:#444;
	font-family:"Georgia", serif;
}

.md h1 {
	margin:0 0 24pt 0;
	padding:24pt 0 8pt 0;
	color:#000;
	font-size:300%;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height:1;
	text-align:center;
}

.md h1 img {
	margin:0 8pt 0 0;
	vertical-align:middle;
}

.md h1 small {
	font-size:x-large;
	font-weight:normal;
}

.md h1:not(:nth-child(1)) {
	border-style:none none solid none;
	border-width:1px;
	border-color:#ccc;
	margin-top:80pt;
	padding-top:0;
	color:#444;
	font-size:xx-large;
}

.md h2 {
	margin:36pt 0 12pt 0;
	padding:0;
	color:#444;
	font-size:x-large;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height:1;
}

.md h2:first-letter {
	font-size:150%;
}

.md p {
	margin:0;
	padding:0;
	font-size:medium;
	font-weight:normal;
	line-height:2;
}

.md > p {
	text-indent:1em;
}

.md > p.image-paragraph {
	text-indent:0;
}

.md pre {
	padding:6px;
	border:1px solid #ddd;
	border-radius:3px;
	font-family:"Consolas", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;
	font-size:medium;
	line-height:1;
	background-color:#eee;
	color:#333;
}

.md :not(pre) code {
	margin:0 4px 0 4px;
	padding:4px;
	border:1px solid #ddd;
	border-radius:3px;
	font-family:"Consolas", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;
	font-size:small;
	line-height:1;
	background-color:#eee;
	color:#333;
}

.md img {
	max-width:800px;
	vertical-align:baseline;
}

.md li {
	margin-top:5pt;
	margin-bottom:5pt;
	line-height:1.5;
}

.md table {
	margin:1em 0 1em 0;
	table-layout:fixed;
	border-collapse:collapse;
}

.md table thead th {
	padding:4px;
	line-height:1;
	border-bottom:2px solid #888;
}

.md table td {
	padding:8px;
	line-height:1.5;
	border-bottom:1px solid #ccc;
}

.md .sns-container {
	display:table;
	margin:-24pt auto 5em auto;
}

.md .sns-container > iframe,
.md .sns-container > div {
	float:left !important;
	margin:0 8px 0 0;
}

.md .sns-container span.last {
	visibility:hidden;
}

.md .ad-frame {
	margin:48pt 0 0 0;
	text-align:center;
}
