/* エディター共通のスタイル */

.post p, .post a, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post th, .post td, .post dt, .post dd, .post li, .post blockquote {
/*	font-size: 14px;*/
	line-height: 1.5;
	color: #333;
}
.post h3 {
	font-size: 16px;
}
.post p, .post ul, .post ol {
/*	margin-bottom: 10px;*/
}

.post strong {
	font-weight: bold;
}
.post em {
	font-style:italic;
}

.post blockquote {
	font-size: 14px;
}

/* リストのスタイル */
.post ul, .post ol {
	margin-left: 17px;
}
.post ul li, .post ol li {
	list-style-type: inherit;
}
.post ul {
	list-style-type: disc;
}
.post ol {
	list-style-type: decimal;
}

/* テーブルのスタイル */

.post table {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 100%;
}
.post table td, .post table th {
	padding: 7px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.post table th {
	text-align: center;
}

/* ----- YUI FONTSIZE ---- */

.post .text10 {
	font-size: 84%;
}
.post .text11 {
	font-size: 92%;
}
.post .text12 {
	font-size: 100%;
}
.post .text13 {
	font-size: 109%;
}
.post .text14 {
	font-size: 117%;
}
.post .text15 {
	font-size: 125%;
}
.post .text16 {
	font-size: 134%;
}
.post .text17 {
	font-size: 142%;
}
.post .text18 {
	font-size: 150%;
}
.post .text19 {
	font-size: 159%;
}
.post .text20 {
	font-size: 167%;
}
.post .text21 {
	font-size: 175%;
}
.post .text22 {
	font-size: 184%;
}
.post .text23 {
	font-size: 192%;
}
.post .text24 {
	font-size: 200%;
}
.post .text25 {
	font-size: 209%;
}
.post .text26 {
	font-size: 217%;
}

