div.markdown {
	font-size: 15px;
	line-height: 1.55em;
	border-bottom: 0px solid #ddd;
	min-height: 1em;
	padding: 0 0px 0 0px;
}
div.markdown > p {
	padding: 0;
	margin-bottom: 1em;
}
div.markdown a {
	color: #d50012;
	text-decoration: none;
	font-weight: 600;
	font-family: 'UD Shin Go Medium', Meiryo !important;
	font-size: 0.92rem !important;
	text-decoration: underline;
}
div.markdown a:hover {
	text-decoration: underline;
}
div.markdown > ul {
	margin-top: -1em;
	margin-bottom: 1.5em;
	margin-left: 1em;
}
div.markdown ul li {
	list-style-type: none;
	margin-left:20px;
}
div.markdown > ul > li {
	list-style-type: none;
	margin-left: 1em;
	text-indent: -2em;
   	padding: 0 0 0 2em;
}
div.markdown > ul > li:before {
	content: 'ー　';
	margin-left: 0em;
}

div.markdown em {
	font-style: normal;
	color: #fc1626;
	font-weight: 700;
	margin-left: 1px;
	margin-right: 1px;
}
div.markdown img { 
	max-width: 300px;
}
div.markdown pre {
	margin: -0.5em 0 2em;
}
div.markdown pre code {
	display: block;
	color: #111;
	background-color: #eee;
	padding: 1em;
}
div.markdown a.exlink {
	text-align: center;
	border-radius: 20px;
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.1);
	min-width: 150px;
	max-width: 600px;
	display: inline-block;
	padding: 10px 15px;
	margin: 1em 0 1.5em;
	color: #fff;
	text-decoration: none;
	background-color: #f8001d;
}
div.markdown .b {
	font-weight: 600;
	font-family: 'UD Shin Go Medium',Meiryo !important;
	font-size: 0.92rem !important;
}
div.kadomaru {
	border: 1px solid #333;
	padding: 1.5em 1.5em;
	border-radius: 15px;
}
div.kadomaru p {
	padding: 0 0 1em 0 !important;
}


div.markdown h6 { 
	padding: 5px 0 !important;
	margin-bottom: 0 !important;
	border: 0 !important;
	font-size: 1em !important;
	display: inline-block;
	font-weight: 400 !important;
	display: flex; 
	flex-direction: row; 
}
div.markdown h6:before, 
div.markdown h6:after { 
	content: "";
	border-bottom: 1px solid #333;
	width: 2em;
	margin: auto 1em;
}
div.markdown h6:before { margin: auto 1em auto 0; }	
div.markdown h6:after  { margin: auto 0 auto 1em; }


div.markdown a.youtube {
	display: inline-block;
	margin-right:10px;
	box-shadow: 0 8px 0 0 rgba(0,0,0,0.1);
}
div.markdown a.youtube:last-child {
	margin-right: 0;
}

ol {
	margin: 0 0 1em 2em;
}
