@charset "utf-8";
#ouboInfo_box .job_bSlider li {
    padding: 0 10px;
    max-height: 250px;
    overflow: hidden;
    text-align: center;
}
#ouboInfo_box #keyimg .bx-prev {
    width: 180px !important;
    height: 100% !important;
    position: absolute;
    left: -190px;
    top:16px !important;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 5%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#ouboInfo_box #keyimg .bx-next {
    width: 180px !important;
    height: 100% !important;
    position: absolute;
    right: -190px;
    top:16px !important;
    background: -moz-linear-gradient(right,  rgba(255,255,255,1) 5%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%);
    background: linear-gradient(to left,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
#ouboInfo_box #keyimg {
    overflow: hidden;
    max-height: 250px;
}
#ouboInfo_box #keyimg .bx-viewport {
    background: transparent !important;
    border: 0;
    overflow: visible !important; //両サイドが表示される
    height: 500px !important;
}
#ouboInfo_box .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
#ouboInfo_box .inquiryList li {
    float: left;
    line-height: 20px;
    margin: 1px 0;
}
#ouboInfo_box .inquiryList li span {
    background: #ff6600 none repeat scroll 0 0;
    border: 1px solid #f30;
    border-radius: 3px;
    color: #fff;
    margin-right: 3px;
    padding: 0 3px;
}
#ouboInfo_box .inquiryList li span.off {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    color: #aaa;
}
#ouboInfo_box .info-table a {
    color: #833a19;
}
#shop_box .item .shop_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 173px;
}
#shop_box .item .shop_img img {
    width: 230px;
}
#shop_box .item .title {
    color: #444;
    display: table;
    margin: 12px 12px 8px;
}
#shop_box .item .title i {
    color: #31c68e;
    display: table-cell;
    font-size: 36px;
    vertical-align: middle;
}
#shop_box .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#shop_box .area {
    height: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#shop_box .catch {
    font-size: 12px;
    height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#voice_box .voice-text, .sankaku {
    display: block;
}
#voice_box .voice-text .comment {
    position: relative;
}
#voice_box .voice-text .comment p {
    display: inline-block;
    min-height: 21px;
    max-height: 42px;
    line-height: 21px;
    max-width: 900px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
#voice_box .voice-text .comment span {
    position: absolute;
    bottom: 0;
}
#voice_box .moreLink {
    bottom: 30px;
    font-size: 14px;
    position: absolute;
    right: 30px;
    text-align: right;
}
#voice_box .voice-text {
    color: white;
    position: relative;
    height: 165px;
    background: #ff7dae;
    border-radius: 25px;
    padding: 30px;
    margin-top: 10px;
}
#voice_box .voiceSlider li {
    height: 180px;
    width: 180px;
}
#voice_box .sankaku {
    left: 70px;
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #ff7dae;
}
#voice_box .shopname {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
}
#voice_box .girlname {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ↓ 先輩ボイス動画追加 2016/11/08 */
.voice_mov_icon {
    border: solid 1px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 3px;
    display: inline-block;
}
/* ↑ 先輩ボイス動画追加 2016/11/08 */

#voice_box .voiceSlider li a .img:after{
    background: none !important;
}
#voice_box .voiceSlider li a .image-div {
    margin: 10px;
}
#voice_box .voice .bx-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    left: -50px;
    background: url(/img/fppc/arrow_prev.png);
    opacity: 0.7;
}
#voice_box .voice .bx-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: -50px;
    background: url(/img/fppc/arrow_next.png);
}
#voice_box .mainarea_size {
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
}
#voice_box .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
#voice_box .bx-wrapper .bx-next:hover {
    background-position: 0 !important;
}
.bx-wrapper .bx-controls-direction div {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
#voice_box .bx-wrapper .bx-controls-direction a {
    top: 45% !important;
}
#voice_box .bx-wrapper .bx-controls-direction div {
    top: 45% !important;
    opacity: 0.2;
}
#voice_box .invisible {
    background:none;
    margin:15px;
    width:150px;
    height:150px;
}
#voice_box .girl_img {
    border-radius:65px;
    background-color:white;
    width:130px;
    height:130px;
}
/* -----↓entryBlock----- */
.ui-dialog {
    box-sizing: content-box;
}
#js-dialog-sns-info-pc * {
    box-sizing: content-box;
}
#snsicon-pc {
    float:left;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #333 !important;
    background-position: 0px 45%;
    width: 40px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;

    position: absolute;
    left: 80px;
    top: 40px;

    background-color: #EEEEEE;
    background-image: url(/img/fppc/iconSns.png);
    background-repeat: no-repeat;
    background-position: 0px 45%;
    background: url(/img/fppc/iconSns.png) no-repeat 0px 45%, -moz-linear-gradient(center bottom , #EEEEEE 0%, #FFFFFF 100%) no-repeat 0 0;
    background: url(/img/fppc/iconSns.png) no-repeat 0px 45%,-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.2, rgb(255,255,255)),
        color-stop(1, rgb(238,238,238))
    );
}
.btnicon-pc {
    float:left;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #EEEEEE !important;
    background-position: 0px 45%;
    width: 80%;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
    text-align:center;
    margin-left:45px;
    margin-top:20px;
    outline:none;
    background-color: #888;
    background-repeat: no-repeat;
    background-position: 0px 45%;

}
#js-dialog-sns-info-pc .entryBlock{
    background-color:#FDE6D8;
    margin-bottom:30px;
    padding:10px 10px;
    border-radius:5px;
    clear: both;
}
#js-dialog-sns-info-pc .entryBox{
    overflow:hidden;
    margin-bottom:10px;
}
#entryBoxText{
    float:left;
    width:400px;
    padding:20px;
    background-color:#fff;
    border-radius:5px;
}
#entryBoxText h4{
    text-align:center;
    font-size:18px;
    margin-bottom:10px;
    font-weight:bold;
    line-height:20px;
    height:30px;
    padding-bottom:4px;
    border-bottom:1px dotted #ccc;
}
#entryBoxText h4 span{
    margin-left:10px;
}

#entryBoxText p{
    font-size: 12px;
    margin: 0;
}
#entryBoxText p#ptitle{
    text-align:center;
    font-size:15px;
}
#entryBoxText p#ptitle2{
    text-align:center;
    font-size:15px;
    border-top:1px dotted #ccc;
    margin-top:10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}
#entryBoxText p#ptel{
    text-align:left;
    font-size:18px;
    padding:0 30px;
    margin-top:10px;
    font-weight: bold;
}
#entryBoxText p#ptel span {
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}
#entryBoxText p#ptel a{
    outline:none;
}
#entryBoxText p#pname{
    text-align:left;
    font-size:12px;
    padding:0 60px;
    margin-top:10px;
    word-break: break-all;
    word-wrap: break-word;
}
#entryBoxText .entryList img{
    width: 180px;
    display: inline;
}
#entryBoxText .entryList .btnEntry{
    margin-bottom:10px;
}
#entryBoxText .entryList .btnEntry a{
    height:56px;
    display:block;
    overflow:hidden;
    width:220px;
}
#js-dialog-sns-info-pc .entryBoxText .entryList .btnQuestion{
    margin-bottom:10px;
}
#entryBoxText .entryList .btnQuestion a{
    height:34px;
    display:block;
    overflow:hidden;
    width:173px;
}
#entryBoxImg{
    float:left;
    width:240px;
    margin-right:10px;
}
#entryBoxText .inquiryList{
    background-color:#FBF6D0;
    clear:both;
    border-radius:20px;
    padding:10px 20px;
    display: block;
    overflow: hidden;
}
#entryBoxText .inquiryList li{
    float:left;
    margin:0 10px;
    line-height:17px;
}
#entryBoxText .inquiryList li img{
    width: auto;
    display: inline;
}
#entryBoxText .inquiryList li a{
    font-weight:bold;
}
#entryBoxText .inquiryList .tel a{
    font-size:15px;
}
#entryBoxText .inquiryList .tel .tel-text{
    color: #CC0000;
    font-weight:bold;
}
#entryBlock .leadText{
}
/* -----↑entryBlock----- */

.ui-widget-content {
    background: rgba(255, 255, 255, 0);
}
.ui-dialog-titlebar {
    display:none;
}
.ui-dialog .ui-dialog-content {
    overflow: hidden;
    padding: 2em 2em;
}
.ui-corner-all {
    border:0px;
}
.ui-widget {
    font-family: Meiryo UI;
}
