html {
	font-size: 16px;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	box-sizing: inherit
}

body {
	background-color: #edefed;
	color: #111;
	line-height: 1.5;
	font-family: sans-serif
}

.container {
	max-width: 1100px;
	margin: 0 auto
}

a {
	text-decoration: none
}

.item-container {
	display: flex;
	flex-wrap: wrap
}

.item-container .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.item-container .title {
	color: #f77;
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 1.5rem;
	word-break: break-all
}

.item-container .date {
	margin-top: 1rem;
	align-self: flex-end
}

.vert-line {
	border-right: .1rem solid #f77;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.item {
	padding: 1.5rem;
	width: 50%;
	position: relative;
	border-bottom: .1rem solid #f77
}

.cards-container {
	height: 100vh;
	display: flex;
	flex-direction: column
}

.cards-container .cards {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ffe5e5
}

.cards-container .cards div {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	line-height: 1
}

.cards-container .cards div a {
	color: inherit
}

.cards-container .cards .site-title {
	padding: 1.5rem;
	font-size: 5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	background: #fff
}

.cards-container .cards .bgc-pinker {
	background-color: #f77
}

.cards-container .cards .fc-pink {
	color: #ffe5e5
}

.cards-container .cards .fc-black {
	color: #111
}

.cards-container .cards .fc-pinker {
	color: #f77
}

.cards-container .cards .bgc-pink {
	background-color: #ffe5e5
}

.cards-container .subtitle {
	padding: .75rem 2.25rem;
	color: #f77;
	text-align: center;
	border-bottom: .1rem solid;
	font-size: 1.5rem
}

.start-container {
	padding: 1.5rem;
	font-size: 2rem;
	color: #f77;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 0
}

.start-container a {
	color: #f77
}

.start-container .contact {
	background: #fff;
	color: #111;
	padding: .75rem 3rem;
	border: .1rem solid #111;
	border-top: 0;
	border-left: 0
}

.header {
	position: fixed;
	max-width: 1100px;
	width: 100%;
	z-index: 50;
	background: #edefed;
	border-bottom: .1rem solid #f77
}

.header .navbar {
	display: flex;
	line-height: 1.5;
	font-size: 1rem;
	justify-content: space-between
}

.header .navbar .menu {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.header .navbar .menu .menu-item {
	padding-left: .75rem;
	padding-right: .75rem
}

.header .navbar .menu .menu-item .menu-item-link {
	margin: 0 .75rem;
	color: #111
}

.holder {
	padding: .7rem 0
}

.info {
	padding: 1.5rem;
	background: #f77;
	color: #ffe5e5
}

.info .site-title {
	font-size: 3rem;
	color: #ffe5e5
}

.info .subtitle {
	font-size: 1.5rem
}

.post table {
	border-collapse: collapse;
	border-spacing: 0
}

.post table td,.post table th {
	padding: .375rem .8rem;
	border: .1rem solid #dfe2e5
}

.post blockquote {
	margin-left: 1.5rem;
	color: #777;
	border-left: 4px solid #f77
}

.post blockquote p {
	margin-left: 1.5rem
}

.post a {
	border-bottom: 2px solid #f77;
	color: #111
}

.post a:hover {
	border-bottom: 2px solid #111
}

.post p {
	margin: 1.5rem auto;
	max-width: 85%;
	font-size: 1.15rem;
	font-weight: 300
}

.post p img {
	max-width: 100%
}

.post p code {
	background-color: #fff;
	font-family: inherit
}

.post h1,.post h2,.post h3,.post h4 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #f77;
	font-weight: 400;
	padding: 0 1.5rem
}

.post h1 {
	font-size: 2em
}

.post h2 {
	font-size: 1.6em
}

.post h3 {
	font-size: 1.2em
}

.post h4 {
	font-size: 1.1em
}

.post .post-meta {
	padding: 0 1.5rem
}

.post ol,.post ul {
	max-width: 90%;
	margin: 0 auto;
	padding-left: 3rem;
	font-weight: 300
}

.post ol li,.post ul li {
	margin: 1.5rem 1.5rem 1.5rem .5rem
}

.post ol li code,.post ul li code {
	background-color: #fff;
	font-family: inherit
}

.post ol li p,.post ul li p {
	margin: 0
}

.post ol li p code,.post ul li p code {
	background-color: #fff;
	font-family: inherit
}

.post figure {
	background: #fff
}

* .post figure td,.post figure th {
	padding: 0;
	border: 0
}

.post figure .gutter {
	display: none
}

.post pre {
	font-family: inherit;
	font-size: 1.15rem;
	white-space: pre-wrap;
	word-break: break-word
}

.post pre code {
	padding: 1.5rem;
	font-family: inherit;
	background-color: white;
	display: block
}

.post .post-title a {
	border: 0;
	color: inherit
}

.post .post-tag-list {
	padding-left: 1.5rem;
	margin: 0;
	font-size: 1.1rem;
	font-weight: 400
}

.post .post-tag-list li {
	list-style: none;
	display: inline-block;
	margin: 0;
	margin-right: 1rem
}

.post .post-tag-list li::before {
	content: "#"
}

.post .post-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem
}

.post .post-footer .arrow-top {
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	color: #f77;
	margin-right: 1.5rem;
	text-align: center;
	cursor: pointer;
	border: 0
}

.post .post-footer .arrow-top:hover {
	color: #111
}

.page-nav {
	padding: 1.5rem;
	padding-bottom: 0
}

.page-nav a,.page-nav .prev {
	padding: 10px 20px 10px 0
}

.page-nav .next {
	padding: initial;
	float: right
}

.page-nav .current {
	color: #111
}

.page-nav a {
	color: #777
}

.page-nav a:hover {
	color: #000
}

footer {
	padding: .75rem;
	background-color: #f77;
	color: #ffe5e5;
	margin-top: 1.5rem
}

footer .footer-container {
	padding: .75rem;
	text-align: center
}

footer .footer-container a {
	color: #ffe5e5
}

.search h1,.archive-container h1,.search .year {
	font-size: 2em;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #f77;
	font-weight: 400
}

.search .year {
	cursor: pointer;
	margin: 0;
	outline: 0
}

.search .year::before {
	content: "鈻� "
}

.search #local-search-input {
	padding: .25rem .75rem;
	outline: 0;
	border: 2px solid #f77;
	border-radius: 2rem;
	font-size: 1.2rem;
	max-width: 90%
}

.search .down {
	font-size: 1.5rem;
	margin-left: .5rem;
	position: absolute;
	color: #f77;
	cursor: pointer
}

.search .down:hover {
	color: #111
}

.search hr {
	position: relative;
	margin: 1.5rem auto;
	width: calc(100% - 4px);
	border: 2px dashed #f77;
	background: #fff
}

.archive-title {
	font-size: 1.5rem;
	color: #f77;
	margin: 0
}

.archive-date {
	margin-left: .5rem
}

.archive-container {
	margin: 1.5rem;
	margin-bottom: 0
}

.archive-container h1 {
	color: inherit
}

.archive-container p {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem
}

.archive-container p .arrow-top {
	font-size: 1.5rem;
	color: #f77
}

.archive-container p .arrow-top:hover {
	color: #111
}

.search .archive li {
	list-style: none;
	margin: .5rem 0
}

.search #local-search-close {
	margin: .5rem 0;
	cursor: pointer;
	font-size: 1.5rem
}

.search .search-result {
	padding: 1rem;
	word-break: break-all;
	font-weight: 300
}

.search .search-result .search-keyword {
	color: #f77;
	font-style: initial;
	font-weight: 700;
	margin: 0 .2rem
}

.search .local-search-empty {
	font-size: 1.5rem;
	color: #f77;
	margin-bottom: 1.5rem;
	display: inline-block
}

.search .details-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.main-logo {
	font-size: 3rem;
	color: #ffe5e5
}

.unfound {
	height: 100vh;
	display: flex;
	align-items: center
}

.home {
	width: 100%;
	text-align: center
}

.sns {
	margin-top: 2em;
	font-size: 1.2rem
}

.sns a {
	background: #ffe5e5;
	padding: .5em;
	color: #f77
}

#instantclick-bar {
	background: #f77
}

code[class*="language-"],pre[class*="language-"] {
	color: black;
	background: 0;
	font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
	font-size: 1.1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	overflow: visible;
	padding: 0
}

pre[class*="language-"]>code {
	position: relative;
	background-color: #fdfdfd;
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local
}

code[class*="language"] {
	max-height: inherit;
	height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto
}

:not(pre)>code[class*="language-"],pre[class*="language-"] {
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em
}

:not(pre)>code[class*="language-"] {
	position: relative;
	padding: .2em;
	border-radius: .3em;
	color: #c92c2c;
	border: 1px solid rgba(0,0,0,0.1);
	display: inline;
	white-space: normal
}

pre[class*="language-"]:before,pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: .75em;
	left: .18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg)
}

:not(pre)>code[class*="language-"]:after,pre[class*="language-"]:after {
	right: .75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg)
}

.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata {
	color: #7d8b99
}

.token.punctuation {
	color: #5f6364
}

.token.property,.token.tag,.token.boolean,.token.number,.token.function-name,.token.constant,.token.symbol,.token.deleted {
	color: #c92c2c
}

.token.selector,.token.attr-name,.token.string,.token.char,.token.function,.token.builtin,.token.inserted {
	color: #2f9c0a
}

.token.operator,.token.entity,.token.url,.token.variable {
	color: #a67f59;
	background: rgba(255,255,255,0.5)
}

.token.atrule,.token.attr-value,.token.keyword,.token.class-name {
	color: #1990b8
}

.token.regex,.token.important {
	color: #e90
}

.language-css .token.string,.style .token.string {
	color: #a67f59;
	background: rgba(255,255,255,0.5)
}

.token.important {
	font-weight: normal
}

.token.bold {
	font-weight: bold
}

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}

.namespace {
	opacity: .7
}

@media screen and (max-width:767px) {
	pre[class*="language-"]:before,pre[class*="language-"]:after {
		bottom: 14px;
		box-shadow: none
	}
}

.token.tab:not(:empty):before,.token.cr:before,.token.lf:before {
	color: #e0d7d1
}

pre[class*="language-"].line-numbers.line-numbers {
	padding-left: 0
}

pre[class*="language-"].line-numbers.line-numbers code {
	padding-left: 3.8em
}

pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
	left: 0
}

pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0
}

pre[data-line] code {
	position: relative;
	padding-left: 4em
}

pre .line-highlight {
	margin-top: 0
}

#comments .comment-list,#comments .comment-list ol {
	list-style: none;
	padding: 0;
	max-width: 100%
}

#comments .comment-list li {
	margin: 1.5rem
}

.comment-list li .comment-reply {
	font-size: .92857em
}

#comments .comment-meta a {
	color: #999;
	font-size: .92857em;
	border-bottom: 0
}

#comments .comment-content {
	margin: 1rem 0
}

#comments .submit {
	padding: 5px 10px
}

.comment-author {
	display: block;
	margin-bottom: 3px;
	color: #444
}

.comment-author .avatar {
	float: left;
	margin-right: 1rem
}

.comment-author cite {
	font-weight: bold;
	font-style: normal
}

#comment-form p {
	margin: 1.5rem;
	display: flex
}

#comment-form p input,#comment-form textarea {
	width: 100%;
	max-width: 15rem;
	padding: 5px;
	font-family: inherit
}

#comment-form textarea {
	max-width: 100%
}

.respond .cancel-comment-reply {
	float: right;
	margin-right: 1.5rem;
	line-height: 2em;
	font-size: .92857em
}

#comment-form label {
	display: inline-block;
	width: 5rem;
	font-weight: bold;
	flex-shrink: 0
}

#comment-form .required:after {
	content: " *";
	color: #c00
}

@media screen and (max-width:550px) {
	html {
		font-size: 14px
	}

	.item {
		width: 100%
	}

	.item .vert-line {
		display: none
	}
}