/*テーブルプレス幅変更*/
.column-1{
  width:50%;
}
/*記事リンク文字変更*/
.content a{
    font-weight: bold;
    text-decoration: underline;
}
/*カエレバCSS変更*/
.shoplinkamazon a, .shoplinkkindle a, .shoplinkrakuten a, .shoplinkyahoo a {
  transition: all ease-in-out .3s;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 13px;
}

.shoplinkamazon a:hover, .shoplinkkindle a:hover, .shoplinkrakuten a:hover, .shoplinkyahoo a:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.shoplinkamazon a {
  background: #FF9901;
  border-radius: 7px;
  color: #fff;
}

.shoplinkkindle a {
  background: #007dcd;
  border-radius: 7px;
  color: #fff;
}

.shoplinkrakuten a {
  background: #c20004;
  border-radius: 7px;
  color: #fff;
}

.shoplinkyahoo a {
  background: #7b0099;
  border-radius: 7px;
  color: #fff;
}

.booklink-image {
  zoom: 1.2;
}

.kaerebalink-box, .booklink-box {
  border: 1px #9C9996 solid;
  box-shadow: 2px 2px 4px gray;
  margin: 20px 0;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  justify-content: space-around;
}

.booklink-footer {
  display: none;
}

.kaerebalink-info, .booklink-info {
  width: 70%;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .kaerebalink-box, .booklink-box {
    display: block;
  }
  .kaerebalink-info, .booklink-info {
    width: 100%;
  }
  .kaerebalink-image, .booklink-image {
    margin: 0 0 20px 0!important;
    text-align: center;
    float: none!important;
  }
  .kaerebalink-name, .booklink-name {
    text-align: center;
  }
}

/*画像光る*/
.hikaru-img{
    width       :auto;
    height      :auto;
    position    :relative;
    overflow    :hidden;
}
.hikaru-img:hover{
opacity: 0.7;
}
.hikaru {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% 0.5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 4s ease;
    font-weight: bold;
}

/*テーブルプレス幅変更*/
.column-1{
  width:50%;
}
/*記事リンク文字変更*/
.content a{
    font-weight: bold;
    text-decoration: underline;
}
/*CSSバッジ*/
.badge1 {
    background: #607d8b;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 0px;
}
/*HTMLバッジ*/
.badge2 {
    background: #7e0000;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 2px;
}
/*タグ用枠*/
.sc_frame1{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#fff;
  color:#333;
}
/*CSS枠*/
.sc_frame2{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#f4f4f4;
  color:#333;
  margin-bottom:1em;
}
/*PRボタン*/
.pr{
font-size: 14px;
color:#fff;
margin-right: 10px;
background-color:#ee7917;
border-radius: 2px;
padding: 8px 8px 7px;
}
/*リンクのアンダー線を消す*/
.nashi{
text-decoration:none !important;
}
/*証券ランキングタイトル*/
.shoken-ranking-title {
  background: linear-gradient(transparent 0%, #ffff98 0%); /*マーカー線*/
  font-weight: bold; /*太字*/
  font-size: 1.5em; /*文字サイズ*/
  text-align: center; /*中央ぞろえ*/
}
/*証券ランキングサブタイトル*/
.shoken-ranking-sub-title {
  color: #ff0000; /*文字色*/
  font-size: 1.5em; /*文字サイズ*/
}
/*証券ランキング順位説明*/
.shoken-ranking-setumei {
  background: linear-gradient(transparent 90%, yellow 0%); /*マーカー線*/
  color: #ff0000; /*文字色*/
}
/*証券ランキング文字サイズ*/
.shoken-ranking-mozi {
  font-size: 1.5em; /*文字サイズ*/
}
/*証券ランキング枠*/
.shoken-ranking-waku {
  margin: 2em 0; /*枠外の余白*/
  padding: 1.5em 1em; /*枠内の余白*/
  border: solid 2px #000; /*枠線*/
  font-weight: 700; /*太線*/
}
/*リンク色*/
.shoken-ranking-waku a{
 color: #6495ed !important; /*リンク色*/
 font-weight: bold; /*太字*/
 text-decoration: underline; /*下線*/
}
/*リンク色 ホーバー*/
.shoken-ranking-waku a:hover {
 color: orange !important; /*リンク色*/
}
/*スマホ向け*/
/*証券ランキングタイトル*/
.m-shoken-ranking-title {
  background: linear-gradient(transparent 0%, #ffff98 0%); /*マーカー線*/
  font-weight: bold; /*太字*/
  font-size: 1.1em; /*文字サイズ*/
  text-align: center; /*中央ぞろえ*/
}
/*証券ランキングサブタイトル*/
.m-shoken-ranking-sub-title {
  color: #ff0000; /*文字色*/
  font-size: 1em; /*文字サイズ*/
}
/*証券ランキング順位説明*/
.m-shoken-ranking-setumei {
  background: linear-gradient(transparent 90%, yellow 0%); /*マーカー線*/
  color: #ff0000; /*文字色*/
}
/*証券ランキング文字サイズ*/
.m-shoken-ranking-mozi {
  font-size: 1.2em; /*文字サイズ*/
}
/*証券ランキング枠*/
.m-shoken-ranking-waku {
  margin: 2em 0; /*枠外の余白*/
  padding: 1.5em 1em; /*枠内の余白*/
  border: solid 2px #000; /*枠線*/
  font-weight: 700; /*太線*/
}
/*リンク色*/
.m-shoken-ranking-waku a{
 color: #6495ed !important; /*リンク色*/
 font-weight: bold; /*太字*/
 text-decoration: underline; /*下線*/
}
/*リンク色 ホーバー*/
.m-shoken-ranking-waku a:hover {
 color: orange !important; /*リンク色*/
}
/*グレー背景消し*/
.single-top{
    background: white;
}
/*空白*/
.kuuhaku1{
    margin-bottom: 1.5em;
}
/*スマホ用空白*/
.kuuhaku2{
    margin-bottom: 1.5em;
}