@charset "UTF-8";

/*
Theme Name: Zine
Description: This is my Original Theme.
Author: Keisuke Aikawa
Version: 1.0.0
*/

/* common styles */

* {
	box-sizing: border-box;
}

*::before, *::after {
	box-sizing: inherit;
}

html {
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	margin: 0;
}

body {
	color: #333333;
	background-color: #ffffff;
}

body {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

main {
	display: block;
}

hr {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #cccccc;
	clear: both;
}

ul, ol {
	padding: 0;
	padding-left: 2.5em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0.5em 0;
}

li {
	margin: 0.5em 0;
}

a {
	background-color: transparent;
	cursor: pointer;
}

a {
	color: #0075c2;
	text-decoration: underline;
}

img {
	vertical-align: middle;
	border: none;
}

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

iframe {
	vertical-align: middle;
	border: none;
}

iframe {
	max-width: 100%;
}

/* wrapper */

.wrapper {
	padding: 0 16px;
	margin: 0 auto;
	max-width: 1264px;
}

@media (min-width: 640px) {
	.wrapper {
		padding: 0 32px;
	}
}

/* siteheader */

.siteheader {
	background-color: #ffffff;
	padding: 50px 0;
	border-top: 5px solid #0095d9;
	border-bottom: 1px solid #cccccc;
}

.site-title {
	font-size: 28px;
	text-align: center;
	margin: 0;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-title a {
	display: inline-block;
}

.site-description {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-top: 10px;
}

@media (min-width: 960px) {
	.siteheader {
		padding: 60px 0;
	}
	.site-title {
		font-size: 36px;
	}
}

/* sitebody */

.sitebody {
	background-color: #ffffff;
	padding: 0;
	border: none;
}

/* contents */

.contents {
	display: block;
}

@media (min-width: 960px) {
	.contents {
		display: flex;
	}
}

/* main */

.main {
	padding: 30px 0 25px;
}

.main > *:first-child {
	margin-top: 0;
}

.main > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 960px) {
	.main {
		padding: 40px 0 80px;
		padding-right: 64px;
		min-width: 0;
		flex: 1;
	}
}

/* post */

.post {
	padding-bottom: 50px;
	margin: 50px 0;
	border-bottom: 1px solid #cccccc;
}

.post-title {
	font-size: 24px;
	margin: 0;
}

.post-title a {
	color: inherit;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-date {
	font-size: 14px;
	margin-top: 15px;
	display: flex;
}

.post-date i {
	color: #999999;
}

.post-category {
	font-size: 14px;
	margin-top: 10px;
}

.post-category i {
	color: #999999;
}

.post-category a {
	color: inherit;
	text-decoration: none;
}

.post-category a:hover {
	text-decoration: underline;
}

.post-body {
	margin-top: 30px;
	overflow: hidden;
}

.post-body > *:first-child {
	margin-top: 0;
}

.post-body > *:last-child {
	margin-bottom: 0;
}

.post-body p {
	font-size: 16px;
	line-height: 2.0;
	margin: 30px 0;
}

@media (min-width: 640px) {
	.post {
		padding-bottom: 80px;
		margin: 80px 0;
	}
	.post-title {
		font-size: 32px;
	}
}

/* sidebar */

.sidebar {
	padding: 25px 0 50px;
}

.sidebar > *:first-child {
	margin-top: 0;
}

.sidebar > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 960px) {
	.sidebar {
		padding: 40px 0 80px;
		width: 336px;
	}
}

/* sitefooter */

.sitefooter {
	background-color: #ffffff;
	padding: 50px 0;
	border-top: 5px solid #0095d9;
}

.copyright {
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.copyright small {
	font-size: 1em;
}
