header {
    background: #f88ac3;
    position: relative;
}
header h1 {
    display: inline-block;
    color: #fff;
    font-size:14px;
    padding: 14px 10px;
}
header svg {
    width: 100px;
    float: right;
    margin: 0 6px;
}
/**/
.disc_interview {
    padding: 10px 10px 0 10px;
    word-break: break-all;
    background: #fff;
}
.disc_interview .top_data {
    border-bottom: solid 1px #ddd;
}
.disc_interview .top_data .ttl {
    line-height: 1.3;
    margin-bottom: 12px;
    color: #F772B7;
    font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4","ƒqƒ‰ƒMƒmŠÛƒS Pro","Hiragino Maru Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","HGŠÛºÞ¼¯¸M-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 16px;
}
.disc_interview .interview_image {
    float: left;
    width: 25%;
    max-width: 120px;
    max-height: 120px;
    margin: 0 0 8px 0;
    overflow: hidden;
    text-align: left;
}
.disc_interview .interview_image img {
    width: 100%;
}
.disc_interview .interview {
    float: left;
    width: 70%;
    margin: 0 0 0 12px;
    color: #333;
    font-size: 12px;
}
.disc_interview .interview .name {
    margin: 0 0 4px 0;
    color: #333;
    font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4","ƒqƒ‰ƒMƒmŠÛƒS Pro","Hiragino Maru Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","HGŠÛºÞ¼¯¸M-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 16px;
}
.disc_interview .interview .name .gal_name_add {
    color: #333;
    font-weight: normal;
    font-size: 10px;
}
.disc_interview .interview .name .age {
    font-size: 12px;
}
.disc_interview .interview table {
    clear: both;
    width: 100%;
    margin: 0 0 8px 0;
    border-collapse: separate;
    border-spacing: 0 12px;
}
.disc_interview .top_data .interview th {
    display: block;
    vertical-align: middle;
    color: #F88AC3;
    font-size: 12px;
    text-align: left;
}
.disc_interview .top_data .interview table td {
    line-height: 1.4;
    display: block;
    padding: 4px 0 0 0;
    font-size: 14px;
}
.disc_interview dl {
    line-height: 1.5;
    padding: 8px 0 8px;
}
.disc_interview dt {
    line-height: 1.6;
    color: #F88AC3;
    font-weight: bold;
    font-size: 12px;
}
.disc_interview dd {
    line-height: 1.4;
    padding: 4px 0 20px 0;
    font-size: 14px;
}
/**/
footer {
    margin-bottom: 60px;
    padding: 10px;
    border-top: solid 1px #ddd;
    background: #fff;
    text-align: right;
}
footer p a {
    font-size: 12px;
    color: #f772b7;
    position: relative;
}
footer p a::after {
    display: block;
    content: "";
    background: #dcdcdc;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -21px;
    transition: all .2s ease-out;
}
footer p a::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -17px;
    z-index: 1;
}
footer p a:hover::after {
   background: #f772b7;
}

/*ƒJƒ‰[ƒIƒvƒVƒ‡ƒ“*/
.default header {
    background: #f88ac3;
}
.default header svg {
    fill: #fff;
}
/**/
.black {
    background: #666;
}
.black header {
    background: #000;
}
.black header svg {
    fill: #fff;
}
/*ƒwƒbƒ_[ƒTƒCƒYƒIƒvƒVƒ‡ƒ“*/
header.min {
    position: relative;
}
header.min h1 {
    padding: 6px;
}
header.min svg {
    display: none;
}