/*****************************���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;
}

/**********************�T���l�C���{�[�_�[�A�j���[�V����************************/
.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;
}

/**********************�R���p�j�I���ꗗ************************/
#CooperationShopWrap {
    position: fixed;
    width: 1000px;
    margin: 0px auto;
}

.CooperationShop li {
    width: 25%;
    float: left;
    text-align: center;
}

.CooperationShop li a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 3px;
    padding: 10px;
    border: 1px solid #191919;
    background-color: #222;
}

.CooperationShop li a:hover {
    color: #fff;
    background-color: #c40000;
}

#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: 1px solid #E7201B;
}

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

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

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

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

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

#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: 100px;
    right: 15px;
}

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

.nirinMark {
    position: absolute;
    bottom: 4px;
    left: 4px;
    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;
    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 {
    width: 158px;
    margin: 2px;
    border: 1px solid #767676;
    float: left;
    position: relative;
    overflow: hidden;
}

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

.other_companion_list li.ailedore a img {
    width: 100%;
    background-position: 50%;
}

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

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

.other_companion_list li.ailedore a dl dd.size {
    font-size: 10px;
    color: #cccccc;
    text-align: center;
}

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

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

/**********************�W�����f�B�[�m�R���p�j�I���ꗗ************************/
.other_companion_list li.giardino {
    width: 164px;
    float: left;
    overflow: hideen;
    position: relative;
}

.other_companion_list li.giardino a {
    display: block;
    text-decoration: none;
    background: url(http://www.y-makeup.com/pc/img/giardino_thumb_bg.jpg) no-repeat;
    margin: 2px;
    padding: 2px;
}

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

.other_companion_list li.giardino a dl {
    text-align: center;
    margin-top: 10px;
}

.other_companion_list li.giardino a dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
}

.other_companion_list li.giardino a dl dd.size {
    font-size: 10px;
    color: #121212;
    text-align: center;
}

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

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

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

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

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

.other_companion_list li.emerald a dl {
    text-align: center;
    margin-top: 10px;
}

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

.other_companion_list li.emerald a dl dd.size {
    font-size: 10px;
    color: #ccc;
    text-align: center;
}

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

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

/**********************���C�N�A�b�v�R���p�j�I���ꗗ************************/
.other_companion_list li.make {
    width: 164px;
    float: left;
    /*
	background-image:url(/pc/img/make_thumbBg.png);
	background-repeat:no-repeat;
	*/
    overflow: hidden;
    position: relative;
}

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

.other_companion_list li.make a img {
    width: 100%;
    margin-top: 1px;
}

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

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

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

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

.other_companion_list li.make 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.make .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;
    overflow: hidden;
}

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

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

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

.scheduleIconWrap p.shift_time {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
}

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

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

/**************�V�l*****************/
#newface_list {}

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

#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;
    inline-height: 1.0;
    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;
    inline-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;
}

/**********************�X�P�W���[��************************/
#schedule_pager {
    position: relative;
    width: 1000px;
    margin: 0px auto 20px auto;
}

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

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

#schedule_pager ul li {
    position: relative;
    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;
}

/**********************�O���r�A************************/
#gravure {
    position: relative;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}

#gravure_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#gravure_list li {
    width: 260px;
    height: 473px;
    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: #fcf1d1;
    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: 18px;
    margin-left: 10px;
}

#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;
    inline-height: 1.0;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
}

/**********************�V�X�e��************************/
#systemWrap {
    position: relative;
    width: 1000px;
    margin: 10px auto 0px auto;
}

#system {}

.systemTable {
    width: 100%;
    background: #000;
    /*
	border-collapse: collapse;
	*/
}

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