@charset "UTF-8";

/*
Theme Name: Roon
Description: This is my Original Theme.
Author: Keisuke Aikawa
Version: 1.0
*/

/* common styles */

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: 680px;
}

@media (min-width: 480px) {
	.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: 16px;
	text-align: center;
	margin: 0;
}

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

.site-logo {
	height: 42px;
}

@media (min-width: 580px) {
	.siteheader {
		padding: 60px 0;
	}
	.site-logo {
		height: 54px;
	}
}

/* sitebody */

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

/* main */

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

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

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

@media (min-width: 580px) {
	.main {
		padding: 40px 0 80px;
	}
}

/* post */

.post {
	padding-bottom: 50px;
	margin-bottom: 50px;
	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: 10px;
	display: flex;
}

.post-date time {
	display: inline-block;
}

.post-date time:not(:first-child) {
	margin-left: 16px;
}

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

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

.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;
}

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

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

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

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

/* sitefooter */

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

.sitefooter-nav {
	margin-bottom: 15px;
}

.sitefooter-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sitefooter-nav li {
	margin: 0;
}

.sitefooter-nav > ul {
	font-size: 14px;
}

.sitefooter-nav > ul > li {
	text-align: center;
}

.sitefooter-nav > ul > li:not(:first-child) {
	margin-top: 10px;
}

.sitefooter-nav > ul > li > a {
	color: inherit;
	text-decoration: none;
}

.sitefooter-nav > ul > li > a {
	display: inline-block;
}

.sitefooter-nav > ul > li > a:hover {
	text-decoration: underline;
}

.sitefooter-nav > ul ul {
	display: none;
}

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

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

@media (min-width: 580px) {
	.sitefooter-nav > ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sitefooter-nav > ul > li {
		text-align: inherit;
	}
	.sitefooter-nav > ul > li:not(:first-child) {
		margin-top: 0;
		margin-left: 16px;
	}
}
