@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
 
.charaImage{
	display:table-cell;
	width:50px;
	height:50px;
	text-align: center;
	vertical-align: middle;
}

.mainText{
	display:table-cell;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 15px;
	vertical-align: middle;
}
.inlineText{
	font-family: 'UD Shin Go Regular', sans-serif;
    font-size: 16px;
	/*border:solid 1px darkgray;
	padding: 3px;*/
}
.face{
	margin-top:1px;
	font-size: 0px;
}
.name{
	color: black;
	display:block;
	font-family: 'Gothic MB101 Bold', sans-serif;
	font-size:8px;
	margin:auto 0;
}
.selif{
	color: white;
	display: table;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 30px;
	margin-right: 30px;
}
.back{
	background-color: white;
	width: 80%;
	margin: 0 auto;
	max-width: 800px;
}

.gageParam{
	font-weight: 700;
}
.gageBack{
	border:1px solid black;
	border-radius: 5px 5px 5px 5px;
	width:200px;
	height:10px;
	font-size:0px;
	background: black;
}
.gageData{
	display:inline-block;
	height:10px;
}
.gageNow{
	background: linear-gradient(#826912,#ffcc24 20%,#ffcc24 80%,#826912);
	border-radius: 5px 0px 0px 5px;
}
.gageDown{
	background: linear-gradient(#821212,#fc2121 20%,#fc2121 80%,#821212);
}
.gageUp{
	background: linear-gradient(#118013,#21fc25 20%,#21fc25 80%,#118013);
	border-radius: 0px 5px 5px 0px;
}

.chara{
	width:48px;
	height:48px;
	border:2px solid black;
}

.chara:before,
.chara:after {
content:"";
display:block;
height:1px;
width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#f00), to(#00f));
	background:-moz-linear-gradient(left, #f00, #00f);
	background:linear-gradient(left, #f00, #00f);
}

img.gm{
	width:0px;
	height:0px;
	border:0px;
}

img.status{
	width:0px;
	height:0px;
	position: relative;
	top:-46px;
	left: 14px;
	width:16px;
	height:16px;
}

body{
	background-color:darkgray;
	-webkit-text-size-adjust:100%;
}

.inlineText{
  position: relative;
  display: inline-block;
  border-radius: 7px 7px 7px 7px;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #dedede;
}

.inlineText:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #dedede;
}

.inlineText p {
  margin: 0;
  padding: 0;
}

.gm:before{
	border:0px;
}
.gm{
	border-radius: 0px 0px 0px 0px;
}
.tonio{
	background: #dbf4ff;
}
.tonio:before{
	border-right:15px solid #dbf4ff;
}
.au{
	background: #fffedb;
}
.au:before{
	border-right:15px solid #fffedb;
}
.fi{
	background: #e2ffd1;
}
.fi:before{
	border-right:15px solid #e2ffd1;
}
.ru{
	background: #eae8ff;
}
.ru:before{
	border-right:15px solid #eae8ff;
}
.li{
	background: #ffe8e8;
}
.li:before{
	border-right:15px solid #ffe8e8;
}