/* 
Theme Name: outline
Theme URI: https://www.outline-gym.com/
Description: outline
Version: 1.1
Author: outline
Author URI: https://www.outline-gym.com/


/*————————————–
関連記事
————————————–*/
.yarpp-thumbnail {height: auto !important;}
.yarpp-thumbnail-default {margin: 0 auto !important;}
.yarpp-thumbnail-default img {min-height: 0 !important; min-width: 0 !important; height: 104px;}
@media screen and (max-width: 700px) { .yarpp-thumbnail-default img {height: 104px !important; width: auto !important;} }
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
height: auto !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
max-height: 5.5em !important;
}
.yarpp-related .yarpp-thumbnail-title {
font-size: 80% !important;
}

/*————————————–
モーダル
————————————–*/
.modal-wrapper{
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #E6ECF0;
  width: 90%;
  max-width:610px;
  transform:translate(-50%,-50%);
}

#image{
 width:100%;
}

.fa-times {
position: absolute;
    top: -50px;
    right: 0px;
    color: rgba(225, 225, 225, 100);
    cursor: pointer;
    font-size: 50px;
	 z-index:1;
}