@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/



/*基本*/

a {
text-decoration: none;
}

a:hover {
opacity: 0.7;
}

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

.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}

li {
list-style-type: none;
}

div.button-link {
  text-align: center;
}

div.button-link a {
  position: relative;
  display: inline-block;
  width: 80%;
  background: #eb6100;
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  border-radius: 5px;
  border-bottom: 5px solid #b84c00;

}
div.button-link a:hover {
  margin-top: 3px;
  color: #fff;
  background: #eb6100;
  border-bottom: 2px solid #b84c00;
}

/*見出し*/

.article h2 {
  border-top: 5px solid #007b43;
  border-bottom: 5px solid #007b43;
  padding: 1em;
}

.widget_item_ranking h2 {
  border-top: 5px solid #e60033;
  border-bottom: 5px solid #e60033;
  padding: 1em;
}


/*ランキング枠*/

.article h3 {
  border-left: 7px solid #007b43;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  padding: 12px 20px;
}

.ranking-item-link a{
background-color: #27ae60;
}


/*予想P*/

.waku_ban1 {
text-align: center;
background: #fff;
}
.waku_ban2 {
text-align: center;
background: #e0e0e0;
}
.waku_ban3 {
text-align: center;
background: #ffc9c9;
}
.waku_ban4 {
text-align: center;
background: #c9d6ff;
}
.waku_ban5 {
text-align: center;
background: #fffcc9;
}
.waku_ban6 {
text-align: center;
background: #e0ffc9;
}
.waku_ban7 {
text-align: center;
background: #ffdaa6;
}
.waku_ban8 {
text-align: center;
background: #ffc4e8;
}

.uma_ban {
text-align: center;
}
.uma_mark {
text-align: center;
font-size: 1.2em;
}
.uma_point {
text-align: right;
padding-right: 6px;
}


.expect_uma_ban {
text-align: right;
padding-right: 6px;
font-size: 1.2em;
}
.expect_uma_name {
padding-left: 6px;
font-size: 1.2em;
}

.marker-under-anauma {
background: linear-gradient(transparent 60%, #A8FBB4 60%);
}


.thisweek_race a {
font-size: 0.6em;
color : #1111cc;
text-decoration: none;
}

.thisweek_race a:hover {
font-size: 0.6em;
color : #e60000;
background-color: #e6e6e6;
}

.thisweek_race_name {
font-weight: bold;
font-size: 1.8em;
}

.thisweek_race_info {
color : #666;
}

.thisweek_day {
font-weight: bold;
margin-bottom : 10px;
}

.sunday {
font-weight: bold;
color : #e60000;
margin-bottom : 10px;
}

.saturday {
font-weight: bold;
color : #006cff;
margin-bottom : 10px;
}

.thisweek_bar {
margin : 10px 0 ;
}



.ranking_navi a {
background-color: #f26522;
margin-bottom : 60px;
}

.ranking_hit {
color : #e60033;
font-size: 1.4em;
}

/*画像POPUP*/
#modal-container {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#modal-container > div > img {
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
	padding: 12px;
	background-color: #fff;
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}
#modal-container > div {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
#modal-container > div > img {
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
}
img.popup {
	cursor: pointer;
	width: 300px;
}

/* reCAPTCHA v3　非表示*/
.grecaptcha-badge { visibility: hidden; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.entry-card .card-snippet, .ect-big-card-first .card-snippet {
    clear: none;
}

}
