@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/************************************
** バイラルボタン
************************************/
.sns-group-viral ul.snsb{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sns-group-viral ul.snsb li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  margin-right: 1%;
}

.sns-group-viral ul.snsb li a{
  /*width: 150px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.sns-group-viral ul.snsbs li a .social-count{
  font-size: 12px;
  bottom: 2px;
  font-weight: bold;
  background-color: transparent;
}

.sns-group-viral .social-icon:after{
  margin-left: 7px;
  position: relative;
  top: -2px;
  font-family: arial;
}

.sns-group-viral .fa-comment:after{
  top: 0;
}



.sns-group-viral .icon-feedly:after{
  content: 'Feedly';
}


.sns-group-viral .icon-twitter:after{
  content: 'Twitter';
}




.sns-group-viral .icon-facebook:after{
  content: 'Facebook';
}




.sns-group-viral .icon-hatena:after{
  content: 'Hatena';
}

.sns-group-viral .icon-pocket:after{
  content: 'Pocket';
}


.sns-group-viral .icon-googleplus:after{
  content: 'Google+';
}



.sns-group-viral .icon-line:after{
  content: 'Line';
}

.sns-group-viral .icon-evernote:after{
  content: 'Evernote';
}


.sns-group-viral .icon-push7:after{
  content: 'Push';
}

.sns-group-viral .fa-comment:after{
  content: 'Comment';
}

.wpcf7 .required {color: #ff0000;}


.article{
  font-size:16px;
  line-height:170%;
}

#site-title a{
  text-decoration:none;
  color:#ffffff;
  font-size:40px;
  font-weight:normal;
}

#site-description{
  color: #ffffff;
  margin:0;
  /*padding:10 0;*//*様子を見る*/
  line-height:140%;
  font-size:18px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}


/*グローバルナビの修飾 */
#navi {
 border-top:1px solid #aaaaa;
 border-bottom:1px solid #aaaaa;
}

/* フォントを灰色にする */
body{
　color:#555555 !important;
}

/* メタ情報の大きさを変更し、右側へ*/
.post-meta,.entry .post-meta a  {
    font-size: 12px;
    line-height: 160%;
}
 
.entry .post-meta {
    text-align: right !important;
}



/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
    color: #10aba6 !important;
　　　　　　　　background-color:white;
}
#navi ul li a:before{
   background:#10aba6 !important;
}
#navi ul,#navi{
 background-color:white;
}

/*サイドバー装飾*/
#sidebar h3 {
 font-size:20px;
 border-bottom:5px solid #57B196;
 padding:10px 0;
}

/*続きを読むボタン装飾*/
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#FFC3BF;
 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;
}

.related-entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#FFC3BF;
 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;
}

.related-entry-read {
 text-align: right;
 margin-right: 10px; 
}

#main .entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 15px;
}

#main .related-entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 15px;
}



 /*見出し装飾*/

.article h2  {
	position: relative;
	padding: .4em;
	background-color: #ff8c00;
    border-left: 0 none;
    color: #fff;
}
 



.article h3,
#comment-area h3,
#related-entries h3{
 font-size:21px;
 border-bottom:5px solid #ff8c00;
 padding:10px 0;
}


/* パンくずリストを装飾する */
#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: 5px 0 0 5px;
}
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after{
  right: -.6em;
  border-radius: 0 5px 5px 0;
}
 
#breadcrumb a {
    color: #4D4D4D;
    font-weight:700;
}
 
#breadcrumb {
    color: #4D4D4D;
}

body {
font-family : YuGothic, ‘游ゴシック’, sans-serif;
}

/* タイトルfont */
#site-title a{
  
  font-size: 60px;
  color:#000000;
}

/* タグクラウド*/
.tagcloud a {
	font-size: 12px !important;
	line-height: 1em;
	background: #4ac4dc !important;
	color: #fff !important;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 3px;
	border-radius: 4px;
	text-decoration: none;
}
.tagcloud a:hover {
        background-color:#FFF;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        border-style: none !important;
}

.tagcloud a:before {
 　font-family: "FontAwesome";
　content: "\f02b";
　padding-right: 4px;
}

/* 人気記事ランキングの順位をカスタマイズ　*/
.widget_popular_ranking ul li:before, .widget_new_popular ul li:before {
 background: none repeat scroll 0 0 #f2cf01 !important;
 color:#fff !important;
 border-radius: 5px !important;
 top: 3px !important;
 border:solid 3px #f2cf01 !important;
 font-weight: bold;
}

/*メニューの下に文字を付ける*/
#mobile-menu a:after {
	content: "menu";
	display: table-cell;
	font-weight: bold;
font-size: 10px;
}