@charset "utf-8";
/* CSS Document */

/* ===== 投稿用スタイルシート ===== */
.post h1{margin:0 0 12px;padding:6px 12px 0 0;font-size:130%;font-weight:bold;clear:both;}
.post h2{margin:0 0 12px;clear:both;}
.post h3 {margin:0 0 12px;font-size:18px;font-weight:bold;color:#FF7F00;border-bottom:2px solid #FF7F00;clear:both;}
.post h4{margin:0 0 12px;padding:8px 12px 8px 24px;font-size:110%;font-weight:bold;clear:both;background:#FDFDFD;border:1px solid #CCCCCC;position:relative;}
.post h4:after{width:6px;height:16px;display:block;content:"";background:#2E3192;position:absolute;left:10px;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.post h5,.post h6{clear:both;}

.post p{margin-bottom:16px;font-size:14px;}
.post ul{list-style: square;margin: 0 0 10px 0;}
.post ol{list-style: decimal;margin: 0 0 10px 0;}
.post li{margin:0 0 5px 25px;}
.post dl{margin: 0 0 16px 0;}
.post dt{font-weight: bold;}
.post dd{margin-bottom: 10px;}
.post strong{font-weight: bold;}
.post cite,.post em,i{font-style: italic;}
.post big{font-size: 131.25%;}
.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: 18px;
	margin-bottom: 18px;
	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 .alignleft{
	float:left;
	margin:0 10px 10px 0;
}

.post .alignright{
	float:right;
	margin:0 0 10px 10px;
}

.post .aligncenter{
	margin:10px auto;
	clear:both;
	display:block;
}

.post .wp-caption-text{
	margin:5px 0 0;
}

.post .wp-caption{
	margin:0 0 10px 0;
	padding:5px 0;
	border:1px solid #CCCCCC;
	background-color:#F1F1F1;
	text-align:center;
}

.post article{margin-bottom:36px;}
#main .post{margin-bottom:20px;}
#contents .post{margin-bottom:20px;}
