/*****************************���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 #121212;
    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 4px #121212;
}

#companion {}

#companion_list {}

#companion_list li {
    width: 200px;
    height: 408px;
    float: left;
    background-image: url(/pc/img/thumbBg.png);
    background-repeat: no-repeat;
    overflow: hideen;
    position: relative;
    margin: 0px 0px 5px 0px;
}

#companion_list li a {
    display: block;
    text-decoration: none;
    margin: 3px;
}

#companion_list li a:hover {
    opacity: 0.8;
}

#companion_list li a img {
    width: 184px;
    padding: 4px 4px 4px 4px;
}

#companion_list li a dl {
    width: 190px;
    position: absolute;
    top: 340px;
    left: 0px;
    margin-left: 6px;
    text-align: center;
}

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

#companion_list li a dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: -3px;
    color: #121212;
    text-align: center;
}

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

#companion_list li a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #121212;
    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: 12px;
    top: 7px;
    position: relative;
    width: 178px;
    height: 20px;
    padding: 3px;
    margin-left: 7px;
    background-image: url(/pc/img/profileChachBg.jpg);
    background-repeat: no-repeat;
}

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

.thumbNameBorder {
    background-image: url(/pc/img/thumbNameBorder.jpg);
    height: 1px;
    width: 160px;
    margin: 2px 20px 2px 15px;
}

.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: 256px;
    left: 8px;
    text-shadow: 0 0 5px #fff;
}

.shiftMark {
    position: absolute;
    width: 80px;
    top: 304px;
    right: 12px;
}

.shiftMark img {
    width: 100%;
}

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

.nirinMark {
    position: absolute;
    top: 273px;
    left: 6px;
    width: 60px;
}

.nirinMark img {
    width: 100%;
}

.newface_nirinMark {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;

}

.newface_nirinMark img {
    width: 100%;
    border-radius: 0 0 0 16px;

}

.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;
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
}

.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;
}

/**********************�T���l�C���g��************************/
.img-block {}

.img-block img {
    transition: 0.5s;
}

.img-block img:hover {
    -moz-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
}

/**********************�O���[�v�R���p�j���ꗗ************************/
.other_companion {
    max-width: 1330px;
}

/**********************�G���h�[���ꗗ************************/
.other_companion_list li.ailedore {
    position: relative;
    width: 158px;
    margin: 2px;
    float: left;
    overflow: hidden;
    text-align: center;
    border: 1px solid #25465f;

}

.other_companion_list li.ailedore a {
    display: block;
    text-decoration: none;
    background: #25465f;
}

.other_companion_list li.ailedore a img {
    width: 100%;
}

.other_companion_list li.ailedore a dl {
    position: relative;
    text-align: center;
    background: #25465f;
    z-index: 100;

}

.other_companion_list li.ailedore a dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 10px;
    color: #fff;
}

.other_companion_list li.ailedore a dl dd.size {
    font-size: 10px;
    color: #fff;
}

.other_companion_list li.ailedore a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;

}

/**********************�G�������h�c��R���p�j�I���ꗗ************************/
.other_companion_list li.emerald {
    position: relative;
    width: 164px;
    float: left;
    overflow: hideen;
    text-align: center;
}

.other_companion_list li.emerald a {
    display: block;
    text-decoration: none;
    margin: 2px;
    padding: 2px;
    background: #385b31;
}

.other_companion_list li.emerald a img {
    width: 100%;
}

.other_companion_list li.emerald a dl {
    position: relative;
    text-align: center;
}

.other_companion_list li.emerald a dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 10px;
    color: #fff;
}

.other_companion_list li.emerald a dl dd.size {
    font-size: 10px;
    color: #fff;
}

.other_companion_list li.emerald a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;

}

/**********************���C�N�A�b�v�R���p�j�I���ꗗ************************/

.other_companion_list li.make {
    position: relative;
    width: 164px;
    float: left;
    overflow: hideen;
    text-align: center;
}

.other_companion_list li.make a {
    display: block;
    text-decoration: none;
    margin: 2px;
    padding: 2px;
    background: #fff;
}

.other_companion_list li.make a img {
    width: 100%;
}

.other_companion_list li.make a dl {
    position: relative;
    text-align: center;
}

.other_companion_list li.make a dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 10px;
    color: #121212;
}

.other_companion_list li.make a dl dd.size {
    font-size: 10px;
    color: #404040;
}

.other_companion_list li.make a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #121212;
    margin-right: 3px;

}

/**********************�j�݃R���p�j�I���ꗗ************************/
.other_companion_list li.baron {
    position: relative;
    width: 164px;
    float: left;
    overflow: hideen;
    text-align: center;
}

.other_companion_list li.baron a {
    display: block;
    text-decoration: none;
    margin: 2px;
    padding: 2px;
    background: #000;
}

.other_companion_list li.baron a img {
    width: 100%;
}

.other_companion_list li.baron a dl {
    position: relative;
    text-align: center;
}

.other_companion_list li.baron a dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 10px;
    color: #fff;
}

.other_companion_list li.baron a dl dd.size {
    font-size: 10px;
    color: #fff;
}

.other_companion_list li.baron a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;

}

/**********************����************************/
.other_companion_list li a dl dd.shift_time {
    width: 150px;
    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;
}

.other_companion_list li .chach {
    text-align: center;
    color: #fff;
    font-size: 11px;
    position: relative;
    height: 20px;
    padding: 3px;
    overflow: hidden;
    background-image: url(/pc/img/profileChachBg.jpg);
    background-repeat: no-repeat;
}

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

/**********************�X�P�W���[���ꗗ************************/
#schedule_list {}

#schedule_list li {
    width: 200px;
    height: 408px;
    float: left;
    background-image: url(/pc/img/thumbBg.png);
    background-repeat: no-repeat;
    overflow: hideen;
    position: relative;
    margin: 0px 0px 5px 0px;
}

#schedule_list li a {
    display: block;
    text-decoration: none;
    margin: 3px;
}

#schedule_list li a:hover {
    opacity: 0.8;
}

#schedule_list li a img {
    width: 184px;
    height: 300px;
    padding: 4px 4px 4px 4px;

}

#schedule_list li a dl {
    width: 190px;
    position: absolute;
    top: 342px;
    left: 0px;
    margin-left: 6px;
    text-align: center;
}

#schedule_list li a dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: -4px;
    color: #121212;
    text-align: center;
}

#schedule_list li a dl span.nameRuby {
    font-size: 8px;
}

#schedule_list li a dl dd.size {
    font-size: 10px;
    color: #cc2e7c;
    text-align: center;
}

#schedule_list li a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #121212;
    margin-right: 4px;
}

#schedule_list li .chach {
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    top: 8px;
    position: relative;
    width: 178px;
    height: 20px;
    padding: 3px;
    margin-left: 7px;
    background-image: url(/pc/img/profileChachBg.jpg);
    background-repeat: no-repeat;
}

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

#profileTimeBg {
    background-image: url(/pc/img/profileTimeBg.png);
    background-repeat: no-repeat;
    width: 178x;
    height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: -10px;
    margin-left: 2px;
    position: absolute;
    top: 318px;
    left: 9px;
}

.scheduleIconWrap p.shift_time {
    width: 180px;
    color: #000000;
    font-size: 14px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    left: 0px;
    padding: 4px 2px 2px 0px;
}

.scheduleIconWrap {
    width: 180px;
    margin-left: 12px;
    margin-top: 58px;
}

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

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


/**************�V�l*****************/

#newface_list {
    max-width: 1275px;
    margin: 0px auto 0px auto;
}

#newface_list li {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(/pc/img/newface_img_bg.png);
    width: 385px;
    height: 580px;
    float: left;
    margin: 5px 20px;
    overflow: hidden;
}

.newfaceImg-Top {
    position: absolute;
    background-image: url(/pc/img/newface_img_top.png);
    width: 385px;
    height: 212px;
    top: 355px;
    left: 0px;
    z-index: 10;

}

#newface_list li a {
    display: block;
    text-decoration: none;
    margin: 15px 0px 0px 13px;
}

#newface_list li dl dt {}

#newface_list li a dl dt img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: -1;
}

#newface_list li p.debut {
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline;
    width: 100%;
    top: 430px;
    text-shadow: 2px 2px 2px #121212;
    z-index: 100;
    margin-left: -25px;
}

#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;
}

#newface_list li dl dd {
    position: absolute;
    background-image: url(/pc/img/newface_name_bg.png);
    background-repeat: repeat;
    top: 470px;
    left: 50%;
    margin-left: -155px;
    width: 306px;
    padding: 10px 0px;
    text-align: center;
    z-index: 5000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

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

#newface_list li dl dd p.name {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: bold;

}

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

#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: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: bold;
}

#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;
    overflow: hidden;
    margin-bottom: 20px;
}

#schedule_pager p {
    font-size: 16px;
    color: #f60;
    text-align: center;
}

#schedule_pager ul {
    position: relative;
    left: 50%;
    float: left;
}

#schedule_pager ul li {
    position: relative;
    left: -50%;
    float: left;
    width: 125px;
}

#schedule_pager li a {
    display: block;
    height: 36px;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin: 1px;
    border: 1px solid #444;
    background-color: #222;
}

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

#schedule_pager li b {
    color: #aaa;
}

#gravure {
    max-width: 1560px;
}

#gravure_list {}

#gravure_list li {
    width: 260px;
    height: 481px;
    background-image: url(/pc/img/gravureThumb_bg.png);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

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

#gravure_list li p.chach {
    font-size: 16px;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #121212;
    padding: 10px 0px 0px 0px;
}

#gravure_list li a dl dt {
    width: 240px;
    margin: 0px auto;
    background-color: #000000;
    margin-top: 10px;
}

#gravure_list li a dl dt img {
    width: 240px;
    background-color: #000000;
}

#gravure_list li a dl dd {
    position: absolute;
    width: 240px;
    padding: 5px 0px;
    bottom: 26px;
    margin-left: 10px;
}

#gravure_list li a dl dd p.name {
    font-size: 22px;
    line-height: 1.0;
    letter-spacing: 1px;
    font-weight: bold;
}

#gravure_list li a dl dd p.size {
    color: #ff0080;
    font-size: 10px;
    line-height: 1.0;
    letter-spacing: 1px;
}

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

.specialGravure {
    position: relative;
    max-width: 1560px;
    min-width: 1000px;
    background-position: 50% 0%;
    max-height: 550px;
    padding: 0px 5px;
}

.specialGravure ul {}

.specialGravure ul li {
    width: 50%;
    float: left;
    margin: 0px 0px 30px 0px;
}

.specialGravure ul li a {
    display: block;
}

.specialGravure ul li a img {
    width: 100%;
    display: block;
}

.specialGravure ul li a:hover {
    background-color: #121212;
}


/**********************�V�X�e��************************/
#systemHeader {
    position: relative;
    background-image: url(/pc/img/system_banner.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-position: 50% 0%;
    min-width: 1000px;
    z-index: -10;
    top: 170px;
    left: 0px;
}

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

#system {}


#map_canvas {
    margin-top: 50px;
    width: 100%;
    height: 325px;
}

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

#mapIcon * {
    display: inline;
}

#mapIcon h2 {
    font-size: 10px;
}

.systemTable {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
}

.systemTable tbody {}

.systemTable tbody tr {}

.systemTable tbody tr th.th_first,
.systemTable tbody tr td.td_first {
    border-top: 2px solid #141414;
}

.systemTable tbody tr th {
    width: 30%;
    border-bottom: 2px solid #141414;
    padding: 20px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    font-size: 20px;
    vertical-align: top;
    border-left: 5px solid #141414;
    color: #141414;
}

.systemTable tbody tr th small {
    display: block;
    font-size: 8px;
    line-height: 12px;
    color: #141414;
}

.systemTable tbody tr td {
    border-bottom: 2px solid #141414;
    border-right: 2px solid #141414;
    width: 70%;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 900;
    color: #141414;
}

.systemTable tbody tr td q u {
    letter-spacing: 2px;
    color: #e1315f;
    font-size: 20px;
    font-weight: bold;
}

.systemTable tbody tr td span {
    display: block;
}

