.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

div.center{
    text-align:center;
    font-family:'游ゴシック Medium'; 
    font-style: italic; 
}

div.slash{
    text-align:start;
    font-family:'游ゴシック Medium'; 
    font-style: italic; 
}

div.under{
	text-decoration: underline;
}

div.Title{
    text-align:center;
	text-decoration: underline;
	font-weight:  bold;
	font-size: large;
}

@charset "UTF-8";
body {
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	margin:auto 5%;
	line-height:150%;
	overflow-wrap:break-word;
	word-wrap:break-word;
}

h1 {
	font-size: large;
	color: #000;
	padding-left: 5px;
	border-bottom: 1px solid #234378;
	border-left: 12px solid #234378;
	width: 90%;
}

h2 {
	font-size: medium;
	color: #000;
	padding-left: 5px;
	border-bottom: 1px solid #234378;
	border-left: 12px solid #234378;
	width: 90%;
}

#title {
	border-color:#900;
	font-size:x-large;
}

ul {
	list-style: none;
	padding-left: 12px;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
}
.ho {
	background-color: #00ccff;
	margin-left: 15px;
	padding:10px 10px 10px 15px;
	border-left: 15px solid #a6aebc;
	width: 90%;
}

.ho:first-child {
	font-weight: bold;
}

.info  {
	background-color: #CCFFCC;
	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;
  }
}

.right {
	text-align: right;
}

.battle{
	width: 50%;
	border: solid 2px #FD7013;
	outline: solid 1px #FD7013;
	outline-offset: -10px;
	padding:2%;
}

.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 */
}
