@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */



/*---------------------------------
見出し h2
--------------------------------*/
.article h2 {
	position: relative;
	padding: .5em .75em;
	margin:1px;
	background-color: #ffb6c1;
	color: #fff;
	border-radius: 6px;
	border-left:none;
}
.article h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ffb6c1;
}

/*---------------------------------
見出し h3
--------------------------------*/
.article h3,
#comment-area h3{
	font-size:20px;
	border-bottom: 5px solid #ffb6c1;
}

 


/*---------------------------------
見出し h4
--------------------------------*/

.article h4 {
    border-left: 30px solid #ffb6c1;
    border-bottom: 0px;
    padding: 5px 0 5px 10px;
    margin-bottom: 30px;
}


/*---------------------------------
関連記事　見出し
--------------------------------*/

#related-entries h2{
  font-size:20px;
  border-bottom:5px solid #ffb6c1;
  padding:10px 0;
}

/*---------------------------------
コメント　見出し
--------------------------------*/
#comment-area h2{
  font-size:20px;
  border-bottom:5px solid #ffb6c1;
  padding:10px 0;
}

/*---------------------------------
サイドバーの見出し
--------------------------------*/

#sidebar h3{
	padding: 10px;
	position: relative;
	overflow: hidden;
	background-color: #ffb6c1;
	color: #FFF;
}
#sidebar h3:before{
	content: '\02728';
	color: #cd5c5c;
	font-size: 40px;
	position: absolute;
	bottom: 13px;
	right: 0px;
	opacity: 0.3;
}
#sidebar h3:after{
	content: '゜*。';
	color: #cd5c5c;
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	right: 25px;
	opacity: 0.3;
}





/*---------------------------------
太字　蛍光
--------------------------------*/
strong {
    background: linear-gradient(transparent 60%, rgb(255, 170, 170) 60%);
}



/*---------------------------------
人気記事　数字カラー
--------------------------------*/

.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
    color: #fff;
    opacity: 1;
    display: block;
    font-size: 80%;
}
.widget_popular_ranking ul li::before {
    background: none repeat scroll 0 0 #cd5c5c !important;
    color:  #fff !important;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    font-size: 80% !important;
    left: 0px !important;
    top: 3px !important;
    line-height: 1;
    padding: 6px 10px !important;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    font-family: Arial;
    font-weight: bold;
}


/*---------------------------------
関連記事の記事を読むと記事抜粋を非表示
--------------------------------*/
.related-entry-read a{
 display:none;
}
.related-entry-snippet {
  display:none;
}


/*---------------------------------
関連記事に点線
--------------------------------*/
#main .related-entry {
    border-bottom: 1px dotted #cd5c5c;
    padding-bottom: 5px;
}



/*---------------------------------
記事を読むと記事本文の抜粋なし
--------------------------------*/
@media only screen and (max-width: 480px) {
.entry-read a{
 display:none;
}
 
.entry-snippet{
  display:none;
 }
}


/*---------------------------------
トップページの記事を読む表示の装飾
--------------------------------*/
.entry-read a{
 color:#cd5c5c;
 font-size:14px;
 background-color:#fff;
 border:1px solid #cd5c5c;
 border-radius:2px;
 padding:3px 5px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff !important;
 background-color:#cd5c5c;
 border:1px solid #cd5c5c;
}



/*---------------------------------
記事を読むを右に
--------------------------------*/
.entry-read {
  text-align: right;
  margin-right: 10px;
}

/*---------------------------------
記事タイトルを小さく
--------------------------------*/
.entry h2 a{
 font-size: 17px;
 line-height: 1.4;
}



/*---------------------------------
メタ情報の日付を小さく　日付カテゴリー
--------------------------------*/
.post-meta,.entry .post-meta a  {
    font-size: 13px;
    line-height: 160%;
}


/*---------------------------------
抜粋記事本文を小さく
--------------------------------*/
.entry-snippet{
        font-size:80%
}

/*---------------------------------
ホバー時の線と文字の色を変更
--------------------------------*/
#navi ul li a:hover{
    color: #cd5c5c !important;
　　　　　　　　background-color:white;
}
#navi ul li a:before{
   background:#cd5c5c !important;
}
#navi ul,#navi{
 background-color:white;
}


/*---------------------------------
タグ
--------------------------------*/

.tagcloud a {
	font-size: 14px !important; /* 文字サイズ */
	line-height: 1em;
	background: rgba(0,0,255,0) ; /* 背景色 */
	color: #cd5c5c; /* 文字色 */
border:1px solid #cd5c5c;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; /* 文字周り余白 */
	margin-top: 3px; /* タグ余白 */
	border-radius: 4px; /* 角を丸くする */
	text-decoration: none;
}
.tagcloud a:hover {
 	background: #cd5c5c; /* マウスホバー背景色 */
	color: #fff !important; /* マウスホバー文字色*/
}
 
/* アイコンを入れる「Font Awesome」*/
 
.tagcloud a:before {
        font-family: "FontAwesome";
        content: "\f02b";
	padding-right: 4px;
}

/*---------------------------------
ポイントＢＯＸ
--------------------------------*/
	
	.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #EAD9FF;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: 	#DA70D6;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/*---------------------------------
背景のみＢＯＸ
--------------------------------*/
	.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #111111;
    background: #EAD9FF;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}


/*--------------------------------------
ヨメレバ・カエレバここから
--------------------------------------*/
.booklink-box, .kaerebalink-box{
width:90%;
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;
} 
/*--------------------------------------
ヨメレバ・カエレバここまで
--------------------------------------*/


/*---------------------------------
トップページと本文中の枠を消す　記事一覧カード
--------------------------------*/
#main{
	border:none;
}


/*---------------------------------
トップの背景だけ透明化　記事一覧カード
--------------------------------*/
.home #main{
	background-color:transparent;
}



/*---------------------------------
余白の並び調整で綺麗に　記事一覧カード
--------------------------------*/
.home #main{
	padding:5px 5px;
}


/*---------------------------------
記事欄の背景を白にする　記事一覧カード
--------------------------------*/
#main .entry {	
	background-color:#fff;/* エントリーの背景は白 */
}


/*---------------------------------
余白調整でさらに見た目整える　記事一覧カード
--------------------------------*/
#main .entry {	
	width:auto;
	padding:10px;
	margin-bottom:10px;
}



/*---------------------------------
影を付けて立体的に　記事一覧カード
--------------------------------*/
#main .entry {	
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(0, 0, 0, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.509804) 9px 9px 10px -4px;
}

/*---------------------------------
影をつけたボックス
--------------------------------*/
.box30 {
    margin: 2em 0;
    background: #fcf9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #cd5c5c;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
/*---------------------------------
タイトルボックス
--------------------------------*/

.box29 {
    margin: 2em 0;
    background: #F5F5F5;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #ffb6c1;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/*---------------------------------
画像横並び
--------------------------------*/
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 > img,
.img-flex-2 a { width: 49%; height: 49%; }
.img-flex-3 > img,
.img-flex-3 a { width: 32%; height: 32%; }
.img-flex-4 > img,
.img-flex-4 a { width: 24%; height: 24%; }


/*---------------------------------
新着情報リスト
--------------------------------*/
.lcp_catlist{
	position: relative;
	padding: 0; 
	margin: 0; 
}
.lcp_catlist a {
    text-decoration: none;
	font-weight: lighter;
}
.lcp_catlist a:hover {
	text-decoration: underline;
}
ul.lcp_catlist li {
	list-style:none;
	padding: 10px 0 7px 0;
}
ul.lcp_catlist li img {
	float: left;
	margin-right: 10px;
	padding: 0;
	border-radius: 10px;
}
 
@media screen and (max-width: 440px){
	.article ul,
	.article ol{
		padding-left: 0;
	}
	ul.lcp_catlist li {
		list-style:none;
		padding: 10px 0 40px 0;
	}
}
/* iphone plus */
@media screen and (max-width: 414px){
	.article ul,
	.article ol{
		padding-left: 0;
	}
	ul.lcp_catlist li {
		list-style:none;
		padding: 10px 0 60px 0;
	}
}


/*---------------------------------
画像ホバー時
--------------------------------*/
 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




/*---------------------------------
サムネイル画像が拡大する
--------------------------------*/
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
   -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);


	
/*---------------------------------
グローバルナビの修飾 
--------------------------------*/
#navi {
 border-top:1px solid #F3F3F3;
 border-bottom:1px solid #F3F3F3;

/*グローバルナビの修飾 */
#navi {
 border-top:1px solid #F3F3F3;
 border-bottom:1px solid #F3F3F3;
}
	


