body{
    background-image:url(https://img.wiki3.jp/decktamer_jp_wiki/decktamer_bg.png?i=486066);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
}
div#site_header  h1 {
    position: relative;
}
div#site_header  h1 a {
    line-height: 80px;
    margin-left: 80px;
    padding-left: 20px;
    color: lightgray;/*文字色*/
}

a:link {
	color: powderblue;
}
li {
	vertical-align: bottom;
}
a:visited {
	color: powderblue;
}
a:hover {
	color: powderblue;
}
footer{
	background-color: black;
}
.cr_name{
    position: relative;
}
.cr_name:hover: :after {
    position: absolute;
	content: "";
  	height: 24px;
  	width: 5px;
  	background-color: darkgray;
}
.term{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.term:before{
    position: absolute;
	content: "";
  	height: 24px;
  	width: 5px;
  	background-color: darkgray;
}
.base{
	background-color: #3c3c3c;
}
body > div.uk-container > div.uk-grid > div[class*="uk-width-"] > h1 {
    background-color: rgb(20, 20, 20);
}
body > div.uk-container > div.uk-grid > div[class*="uk-width-"] > section.uk-margin-small-top > div.base > h1 {
  	font-weight: 700;
  	font-size: 20px;
  	color: #eee;
  	padding: 6px 10px;
  	margin: 0 0;
    background-color: rgb(20, 20, 20);
}
body > div.uk-container > div.uk-grid > div[class*="uk-width-"] > section.uk-margin-small-top > div.base > div.search_result > p {
	margin: 0;
}
.uk-text-right{
	opacity: 0;
}
.margin_c{
	margin-top: 20px;
}
.margin_d{
	margin-bottom: 10px;
}
.margin_tm{
	margin-left: 10px;
	margin-right: 50px;
	margin-top: 20px;
}
.margin_lang{
	margin-left: 10px;
	margin-top: 20px;
	width: 300px;
}
.margin_ev{
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 12px;
}
.bestiary{
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 30px;
    background-color: #805333;
}
.fadein{
	transition: all 0.3s ease;
}
.exbox_t {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 3px darkmagenta;/*線*/
    border-radius: 6px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.exbox_t .exboxtitle{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    background: #ffffff;/*タイトル文字背景色*/
    color: darkmagenta;/*タイトル文字色*/
    font-weight: bold;
}
.exbox_m {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 3px darkred;/*線*/
    border-radius: 6px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.exbox_m .exboxtitle{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    background: #ffffff;/*タイトル文字背景色*/
    color: darkred;/*タイトル文字色*/
    font-weight: bold;
}
.main_frame {
display: inline-block;
position: relative;
}
.main_frame:after {
position: absolute;
content: "";
box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
transform: rotate(3deg); /* 回転させる */
right: 5px;
left: auto;
top: auto;
bottom: 15px;
z-index: -1;
width: 50%;
height: 20%;
}
.hpstats{
    color: #fff;
    border-color: firebrick;
	background-color: firebrick;
	font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}
.spdstats{
    color: #fff;
	border-color: limegreen;
    background-color: limegreen;
	font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn,
a.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn_left,
a.btn_left {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
	border-top-left-radius : 0.5rem;
	-webkit-border-top-left-radius: 0.5rem;
	border-bottom-left-radius : 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.btn_right,
a.btn_right {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
	border-top-right-radius : 0.5rem;
	-webkit-border-top-right-radius: 0.5rem;
	border-bottom-right-radius : 0.5rem;
	-webkit-border-bottom-right-radius: 0.5rem;
	border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.btn_center,
a.btn_center {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}
.btn_B,
a.btn_B {
  color: #fff;
  background-color: #47585c;
  border: solid 2px #47585c;
}
.btn_B:hover{
  color: #fff;
  background: #53727d;
}
a.btn--radius {
   border-radius: 3vh;
}
#creaturelist {
  max-width: 544px;
  margin : 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align:center;
}
#creaturelist dl {
  float: left;    
  text-align:center;
  width: 132px;   
  margin: 2px;
}
#creaturelist:after { 
  content: "";
  display: block;
  margin: 2px;
}
#creaturelist dl img {
  border: 0;
  width: 110px;
  height: 110px;
}
#creaturelist dl p {
  line-height: 1.5;
}
.imgframe3 {
	display: inline-block;
}
.imgframe3:hover {
	display: inline-block;
    -webkit-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}
.fadein{
transition: all 0.3s ease;
}
.content_wrapper{
height:90px;
overflow:visible;
  opacity:0.7;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}
.content_main_image{
height:50px;
overflow:visible;
  margin-left:4em;
    margin-right:4em;
}
.content_header{
z-index:10;
  position:relative;
  padding:5px;
}
.content_subheader{
    background: linear-gradient(to bottom, rgba(60,60,60,0),rgba(60,60,60,0.5)10%,rgba(60,60,60,1)50%);
	z-index:10;
    position:relative;
    padding:5px;
}
.wrapper_title2{
    background: linear-gradient(to left, rgba(250,250,250,0),rgba(250,250,250,1)50%, rgba(250,250,250,0));
 -webkit-backdrop-filter: blur(10px);
}
.wrapper{
height:0px;
  opacity:0.8;
overflow:visible;
}
.wrapper_box{
overflow:hidden;
  display:inline-block;
}
.wrapper_buffer{
	margin-top: 15px;
	margin-bottom: 15px;
}
.wrapper_content{
z-index:10;
  position:relative;
}
.wrapper_title{
    background: linear-gradient(to left, rgba(50,50,50,0),rgba(50,50,50,0.5)80%, rgba(50,50,50,0));
 -webkit-backdrop-filter: blur(10px);
}