﻿@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150717
*/

/* Simplicity子テーマ用のスタイルを書く */

.article h2{
  border-left: 5px solid #FF837B;
  border-bottom: solid #ccc;
  background-color: #eee;
  color: #121082;
}

.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
  border-bottom:5px solid #FF837B;
  padding:10px 0;
}

/* トップページの記事の間に線を引く　*/
#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}

/* 関連記事の間に線を引く　*/
#main .related-entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}

/* 「記事を読む」ボタンの変更 */
.entry-read a{
color:#fff;
font-size:14px;
background-color:#FF837B;
border:1px solid #FF837B;
border-radius:2px;
padding:3px 10px 3px 5px;
text-decoration:none;
}
 
.entry-read a:hover{
color:#fff;
background-color:#FFC3BF;
border:1px solid #FFC3BF;
}

/* 「記事を読む」ボタンを右に寄せる */
.entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}


/* サイドバーの装飾 */
#sidebar h4 {
  font-size:20px;
  border-bottom:5px solid #FF837B;
  padding:10px 0;
}

/* 画像の装飾 */
#the-content > p > img, 
#the-content > p > a > img {
    border: 1px solid #ddd;
}
