/*****************************���O�I��********************************/
#login_area {
    width: 380px;
    background-image: url(/pc/img/login_bg.png);
    background-repeat: no-repeat;
    padding: 8px 0px 10px 150px;
    position: absolute;
    right: 0px;
    top: 110px;
    background-color: #000000;
}

#login_area input.text {
    width: 70px;
    height: 20px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #fff;
    color: #121212;
    margin-left: 50px;
}

#login_area input.button {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #000000;
}

.btnHover::before {
    content: '';
    display: block;
    position: absolute;
    width: 182px;
    height: 392px;
    z-index: 10;
    box-shadow: 0 0 0 0 #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    left: 8px;
    top: 8px;
    overflow: hidden;
}

.btnHover:hover::before {
    box-shadow: 0 0 0 3px #fff;
}

#companion {
    position: relative;
    width: 100%;
}

@media only screen and (max-width:1079px) {
    #companion_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    #companion_list li {
        width: 33.3%;
        position: relative;
    }
}

@media only screen and (min-width:1080px) {
    #companion_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    #companion_list li {
        width: 25%;
        position: relative;
    }
}

@media only screen and (min-width:1500px) {
    #companion_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    #companion_list li {
        width: 20%;
        position: relative;
    }
}

@media only screen and (min-width:1700px) {
    #companion_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    #companion_list li {
        width: 20%;
        position: relative;
    }
}

@media only screen and (min-width:1900px) {
    #companion_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    #companion_list li {
        width: calc(16% + 0.66%);
        position: relative;
    }
}

#companion_list li a {
    display: block;
    text-decoration: none;
    margin: 3px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 2px solid #ccc;
}

#companion_list li a:hover img {
    opacity: 0.6;
}

#companion_list li a img {
    width: 100%;
    transition: 0.3s ease;
}

#companion_list li a dl {
    text-align: center;
    padding: 10px 0;
    background: #191919;
}

#companion_list li a dl span.nameRuby {
    font-size: 10px;
    color: #fcf1d1;
}

#companion_list li a dl dt {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.4;
    margin-top: -3px;
    color: #fcf1d1;
    text-align: center;
    font-family: serif;
    font-weight: bold;
}

#companion_list li a dl dt b {
    font-size: 70%;
    color: inherit;
    font-family: inherit;
    display: inline-block;
    padding: 0 0 0 3px;
    vertical-align: middle;
}

#companion_list li a dl dd.size {
    font-size: 10px;
    color: #fcf1d1;
    text-align: center;
    letter-spacing: 1px;
}

#companion_list li a dl dd.size b {
    font-weight: normal;
    font-size: 16px;
    color: #fcf1d1;
    margin-right: 4px;
}

#companion_list li a dl dd.shift_time {
    width: 190px;
    height: 20px;
    color: #000000;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -330px;
    left: 0px;
    padding: 2px 2px 2px 0px;
}

#companion_list li .chach {
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 24px;
    padding: 3px 0;
    background-color: #191919;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#companion_list li a span.star {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 340px;
    right: 6px;
    z-index: 100;
}

.thumbNameBorder {
    background: #E7201B;
    height: 1px;
    width: 60%;
    margin: 5px auto;
    opacity: 0.3;
}

.nsMark {
    position: absolute;
    font-size: 45px;
    color: red;
    top: 20px;
    right: 8px;
    text-shadow: 0 0 5px #fff;
}

.schedule_nsMark {
    position: absolute;
    font-size: 45px;
    color: red;
    top: 20px;
    right: 8px;
    text-shadow: 0 0 5px #fff;
}

.shiftMark {
    position: absolute;
    width: 103px;
    bottom: 120px;
    right: 15px;
}

.shiftMark img {
    border-radius: 3px;
}

.newFace {
    position: absolute;
    top: 23px;
    left: 3px;
    z-index: 9999;
}

.nirinMark {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 60px;
}

.nirinMark img {
    width: 100%;
}

.switch {
    -webkit-animation: switchtext 0.4s infinite alternate;
    -moz-animation: switchtext 0.4s infinite alternate;
    animation: switchtext 0.4s infinite alternate;
}

@-webkit-keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

@keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

.nirinNoticeWrap {
    margin: 0 20px 20px 20px;
}

.nirinNotice {
    position: relative;
    max-width: 954px;
    margin: 0 auto;
    border: 3px double #141414;
    background: #fff;
}

.nirinNotice blockquote {
    padding: 20px 60px;
    overflow: hidden;
    font-size: 12px;
}

.nirinNotice blockquote p {
    font-size: 18px;
    border-bottom: 1px dotted #141414;
    margin-bottom: 5px;
    padding-bottom: 3px;
    color: #e1005b;
    font-weight: bold;
    text-align: center;
}

.nirinNotice blockquote b {
    font-weight: normal;
    display: block;
    font-size: 10px;
    margin-left: 10px;
}

.nirinNotice blockquote span {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 10px;
    color: #e1005b;
}

.NT_TL {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/notice_frame_TL.png);
    top: 3px;
    left: 3px;
}

.NT_TR {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/notice_frame_TR.png);
    top: 3px;
    right: 3px;
}

.NT_BR {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/notice_frame_BR.png);
    bottom: 3px;
    right: 3px;
}

.NT_BL {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/notice_frame_BL.png);
    bottom: 3px;
    left: 3px;
}

.scheduleIconWrap {
    width: 100%;
    position: absolute;
    bottom: 107px;
    left: 0;
    text-align: center;
}

#profileTimeBg {
    background: #ccc;
    overflow: hidden;
}

.scheduleIconWrap p.shift_time {
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 4px 0;
    font-style: italic;
}

.scheduleIcon {
    height: 36px;
    overflow: hidden;
    text-align: left;
}

.scheduleIcon img {
    width: 88px;
    height: 16px;
    padding: 1px;
}

#newface_list li {
    position: relative;
    width: 320px;
    float: left;
    overflow: hidden;
    border: 2px solid #d61e19;
    margin: 5px;
    padding: 5px 0px;
    background-color: #191919;
    text-align: center;
    -webkit-box-shadow: 2px 2px 8px #000;
    -moz-box-shadow: 2px 2px 8px #000;
    box-shadow: 2px 2px 8px #000;
}

#newface_list li a {
    display: block;
    text-decoration: none;
}

#newface_list li dl dt {}

#newface_list li a dl dt img {
    text-align: center;
    width: 310px;
    z-index: -1;
}

#newface_list li p.debut {
    font-size: 30px;
    color: #fcf1d1;
    font-weight: bold;
    z-index: 100;
    line-height: 1.0;
}

#newface_list li p.chach {
    font-size: 20px;
    color: #ff6203;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.0;
    margin: 2px 0px 8px 0px;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#newface_list li dl {}

#newface_list li dl dd {
    margin-top: 5px;
}

#newface_list li a dl dd span.nameRuby {
    font-size: 12px;
    color: #fcf1d1;
}

#newface_list li dl dd p.name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px dotted #fcf1d1;
    margin: -5px 20px 5px 20px;
}

#newface_list li dl dd p.name span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

#newface_list li dl dd p.size {
    font-size: 12px;
    color: #ccc;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: bold;
}

#newface_list li dl dd p.size b {
    font-size: 16px;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
}

#newface_list li dl p.comment {
    color: #000;
    height: 80px;
    line-height: 18px;
    overflow: auto;
    padding-right: 5px;
    padding-left: 30px;
    margin-right: 60px;
}

.newfaceShiftMark {
    width: 180px;
    position: absolute;
    top: 15px;
    right: 50px;
}

#schedule_pager {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0px auto 20px auto;
}

#schedule_pager p {
    font-size: 1.5em;
    color: #e7201b;
    font-weight: 600;
    text-align: center;
}

#schedule_pager ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#schedule_pager ul li {
    position: relative;
    width: 12.5%;
}

#schedule_pager li a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    color: #fefefe;
    margin: 2px;
    border: 1px solid #444;
    background-color: #222;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}

#schedule_pager li a:hover {
    background-color: #dc0000;
}

#schedule_pager li b {
    color: #aaa;
}

#gravure {
    position: relative;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}

#gravure_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#gravure_list li {
    width: 20%;
    text-align: center;
    position: relative;
}

#gravure_list li a {
    display: block;
    padding: 0;
    margin: 3px;
    overflow: hidden;
    padding: 2px;
    background-color: #ccc;
}

#gravure_list li p.chach {
    font-size: 16px;
    line-height: 1;
    color: #191919;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#gravure_list li a dl dt {
    margin: 0px auto;
}

#gravure_list li a dl dt img {
    width: 100%;
}

#gravure_list li a dl dd {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    display: none;
}

#gravure_list li a dl dd span.nameRuby {
    font-size: 12px;
    color: #fcf1d1;
}

#gravure_list li a dl dd p.name {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px dotted #fcf1d1;
    margin: -5px 20px 5px 20px;
}

#gravure_list li a dl dd p.size {
    font-size: 12px;
    color: #ccc;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: bold;
}

#gravure_list li a dl dd p.size b {
    font-size: 12px;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
}

#systemWrap {
    position: relative;
    width: 1000px;
    margin: 10px auto 0px auto;
}

.systemTable {
    width: 100%;
    background: #000;
}

.systemTable th {
    width: 20%;
    background-color: #191919;
    padding: 10px 0px 5px 20px;
    text-align: left;
    color: #fcf1d1;
    font-size: 20px;
    letter-spacing: 4px;
    border-bottom: #fcf1d1 1px dotted;
    font-weight: normal;
}

.systemTable tr {
    border-bottom: #fcf1d1 1px dotted;
}

.systemTable tr.st_top {
    border-bottom: #fcf1d1 1px dotted;
}

.systemTable tr.st_bottom {}

.systemTable td {
    width: 80%;
    font-size: 18px;
    padding: 20px 0px 20px 20px;
    color: #fcf1d1;
    letter-spacing: 4px;
    border-bottom: #fcf1d1 1px dotted;
}

.systemTable td b {
    margin-left: 20px;
    font-size: 18px;
    color: #fcf1d1;
    font-weight: normal;
}

#map_canvas {
    width: 100%;
    height: 500px;
}

#mapIcon {
    display: inline;
    color: #444444;
    font-size: 12px;
}

#mapIcon * {
    display: inline;
}

#mapIcon h1 {}