@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*サイト全体のフォントを変えるメイリオ*/
html body {
font-family: "メイリオ",Meiryo,"yu gothic","hiragino kaku gothic pron","sans-serif";
}
/*囲み枠*/

.text-box-1 {
    border: 2px solid #da4035;
    border-radius: 4px;
    margin: 1em ;
    padding: 1.5em;
    position: relative;
}
.text-box-1:before {
    background-color: #fff;
    color: #da4035;
    font-size: 1.2em;
    content: "こちらもチェック！";
    font-weight: bold;
    left: 1em;
    padding: 0 0.5em;
    position: absolute;
    top: -1em;
}

.text-box-a {
    border: 2px solid #da4035;
    border-radius: 4px;
    margin: 1em ;
    padding: 1.5em;
    position: relative;
}
.text-box-a:before {
    background-color: #fff;
    color: #da4035;
    font-size: 1.2em;
    content: "Amazonで見る";
    font-weight: bold;
    left: 1em;
    padding: 0 0.5em;
    position: absolute;
    top: -1em;
}

.text-box-r {
    border: 2px solid #da4035;
    border-radius: 4px;
    margin: 1em ;
    padding: 1.5em;
    position: relative;
}
.text-box-r:before {
    background-color: #fff;
    color: #da4035;
    font-size: 1.2em;
    content: "楽天で見る";
    font-weight: bold;
    left: 1em;
    padding: 0 0.5em;
    position: absolute;
    top: -1em;
}

/*見出し*/
h2 {
  padding: 0.5em;
  color: #010101;
  background: #eaf3ff;
  border-bottom: solid 3px #516ab6;
}

.entry-content h3 {
	  border-left-style: none;
  border-bottom: solid 3px #0000FF;
}

/*リンクカード*/
.linkcard {
/*max-width: 550px;*/
border: solid 2px #E6E6FA;
border-radius: 3px;
margin-bottom:10px;
padding: 10px;
position: relative;
}
.linkcard:hover {
  background: #eaedf2;
}
.linkcard a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.card_img {
margin-right:15px;
width: 150px;
height: 100px;
float: left;
}
.linkcard_content {
margin:5px;
font-size: 15px;
}
.linkcard_title {
font-size: 16px;
margin-bottom:0px !important;
font-weight: bold;
color: #191970;
}
.linkcard_text {
font-size: 15px;
margin-bottom:-15px !important;
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数を指定 */
}
/*リンクカードここまで*/
/*内部リンクの文字*/
.naib{
	display: inline-block;
	background:linear-gradient(transparent 80%, #4CAF50 0%);
}
/*キャプションの枠非表示*/
#main .entry-content .wp-caption {
    padding: 0;
    border: none;
}
