﻿@charset "UTF-8";

/*
	Theme Name: Simplicity2 child
	Template: simplicity2
        Version: 20160501-1
*/

/* Simplicity子テーマ用のスタイルを書く */

/* 記事間に線を引く */
#main .entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 15px;
}

/* 関連記事間に線を引く */
#main .related-entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 10px; 
}

/* post-xx の 下部SNSボタンの非表示 */
#post-5541 ul.snsb,#post-4214 ul.snsb,#post-2 ul.snsb {
 display: none; 
} 

/* post-xx の下部シェアボタン周りの非表示 */
#post-5541 #sns-group,#post-4214 #sns-group,#post-2 #sns-group {
 display: none; 


/* 記事を読むの変更 */
.entry-read a {
    color: #fff;
    background-color: #3a3a3c;
    border-top: 1px solid #3a3a3c;
    border-bottom: 1px solid #3a3a3c;
    border-right: 1px solid #3a3a3c;
    border-left: 1px solid #3a3a3c;
    padding: 5px 10px;
    text-decoration: none;
}
 
/* マウスオーバー時の記事を読むの変更 */
.related-entry-read a:hover {
    color: #3a3a3c;
    background-color: #fff;
    border-top: 1px solid #3a3a3c;
    border-bottom: 1px solid #3a3a3c;
    border-right: 1px solid #3a3a3c;
    border-left: 1px solid #3a3a3c;
    text-decoration: none;
}

/* 関連記事を読むの変更 */
.related-entry-read a {
    color: #fff;
    background-color: #3a3a3c;
    border-top: 1px solid #3a3a3c;
    border-bottom: 1px solid #3a3a3c;
    border-right: 1px solid #3a3a3c;
    border-left: 1px solid #3a3a3c;
    padding: 5px 10px;
    text-decoration: none;
}
 
/* マウスオーバー時の関連記事を読むの変更 */
.entry-read a:hover {
    color: #3a3a3c;
    background-color: #fff;
    border-top: 1px solid #3a3a3c;
    border-bottom: 1px solid #3a3a3c;
    border-right: 1px solid #3a3a3c;
    border-left: 1px solid #3a3a3c;
    text-decoration: none;
}

