BODY {
font-style : normal;
font-family: Hiragino Kaku Gothic ProN;
line-height : 2em;
font-size: 0.8rem; color:black;
color : gray;
vertical-align: top;
margin: 0;
background-color: whitesmoke;
}

a {TEXT-DECORATION: none; color: gainsboro;}
a:visited { text-decoration: none; color: gainsboro;}
a:hover {color: silver;}

h2 { color: white; background-color: gray; margin-top: 0; margin-bottom: 2rem; padding: 1.5rem 0.8rem; }
h3 { padding-left: 2rem;}
.list { text-align: center; font-size: smaller;}
.lost { filter: grayscale(1);}
.inside{ max-width: 900px; margin: auto;}

img {
width: 60px;
height: 60px;
border: 1px solid #ddd;
object-fit: cover;
object-position: 50% 0%;
border-radius: 100px;
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
margin: 3px;
}
img:hover { opacity: 0.5; transition: .3s;}

img:last-child { margin-right: 0;}

table { border: 0; width: 100%; height: auto; table-layout: fixed;}
td,tr { border: 0; vertical-align: top;}
@media only screen and (max-width:991px){
.Table { }
.Table th,
.Table td{
display: block; }

