/* This was edited by Seiya Abe at 2019/01/01. */
@charset "UTF-8";

.photo h1 {
    padding-left: 20px;
    margin: 0;
    color: #000;
    text-align: center;
    font-size:22px;
}
   
.member table {
    border-collapse:collapse;
    margin:0 auto 10px;
}
.member h2 {
    font-size: 20px;
}
.member h2, .member h3, .album h3,.member h2 a {
    text-align: center;
    padding: 10px 20px 0px;
    color: #000;
    margin-bottom: 2px; 
}
.member a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.member a:hover {
    opacity: 0.5;
}

.member td, .member th {
    text-align: center;
    padding:10px;
}
.member th {
    color:#fff;
    background:#696969;
}
.member table tr:nth-child(odd) {
    background:#d3d3d3;
}
td {
    border-bottom:2px solid #a9a9a9;
}
.table {
    border-collapse: collapse;
    margin: 0 auto;
}
.table-img, .table-txt {
    vertical-align: top;
    width: 300px;
}
.box-img, .box-text {
    display: inline-block;
    vertical-align: middle;
}
.box-img > img{
    width: 100px;
}