@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */

#navi-in {border-bottom:3px solid #f4009b; background:#222; padding:10px 0;}

/* サイドバーの見出し背景を修正 */
#sidebar h4{
  height: 50px;
  line-height: 50px;
  font-size:18px;
  padding: 0 20px;
  border-radius: 0px;
  background: #222;
  font-weight: bold;
  color: #fff;
border-bottom:3px solid #f4009b;
}

/* サイドバー人気記事ランキングを修正 */
#popular-entries h4:before{
 margin-right:5px;
 font-family:"FontAwesome";
 content:"\f219";
}

/* サイドバー新着記事ランキングを修正 */
#new-entries h4:before{
 margin-right:5px;
 font-family:"FontAwesome";
 content:"\f0ca";
}

/* 人気記事ランキングの順位をカスタマイズ　*/
.widget_popular_ranking ul li:before, .widget_new_popular ul li:before {
  background: none repeat scroll 0 0 #fff !important;
  color:#000 !important;
  top: 0px !important;
  border-radius: 0px !important;
  border:solid 2px #000 !important;
}
#new-entries ul li img, #popular-entries ul li img {
  margin: 3px 5px 10px 3px;
}

/* パンくずリストの装飾 */
#breadcrumb span.sp {
	display:none;
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] {
  background: #F3F3F3;
  padding: 4px;
  position:relative;
  margin-right:20px;
}
 
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after,
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before
{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #F3F3F3;
  transform: skew(-10deg);
}
 
 
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before{
  left: -.6em;
  border-radius: 0px 0 0 0px;
}
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after{
  right: -.6em;
  border-radius: 0 0px 0px 0;
}

#breadcrumb a {
    color: #4D4D4D;
    font-weight:700;
}

#breadcrumb {
    color: #4D4D4D;
}

.post-meta {font-size:13px; border-top:1px solid #aaa; border-bottom:1px solid #aaa;}


.hutoi {font-weight:bold;}
.big1 {font-size:20px;}
.big2 {font-size:23px;}
.big3 {font-size:25px;}
.pink {color:#ff1493;}
.blue {color:#0000ff;}
.red {color:#ff0000;}