@charset "utf-8";
/* ==================================
記事投稿後の出力見栄え
================================== */
.entry h2 {
	font-size: 90%;
}
.entry h3 {
	font-size: 80%;
}
.entry h4 {
	font-size: 70%;
}
.entry h5 {
	font-size: 60%;
}
.entry h6 {
	font-size: 50%;
}
.entry p {
	font-size: 60%;
	line-height: 1.5em;
}
.entry p.date {
	float: left;
	padding: 0 5px;
	color: #999;
}
.entry p.side-menu {
	float: right;
	padding: 2px 5px;
}
.entry ol {
	margin: 0 0 15px 20px;
}
.entry ol li {
	margin: 3px 5px;
	list-style-type: decimal;
	font-size: 60%;
}
.enty ul {
	margin: 0 0 5px 0;
}
.entry ul li {
	margin: 3px 10px;
	padding-left: 10px;
	background: url(../images/icon/disc.png) no-repeat 0 0.5em;
	font-size: 60%;
}
.entry dt {
	font-size: 60%;
}
.entry dd {
	font-size: 60%;
}
.entry code {
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
}
.entry pre {
	padding: 11px;
	border: 1px solid #333;
	background: #CCC;
	font-size: 70%;
	line-height: 1.3em;
	overflow: auto;
}
.entry pre a {
	font-weight: normal;
}
.entry blockquote {
	margin: 10px 0;
	background: #FFC;
	border-left: 2px solid #F00;
}
.entry strong { font-weight: bold; }