/****************************
** File：style.css
****************************/
﻿/*
  Name: PF-ichigo2 苺のタルト2
  Priority: 612
  Author: kyo_no_iro
  Author URI: http://helloxhat.net/hi/kyo-no-iro/
  Web素材: http://hibana.rgr.jp/  フリー素材*ヒバナ *


★★このスキン使用についてのお願い★★

このスキンは、『フリー素材*ヒバナ*』様よりお借りしている素材で成り立っています。
「サイトへのリンクを貼ること」の条件のみで、素材を再配布できる事はとても有り難い事です。
その為、万が一カスタマイズ等でフッターにあります『フリー素材*ヒバナ*』のurlを削除する場合は、
必ずサイドバー等に新たに、ヒバナ様へのリンクを明示頂けるようお願い致します。


※スキンでのカスタマイズについては以下のページを参照してください。
  
  Simplicityのスキン機能の仕様
  http://wp-simplicity.com/skin/
  
  【スキン機能の概要】
  このカスタマイズ用スキンフォルダー「skin-template」を
  「simplicity/skins」フォルダーにコピーして．新たに名前をつけて使うことによって、
  好きなだけスキンを増やすことができます。
  （アップデート時に上書きしないためにも、コピーして新しく名前をつけての使用を推奨）
  
  子テーマでは、コードもカスタマイズすることができますが、
  スキンではスタイルシート変更することしかできません。
  スキンを利用する利点は、
  ・子テーマを使用せずとも手軽にスタイルだけを変更できる
  ・「simplicity/skins」にあるスキンフォルダをコピペすることによって手軽にスタイルを増やすことができる
  ・他の人が作ったスキンを「simplicity/skins」に放り込めば手軽に再利用することができる
  ・テーマカスタマイザーから手軽に変更する事ができる（子テーマも手軽だけど）
  スキンの難点は
  ・子テーマのようにテンプレートを変更することはできない（スタイルシートのみの変更）
  ・スタイルシートの適用される優先度がややこしい
  などがあります。
  
  スタイルシートが適用される順番は、以下のようになります。
  後から呼び出されているものほど優先度が高いです。
  1.Simplicity（親テーマ）のstyle.css
  2.子テーマのstyle.css
  3.スキンのstyle.css
  4.Simplicity（親テーマ）のmobile.css
  5.子テーマのmobile.css
  6.スキンのmobile.css
  7.テーマカスタマイザーで変更したスタイル
  Simplicity設定で使用するスタイルだと、テーマカスタマイザーで変更したものが
  最も優先して適用されます。
*/
@import url('https://fonts.googleapis.com/css?family=Sacramento:400 700');
body {
background-image: url("./images/bg_hibana.png");
background-repeat: repeat;
}
h1,h2,h3,h4,h5,h6,#s{
color:#5b4439;
}
.entry h2 {
position: relative;
	border-bottom: 5px dotted #c89998;
	line-height:1.2;
}
.entry h2 a {
color:#5b4439;
}
.entry h2 a:before {
content: url("./images/ichigo-hana_4.png");
position: absolute;
    top: -10px;
left: -10px;
}
.entry-snippet ,.post-meta ,.entry-content {
color:#5b4439;
}
.entry-read a {
color: #5b4439;
text-decoration: none;
padding:0;
}
.entry-read a:after {
	font-family: FontAwesome;
	content: '\f138';
color: #ceb192;
padding-left:5px;
	}

.article h1 {
position:relative;
padding-left:15px;
}
.article h1:before {
 content:url("./images/ichigo-hana_2.png");
position: absolute;
 top: -80px;
left: -110px;
}
.article h2 {
	position: relative;
	border-bottom: 5px dotted #c89998;
	line-height:1.0em;
margin:5px;
border-left:none;
}
.article h3 {
	border-bottom: 4px double #c89998;
}
.article h4 {
		border-bottom: 2px dotted #c89998;
}
.article h5 {
		border-bottom: 1px solid #c89998;
width:50%;
}
.pagination a {
color: #5b4439;
}
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.5);
  }
blockquote:before {
  color: #c89998;
  }

blockquote:after {
  color: #c89998;
  }

.article th{
  border: solid 1px #c89998;
  background-color: #f1eae0;
}
.article td{
  border: solid 1px #c89998;
}

hr {
color: #5b4439;
border:1px solid #5b4439;
}

.page-link span, .comment-page-link span, .comment-page-link a {
    color: #5b4439;
    border: 1px solid #c89998;
    background: #c89998;
    }
.page-link a span, .comment-page-link a {
    background: #fff;
    color: #5b4439;
}
#page-top a {
    background-color: #5b4439;
}
#mobile-menu a {
    color: #5b4439;
}

#header {
margin-top: 20px;
}
#site-title a {
font-family: 'Sacramento', cursive !important;
font-size:50px;
color:#5b4439;
}
#site-description {
color:#827814;
}
/************************************
** グローバルナビメニュー（menu）
************************************/
@media screen and (min-width : 1024px) {

#navi{
    position: relative;
    padding: 0.5rem 1rem;
    background-color: #c89998;
    box-shadow: 0px 0px 0px 7px #c89998;
    border-top: 3px dashed #801515;
    border-bottom: 3px dashed #801515;
}

#navi ul, #navi ul.sub-menu, #navi ul.children {
    background-color: #c89998;
    }
#navi ul li a {
	font-weight: bold;
	color: #eee7dc;
display: block;
padding: 5px 10px;
}
#navi ul li a:hover{
	font-weight: bold;
	color: #801515;
background-color: #c89998;
padding-bottom:5px;
}
#navi ul li a:hover:before {
	font-family: FontAwesome;
	font-size:1.0rem;
	content: '\f069';
color:#ded5c8;
	}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:41px;
}
#navi ul.sub-menu,
#navi ul.children{
border:none;
/*padding-bottom: 1.1rem;*/
line-height: 1rem;
/*overflow:hidden;*/
}
}

#sidebar h3 {
position: relative;
margin:10px;
border-bottom: 1px dashed #c89998;
}
#sidebar h3:after{
	content:url("./images/ichigo-hana_5.png");
position: absolute;
    bottom: -20px;
right: 0px;
}

.related-entry-title {
    border-bottom: 1px dotted #5b4439;
}
.related-entry-content{
margin-left:120px;
}
.related-entry-title a,.related-entry-snippet{
color:#5b4439;
}
ul.snsp li a span {
        background-color: #c89998;
    color: #fff;
}
.widget_new_entries ul li img, .widget_new_popular ul li img, .widget_popular_ranking ul li img {
        margin-right: 15px;
}
#sidebar .widget_new_entries ul, #sidebar .widget_new_popular ul, #sidebar .widget_popular_ranking ul,
#sidebar .widget_new_entries ul a, #sidebar .widget_new_popular ul a, #sidebar .widget_popular_ranking ul a
{
display: block;
color: #5b4439;
padding-left: 10px;
font-size:15px;
}
/************************************
** フッター(footer)
************************************/
#footer ,#footer a{
color:#fff;
background-color:#c89998;
}
#footer a:after {
content:"  ×  http://hibana.rgr.jp/ フリー素材*ヒバナ *";
display: inline;
}
/****************************
** File：mobile.css
****************************/
﻿/*ブログタイトルのフォントサイズ*/
@media screen and (max-width: 440px){
  #site-title a {
    font-size: 44px !important;
  }
#site-title{
margin-top:20px;
}
}
