@charset "UTF-8";

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

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

.article {
	width:100%;
	margin: 0 auto;
}

.article #the-content p {
	line-height:190%;
}

.article h1 {
  margin-top:20px;
  margin-bottom:10px;
  font-size: 24px;
  line-height:117%;
}

.article h2 {
    line-height: 160%;
    border: none;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background: #43779D;
    padding: 10px 15px;
	margin: 35px -13px 10px -13px;
}


.article h3 {
    position: relative;
    margin: 1.5em 0 0.2em;
    padding: 0.8em 0 0.8em 1.5em;
    border: 3px solid #4b6f9e;
    font-size: 1.153em;
    font-weight: 700;
}
.article h3:before {
    content: "";
    position: absolute;
    background: #4b6f9e;
    top: 50%;
    left: 0.5em;
    margin-top: -15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 24px;
  line-height: 100%;
}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:24px;
  font-weight:normal;
}

#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:0px;
  font-weight:normal;
}

@media screen and (max-width: 440px){
#site-title a {
font-size: 19px !important;
}
	
#site-description{
  line-height:140%;
  font-size:13px !important;
  font-weight:normal;
  margin-bottom:0px;
}
.entry-snippet{
  display:none;	
 }
	.article h2 {
  margin-bottom: 5px;
}
}

.entry {
	width:100%;
	margin: 0 auto;
}

.entry h2 {
  font-size: 19px;
}
.entry h2 a {
  font-size: inherit;
}

ul {
   list-style-type: square;
}


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

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

.bold-green {
	font-weight:bold;
	color:green;
}



.blank-box bb-tab bb-memo bb-blue {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}


#recent-posts-2{
	font-size:13px;
	padding: 0em 0.5em;
    margin: 0 0 1em 0;
	height: 100px;
    border: solid 1px #ccc;/*線*/
    border-radius: 5px;/*角の丸み*/	
  list-style: square;/*ポチ消す*/
	
	  /* 縦方向のスクロールバーを表示 */
  overflow-y: scroll;

  /* IE などのスクロールバーの色設定 */
  scrollbar-face-color: #999;
  scrollbar-track-color: #eee;

  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
}



#recent-posts-4{
	font-size:13px;
	padding: 0em 0.5em;
    margin: 0 0 1em 0;
	height: 100px;
    border: solid 1px #ccc;/*線*/
    border-radius: 5px;/*角の丸み*/	
  list-style: square;/*ポチ消す*/
	
	  /* 縦方向のスクロールバーを表示 */
  overflow-y: scroll;

  /* IE などのスクロールバーの色設定 */
  scrollbar-face-color: #999;
  scrollbar-track-color: #eee;

  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
}


.entry-read a{
color:#fff;
font-size:13px;
background-color:#69ACDE;
border:1px solid #69ACDE;
border-radius:2px;
padding:5px 10px 5px 10px;
text-decoration:none;
float: right;
}

.entry-read a:hover{
color:#fff;
background-color:#6cf;
border:1px solid #6cf;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
}


.entry-content li{
	line-height:180%;
}


/*******************************
* 補足説明
********************************/

.information,
.information-box,
.question,
.question-box,
.alert,
.alert-box{
  background-color: #F4F3EB;
  padding: 20px 20px 20px 72px;
  border-radius: 4px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.alert-box,
.alert{
  background-color: #fdeff2;
}

.information::before,
.information-box::before,
.question::before,
.question-box::before,
.alert::before,
.alert-box::before{
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  top: 20px;
  left: 13px;
  color: #EAE3B4;
}

.information::before,
.information-box::before{
  content: '\f05a';
}

.question::before,
.question-box::before{
  content: '\f059';
}

.alert::before,
.alert-box::before{
  content: '\f06a';
  color: #ee827c;
}

@media screen and (max-width:440px){
  .information,
  .information-box,
  .question,
  .question-box,
  .alert,
  .alert-box
	{
    padding: 10px 10px 10px 48px;
  }

  .information::before,	
  .information-box::before,
  .question::before,
  .question-box::before,
  .alert::before,
  .alert-box::before{
    top: 10px;
    left: 10px;
    font-size: 32px;
  }
}




.amazon-item-box {
  padding: 22px 25px;
  width: 94%;
  margin: 0 auto 1.6em;
  border: 3px solid #dfdfdf;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
 
.amazon-item-box {
  position: relative;
}
/*
Font Awesome適用下でコメントアウトすると
ボックス右下にAmazonアイコンが表示されます*/
/*
.amazon-item-box::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 24px;
  color: #ccc;
}
*/
 
.amazon-item-error.cf {
  display: block;
  line-height: 1.2;
}
 
.amazon-item-thumb {
  width: 160px;
  min-width: 160px;
  margin: 0 auto 5px;
  float: none !important;
}
 
.amazon-item-thumb * {
  display: block;
}
 
.amazon-item-thumb > a > img {
  margin: 0 auto;
}
 
.amazon-item-content {
  line-height: 125%;
  width: 100%;
}
 
.amazon-item-snippet {
  font-size: 0.8em;
  margin-top: 6px;
}
 
.amazon-item-buttons a {
  width: 90%;
  display: block;
  margin: 0px auto 8px;
  padding: 10px 1px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
 
.amazon-item-buttons a:hover {
  opacity: 0.6;
}
 
.amazon-item-buttons {
  margin-top: 1em;
}
 
@media screen and (min-width: 768px) {
  .amazon-item-box {
    text-align: left;
    display: flex;
    font-size: inherit !important;
  }
 
  .amazon-item-thumb {
    vertical-align: top;
    box-sizing: border-box;
    min-width: auto !important;
  }
 
  .amazon-item-content {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 25px;
    width: 100%;
  }
 
  .amazon-item-buttons {
    display: flex;
    flex-wrap: wrap;
  }
 
  .amazon-item-buttons a {
    width: auto;
    text-align: center;
    margin: 0;
    border-radius: 3px;
  }
 
  .amazon-item-buttons a img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
 
  .amazon-item-buttons > * {
    width: 31.5%;
    margin: 2px;
    box-sizing: border-box;
  }
}
.shoplinkamazon a {
  background: #f79901;
}
 
.shoplinkrakuten a {
  background: #bf0000;
}
 
.shoplinkyahoo a {
  background: #e60033;
  position: relative;
}





/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.inufuki::after {background-image:url(https://setuyaku-method.com/wp-content/uploads/2015/02/節約するとお金持ちに.jpg);}
.wankofuki::after {background-image:url(https://setuyaku-method.com/wp-content/uploads/2015/03/pixabay/2/good_1425610715-e1425610763706.jpg);}



.copy-the-code-wrap{
	padding:1em;/*内側余白*/
	border: 1px solid #d3d3d3;
}



/* shortcodes ultimateモバイルタブ水平 */
@media (min-width: 280px) {
.su-tabs-nav  {
    box-sizing: border-box!important;
    display: flex;
}
}



.widget_popular_ranking ranking_list {
	font-size: 20px;
	
}

.ad-label {
	font-size: 85%;
	text-align: center;	
}

.widget-over-article widget_pc_ad .ad-space ad-widget .ad-label {
	text-align: left;
}

.ad-middle{
	font-size: 85%;
	text-align: center;	
}


.related-entry-title{
margin-bottom:5px;
text-align:left;
font-size:16px;
line-height: 110%;
}
