@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */
/*H2*/
.article h2{
background-color: #34414f;
color: #fff;
border-left: 0;
padding: 15px 30px;
}

/*関連記事*/
div#widget-under-related-entries
{
    margin-top: -50px;
}
div#pc_ad-3 {
    margin-top: 10px;
}

/*Sidebar Widget*/
#sidebar h3{
  padding: 5px 10px;
  background-color: #34414f;
  color: white;
  margin-bottom: 20px;
}
#sidebar .follow{
  padding-bottom: -30px;
}
.ad-space
{
    margin: -15px 0 -10px 0;
}
.entry-content
{
    margin-bottom: -5px;
}
/*blockquote*/
blockquote.quotation{
    margin: 10px 0;
    padding: 0 25px;
    line-height: 1.2;
}

/*Sidebar SNS*/
.follow {
    margin-bottom:5px;
}
.follow ul{
    position:relative;
    margin:-15px -8px 0 -25px;
    overflow:hidden;
}
.follow ul li{
    float:left;
    width:46%;
    margin:-5px 0 -10px 10px;
}
.follow ul li a{
    padding-top:10px;
    padding-bottom:5px;
    display:block;
    -webkit-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
    color:#fff;
    font-family:'Open Sans',sans-serif;
    text-align:center;
    text-decoration:none;
}
.follow ul li a::before{
    position:relative;
    display:block;
    -webkit-transition:.15s ease-in-out;
    transition:.15s ease-in-out;
    color:#fff;
    font-size:26px;
    font-family: "FontAwesome";
}
.follow ul li a:hover{
    background-color:#fff;
}
.follow ul .twitter a{
    background-color:#00aced;
    border:2px solid #00aced;
}
.follow ul .twitter a::before{
    content: "\f099";
    }
.follow .twitter a:hover,.follow .twitter a:hover::before{
    color:#00aced;
}
.follow .facebook a{
    background-color:#3c5a98;
    border:2px solid #3c5a98;
}
.follow .facebook a::before{
    content:"\f09a";
}
.follow .facebook a:hover,.follow .facebook a:hover::before{
    color:#3c5a98;
}
.follow ul .rss a{
    background-color:#ffb53c;
    border:2px solid #ffb53c;
}
.follow ul .rss a::before{
    content:"\f09e";
}
.follow ul .rss a:hover,.follow ul .rss a:hover::before{
    color:#ffb53c;
}
.follow ul .feedly a{
    background-color:#87c040;
    border:2px solid #87c040;
}
.follow ul .feedly a::before{
    content:"\f143";
}
.follow ul .feedly a:hover,.follow ul
.feedly a:hover::before{
     color:#87c040;
}

/*Popular Entory*/
.wpp-list {
    font-size: 12px;
    font-weight: bold;
}


/*Comment*/
.comment-notes,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-allowed-tags{
  display:none;
}

/*Table*/
table.type1 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
}
table.type1 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #04162e;
}
table.type1 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type1 tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type1 td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
