@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/
/* ヘッダー */
#header{
	background-color:#3a587e;
}
#header-in{
	margin:0 auto !important;
	padding:0 auto !important;
	background: #3a587e url("https://keirin-race.com/wp-content/uploads/burst_title.png") no-repeat !important;
	background-position:center;
	width:2000px !important;
background-size:contain; 
}
.wp-block-button{
	margin-bottom:10px !important;
}
.wp-block-image{
	margin-bottom:10px !important;	
}
@media screen and (max-width: 480px) {
#header-in{
	margin:0 auto !important;
	background: #3a587e url("https://keirin-race.com/wp-content/uploads/burst_title.png") no-repeat !important;
	width:100% !important;
	background-size:cover !important;
	height:120px;
	}
}
h2.wp-block-heading{
  position: relative;
  font-size: 120% !important;
  font-weight: bold;
  padding: 30px 40px;
  margin-bottom: 20px !important;
  color: #ffffff;
  background: #3a587e;
	border: none !important;
border-radius: 0% !important;
}
h3.wp-block-heading{
  font-size: 100% !important;
  color: #3a587e !important;
  font-weight: bold;
  padding: 10px 20px;
  background: none !important;
  border-top: 2px dotted #3a587e !important;
  border-bottom: 2px dotted #3a587e !important;
}
p{
	line-height: 2.2em;
	padding:10px;
}
.comment-body ,.related-entry-card-wrap{
	border-bottom:1px dotted #000000;
	padding:10px 0;
}
.recent-comment-title{
	line-height: 1.8em;
}
.entry-read a{
	display:block;
    margin:0 auto;
	text-align:center;
    border: none;
	padding:10px;
    border-bottom: solid 5px #163358;
    background-color: #3a587e;
    color: #ffffff !important;
font-size:120% !important;
}


.entry-read a:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

@media (max-width: 736px) {
    a.btn_blue {
        max-width: 280px;
        padding: 1.5rem 2.0rem;
    }
    a.btn_blue span.bl__text {
        font-size: 14px;
    }
}
.related-entry-title-link{
	color:#ffffff !important;
}
.recent-comment-content{
	line-height: 1.4em;
	font-size:110% !important;
	margin-top:10px;
}
.microcopy{
	font-size:14px;
	text-align:center;
	margin-top:20px !important;
	margin-bottom:0 !important;
}
/* ボタン */
a.btn_ao_a {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 1.3rem 2rem;
    border: 2px solid #014897;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
	margin-bottom:30px;
}
a.btn_ao_a:hover {
    background-color: #e9f3fd;
}
a.btn_ao_a .a__text {
    display: block;
    flex-grow: 1;
    color: #004386;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 40px;
}
a.btn_ao_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #014897;
    border-right: 3px solid #014897;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}
@media (max-width: 1200px) {
    a.btn_ao_a .a__icon img {
        width: 32px;
    }
    a.btn_ao_a .a__text {
	font-size:100%;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 736px) {

    }
    a.btn_ao_a .a__icon img {
        width: 28px;
    }
    a.btn_ao_a .a__text {
	font-size:100%;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 10px;
        height: 10px;
    }
}

section {
  margin: 0 auto;
}
.btn_06 {
        width: 100%;
	box-sizing:border-box;
	margin:0 auto !important;
        font-weight: 700; /* 文字の太さ */
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1em 2em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-decoration: none;
        text-align: center;
        letter-spacing: 0.1em;
        color: #fff; /* 文字色 */
        -webkit-transform: skew(-15deg);
        transform: skew(-15deg);
        background-color: #45B173; /* 背景色 */
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      }
.btn_06::after {
          content: '▶';
          margin-left: 1em;
      }
.btn_06 hover{
	        color: #fff; /* 文字色 */
}
a.btn_06-2 {
  display: block;
  color: #ffffff;
	font-size:100% !important;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 1.3em .5em;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
margin:10px 0 10px 0;
}
a.btn_06-2 span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn_06-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #e1000e;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
a.btn_06-2:hover span {
  transform: translate(0, 0);
		  color: #ffffff !important;
}
a.btn_06-2:hover:after {
  transform: translate(0, 0);

}

.new-reviews-title {
	background-color: #3A587E;
	margin: 20px 0px 10px 0px;
}

.new-reviews-title h2 {
	font-size:23px;
	color:#fff;
	border-bottom:0px;
}

#new-reviews-area {
}

.new-reviews-info {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.new-reviews-info .sc1 {
	margin-right: 12px;
}

.new-reviews-info .sc2 {
	margin-right: 12px;
}

.new-reviews-info .sc3 {
	margin-right: 12px;
	color: #FF9900;
	font-weight: bold;
}

.new-reviews-info .sc4 {
}

.new-reviews-info .sc5 {
}

hr{
  color: #ddd;
  margin:0;
  width:98%;
  border:1px solid #ddd;
}

/* added by side7 */

/* 特定カテゴリの新着エントリ3カラムレイアウト表示用 */
#main .entry-3columns{
  width:214px;
  margin:10px 5px 0 5px;
  border:1px solid #ddd;
  border-radius:5px;
  float:left;
  clear:none;
  overflow: visible;
}
#list .entry-3columns .entry-thumb {
  margin-top:0;
  margin-right: 0;
  margin-left:0;
  text-align:center;
  margin-bottom: 0;
}

.entry-3columns .entry-thumb img{
  width:100%;
  height:auto;
  margin-bottom:0;
  margin: 0px 5px 5px 5px;
}

.entry-3columns .entry-card-content {
  margin-left: 0;
  clear:both;
}

.entry-3columns h2 a{
  margin-top:0;
  font-size:16px;
  line-height:110%;
}

.entry-3columns .post-meta{
  margin:0;
  text-align: left;
  font-size:14px;
}

.entry-3columns .entry-snippet{
  font-size:14px;
  padding:0 5px;
  word-wrap:break-word;
  clear: both;
}

.entry-3columns .entry-read a{
  font-size:12px;
  padding:0 5px;
}

.entry-3columns .post-meta .category{
  display:none;
}

.entry-3columns h2{
  padding:0 5px;
  word-wrap:break-word;
  line-height: 100%;
  margin: 0px 0px 5px 5px;
}

.entry-3columns .entry-read a.entry-read-link{
  padding:5px 0;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  width:auto;
}

.entry-3columns .sc3 { display: none; }
.entry-3columns .sc4:before { content: "("; }
.entry-3columns .sc4:after { content: "件)"; }
.entry-3columns .ratings { 
    /*float: left;*/
}


/* 特定カテゴリの新着エントリ2カラムレイアウト表示用 */
#main .entry-2columns{
  width:327px;
  margin:10px 5px 0 5px;
  border:1px solid #ddd;
  border-radius:5px;
  float:left;
  clear:none;
  overflow: visible;
}
#list .entry-2columns .entry-thumb {
  margin-top:0;
  margin-right: 0;
  margin-left:0;
  text-align:center;
  margin-bottom: 0;
}

.entry-2columns .entry-thumb img{
  width:327px;
  height:auto;
  margin-bottom:0;
  margin: 0px 5px 5px 5px;
}

.entry-2columns .entry-card-content {
  margin-left: 0;
  clear:both;
}

.entry-2columns h2 a{
  margin-top:0;
  font-size:16px;
  line-height:110%;
}

.entry-2columns .post-meta{
  margin:0;
  text-align: left;
  font-size:16px;
}

.entry-2columns .entry-snippet{
  font-size:14px;
  padding:0 5px;
  word-wrap:break-word;
  clear: both;
}

.entry-2columns .entry-read a{
  font-size:12px;
  padding:0 5px;
}

.entry-2columns .post-meta .category{
  display:none;
}

.entry-2columns h2{
  padding:0 5px;
  word-wrap:break-word;
  line-height: 100%;
  margin: 0px 0px 5px 5px;
}

.entry-2columns .entry-read a.entry-read-link{
  padding:5px 0;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  width:auto;
}

.entry-2columns .sc3 { display: none; }
.entry-2columns .sc4:before { content: "("; }
.entry-2columns .sc4:after { content: "件)"; }


/* 特定カテゴリの新着エントリシングルレイアウト表示用 */
.entry-single .sc3 { display: none; }
.entry-single .sc4:before { content: "("; }
.entry-single .sc4:after { content: "件)"; }


/* 特定カテゴリの新着口コミ表示用 */
#new-reviews-area .sc0{ margin-left: 12px; }
#new-reviews-area .sc2:before { content: "評価: "; }
#new-reviews-area .sc3:before { content: "平均: "; }
#new-reviews-area .sc4:before { content: "投票数: "; }
#new-reviews-area .sc4:after { content: "件"; }

/* 記事一覧の評価表示用 */
.ratings .sc2:before { content: "評価: "; }

/* 記事詳細の評価表示用 */
.post-ratings .sc2:before { content: "評価: "; }
.post-ratings .sc3 { display: none; }
.post-ratings .sc4{ display: none; }
.post-ratings .sc4:before { content: "("; }
.post-ratings .sc4:after { content: "件)"; }
.hyouka {
    float: right;
}

/* デフォルトの評価表示用(記事詳細) */
.ratings .sc3 { display: none; }
.ratings .sc4:before { content: "("; }
.ratings .sc4:after { content: "件)"; }

/* デフォルトの評価表示用(記事一覧) */
.ratings .sc3 { display: none; }
.entry-card-content .ratings .sc4 { display: none; }
.entry-card-large-content .ratings .sc4 { display: none; }

/* ショートコードでの新着記事表示一覧用 */
.new_post_list_2columns {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.new_post_list_3columns {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}


/* 追加分 */
#navi {
    background-color: #C45B57;
}
#main {
    background-color: #f2f6ff;
}
#sidebar {
    background-color: #f2f6ff;
}
.post-meta {
    background-color: #fffff8;
}
#sidebar h3 {
    height: 50px;
	line-height: 50px;
    padding: 0 20px;
    background: #3A587E;
    font-weight: bold;
    color: #ffffff;
	margin-bottom: 10px;
	font-size: 20px;
}
#footer {
    color: #fff;
}
#copyright a {
    color: #fff;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.article h2 {
	padding: 1em;
	border: 3px solid #3A587E;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	margin:0px;
}
.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	padding: .5em .75em;
	background-color: #3A587E;
	color:#fff;
	border-bottom:0px;
}
.article h4 {
	padding-bottom: .5em;
	border-bottom: 1px solid #3A587E;
}
.article h4:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	border-bottom:0px;
}
#top-description {
	background-image: url("https://keirin-race.com/wp-content/uploads/top-description.jpg");
	padding: 10px 20px 10px 20px;
	margin-top: 25px;
}
.top-title-catchphrase {
    display: none;
}

}