@charset "utf-8";
/* CSS Document */

/**
/* General
/* .align-
/* .wp-caption
 */


/* General
--------------------- */

.post-content {
	color: #303030;
	font-family: -apple-system, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

/* h- */
.post-content h2 {
	border-bottom: 2px solid #e0e0e0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 40px 0 0;
	padding: 0 0 0.6em;
	position: relative;
}
.post-content h3 {
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 40px 0 0;
	padding: 0 0 0.4em;
}
.post-content h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 40px 0 0;
}

/* img */
.post-content img {
	height: auto;
	max-width: 100%;
}

/* p */
.post-content p {
	font-size: 14px;
	margin: 20px 0 0;
	padding: 0;
}

/* em */
.post-content em {
	font-style: italic;
	font-weight: inherit;
}

/* del */
.post-content del {
	color: #ff0000;
}

/* ul */
.post-content ul {
	list-style-type: disc;
	margin: 20px 0 0;
	padding: 0 0 0 2em;
}
.post-content ul li {
	font-size: 14px;
	margin: 10px 0 0;
}
.post-content ul li:first-child {
	margin-top: 0;
}

/* ol */
.post-content ol {
	list-style-type: decimal;
	margin: 20px 0 0;
	padding: 0 0 0 2em;
}
.post-content ol li {
	font-size: 14px;
	margin: 10px 0 0;
}
.post-content ol li:first-child {
	margin-top: 0;
}

/* table */
.post-content table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
	margin: 20px 0 0;
	width: 100%;
}
.post-content table th {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.5;
	padding: 1em 1.5em;
	vertical-align: top;
	white-space: nowrap;
}
.post-content table th > *:first-child {
	margin-top: 0!important;
}
.post-content table td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.5;
	padding: 1em 1.5em;
	vertical-align: top;
}
.post-content table td > *:first-child {
	margin-top: 0!important;
}
@media only screen and (max-width: 600px) {
	.post-content table th {
		display: block;
	}
	.post-content table td {
		display: block;
	}
}

/* blockquote */
.post-content blockquote {
	background-color: #fafafa;
	border: 1px dashed #e0e0e0;
	color: #666;
	font-size: 12px;
	font-style: italic;
	margin: 20px 0 0;
	padding: 15px 20px;
}
.post-content blockquote > *:first-child {
	margin-top: 0!important;
}
.post-content blockquote a {
	color: #666;
}

/* hr */
.post-content hr {
	background: #ccc;
	border: 0;
	display: block;
	height: 1px;
	margin: 20px 0 0;
}


/* .align-
--------------------- */

.post-content .alignleft {
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
	max-width: 100%;
}
.post-content .alignright {
	float: right;
	height: auto;
	margin: 0 0 20px 20px;
	max-width: 100%;
}
.post-content .aligncenter {
	clear: both;
	display: block;
	height: auto;
	margin: 20px auto 0;
	max-width: 100%;
}
@media only screen and (max-width: 600px) {
	.post-content .alignleft {
		display: block;
		float: none;
		margin: 20px auto 0;
	}
	.post-content .alignright {
		display: block;
		float: none;
		margin: 20px auto 0;
	}
}


/* .wp-caption
--------------------- */

.post-content .wp-caption {
	background: transparent;
	border: none;
	color: #333;
	margin: 20px 0 0;
	max-width: 100%;
	padding: 0;
	text-align: left;
}
.post-content .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
.post-content .wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.post-content .wp-caption.aligncenter {
	margin: 20px auto 0;
}
.post-content .wp-caption-dt {
	margin: 0;
	padding: 0;
}
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	padding: 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: center;
}
