@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:auto 5%;
	font-size:100%;
	line-height:170%;
	overflow-wrap:break-word;
	background-color: #fcfcfc;
	word-wrap:break-word;
}

.box_hand {
	width: 90%; max-width: 700px; margin-top: 10px; margin-bottom: 10px; padding: 10px;
	border: double 5px #007b43;
	position: relative;
}
.box_hand .hand-title {
    position: absolute;    display: inline-block;    top: -10px;    left: 20px;    padding: 0 9px;     line-height: 1;
    font-size: 16px;    background: #FFF;    font-weight: bold;
    color: #007b43;
 }
.box_trailer {
    width: 90%; max-width: 1000px; margin-top: 10px; margin-bottom: 10px; padding: 10px;
    border: double 5px #43676b;
     position: relative;
}
 .box_trailer .trailer-title {
    position: absolute;    display: inline-block;    top: -10px;    left: 50px;    padding: 0 9px;     line-height: 1;
    font-size: 18px;    background: #FFF;    font-weight: bold;
    color:  #43676b;
 }
 
div.imagebox {
   border: 1px dashed #43676b; 
   width="20%"              
max-width: 250px;
   float: left;               
   margin: 5px;               
}
p.image, p.caption {
   text-align: center; 
   margin: 0px;        
}


  H1{
    font-size: x-large;
    width: 90%;
    padding: 7px;
    border-bottom: 2px solid #b33e5c;
    border-left: 10px solid #b33e5c;
    line-height:170%;
  }

  H2 {
    font-size: large;
    width: 90%;
    margin:20px 0 10px 0;
    border-bottom: 2px solid #000000;
    color:#000000;
    line-height:170%;
    font-weight:bold;
  }
  H3 {
    font-size: 100%;
    border-bottom: 3px double #000000;
    margin-bottom:5px;
    color:#0099ff;
  }
  H3.enemy {
    font-size: 100%;
    border-bottom: 3px double #000000;
    margin-bottom:5px;
    color:#cc0000;
  }
  hr{ border:none; border-top:dashed 1px #000000; margin-top:15px; margin-bottom:15px; height:1px; color:#FFFFFF; }

  .box_white{
    width:90%;
    padding:10px;
    margin:10px;
    color:#000000;
    border:3px solid #000000;
    background-color:#ffffff;
  }
  .box_white_s{
    max-width: 500px;
    min-width: 250px;
    padding:10px;
    margin:10px;
    font-size: 100%;
    color:#000000;
    border:3px solid #000000;
    background-color:#ffffff;
  }

  .box_engage{
    max-width: 500px;
    min-width: 250px;
    width:auto;
    padding:10px;
    margin:10px;
    border:3px solid #000000;
    background-color:#8fbc8f;
/*    background-color:#7fff00; */
    white-space: pre-nowrap;
    overflow:auto;
  }
  .box_ff{
    width:90%;
    padding:10px;
    margin:10px;
    border:3px solid #000000;
    font-size: 100%;
    background-color:#000000;
    color:#ffffff;
  }
  .box_ff_s{
    max-width: 500px;
    min-width: 250px;
    padding:10px;
    margin:10px;
    border:3px solid #000000;
    font-size: 100%;
    background-color:#000000;
    color:#ffffff;
  }
  ul {
   list-style: none;
   padding-left: 12px;
  }
  
/* ここまでOK */


div.center{
	text-align:center;
	font-family:'游ゴシック Medium'; 
	font-style: italic; 
}
div.big{
	text-align:center;
	font-family:'游ゴシック Medium'; 
	font-weight:bold; 
}
div.bigTitle{
	font-size: large;
	text-align:center;
	font-family:'游ゴシック Medium'; 
	font-weight:bold; 
	text-decoration:underline; 
}
#title {
	border-color:#900;
	font-size:x-large;
}

a:link {
<!--	text-decoration: none;-->
	color: #006;
}

a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
}
.ho {
	margin-left: 15px;
	padding:10px 10px 10px 15px;
	border-left: 15px solid #d4d9dc;
	width: 90%;
}

.ho:first-child {
	font-weight: bold;
}

.info {
	background-color: #d4d9dc;
	border:3px solid #d4d9dc;
	color: #000000;
	padding:12px;
	border-radius:10px;
	width: 90%;
}


.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.charaimage {
	float:left;
	width: 20%;
	text-align: center;
}

.charaimage img {
	max-width: 100%;
	max-height: 250px;
	display:block;
}

.min {
	font-size: 10px;
}

.xbig {
	font-size:50px;
}

.right {
	text-align: right;
}

#lasttitle {
	width:520px;
}

.up {
	 width: 50px;
	 height: 50px;
 }

.up a{
	 display: block;
	 width: 50px;
	 height: 50px;
	 position: fixed;right:20px; bottom: 20px;
	 background-color: rgba(84, 88, 187, 0.8);
	 border-radius: 25px;
	 color: #fff;
	 line-height: 50px;
	 text-align: center;
	 font-size: 20px;
	 font-weight: bold;
}

.up a:hover {
	text-decoration: none;
}

.des {
	font-weight: bold;
	text-decoration: underline;
}

summary {
  cursor: pointer;
}

.container{
	padding: 5px;
	width: 90%;
	column-count: 2;
	column-gap: 0;
}

.grid {
	padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
	text-align: center;
}

.grid img{
	display: block;
	margin:auto;
	padding: 5px;
}

@media (max-width: 800px) {
  .container {
    column-count: 1;
  }
  body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin:auto 5%;
    font-size:70%;
    line-height:170%;
    overflow-wrap:break-word;
    background-color: #fcfcfc;
    word-wrap:break-word;
  }
}

  .box_white{
    width:90%;
    padding:10px;
    margin:10px;
    color:#000000;
    border:3px solid #000000;
    background-color:#ffffff;
  }
  .box_white_s{
    max-width: 500px;
    min-width: 250px;
    padding:10px;
    margin:10px;
    font-size: 100%;
    color:#000000;
    border:3px solid #000000;
    background-color:#ffffff;
  }
  .box_engage{
    max-width: 500px;
    min-width: 250px;
    width:auto;
    padding:10px;
    margin:10px;
    border:3px solid #000000;
    background-color:#8fbc8f;
    white-space: pre-nowrap;
    overflow:auto;
  }
  .box_ff{
    width:90%;
    padding:10px;
    margin:10px;
    border:3px solid #000000;
    font-size: 100%;
    background-color:#000000;
    color:#ffffff;
  }
  .box_ff_s{
    max-width: 500px;
    min-width: 250px;
    padding:10px;
    margin:10px;
    border:3px solid #000000;
    font-size: 100%;
    background-color:#000000;
    color:#ffffff;
  }
.right {
	text-align: right;
}

.battle{
	width: 50%;
	border: solid 2px #43676b;
	outline: solid 1px #43676b;
	outline-offset: -10px;
	padding:2%;
}
.square{
  position: relative;
  padding: 1em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  font-size:100%;
  display:inline-block
}
.square:before, .square:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.square:before {
  left: 7px;
}
.square:after {
  right: 7px;
}

.battlestatus{
	width: 30%;
	border: solid 2px #e51129;
	outline: solid 1px #e51129;
	outline-offset: -10px;
	padding:2%;
}

.boxtale{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
		width: 60%
}
.boxtale:before, .boxtale:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.boxtale:before {left: 10px;}
.boxtale:after {right: 10px;}
.boxtale p {
    margin: 0;
    padding: 0;
}

.recol {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffe099 24%, #ffbc70 50%, #ffe099 79%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffe099 24%,#ffbc70 50%,#ffe099 79%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffe099 24%,#ffbc70 50%,#ffe099 79%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}