/*
THEME NAME: Yugyoan Blog Original Theme 2017
AUTHOR: Miwa Yasuoka
*/

/*============================================================================================
↓カテゴリ、アーカイブの見出し================================================================
============================================================================================*/
.pageDisc {
	font-size:16px;
	line-height:20px;
	margin: 0 auto 40px;
}

/*============================================================================================
↓wp本文欄====================================================================================
============================================================================================*/
.post {
	min-height:400px;
}
.postBody {
	font-size:1.4em;
	line-height:2em;
	margin-bottom:30px;
}

/*.postBody h1 {font-size:22px !important; line-height: 1.5em; margin-bottom:10px; }
.postBody h2 {font-size:18px !important; line-height: 1.5em; margin-bottom:10px; }
.postBody h3 {font-size:16px !important; line-height: 1.5em; margin-bottom:10px; }
.postBody h4 {font-size:14px; line-height: 1.5em; margin-bottom:10px; }
.postBody h5 {font-size:12px; line-height: 1.5em; margin-bottom:10px; }
.postBody h6 {font-size:10px; line-height: 1.5em; margin-bottom:10px; }*/

.postBody address {font-size:1.2em; margin-bottom: 10px;}
.postBody pre {font-size:1.2em; margin-bottom: 10px;}
.postBody em {font-style:italic; margin-bottom: 10px;}
.postBody strong {font-weight: bold;}

.postBody ul {
	padding-left: 20px;
	margin:10px 0;
}
.postBody ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.postBody ol {
	padding-left: 20px;
	margin:10px 0;
}
.postBody ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.postBody blockquote {
	padding: 0 20px;
	border: 1px dotted rgba(0,0,0,0.2);
	margin:10px 0;
}
.postBody hr {
	margin:20px auto;
}
.postBody img {
	max-width:100%;
	height:auto;
}
.postBody a:link,
.postBody a:visited {
	text-decoration:underline;
}
.postBody a:hover {
	text-decoration:none;
}

/*タグクラウド*/
.relatedTags {
	font-size:1.2em;
	line-height:1.6em;
	padding:10px 0;
	border-top:solid 1px rgba(0,0,0,0.2);
}

/*埋め込みYoutube対策*/
.postBody iframe{ width:100%; max-width:100%; }

/*============================================================================================
↓404（関連ページを探す）=====================================================================
============================================================================================*/
.choice input {
	padding:5px;
}
.search-list {
	font-size:1.4em;
	line-height:2em;
	padding:0;
}
.search-list li {
	padding:10px 0px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	list-style-type: disc;
	list-style-position: inside;
}