@charset "utf-8";
/* CSS Document */

/* ===== 投稿用スタイルシート ===== */

.post{
	overflow:hidden;
	clear:both;
}

.post h1 {
	margin:0 0 24px;
	clear:both;
}

.post h2 {
	margin:0 0 24px;
	clear:both;

}

.post h3 {
	margin:0 0 24px;
	clear:both;
}

.post h4{
	margin:0 0 24px;
	clear:both;
}

.post h5,
.post h6{
	clear:both;
}

.post p{
	margin-bottom:24px;
}

.post ul{
	list-style: square;
	margin: 0 0 16px 0;
}

.post ol{
	list-style: decimal;
	margin: 0 0 16px 0;
}

.post li{
	margin:0 0 4px 24px;
}

.post dl{
	margin: 0 0 16px 0;
}

.post dt{
	font-weight: bold;
}

.post dd{
	margin-bottom: 16px;
}

.post strong{
	font-weight: bold;
}

.post cite,
.post em,
i{
	font-style: italic;
}

.post ins{
	background: #ffc;
	text-decoration: none;
}

.post blockquote{
	font-style: italic;
	padding: 0 3em;
}

.post blockquote cite,
.post blockquote em,
.post blockquote i{
	font-style: normal;
}

.post pre{
	line-height: 16px;
	margin-bottom: 16px;
	padding: 1.5em;
}

.post abbr,
.post acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}

.post sup,
.post sub{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

.post sup {
	bottom: 1ex;
}
.post sub{
	top: .5ex;
}

/* 画像 */

.post .aligncenter{
	margin:0 auto;
	clear:both;
	display:block;
}

.post .wp-caption-text{
	margin:5px 0 0;
}

.post .wp-caption{
	margin:0 0 16px 0;
	padding:8px 0;
	border:1px solid #CCCCCC;
	background-color:#F1F1F1;
	text-align:center;
}