@charset "utf-8";
/*
Theme Name: ランキング2
Theme URI: http://www.-------------.com/
Description:  ランキング2 のテーマです。
Author: HRM
Author URI: http://www.--------------.com/
Version: 1.1
*/

@import url('base.css');
@import url('layout.css');
@import url('page.css');
@import url('hack.css');

.arrowpoint {
    height: 32px;
    display: block;
	position:relative;
	padding:5px 0 15px 49px;
}
.arrowpoint a {
    font-size: 19px;
    font-weight: bold;
    color:#e8030b;
}
.arrowpoint a:before {
	content:url(http://www.ktab.org/wp-content/uploads/2019/08/arrow.png);	
	position: absolute;
	left:0;
	top:0;
}
/* CVボタン矢印揺れ */
.is-trembling a:before {
	animation:is-trembling 0.8s infinite ease;
	-webkit-animation:is-trembling 0.8s infinite ease;
	-moz-animation:is-trembling 0.8s infinite ease;
	
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}


.post img {
 max-width: 100%;
 height: auto;
}

.post h3,
.box1 h3 {
    border-left: 9px #1A91BB solid;
    padding: 7px 10px;
    font-family: 'メイリオ''Meiryo';
    margin-bottom: 10px;
    color: #1A91BB;
    font-weight: bold;
    font-size: 18px;
    background-color: rgba(126, 192, 216, 0.28);
}

.bg_y{
background-color: #ffff99;
font-weight:bold;
}