@charset "utf-8";

/* 新着等、投稿タイプデフォルトパーツ
 ---------------------------- */
.singlePost{position: relative;}
.singlePost small.date{
    display: block;
    text-align: right;
    margin-top: -1em;
    margin-bottom: 2em;
}


/* タイトル */

.singlePost h1,
.singlePost h2,
.singlePost h3,
.singlePost h4,
.singlePost h5,
.singlePost h6{ font-family: "FOT-ロダン Pro DB", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; }

.singlePost h1,
.singlePost h2 {
    margin-bottom: 30px;
    padding-bottom: 12px;
    padding-left: 22px;
    border-bottom: 2px solid #00674e;
    line-height: 1.1;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.singlePost h1:after,
.singlePost h2:after {
    content: '';
    display: block;
    width: 8px;
    height: 1.1em;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    background-color: #00674e;
}

.singlePost h3 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: bold;
    color: #00674e;
}

.singlePost h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.singlePost h5 {
    font-size: 15px;
    font-weight: bold;
    color: #00674e;
}


.singlePost h6 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}


.singlePost strong{ font-weight: bold; }

.singlePost em{ font-style: italic; }


/* ブロックオート */

.singlePost blockquote{
    padding: 20px 24px;
    margin-bottom: 10px;
    background-color: #ededed;
}

.singlePost blockquote h2,
.singlePost blockquote h3,
.singlePost blockquote h4{
    display: block;
    color: #404040;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: bold;
}

/* list */

.singlePost ul,
.singlePost ol{
    display: block;
    margin: 0;
    padding: 0;
}

.singlePost ul li{
    display: block;
    position: relative;
    padding-left: 17px;
    text-decoration: none;
    margin-bottom: 3px;
}


.singlePost ul li:after{
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #404040;
    margin-top: -2px;
}


.singlePost ol {
    list-style-type: decimal;
    padding-left: 17px;
    margin-bottom: 5px;
}

.singlePost ol{
    margin-bottom: 3px;
}


/* 画像 */

.aligncenter{
  display: block;
  margin: 0 auto 15px auto;
}

.alignleft{
  float: left;
  margin: 0 20px 15px 0;
}

.alignright{
  float: right;
  margin: 0 0 15px 20px;
}
