﻿.is-adjust .icon_kakusei {
  max-width: 25px;
  vertical-align: bottom;
}
.is-adjust .monster_list {
  max-width: 640px;
}
#pleft .is-adjust .monster_list td.center {
padding: 5px;
}
.icon_kakusei {
  padding: 5px 0;
}
.sozai_list td, .sozai_list th {
  padding: 8px 2px 5px;
}
.is-adjust .name {
line-height:2.5;
font-weight: bold;
font-size: 120%;
}
.modal-content {
background: rgba(0,0,0,0);
border: none;
width: 90%;
}
.modal-content .monster_list {
  width: auto;
  margin: 0;
}
.modal-content .modal-illust table {
border-collapse: inherit;
margin: 0 auto;
}
.is-adjust .modal-content .modal-ability {
  width: 100%;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.is-adjust .modal-content .modal-ability  {
  max-width: calc(100vh / 1.77777777778);
}
.modal-content .modal-illust img {
vertical-align: bottom;
}
.modal-open {
overflow: visible!important;
position: static!important;
}
.modal-close {
position: relative;
/* margin-top: 30px; */
top: 10px;
right: 0;
}
.btn_close {
  display: inline-block;
  padding: 5px 15px;
  color: #f3f8bb;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#747f20+0,415016+100 */
  background: rgb(116,127,32); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(116,127,32,1) 0%, rgba(65,80,22,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(116,127,32,1) 0%,rgba(65,80,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(116,127,32,1) 0%,rgba(65,80,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747f20', endColorstr='#415016',GradientType=0 ); /* IE6-9 */
  border-radius: 10px;
  font-size: 130%;
  color: #f1f6b8;
  text-decoration: none;
  border: 1px solid #f1f6b8;
  text-shadow: 2px 2px black;
  margin: 5px 0;
  font-weight: bold;
}
.btn_close { 
  font-size: 150%;
}
.btn_close:hover {
  text-decoration: none;
  color: #f3f8bb;
}
.is-adjust .modal-content .modal-illust {
  width: 100%;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.is-adjust .modal-content.active {
position: fixed;
top: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 100;
}
.is-adjust .overlay {
display: none;
background: rgba(0,0,0,0.8);
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
cursor: pointer;
z-index: 10;
}
.graphic_icon_link span {
  display: inline-block;
}
.graphic_icon_link span:first-of-type {
  padding-left: 0;
}
.is-adjust .modal-content .modal-illust {
  max-width: 960px;
  margin: 0 auto;
}
.is-adjust .modal-content .modal-illust img {
  max-width: 960px;
  margin: 0 auto;
  width: 110vh;
  width: 95%;
}
.modal_graphic .modal-content {
  position: relative;
  display: none;
  width: 90%;
  max-width: 1060px;
  padding: 30px 0;
  border: 2px solid #aaa;
  background: #fff;
  box-sizing: border-box;
}
.modal_graphic .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.sozai_list {
  max-width: 700px;
  width: 100%;
}
.text_sozai span {
 display: inline-block;
}
.list_ability_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.list_ability_wrap li {
  list-style: none;
  margin: 0;
  width: 50%;
  max-width: 300px;
}
.list_ability_wrap td {
  border: 1px solid #4c4541;
}
#wrapper .list_ability_wrap .modal-open {
  display: block;
  border: 1px solid #4c4541;
  max-width: 300px;
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
}
#wrapper .list_ability_wrap .modal-open img {
  width: 100%;
  vertical-align: bottom;
}
.list_ability_wrap ul {
  display: flex;
}

.list_ability_wrap li .chokakusei_head {
  line-height:2.5;
  font-weight: bold;
  font-size: 110%;
}
.graphic_icon_link span {
  display: inline-block;
  padding-right: 5px;
}
.modal_graphic .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.list_c_kakusei table {
  width: 100%;
}
.list_ability_wrap li:nth-child(3),
.list_ability_wrap .new li:nth-child(3) {
  display: none;
}
.per {
color:orange;
}
.list_ability_wrap td {
border: 1px solid #4c4541;
padding: 2%;
}

/*-------------- pc size --------------------*/

@media screen and (min-width: 1024px) {
.modal_graphic .modal-content {
  width: 120vh;
}
.is-adjust .modal-content .modal-illust img {
  width: 110vh;
}
.modal-close .modal_close_btn {
  width: 60px;
  height: 60px;
}
}