/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.clouder.jp/mt/mt-static/themes-base/blog.css);
@import url(http://blog.clouder.jp/mt/mt-static/support/themes/professional-black/professional-black.css);
/* end StyleCatcher imports */


blockquote.quote {
	background-color: #eee;
	border: 2px solid #999;
	margin: 0px;
	padding: 10px;
	width: 95%;
}

pre.code {
	font-size: 14px;
	font-family: monospace;
	background: #ccc;
	padding: 1.2em 0.8em;
	border: 1px solid #444;
	width: 95%;
	overflow: auto;
	line-height: 1.2em;
	color: #000;
	margin: 1.2em 0;
}

pre.command {
	font-size: 14px;
	font-family: monospace;
	background: #000;
	padding: 1.2em 0.8em;
	width: 95%;
	overflow: auto;
	line-height: 1.2em;
	color: #0f0;
	margin: 1.2em 0;
}

img.photo {
	border: 1px solid #ccc;
	margin: 0px 10px 10px 0px;
	padding: 5px;
}

.asset-body {
	line-height: 170%;
	font-size: 16px;
}

.mt-main-index #alpha p {
	font-size: 16px;
}

