@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */
.form-width { max-width: 100%;}

/* 本文枠線を消す*/
#main{
	border:none;
}

/* フォントを灰色にする */
body{
　color:#555555 !important;
}

#site-title{
  margin-top:16px;
  margin-bottom:-25px;
  margin-left:5px;
  font-size: 30px;
  line-height: normal;
}

/*--------------------------------------
  ヨメレバ・カエレバここから
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    width:95%;
    margin:20px auto;
    padding:20px;
    border:double #d2d7e6;
    overflow: hidden;
    font-size:small;
    border-radius:2px;
}
 
.booklink-image, .kaerebalink-image{
    width: 150px;
    margin:0 15px 20px 0;
    float:left;
}
.booklink-image img, .kaerebalink-image img{
    display:block;
    margin:0 auto;
    text-align:center;
}
 
.booklink-info, .kaerebalink-info{
    display:block;
    margin:0 auto;
    text-align:left;
    line-height:120%;
    overflow: hidden;
}
 
.booklink-name, .kaerebalink-name{
    font-size:16px;
    margin-bottom:24px;
    line-height:1.5;
}
 
.booklink-powered-date, .kaerebalink-powered-date{
    font-family: verdana;
    font-size:8pt;
    margin-top:5px;
    line-height:120%;
}
.booklink-detail, .kaerebalink-detail{
    margin-bottom:5px;
}
 
.booklink-link2, .kaerebalink-link1{
    margin-top:10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom{
    float:left;
    width:30%;
    margin:15px 1% 0 auto;
    padding:10px 0px;
    height:15px;
    overflow:hidden;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    text-align:center;
    }
     
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover{
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active{
    position:relative;
    top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
    display:block;
    cursor:pointer;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
}
     
.shoplinkamazon a{
    color:#FF9901;
}
 
 .shoplinkrakuten a{
    color:#c20004;
}
 
.shoplinkkindle a{
    color:#007dcd;  
}
 
.shoplinkyahoo a{
    font-size:10px;
    color:#7b0099;
 } 
 
.booklink-footer{
    clear:left;
} 
/*--------------------------------------
  ヨメレバ・カエレバここまで
--------------------------------------*/


/* h1見出し*/
.article h1 {
	position: relative;
	padding: 1em 0;
}
.article h1::before,
.article h1::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.article h1::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.article h1::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
/* h2見出し*/
h2 span {
	display: block;
	margin-bottom: .2em;
	color: #aaa;
	font-size: .7em;
}
/* h3見出し*/
.article h3 {
	position: relative;
	text-align: center;
}
.article h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.article h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
.article h3 {
 border-bottom: none !important;
}
/* h4見出し*/
h4 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: none !important; 
	font-size: 120% !important;
}
h4::before,
h4::after {
	position: absolute;
	content: '';
	border-radius: 100%

}
h4::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h4::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
/* サイドバーh3見出し*/
#sidebar h3 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* フォントカラー　*/
body {
 color:#555555 !important;
}


/* Webフォント適用　*/
body{
font-family: 'Maven Pro', sans-serif;
}

/* Box　*/
.simple-box-1 {
    border: 2px solid #207e36;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1.8em;
    position: relative;
}
.simple-box-1::before {
    background-color: #fff;
    color: #207e36;
    content: "♣ Botanique Online Shop";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

/**
 *  side-title
 */
#sidebar h3 {
  margin-bottom: 15px;
  padding: 8px 0;
}
#sidebar h3 {
  font-family: 'Reenie Beanie', cursive;
  font-size: 30px;
  font-weight: bold;
}
#sidebar h3 #sidebar h3:after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  margin-top: 15px;
  border: 1px solid #ccc;
}
#sidebar h3 .title span {
    font-size: 11px;
    margin-left: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
#sidebar h3 {
border-left: none;
border-bottom: none;
}
