@charset "utf-8";

img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
/* --- ↓naviGrobal --- */
#naviGrobal{
    margin-bottom: 5px;
    background-color: #666;
}
#naviGrobal ul{
    padding: 5px 0;
}
#naviGrobal ul li{
    float: left;
    width: 25%;
}
#naviGrobal ul li a{
    font-size: 9px;
    font-weight: bold;
    border-right: 1px solid #FFFF80;/*文字色と同じ*/
    display: block;
    text-align: center;
    color: #FFFF80;
}
#naviGrobal ul li:last-child a{
    border-right: none;
}
#naviGrobal ul li a img{
    width: 24px;
    display: block;
    margin: 0 auto 3px;
}
/* --- ↑naviGrobal --- */

/* --- ↓BlogNeta --- */
.topBlogNeta{
    box-sizing: border-box;
    padding: 0px 10px;
    position: relative;
}
.topBlogNeta .box{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7dff7d), color-stop(100%, #00ff00));
    background: -webkit-linear-gradient(top, #7dff7d 0%, #00ff00 100%);
    background: linear-gradient(to bottom, #7dff7d 0%,#00ff00 100%);
    font-weight: bold;
}
.topBlogNeta .box:after{
    content: '';
    position: absolute;
    border-bottom: 15px solid #7dff7d;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -13px;
    left: 6%;
}
.topBlogNeta .box:before{
    content: '';
    position: absolute;
    border-bottom: 15px solid #999;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -15px;
    left: 6%;
}
.topBlogNeta .box p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
}
.hdg-02-13{
    color: #ffffff;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.hdg-02-container p{
    display: table-cell;
    padding: 3px;
    text-align: right;
    vertical-align: middle;
    width: 9em;
}
.hdg-02-container p a{
    background-color: #fff;
    border-radius: 5px;
    color: #00cc00;
    display: block;
    padding: 5px 0 4px;
    text-align: center;
}
.topBlogNeta span{
    color: #FFF;
    background: #F00;
    font-weight: bold;
    padding: 0 2px;
}
/* --- ↑BlogNeta --- */

/* --- ↓dxshop --- */
.dxshop{
    margin: 0 10px 5px 10px;
    text-align: center;
}
.dxshop a{
    color: #e54794;
    font-weight: bold;
    line-height: 15px;
    height: 15px;
    font-size: 13px;
    display: block;
    border: 1px solid #CCC;
    padding: 5px 0;
    border-radius: 10px;
    background: #efefef;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dxshop a img{
    width: 30px;
    padding-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
/* --- ↑dxshop --- */

/* --- ↓searchKeyword --- */
#searchKeyword {
    margin: 0;
    padding: 10px;
    background: #EEE;
    border-top: 1px solid #ccc;
}
#searchKeyword p{
    position: relative;
    margin-right: 78px;
}
#searchKeyword p a{
    position: absolute;
    top: 0;
    right: -78px;
    background-color: #f08187;
    box-shadow: 0px 5px 0px #ef5d64;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    width: 58px;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
}
#searchKeyword p input {
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #555;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:33px;
    border-radius:5px;
    padding-left:10px;
    width:100%;
    font-size: 13px;
}
/* --- ↑searchKeyword --- */

/* --- ↓menu --- */
.newNavi {
    margin-bottom:5px;
    padding:0 10px;
}
.newNavi ul {
    padding: 5px 0 6px 0;
}
.newNavi ul li {
    float:left;
    width:24.2%;
    margin-right:1%;
}
.newNavi ul li:last-child {
    margin-right:0;
}
.newNavi ul li:nth-last-child(5),
.newNavi ul li:nth-last-child(5) ~ li {
    width: 19.2%;
}
.newNavi ul li a {
    padding-top:5px;
    font-size: 9px;
    font-weight: bold;
    border: 1px solid #e72874;
    border-radius:5px;
    display: block;
    text-align: center;
    color: white;
    box-shadow: 0px 3px 0px #e72874;
    background:#ff4c96;
}
.newNavi ul li a.blue{
    padding-top: 5px;
    font-size: 9px;
    font-weight: bold;
    border: 1px solid #5dabfb;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: white;
    box-shadow: 0px 3px 0px #5dabfb;
    background: #368ce4;
}
.newNavi ul li a i {
    display:block;
    font-size:27px;
}
.newNavi ul li a span {
    margin-top:5px;
    background:white;
    color:#ff4c96;
    border-radius:0 0 5px 5px;
    display:block;
    height:13px;
    padding-top:1px;
}
.newNavi ul li a.blue span{
  color:#368ce4;
}
.newNavi ul li a img {
    width: 24px;
    display: block;
    margin: 0 auto 3px;
}
/* --- ↑menu --- */

/* --- ↓cmMovie --- */
.cmMovie h2.cmTitle {
    font-size: 13px;
    padding: 0 0 0 10px;
    margin: 0;
    height: 35px;
    line-height: 35px;
    color: #FFFF80;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: #ed87b9;
    overflow: hidden;
}
.cmMovie div.movieContent {
    padding: 10px 12px;
    background-color: #ECECEC;
}
.cmMovie .first{
    position:relative;
    max-width:580px;
    margin:0 auto 10px;
}
.cmMovie .cmSlider{
    position:relative;
}
.cmMovie .cmSlider ul li{
    margin-bottom:10px;
    position:relative;
    width:48%;
    float:left;
    margin-right:10px;
    max-width:580px;
}
.playbackIcon{
    position:absolute;
    left:5px;
    bottom:5px;
}
.playTime{
    display:inline-block;
    line-height:16px;
    background:url(../image/time_bg.png?cache01=20161201000000) no-repeat;
    color:#fff;
    text-align:center;
    position:absolute;
    right:5px;
    bottom:5px;
    padding:0 3px 0 2px;
}
/* --- ↑cmMovie --- */

/* --- ↓recruitMovieThumbnail --- */
#recruitMovieThumbnail .movieList{
    background-color:#fff;
}
#recruitMovieThumbnail .movieList li{
    border-bottom:1px solid #E3E3E3;
}
#recruitMovieThumbnail .movieList li:last-child{
    border-bottom: medium none;
}
#recruitMovieThumbnail .movieList li table{
    table-layout:fixed;
}
#recruitMovieThumbnail .movieList li td.left{
    width:125px;
    padding:3px 5px;
}
#recruitMovieThumbnail .movieList li td.left img{
    width:125px;
    height: 70px;
}
#recruitMovieThumbnail .movieList li td.right{
    vertical-align: top;
}
#recruitMovieThumbnail .movieList li td.right div.shopName{
    font-size:14px;
    color:#ff0000;
    margin:5px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:break-all;
    word-wrap:break-word;
    width:97%;
}
#recruitMovieThumbnail .movieList li td.right div.gyosyuArea{
    font-size:12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:break-all;
    word-wrap:break-word;
    width:97%;
}
/* --- ↑recruitMovieThumbnail --- */

/* --- ↓newsList --- */
#newsList ul .box{
    border-bottom: 1px solid #ccc;
}
#newsList ul .box:last-child{
    border-bottom: medium none;
}
#newsList ul li a{
    display: block;
    background: url(../image/iconMoreLink.png?cache01=20161201000000) 100% 50% no-repeat;
    padding: 10px 20px 10px 5px;
}
#newsList ul li.noImg a{
    padding: 15px 25px 15px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
#newsList ul li a .boxImg{
    float: left;
}
#newsList ul li a img{
    border-radius: 5px;
    max-width: 97px;
}
#newsList ul li a .boxText{
    float: left;
    width: 60%;
    margin-left: 5%;
}
#newsList ul li.noImg a .boxText{
    float: left;
    width: 100%;
    margin-left: 0;
}
#newsList ul li a .boxText .title{
    font-size: 13px;
    margin-bottom: 3px;
}
#newsList ul li.noImg a .boxText .title{
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}
/* --- ↑newsList --- */

/* --- ↓UpdateContentsJobList --- */
#updateContentsJobList{
    background-color: #88BFF3;
    padding: 5px;
    margin-bottom: 5px;
}
#updateContentsJobList .updateTitle{
    text-align: center;
    color: #FFF;
    font-size: 13px;
}
#updateContentsJobList .slider{
    background-color: #E8F0FE;
    padding: 5px 20px 5px 20px;
    font-size: 11px;
}
#updateContentsJobList .slider img{
    max-width: 50px;
    max-height: 50px;
}
#updateContentsJobList .slider td{
    white-space: nowrap;
    text-overflow: ellipsis;
}
#updateContentsJobList .slider .blogUpdate{
    background-color: #FFAA66;
    color: #FFF;
    border-radius: 6px;
    font-weight: bold;
    padding: 1px 3px;
    margin-left: 2px;
}
#updateContentsJobList .slider .movieUpdate{
    background-color: #FFBBCC;
    color: #FFF;
    border-radius: 6px;
    font-weight: bold;
    padding: 1px 3px;
    margin-left: 2px;
}
#updateContentsJobList .slider .shopUpdate{
    background-color: #CCAAFF;
    color: #FFF;
    border-radius: 6px;
    font-weight: bold;
    padding: 1px 3px;
    margin-left: 2px;
}
#updateContentsJobList .slider .shopnamme{
    padding: 2px;
}
#updateContentsJobList .slides > li:nth-child(n+2){
    display: none;
}
#updateContentsJobList .flex-direction-nav li .flex-prev{
    top: 15px;
    background: url(../image/arrow-left.png?cache01=20161201000000) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    box-shadow: none;
    opacity: 1;
    width: 20px;
    margin-left: 0px;
    z-index: 99;
}
#updateContentsJobList .flex-direction-nav li .flex-next{
    top: 15px;
    background: url(../image/arrow-right.png?cache01=20161201000000) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    box-shadow: none;
    opacity: 1;
    width: 20px;
    margin-right: 0px;
    z-index: 99;
}
/* --- ↑UpdateContentsJobList --- */

/* ---↓Voice--- */
#voiceArea{
    background: -webkit-gradient(linear, center top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 100%);
    padding-bottom: 40px;
}
#voiceArea .slider{
    margin-top:5px;
}
#voiceArea .slides > li:nth-child(n+2){
    display:none;
}
/* ---↓left image--- */
#voiceArea .voiceBoxL{
    padding:10px;
    overflow:hidden;
}
#voiceArea .voiceBoxL a .shopText{
    width:100%;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText{
    float:left;
    width:63%;
    padding-bottom:10px;
    margin-right:2%;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceShop{
    text-align:left;
    font-size:10px;
    color:#ff6daf;
    margin-top:5px;
    word-break:break-all;
    word-wrap:break-word;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceName{
    font-size:13px;
    font-weight:bold;
    text-align:left;
    padding-bottom:3px;
    color:#ff6daf;
    word-break:break-all;
    word-wrap:break-word;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText p.voiceName span{
  color:#09C;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment{
    border:2px solid black;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    min-height:50px;
    padding:10px;
    position:relative;
    font-size:13px;
    background-color:#fff;
    word-break:break-all;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment:before, #voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment:after{
    border:medium solid transparent;
    content:"";
    height:0;
    position:absolute;
    left:100%;
    width:0;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment:before{
    border-left-color:black;
    border-top-color:black;
    border-width:10px 10px;
    top:50px;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment:after{
    border-top-color:#fff;
    border-left-color:#fff;
    border-width:8px 8px;
    top:52px;
}
#voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment span{
    color:#09C;
}
#voiceArea .voiceBoxL a .shopText p.voiceBoxImg{
    width:35%;
    float:right;
    text-align:center;
    padding-top:10px;
}
#voiceArea .voiceBoxL a .shopText p.voiceBoxImg img{
    width:75px;
    height:100px;
    border:1px solid #999;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#voiceArea .voiceBoxL a .shopText div.voiceBoxImgArea{
    width:35%;
    float:left;
    text-align:center;
}
/* ---↑left image--- */

.voiceBoxImgArea .voice_box{
    display:inline-table;
    vertical-align:top;
}
.voiceBoxImgArea dl{
    width:96px;
    height:128px;
}
.voiceBoxImgArea dl .voiceBlockImg{
    width:100%;
}
.voiceBoxImgArea .voiceImg{
    width:96px;
    height:128px;
    display:table-cell;
    vertical-align:middle;
}
.voiceBoxImgArea .voiceImg img{
    height:auto;
    width:100%;
}
.voiceBox .voiceImg {
    width: 96px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.voiceImg img {
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    width: 100%;
    vertical-align: top;
}
.voiceBlockImg {
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
/* --- ↑Voice --- */

/* --- ↓blogList --- */
#blogList ul .box{
    border-bottom:1px solid #ccc;
}
#blogList ul .box:last-child{
    border-bottom: medium none;
}
#blogList ul li a{
    padding:5px 5px;
    display:block;
}
#blogList ul li.noImg a .boxImg1{
    display:none;
}
#blogList ul li a .boxImg1{
    float:left;
    width:18%;
    margin-right:2%;
    position:relative;
    overflow:hidden;
}
#blogList ul li a .boxImg1:after{
    content:"";
    display:block;
    padding-top:100%;
}
#blogList ul li a .boxImg2{
    float:left;
    width:13%;
    margin-left:2%;
    position:relative;
    overflow:hidden;
    margin-top:8px;
}
#blogList ul li a .boxImg2:after{
    content:"";
    display:block;
    padding-top:100%;
}
#blogList ul li a .boxImg1 img,
#blogList ul li a .boxImg2 img{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;

    width:auto;
    max-width:100%;
    max-height:none;
}
#blogList ul li a .boxText{
    float:left;
    width:65%;
    vertical-align:middle;
    margin-top:3px;
}
#blogList ul li a .boxText2{
    float:left;
    width:85%;
    vertical-align:middle;
    margin-top:3px;
}
#blogList ul li a .boxText  li,
#blogList ul li a .boxText2 li{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
#blogList ul li a .boxText  .title,
#blogList ul li a .boxText2 .title{
    font-size:13px;
    margin-bottom:3px;
    font-weight:bold;
}
.newBlogNetaSlider{
    position:relative;
    border-bottom:1px solid #ccc;
}
.blogNetaTitle{
    height:20px;
    line-height:17px;
    border-bottom:1px solid #ccc;
    color:#333333;
    overflow:hidden;
    width:100%;
}
.blogNetaTitle span{
    float:left;
    width:99%;
    padding:0 5px;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.blogNetaDataBoxText{
    float:left;
    width:70%;
    vertical-align:middle;
    margin:0;
}
.blogNetaDataBoxText2{
    float:left;
    width:100%;
    vertical-align:middle;
    margin:0;
}
.blogNetaDataTime{
    margin:3px 0;
}
.blogNetaDataTitle{
    font-size:13px;
    font-weight:bold;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.blogNetaDataShop{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.blogNetaDataShop img{
    vertical-align:middle;
}
.blogNetaDataBoxImg{
    text-align:right;
    overflow:hidden;
    height:80px;
    width:80px;
    display:block;
    float:left;
    margin-right:5px;
}
.blogNetaDataBoxImg p{
    display:table-cell;
    height:80px;
    width:80px;
    vertical-align:middle;
    overflow:hidden;
}
.blogNetaDataBoxImg p img{
    width:80px;
}
.iconBlogNeta{
    left:165px;
}
.iconBlogNeta img{
    width:50px;
}
.iconBlogNew{
    position:relative;
    top:-1px;
    left:2px;
    width:23px;
}
div.blogNeta div.hdg-02-container{
    display:table;
    overflow:hidden;
    width:100%;
    position:relative;
}
/* --- ↑blogList --- */

/* --- ↓recruitSlider --- */
#themeBlock {
    display: none;
}
.recruitSlider{
    padding-bottom: 40px;
}
.recruitSlider .slider{
    margin-top: 5px;
}
.recruitSlider .slider .slides li a{
    padding: 0 5px;
    display: block;
}
.recruitSlider .slider .slides li a .boxImg{
    margin-bottom: 5px;
    text-align: center;
}
.recruitSlider .slider .slides li a .boxImg img{
    border-radius: 5px;
    max-width: 97px
}
.recruitSlider .slider .slides li a .title{
    font-weight: bold;
    margin-bottom: 3px;
    word-wrap: break-word;
}
.recruitSlider .slider .slides li a .shop,
.recruitSlider .slider .slides li a .area{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* --- ↑recruitSlider --- */

/* --- ↓rankingAccess --- */
.rankingAccess h2 span{
    font-size: 11px;
    padding-left: 5px;
}
.rankingAccess .flex-control-paging{
    bottom: 10px;
}
.rankingAccess .flex-direction-nav{
    position: relative;
    bottom: -5px;
}
.rankingAccess .boxImg img{
    max-width: 97px
}
.rankingAccess .moreLink{
    text-align: right;
    background-color: #fafafa;
    border-top: 1px solid #ccc;
}
.rankingAccess .moreLink a{
    background: url(../image/iconMoreLink.png?cache01=20161201000000) 100% 50% no-repeat;
    padding-right: 25px;
    line-height: 40px;
    height: 40px;
    display: block;
}
.rankingAccess .category{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.rankingAccess .category ul{
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    width: 500%;
}
.rankingAccess .category ul li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #e54794;
    height: 30px;
    padding: 2px 0;
    font-size: 9px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(#fafafa 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(top center, #fafafa 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#f0f0f0));
    background-image: -ms-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
    width: 95px;
}
.rankingAccess .category ul li.active a{
    color: #fff;
    border: 1px solid #999;
    background: linear-gradient(#6a6a6a 0%, #303030 100%);
    background: -moz-linear-gradient(top center, #6a6a6a 0%, #303030 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#6a6a6a), to(#303030));
    background-image: -ms-linear-gradient(top, #6a6a6a 0%, #303030 100%);
}
.rankingAccess .unit .slider{
    padding-bottom: 45px;
}
.rankingAccess .unit .slider .flex-viewport{
    min-height: 89px;
}
.rankingAccess .unit .slider .slides li a{
    padding: 0 5px;
    display: block;
}
.rankingAccess .unit .slider .slides li a .boxImg{
    margin-bottom: 5px;
    text-align: center;
}
.rankingAccess .unit .slider .slides li a .rank{
    color: #66251F;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 13px;
}
.rankingAccess .unit .slider .slides li a .shop{
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rankingAccess .unit .slider .slides li a .text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#rankingAccess h2.newTitle {
    display:block;
    font-size: 13px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    color: #ffff80;
    background:none;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: #FF89C3;
    overflow: hidden;
}
#rankingAccess h2.newTitle p {
    width: 35px;
    float: right;
    height: 35px;
    padding:0;
    display:block;
}
#rankingAccess h2.newTitle p a {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    padding:0;
    padding-left: 4px;
    text-align: center;
    color: white;
    background: #dd77a9;
    border-radius:0;
}
.rankingAccess .flex-control-paging{
    bottom:10px;
}
.rankingAccess .flex-direction-nav{
    position:relative;
    bottom:-5px;
}
#ranking1,
#ranking2 {
    width:50%;
    display:block;
    background:#EEE;
    float:left;
    padding:5px 0;
    text-align:center;
    margin-bottom:5px;
    font-size:13px;
}
span#ranking2[class="activeRanking"] {
    background: #ffc000 !important;
}
span#ranking1[class="activeRanking"] {
    background: #ff7c80 !important;
}
.activeRanking {
    font-weight:bold;
    color:white;
}
/* --- ↑rankingAccess --- */

/* --- ↓bannerDX --- */
#bannerDX{
    padding-bottom: 40px;
}
#bannerDX .slider{
    margin-top: 5px;
}
#bannerDX .slider .slides li a{
    padding: 0 5px;
    display: block;
}
#bannerDX .slider .slides li a .boxImg{
    margin-bottom: 5px;
    text-align: center;
    height: 97px;
    overflow: hidden;
}
#bannerDX .slider .slides li a .boxImg img{
    border-radius: 5px;
    max-width: 97px
}
#bannerDX .slider .slides li a .shop{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
#bannerDX .slider .slides li a .area{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
}
#bannerDX .slider .slides li a .text{
    word-wrap: break-word;
}
/* --- ↑bannerDX --- */

/* --- ↓nextLink --- */
.nextLink{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #e54794;
    padding: 2px 0;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(#fafafa 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(top center, #fafafa 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#f0f0f0));
    background-image: -ms-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
    height: 100px;
    width: 100px;
}
/* --- ↑nextLink --- */

/* --- ↓BlogNeta --- */
.areaTopBlogNeta{
    box-sizing:border-box;
    padding:0px 10px;
    position:relative;
}
.areaTopBlogNeta .box{
    box-sizing:border-box;
    position:relative;
    width:100%;
    margin-bottom:5px;
    border:1px solid #999;
    border-radius:5px;
    padding:5px 10px;
    font-weight:bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #EEE));
    background: -webkit-linear-gradient(top, #EEE 0%, #EEE 100%);
    background: linear-gradient(to bottom, #EEE 0%,#EEE 100%);
    box-shadow: 0px 3px 0px #999;
}
.areaTopBlogNeta .box:after{
    content:'';
    position:absolute;
    border-bottom: 15px solid #EEE;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    top:-13px;
    left:6%;
}
.areaTopBlogNeta .box:before{
    content:'';
    position:absolute;
    border-bottom:15px solid #999;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    top:-15px;
    left:6%;
}
.areaTopBlogNeta.areaTopBlogNeta_h .box:after{
    left:26%;
}
.areaTopBlogNeta.areaTopBlogNeta_h .box:before{
    left:26%;
}
.areaTopBlogNeta .box p{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-size:13px;
    font-weight:normal;
}
.areaTopBlogNeta span{
    color:#FFF;
    background:#F00;
    font-weight:bold;
    padding:0 2px;
}
.hdg-02-13{
    color:#ffffff;
    display:table-cell;
    font-size:13px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding-left:10px;
}
.hdg-02-container p{
    display:table-cell;
    padding:3px;
    text-align:right;
    vertical-align:middle;
    width:9em;
}
.hdg-02-container p a{
    background-color:#fff;
    border-radius:5px;
    color:#00cc00;
    display:block;
    padding:5px 0 4px;
    text-align:center;
}
/* --- ↑BlogNeta --- */

/* --- ↓header --- */
.headerTitle2 h2{
    background: #ff89c3 none no-repeat scroll 5px 50%;
    color: #ffff80;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 10px;
}
.headerTitle2 h2 p.moreLink{
    float: right;
    height: 35px;
    width: 35px;
}
.headerTitle2 h2 p.moreLink a{
    background: #dd77a9 none repeat scroll 0 0;
    color: white;
    display: table-cell;
    height: 35px;
    padding-left: 4px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.top-head{
    background-color:#fff;
}
/* --- ↑header --- */

/* --- ↓charismaGirl --- */
#charismaGirl {
    display: none;
    background: url(/img/kirakira.png);
    background-size: cover;
    padding-bottom: 37px;
}
#charismaGirl .slider .slides {
}
#charismaGirl .slider .slides li a {
    padding: 0 5px;
    display: block;
}
#charismaGirl .slider .slides li a .boxImg {
    margin-bottom: 5px;
}
#charismaGirl .slider .slides li a .boxImg img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#charismaGirl .slider .slides li a span {
}
#charismaGirl .slider .slides li a .title {
    font-weight: bold;
}
.cgirltop {
    padding: 5px 0px;
}
.thumbProf {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.thumbProf #cgirllist{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 77px;
}

#charismaGirl h2.newTitle {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: none;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: #898cff;
    overflow: hidden;
}
#charismaGirl h2.newTitle p {
    width: 35px;
    float: right;
    height: 35px;
    padding: 0;
    display: block;
}
#charismaGirl h2.newTitle p a {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    padding: 0;
    padding-left: 4px;
    text-align: center;
    color: white;
    background: #555afe;
    border-radius: 0;
}
.cgirltext span{
    display:block;
}
table.cgirltop{
    width:97%;
    margin:0 1.5%;
}
.interview_text .interview_store{
    background: rgba(255,255,255,.6);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #aaa;
    padding: 5px 5px 2px 5px !important;
}
td.interview_img{
    width:120px;
    height:135px;
    vertical-align:top;
}
.interview_img a{
    padding:0 !important;
    display:block;
    max-height: 140px;
    overflow: hidden;
    box-shadow: 2px 2px 4px #bbb;
}
.interview_img img {
    width:100%;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}
.interview_link{
    background: rgba(255,165,51,.8) url(/img/next.png) no-repeat;
    background-size: 18px;
    background-position: 13px;
    color: #fff;
    font-size: 13px;
    width: 150px;
    padding: 8px 15px 8px 0 !important;
    margin-top: 7px;
    float: right;
    text-align: right;
}
.cgirltop{
    width:97%;
    margin:0 1.5px;
}
.charisma_mask{
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 84%;
    background: rgba(255,255,255,.5);
    z-index: 0;
}
#recruitPickup{
    position:relative;
    z-index:1;
}
#charismaGirl .flex-direction-nav li a {
        color:#333;
        box-shadow:0 0 4px #bbb;
}
#charismaGirl .flex-control-paging li a.flex-active {
        background-color:#333;
}
#charismaGirl .slider .slides li a {
    padding: 0 5px;
    display: block;
    margin-left:6px;
}
#charismaGirl .slider .slides li .interview_img a {
    margin-left: 0;
}
/* --- ↑charismaGirl --- */

/* --- ↓privilege --- */
.privilege > ul > .clearfix:nth-child(2n+1) {
    margin: 1% 1% 1% 2%;
}
.privilege > ul > .clearfix:nth-child(2n) {
    margin: 1% 2% 1% 1%;
}
.privilege > ul > .clearfix {
    border-width: 0;
    float: left;
    padding: 0;
    width: 47%;
}
.privilegeSquareBox {
    position: relative;
}
.privilegeSquareBox::before {
    content: "";
    display: block;
    padding-top: 77%;
}
.privilegeleftimg {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.privilegeimg img {
    width: 100%;
}
.privilege_text {
    width: 100%;
    height: 50px;
}
.privilege_text .privilege_comment {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.privilege_text .privilege_place,
.privilege_text .privilege_shop_name {
    color: #333;
    font-size: 11px;
    line-height: 18px;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* --- ↑privilege --- */
