
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
	padding: 0 12px;
	max-width: 900px;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -1px;
}

h1, h2.horizontal-line {
	padding-bottom: 0.3em;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2.horizontal-line {
	padding-bottom: 0.1em;
}

hr {
	border: 0;
	height: 2px;
	border-bottom: 2px solid;
}

/*h1, h2, h3 {
	font-weight: normal;
}
*/

code {
	font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
	font-size: 14px;
    line-height: 19px;
}

:not(pre) > code {
    white-space: pre;
    word-wrap: break-word;

    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 87.5%;
    color: #fff;
    background-color: #6c757d;
    border-radius: 0.4rem;
    word-break: normal;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	border-radius: 3px;
	overflow-x: auto;
	white-space: pre-wrap;
	overflow-wrap: break-word;
}

pre code {
	tab-size: 4;
}

pre.code {
    display: block;
    overflow-x: auto;
    color: #4d4d4c;
    padding: 0.5em;
}

pre.code code {
    display: block;
	padding: 16px;
	border-radius: 3px;
	overflow: auto;
}

pre.textblock {
    padding: 23px;
    line-height: 19px;
    border-radius: 3px;
    overflow: auto;
}

blockquote {
	background: rgba(127, 127, 127, 0.1);
	border-color: rgba(0, 122, 204, 0.5);
	margin: 0 7px 0 5px;
	padding: 0 16px 0 10px;
	border-left-width: 5px;
	border-left-style: solid;
}

table {
	border-collapse: collapse;
	width: 100%
}

table > thead > tr > th {
	text-align: left;
	border-bottom: 1px solid;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
	padding: 5px 10px;
}

table > tbody > tr + tr > td {
	border-top: 1px solid;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}
