@charset "utf-8";
/* =====================================================================
  ガイドトップに不要な箇所をコメントアウトしています。
  他ページで必要な箇所は必要に応じてコメントアウトを戻してください。
  最終的にコメントアウトされている箇所は削除してリリースします。
  
  画像のパスが「../images/」となっている箇所は、画像の保存先が確定した後、
  正規のパスに書き換える。
===================================================================== */
body{
    line-height: 1.5;
}

#shell div#left_guide {
    font-size: 13px;
    margin-right: 10px;
    width: 170px;
}

#shell div#main {
    width: 450px;
    margin-right: 10px;
}

#shell div#right_guide {
    width: 350px;
    bottom: 0;
}

#shell img,
.topheader img {
    max-width: 100%;
}


/*
 * header
 *
 **************************************************/


/*
div#global {
    height: auto;
}

div#logo {
    width: 335px;
    font-size: 12px;
}

div#logo .logoarea {
    font-size: 20px;
    font-weight: bold;
}

ul.near>li {
    display: inline-block;
    background-image: url(/img/icon/icon_week.jpg);
    background-repeat: no-repeat;
    background-position: center left 5px;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 12px;
    position: relative;
}

ul.near>li:hover {
    background-image: url(/img/icon/icon_popopen.png);
    background-color: #1d3994;
    border-radius: 2px 2px 0 0;
}

ul.near>li:hover>a {
    color: white;
    text-decoration: none;
}

.topheader {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #3e8bff;
    height: 32px;
    z-index: 3;
}

.topheaderbox {
    padding: 0 5px;
}

.topheaderbox a {
    line-height: 32px;
    color: #1d3994;
}

.topheaderbox .near {
    display: none;
}

.topheaderbox .near a {
    line-height: 1.2rem;
}

.topheader .float-l {
    line-height: 32px;
}

.topheader .site_menu {
    font-size: 12px;
}

.topheader .float-l>.site_menu>li,
.topheader .float-r .site_menu>li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}*/


/**/

div#global_center {
    overflow: visible;
    width: 255px;
}

div#common-header-wrap {
    border-bottom: 2px solid #3e8bff;
    box-shadow: none;
/* ↓[ピラミッド検索] 2016/05/31 */
/*    margin-top: 30px; */
    margin-top: 32px;
/* ↑[ピラミッド検索] 2016/05/31 */
}

.site_menu.area_map {
    padding: 5px 0 5px;
    vertical-align: middle;
}

.site_menu.area_map li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.site_menu.area_map li:first-child {
}
.site_menu.area_map li:first-child a{
    letter-spacing:1px;
}
.site_menu.area_map li:last-child{
    padding-right:0;
}
.site_menu.area_map li:last-child a{
    letter-spacing:1px;
}

.site_menu.area_map li:first-child a{
    letter-spacing: 1px;
}

.site_menu.area_map li:last-child{
    padding-right: 0;
}

.site_menu.area_map li:last-child a{
    letter-spacing: 1px;
}
.site_menu.area_map li:not(:first-child):before {
    width: 1px;
    height: 12px;
    content: " ";
    background-color: #999;
    position: absolute;
    left: 0;
    top: 4px;
}

.site_menu.area_map li.on:after {
    width: 10px;
    height: 10px;
}

.site_menu.area_map li a {
    height: 21px;
    line-height: 21px;
    padding: 0px 5px;
    display: block;
    letter-spacing:-1px;
}

.site_menu.area_map li.on a {
}


div.keyword_search {
    height: 32px;
    background: #f0f0f0;
    width: 234px;
    padding: 4px 4px 2px 4px;
    border-radius: 2px;
}

input#keyword {
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 1px;
    box-shadow: 0 0 0 4px #f0f0f0;
    margin: 5px;
    border-color: #eee;
}

div.keyword_search form {
    position: relative;
    width: 100%;
    height: 30px;
    background: -webkit-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    background: -moz-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    background: -ms-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    -webkit-appearance: none;
    border-radius: 0 2px 2px 0;
}

div.keyword_search input[type="search"] {
    background-color: #fff;
    border: 1px solid #eee;
    height: 30px;
    width: 205px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
    border-radius: 0;
}

div.keyword_search input[type="image"] {
    border: none;
    padding: 0;
    position: absolute;
    left: 204px;
    top: 0px;
    height: 30px;
    width: 30px;
    background-image: url(/img/icon/search03.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 2px 2px 0;
    background-size: 12px;
    z-index: 1;
}

div.keyword_search input[type="image"]:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

div#header_login h5,
div#header_login a.myh {
    color: red;
    font-size: 17px;
    font-weight: bold;
/* ↓[ピラミッド検索] 2016/05/31 */
/*    background-image: url(/img/icon/myore.png); */
    background-image: url(/img/icon/iconBtnBig07.gif?imgopt=y);
/* ↑[ピラミッド検索] 2016/05/31 */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 27px;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
}

#global ul.near>li .popbox {
    text-indent: 0;
}

ul.near>li:hover .popbox {
    display: block;
}

.popbox {
    display: none;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: white;
    max-width: 600px;
    z-index: 3;
    border-radius: 0 5px 5px;
    border: 4px solid #1d3994;
    padding: 15px;
    left: 0;
    font-size: 12px;
    line-height: 1rem;
    min-width: 180px;
}

.popbox .poptitle {
}

.popbox .popsubtitle {
    padding: 2px 0;
}

.popbox .popsubtitle a {
    background-image: url(/img/icon/icon_circlearrow_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px;
    padding-left: 15px;
}

.popbox dl>dd {
    margin-bottom: 15px;
}

.popbox .poplocal {
/* ↓[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
/*	padding-left: 200px;*/
/* ↑[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
}

span.solid {
    padding: 0 2px;
    color: #ccc;
}


/**/

#timelimit {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    background: #1a1a1a;
}

#timelimit .videowarp {
    width: 640px;
    margin: -100px auto 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    position: relative;
}

.limitplay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.limitplay>div {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(/img/icon/icon_play2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 55% 50%;
}

.limitshop {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 8px;
    box-sizing: border-box;
    color: #fff;
}

.limitshop:hover {}

.limitshop a:hover {
    text-decoration: none;
}

.limitshop .FlexBox__item.img {
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-right: 5px;
}

.limitshop .FlexBox__item.text {
    width: 180px;
    color: white;
}

.limitclose {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 50px;
    height: 50px;
    color: white;
}


/*
 * #left_guide
 *
 **************************************************/

#left_guide {}

.imgback {
    display: block;
    background: no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

.tabs {
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
    top: -1px;
}

.tabs ul>li>span>a {
    display: block;
    padding: 4px 10px;
    font-size: 12px;
    color: #000;
    /*background-color: #f0f0f0;*/
    background-color: rgba(240, 240, 240, 0.7);
    /*border-right: 2px solid #fff;*/
    margin-right: 2px;
}

.tabs ul>li.on>span>a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    font-weight: bold;
    margin: -4px 0px -3px -2px;
    padding: 5px 10px 4px 11px;
}
#ranking .tabs ul li.on span a{
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    font-weight: bold;
    margin: -4px 0px -3px -2px;
    padding: 5px 15px 5px 15px;
	font-size:12px;
}
#ranking .tabs ul>li>span>a {
    display: block;
    padding: 5px 15px 4px 15px;
	font-size: 12px;
    color: #000;
    /*background-color: #f0f0f0;*/
    background-color: rgba(240, 240, 240, 0.7);
    /*border-right: 2px solid #fff;*/
    margin-right: 2px;
}
.tabs_list {
    float: right;
    width: 270px;
}

.tabs_cate {
    font-size: 11px;
    padding: 8px 0 4px;
    //height: 16px;
}

.tabs_cate > a{
	padding-right:5px;
}

.tabs_list .tabs_cate a {
    padding: 0px 4px;
}

.tabs_list .tabs_news>li {
    clear: both;
}

.tabs_list .tabs_news .tabs_news_img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-right:10px;
}

.tabs_list .tabs_news .tabs_news_text {
    float: left;
    width: 230px;
    line-height:16px;
    word-break: break-all;
}
.tabs_list .tabs_news .tabs_news_text img{
}
.tabs_list .tabs_news .tabs_news_text:hover{
    text-decoration: underline;
}
.tabs_list .tabs_news img {
    vertical-align: middle;
}

.tabs_list .tabs_news .icon_menuber,
.tabs_list .tabs_news .icon_new {
    font-size: 11px;
    color: white;
    padding: 0px 5px;
    border-radius: 56px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.9);
    position: relative;
    display: inline-block;
}

.tabs_list .tabs_news .icon_new {
    background-color: orange;
}

.tabs_list .tabs_news .icon_menuber {
    background-color: red;
}

.tabs_catch {
    float: right;
    width: 148px;
    margin-right: 10px;
}

.tabs_catch .tabs_detail {
    border-color: #dde3ea;
    background-color: #f0f3f7;
    border-width: 1px;
    border-style: solid;
    padding: 10px 10px 6px 10px;
    font-size: 12px;
    margin-top: 5px;
    position: relative;
}
.tabs_catch .tabs_detail a img{
    vertical-align:middle;
}

.tabs_catch .tabs_detail a.tabs_detail_text {
    display: block;
    margin: 5px 2px;
}
img.detail_new{
    position: absolute;
    top: -6px;
    right: 10px;
}
.tabs_img {
    margin: auto;
    margin-bottom: 4px;
}
.tabs_img a{
    margin: auto;
}

/* カバーガール ----------------------------------------*/

#c_girl {
    position: relative;
    text-align: right;
    top: 5px;
}

#c_girl img.girl {
    position: relative;
    z-index: 2;
}

#c_girl .comment {
    position: absolute;
    top: -6px;
    left: -74px;
    background-image:url("//img.cityheaven.net/img/icon/covergirlcomment0.png");
    background-size: 140px;
    background-repeat: no-repeat;
    width: 100px;
    height: 65px;
    padding: 43px 25px 0px 25px;
    text-align: center;
    /*-webkit-transform: scale3d(0.1, 0.2, 0.1);*/
    /*transform: scale3d(0.1, 0.2, 0.1);*/
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, left 50px;
    transition: opacity 0.4s, transform 0s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    /*opacity: 0;*/
    -webkit-animation-name: comment;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
    -ms-animation-name: comment;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    -ms-animation-iteration-count: 1;
    -ms-animation-direction: alternate;
    -ms-animation-delay: 0s;
    animation-name: comment;
    animation-duration: 1s;
    animation-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-delay: 0s;
    z-index: 2;
}

#c_girl .comment:hover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

@-webkit-keyframes comment {
    0% {
        transform: scale3d(0.1, 0.2, 0.1);
        left: 50px;
    }
    95% {
        transform: scale3d(0.1, 0.2, 0.1);
        opacity: 1;
        left: -77px;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        left: -77px;
    }
}

@-ms-keyframes comment {
    0% {
        transform: scale3d(0.1, 0.2, 0.1);
        left: 50px;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        left: -77px;
    }
}

@keyframes comment {
    0% {
        transform: scale3d(0.1, 0.2, 0.1);
        left: 50px;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        left: -77px;
    }
}

#c_girl .comment .name {
    font-weight: bold;
    font-size: 14px;
    letter-spacing:-1px;
}

#c_girl .comment .shop {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    margin: 0 auto;
    letter-spacing: -1px;
}

@media screen and (max-width: 1000px) {
    #c_girl .comment {
        left: -20px;
        background-image: url(../../images/covergirlcomment_tb.png);
        background-size: 120px;
        padding: 40px 30px 0px 19px;
        width: 90px;
    }
    #c_girl img.girl {
        /*max-width: 100px;*/
    }
    @-webkit-keyframes comment {
        0% {
            transform: scale3d(0.1, 0.2, 0.1);
            left: 50px;
        }
        95% {
            transform: scale3d(0.1, 0.2, 0.1);
            opacity: 1;
            left: -20px;
        }
        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
            left: -20px;
        }
    }
    @-ms-keyframes comment {
        0% {
            transform: scale3d(0.1, 0.2, 0.1);
            left: 50px;
        }
        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
            left: -20px;
        }
    }
    @keyframes comment {
        0% {
            transform: scale3d(0.1, 0.2, 0.1);
            left: 50px;
        }
        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
            left: -20px;
        }
    }
}


/* end カバーガール ----------------------------------------*/

#left_guide h2 {
    font-size: 13px;
    font-weight: bold;
    padding: 5.5px 7px 5px 10px;
}

#left_guide .newShopInformation {
    border: 1px solid #e6ebfe;
}

#left_guide .newShopInformation h2 {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_001.png?imgopt=y") no-repeat;
    font-size: 14px;
    padding: 10px 5px 5px 35px;
	background-size:25px auto;
	background-position:5px 7px;
}
#left_navi ul.leftColumnMenu li{
	padding:4px 0 4px 5px;
}

#left_navi .shop_girl {
    padding: 3px 0 3px 30px;
    background-image: url("/img/icon/icon_010.png?imgopt=y");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 7px 7px;
	font-size:13px;
}

#left_navi .shop_border_title{
    border-bottom: 1px solid #e6ebfe;
    padding: 5px 5px 5px 30px;
}

#left_navi .lost {
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 8px 5px;
    text-indent: 16px;
    background-image: url(/img/icon/icon_left_009.png?imgopt=y);
    padding: 10px 10px 0px 10px;
    font-size: 11px;
    background-color: #edf5ff;
}

#left_navi ul.leftColumnMenu{
    padding: 5px 0 5px 5px;
    background-color: #edf5ff;
}

#left_navi ul.leftColumnMenu li{
    padding: 4px 0 4px 5px;
}
#left_navi ul.leftColumnMenu li a.arrow{
	background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_007.png?imgopt=y") no-repeat;
    font-size: 11px;
	padding:0 0 0 23px;
	background-size:8px auto;
	background-position:2px 1px;
}
#left_navi ul.leftColumnMenu li.newshop {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_001.png") no-repeat;
    padding: 4px 5px 4px 29px;
    font-size: 12px;
	background-size:24px auto;
	background-position:0px 1px;
}

#left_navi ul.leftColumnMenu li.osusume {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_002.png?imgopt=y") no-repeat;
    padding: 5px 5px 5px 29px;
    font-size: 12px;
	background-size:23px auto;
	background-position:0px 1px;
}

#left_navi ul.leftColumnMenu li.search {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_003.png?imgopt=y") no-repeat;
    padding: 4px 5px 4px 29px;
    font-size: 12px;
	background-size:21px auto;
	background-position:1px 1px;
}

#left_navi ul.leftColumnMenu li.g_serch {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_004.png?imgopt=y") no-repeat;
    padding: 4px 5px 4px 29px;
    font-size: 12px;
	background-size:22px auto;
	background-position:0px 3px;
}

#left_navi ul.leftColumnMenu li.g_recu {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_005.png?imgopt=y") no-repeat;
    padding: 4px 5px 4px 29px;
    font-size: 12px;
	background-size:24px auto;
	background-position:-1px 1px;
}

#left_navi ul.leftColumnMenu li.m_recu {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_left_006.png?imgopt=y") no-repeat;
    padding: 4px 5px 8px 29px;
    font-size: 12px;
	background-size:23px auto;
	background-position:-1px 1px;
}

#newshop ul>li {
    display: block;
}

#left_guide #ootematome{
    background-color:#fffaff;
    border:1px solid #EFD5D5;
}
#left_guide #ootematome h2{
    padding:3px 5px 3px 10px;
    background-color:#edf5ff;
    background:#fff url("/img/icon/icon_left_010.png?imgopt=y") no-repeat;
    font-weight:normal;
    margin-bottom:10px;
	border-bottom:1px solid #EFD5D5;
	border-top:none;
	background-size:25px auto;
	background-position:132px 8px;
}
/*
#left_guide #ootematome .icon_matome {
    background-image: url("/img/icon/icon_m.png");
    background-repeat: no-repeat;
    background-position: center right 5px;
    margin-bottom: 10px;
    background-size: 32px;
    border-top: none;
    border-bottom: 1px solid #EFD5D5;
    background-color: #FFFFFF;;;
}
*/
#left_guide #ootematome ul>li {
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 11px;
}

#left_guide #ootematome ul>li p {
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:12px;
}
#left_guide .nowOnSale .FlexBox__item{
    width: 96px;
}
#left_guide .nowOnSale .FlexBox__item.mr05{
width: 45px;
}
#left_guide .newShopInformation ul.def_p li.mb10 .mb5 .FlexBox__item span.fz10{
	line-height:18px;	
}
/*
 * #main
 *
 **************************************************/

#main h2 {
    font-size: 13px;
    font-weight: bold;
    padding: 5.5px 10px 5px;
}

#main h2>a {
    font-weight: bold;
}

#main h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 5.5px 10px 5px 0px;
    color: #000;
    text-indent: 0;
}

.border_box.editernews{
   border: 2px solid #fc3f63;
}

#main .border_box ul.def_p {
    margin: 5px 15px 5px 15px;
    overflow: hidden;
    padding: 0;
}

#main .border_box ul.def_p li {
    color: #395b9d;
    float: left;
    width: 358px;
}
#main .border_box ul.def_p li:nth-child(n+3) {
    padding-left: 58px;
}
#main .border_box ul.def_p li.editorialAnnouncement{
    color: #fc3f63;
    font-weight: bold;
    margin-right: 10px;
    width: 48px;
}
/* #topics ----------------------------------------*/

#topics .tabs_contents {
    padding-right: 10px;
    padding-left: 10px;
    display: none;
}

#topics ul>li {
    margin: 5.5px 0 5px;
}

#topics .tabs ul>li {
    margin: 0;
}

#topics #topics_4 .tabs_news {
    margin-top: 5px;
    float: left;
}

#topics #topics_4 .FlexBox__item.img {
    width: 65px;
    overflow: hidden;
    height: 65px;
}

#topics #topics_4 .FlexBox__item.text {
    padding: 2px 10px 4px 4px;
    width: 135px;
    font-size: 12px;
}

#topics #topics_5 .tabs_news {
    margin-top: 3px;
    float: left;
}

#topics #topics_5 .FlexBox__item.img {
    width: 75px;
    overflow: hidden;
    height: 100px;
}

#topics #topics_5 .FlexBox__item.text {
    padding: 2px 10px 4px 5px;
    width: 125px;
    font-size: 12px;
}

#topics #topics_5 .FlexBox__item.textonly {
    padding: 2px 10px 4px 5px;
    width: 192px;
    font-size: 12px;
}

.category-icon {
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 10px 0;
    border: 1px solid;
    border-radius: 3px;
    font-size: 10px;
    margin-bottom: 2px;
}

.category-icon.kokodake {
    background-color: #ddb78a;
    border-color: #d7956c;
}

.category-icon.onnanoko {
    background-color: #abb7ce;
    border-color: #8e9dba;
}

.category-icon.ibento {
    background-color: #cab4d8;
    border-color: #aa91b9;
}

.category-icon.shinjin {
    background-color: #93af9d;
    border-color: #6e8e79;
}

.chokuso_news_title{
    word-break: break-all;
}

.chokusobanner > .box{
	width:323px;
}
.chokusobanner > a{
	width:100%;
	height: 430px;
    overflow: hidden;
	margin-bottom:10px;
}
	

#topics_6 .tabs_news {
    margin-top: 5px;
    float: left;
}

#topics_6 .topicstitle {
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#topics_6 .FlexBox__item.img {
    width: 140px;
    overflow: hidden;
    height: 100px;
	margin-bottom:5px;
}

#topics_6 .FlexBox__item.text {
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    width: 525px;
}

#topics_6 .FlexBox__item.text .overview {
	line-height: 15px;
    margin-top: 5px;
    font-size: 10px;
    margin-bottom: 5px;
}
#topics_6 ul.tabs_news li:nth-of-type(2) .FlexBox a,
#topics_6 ul.tabs_news li:nth-of-type(3) .FlexBox a,
#topics_6 ul.tabs_news li:nth-of-type(4) .FlexBox a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:540px;
	padding:5px 0;
}

/* 得ダネ ----------------------------------------*/

.tokudane {
    padding: 5.5px 0 5px 10px;
    position: relative;
}

.tokudane .rightext {
    margin-left: 60px;
}

.tokudane .tokudane_title {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    padding-right: 5px;
}

.loading-panel-wrap {
    position: absolute;
    top: 6px;
    left: 10px;
}

.loading-panel {
    display: table;
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    animation: 1.5s bounce ease infinite;
}

.loading-panel span {
    display: table-cell;
    vertical-align: middle;
}

.shadow {
    position: absolute;
    height: 8px;
    bottom: -20%;
    /*transform: translateX(-50%);*/
    border-radius: 50%;
    background-color: #464646;
    opacity: 0.2;
    /*transform-origin: -50% -50%;*/
    animation: 1.5s pulsate ease infinite;
    width: 40px;
    /*-webkit-transform-origin: -50% -50%;
    -webkit-transform: translateX(-50%);*/
    left: 5px;
}

@keyframes bounce {
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}


/* end 得ダネ ----------------------------------------*/


/* 今週話題のニュース ----------------------------------------*/

#wadainews h2 {
    background-image: url(/img/icon/icon_week2.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: center left 0px;
    margin-left: 10px;
    text-indent: 5px;
    font-size: 15px;
	background-size:12px auto;
}

#wadainews h2.open {
    background-image: url(/img/icon/icon_weekopen.jpg);
}

#wadainews .FlexBox {
    margin-bottom: 10px;
}

#wadainews .FlexBox>.FlexBox__item:first-child {
    width: 75px;
    margin-right: 5px;
    height: 75px;
    overflow: hidden;
}

#wadainews .FlexBox>.FlexBox__item:last-child {
    width: 368px;
}

#wadainews .FlexBox>.FlexBox__item:last-child a {
    font-weight: bold;
    font-size: 13px;
    padding: 4px 0;
    display: inline-block;
}


/* end 今週話題のニュース ----------------------------------------*/


/* 即ヒメ ----------------------------------------*/

.sokuhime {}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.main {
    width: 110px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.main .thum {
    width: 110px;
    height: 136px;
    overflow: hidden;
    margin-bottom: 5px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.sub {
    padding-left: 8px;
    width: 310px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.sub .title {
    font-size: 11px;
    padding-bottom: 5px;
    height: 38px;
	line-height:13px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.sub .title .red {
    font-weight: bold;
    color: red;
    font-size: 16px;
	margin:0 2px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.sub .FlexBox__item {
    width: 70px;
    padding-right: 8px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item.sub .FlexBox__item .thum {
    width: 70px;
    height: 93px;
    overflow: hidden;
    margin-bottom: 5px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item p {
    padding: 0;
    text-align: center;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item p.time {
    color: red;
    font-size: 12px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item p.girl_name {
    font-size: 13px;
}

.sokuhime>.def_p>.FlexBox>.FlexBox__item p.shop_name {
    font-size: 10px;
}

.sokuhime>.soku_rec>.def_p>.FlexBox {
    margin-bottom: 10px;
}


.sokuhime>.def_p>.FlexBox>.FlexBox__item p > .c_black{
    font-size:10px;
}

.FlexBox.soku_pick {}

.FlexBox.soku_pick>.FlexBox__item.img {
    width: 60px;
    height: 65px;
    overflow: hidden;
    margin-right: 5px;
}

.FlexBox.soku_pick>.FlexBox__item.text {
    width: 69%;
}
.FlexBox.soku_pick>.FlexBox__item a img{
    margin-top: -5px;
}

.FlexBox.soku_pick>.FlexBox__item p.text,
.FlexBox.soku_pick>.FlexBox__item p.time {
    color: red;
    font-size: 12px;
}

.FlexBox.soku_pick>.FlexBox__item p.girlname {
    font-size: 13px;
}

.FlexBox.soku_pick>.FlexBox__item p.shopname {
    font-size: 10px;
}


/* end 即ヒメ ----------------------------------------*/


/* ランキング ----------------------------------------*/

a.slider-nav.prev {
    background: url(/img/btnPrev.png?imgopt=y) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    left: -10px;
}

.slider-nav.next {
    background: url(/img/btnNext.png?imgopt=y) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    right: -10px;
}

a.slider-nav {
    /* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-719 @SMC朴 2016/05/26 */
    /* z-index: 150; */
    z-index: 2;
    /* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-719 @SMC朴 2016/05/26 */
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    display: block;
    top: 300px;
    margin-top: -20px;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    position: absolute;
}

#ranking {
    margin-bottom: 10px;
    margin-top:30px;
    position: relative;
}
#main #ranking .tabs_contents h3{
	padding:5.5px 10px 5px 10px;
}
#ranking .rankingtitle {
    background-color: #fb0030;
    color: white;
    text-align: right;
    margin: 28px 0 7px;
    padding: 0 10px 0 15px;
	height:30px;
	line-height:30px;
    position: relative;
	font-size:11px;
	font-weight:bold;
}

#ranking .rankingtitle img {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 1;
}

#ranking .rankingtitle h2 {
    display: inline;
    font-size: 17px;
    margin-right: 0px;
    padding: 0 10px;
	line-height:30px;
}

/*.reflection_box {
    position: relative;
    overflow: hidden;
}

.reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    right: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(-45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(-45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(-45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(-45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(-45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}*/

/*@keyframes reflection {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(-45deg);
        opacity: 0.3;
    }
    81% {
        transform: scale(4) rotate(-45deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(50) rotate(-45deg);
        opacity: 0;
    }
}

@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(-45deg);
        opacity: 0.3;
    }
    81% {
        -webkit-transform: scale(4) rotate(-45deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(50) rotate(-45deg);
        opacity: 0;
    }
}

@-moz-keyframes reflection {
    0% {
        -moz-transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    80% {
        -moz-transform: scale(0) rotate(-45deg);
        opacity: 0.3;
    }
    81% {
        -moz-transform: scale(4) rotate(-45deg);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(50) rotate(-45deg);
        opacity: 0;
    }
}

@-ms-keyframes reflection {
    0% {
        -ms-transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    80% {
        -ms-transform: scale(0) rotate(-45deg);
        opacity: 0.3;
    }
    81% {
        -ms-transform: scale(4) rotate(-45deg);
        opacity: 0.5;
    }
    100% {
        -ms-transform: scale(50) rotate(-45deg);
        opacity: 0;
    }
}

@-o-keyframes reflection {
    0% {
        -o-transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    80% {
        -o-transform: scale(0) rotate(-45deg);
        opacity: 0.3;
    }
    81% {
        -o-transform: scale(4) rotate(-45deg);
        opacity: 0.5;
    }
    100% {
        -o-transform: scale(50) rotate(-45deg);
        opacity: 0;
    }
}*/

.bd div {
    background-image: url(/img/icon/icn_star.gif);
    -webkit-background-size: 10px;
    background-size: 10px;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bd div.bdT {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

.bd div.bdB {
    width: 100%;
    height: 5px;
    bottom: 0;
    right: 0;
}

.bd div.bdR {
    height: 100%;
    width: 5px;
    right: 0;
    top: 0;
}

.bd div.bdL {
    height: 100%;
    width: 5px;
    left: 0;
    bottom: 0;
}

.bd2 div {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.bd2 div.bdT {
    transition-delay: 0.3s;
}

.bd2 div.bdL {
    transition-delay: 0.2s;
}

.bd2 div.bdB {
    transition-delay: 0.1s;
}

.bd2 div.bdR {
    transition-delay: 0s;
}

.active .bd2 div.bdT {
    width: 0;
    transition-delay: 0s;
}

.active .bd2 div.bdL {
    height: 0;
    transition-delay: 0.1s;
}

.active .bd2 div.bdB {
    width: 0;
    transition-delay: 0.2s;
}

.active .bd2 div.bdR {
    height: 0;
    transition-delay: 0.3s;
}

#star>div {
    background-image: url(/img/icon/kirakira.png?imgopt=y);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    display: none;
}

#star1 {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -10px;
}

#star2 {
    width: 18px;
    height: 18px;
    top: 18px;
    left: 72px;
}

#star3 {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 61px;
}

#star4 {
    width: 17px;
    height: 15px;
    top: 4px;
    left: 95px;
}

#star5 {
    width: 17px;
    height: 15px;
    top: 18px;
    left: 143px;
}

#star6 {
    width: 21px;
    height: 20px;
    top: 1px;
    left: 172px;
}

#star7 {
    width: 17px;
    height: 15px;
    top: 9px;
    left: 207px;
}

#star8 {
    width: 17px;
    height: 15px;
    top: 4px;
    left: 263px;
}

#star9 {
    width: 17px;
    height: 15px;
    top: -5px;
    left: 295px;
}

#star10 {
    width: 17px;
    height: 15px;
    top: 11px;
    left: 326px;
}

#star11 {
    width: 17px;
    height: 15px;
    top: 21px;
    left: 363px;
}

#star12 {
    width: 22px;
    height: 22px;
    top: -6px;
    left: 385px;
}

#star13 {
    width: 17px;
    height: 15px;
    top: 0px;
    right: 0;
}

#ranking .rankinghutiko {
    margin-bottom: -32px;
    position: relative;
    top: -7px;
}

#ranking .rankinghutiko .rankinghutiko_info {
    position: absolute;
    bottom: 40px;
    right: 10px;
}

#ranking .rankinghutiko .rankinghutiko_info a {
    text-shadow: 1px 0px 0px #FFF, 1px 0px 0px #FFF, 1px 1px 0px #FFF;
    color: #333;
}

#ranking .yazirushi {
    padding-left: 2px;
}

#ranking .tabs ul>li>span>a {
    padding-right: 15px;
    padding-left: 15px;
}

#ranking .tabs ul>li.on>span>a {
    background-image: url(/img/icon/paper.jpg?imgopt=y);
}

#ranking .tabs_contents {
    background-image: url(/img/icon/paper.jpg?imgopt=y);
    border: 1px solid #DCDAAF;
    margin-top: -1px;
    position: relative;
    display: none;
    min-height: 600px;
}

#ranking .tabs_contents .FlexBox__item.one_third .img {
    margin-right: 4px;
}

#ranking .tabs_contents .FlexBox__item.one_four .img {
    margin-right: 4px;
}

#ranking .tabs_contents .FlexBox__item.half .img {
    margin-right: 4px;
}

#ranking .tabs_contents .FlexBox__item .img a {
    display: block;
    overflow: hidden;
}

#ranking .tabs_contents .FlexBox__item.one_third .img a {
    width: 50px;
    height: 50px;
}

#ranking .tabs_contents .FlexBox__item.one_four .img a {
    width: 35px;
    height: 35px;
}

#ranking .tabs_contents .FlexBox__item.half .img a {
    width: 52px;
    height: 52px;
}

#ranking .tabs_contents .FlexBox__item .text {
    overflow: hidden;
}

#ranking .tabs_contents .FlexBox__item.half .text p:last-child {
    font-size: 10px;
}

#ranking .tabs_contents .FlexBox__item.vertical {
    width: 100%;
}

#ranking .tabs_contents .FlexBox__item.vertical .verticalbox:first-child {
    padding-top: 0;
}

#ranking .tabs_contents .FlexBox__item.vertical .verticalbox {
    border-bottom: 2px dotted #DCDAAF;
    padding-bottom: 4px;
    padding-top: 4px;
}

#ranking .tabs_contents .FlexBox__item.vertical .icon {
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px;
    width: 20px;
}

#ranking .tabs_contents .FlexBox__item.vertical .img {
    margin-right: 5px;
    margin-left: 4px;
}

#ranking .tabs_contents .FlexBox__item.vertical .img a {
    width: 52px;
    height: 52px;
}

#ranking .tabs_contents .FlexBox__item.vertical .text {
    padding: 4px 0;
    width: 100%;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .lh14 {
    line-height: 14px;
    margin-bottom: 3px;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .il_block {
    display: inline-block;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .il_block + span {
    vertical-align: top;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .max_w30 {
    max-width: 30%;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .max_w45 {
    max-width: 45%;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .max_w55 {
    max-width: 55%;
}

#ranking .tabs_contents .FlexBox__item.vertical .text .max_w70 {
    max-width: 70%;
}

#ranking .tabs_contents .FlexBox__item.one_four .more_link {
    padding: 15px 0px 0 0;
}

#ranking .tabs_contents ul.FlexBox li.half ul.def_p li.FlexBox .FlexBox__item p.text-ellips a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	width:148px;
}
#ranking #rank_news .def_p ul.FlexBox li.one_third .FlexBox .text p.text-ellips a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	width:89px;
}
#ranking #rank_news .def_p ul.FlexBox li.one_four .FlexBox .text p.text-ellips a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	width:68px;
}

/*動画*/

#ranking #rank_movie.tabs_contents .FlexBox__item.one_third .img {
    margin-right: 4px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.one_third .img a {
    width: 67px;
    height: 50px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.one_third .text {
    width: 70px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.one_four .img {
    margin-right: 4px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.one_four .img a {
    width: 47px;
    height: 35px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.one_four .text {
    width: 55px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.half .img {
    margin-right: 4px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.half .img a {
    width: 69px;
    height: 52px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.vertical .verticalbox:first-child {
    padding-top: 0;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.vertical .verticalbox {
    border-bottom: 2px dotted #DCDAAF;
    padding-bottom: 4px;
    padding-top: 4px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.vertical .icon {
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px;
    width: 20px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.vertical .img {
    margin-right: 5px;
    margin-left: 4px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.vertical .img a {
    width: 69px;
    height: 52px;
}

#ranking #rank_movie.tabs_contents .FlexBox__item.vertical .text {
    padding: 4px 0;
    width: 320px;
}


/* もっとみる */

.more_ranking {
    margin: 10px auto;
    text-align: center;
    padding: 0 5px;
    background-color: white;
    border: 1px solid #ddd;
    font-size: 13px;
    width: 165px;
    display: block;
    color: #000;
    background-image: url(/img/icon/rankarrow2.png?imgopt=y);
    background-repeat: no-repeat;
    background-position:7px 50%;
	background-size:6px auto;
	line-height:25px;
	height:25px;
}


/*end ランキング ----------------------------------------*/


/* 求人 ----------------------------------------*/

#recruit {
    margin-bottom: 10px;
}

#recruit #huchi {
    background-image: url(/img/icon/prog.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: bottom 45px right 32px;
    position: relative;
    top: 5px;
}

#recruit #huchi .FlexBox__item.img {
    width: 55%;
    height: auto;
    text-align: right;
}

#recruit #huchi .FlexBox__item.text {
    width: 45%;
}

#recruit #huchi .comment {
    position: absolute;
    right: 125px;
    bottom: 10px;
}

#recruit .date {
    font-size: 23px;
    font-weight: bold;
    padding-right: 2px;
}

#recruit .date>span {
    background-image: url(/img/icon/number.png?imgopt=y);
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 22px;
    float: left;
	margin-top:6px;
}

#recruit .date>span.num0 {
    background-position: -8px 0px;
}

#recruit .date>span.num1 {
    background-position: -8px -30px;
}

#recruit .date>span.num2 {
    background-position: -8px -58px;
}

#recruit .date>span.num3 {
    background-position: -8px -88px;
}

#recruit .date>span.num4 {
    background-position: -8px -118px;
}

#recruit .date>span.num5 {
    background-position: -8px -148px;
}

#recruit .date>span.num6 {
    background-position: -8px -178px;
}

#recruit .date>span.num7 {
    background-position: -8px -208px;
}

#recruit .date>span.num8 {
    background-position: -8px -238px;
}

#recruit .date>span.num9 {
    background-position: -8px -268px;
}

#recruit .date>span.dotte {
    background-position: -11px -298px;
    width: 9px;
}

#recruit .week {
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}

#recruit .title {
    background-color: #eaa8a9;
    padding: 10px 0 5px;
}

#recruit .onair {
    background-color: #e50112;
    color: white;
    text-align: center;
    position: absolute;
    padding: 1px 5px;
    bottom: 0;
}

#recruit .left li {
    margin-bottom: 15px;
}

#recruit li {
    margin-bottom: 10px;
}

#recruit li.first {
    position: relative;
    margin-top: -32px;
    margin-bottom: 10px;
}

#recruit li.first .img {
    position: relative;
    text-align: center;
    /* ↓ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
    /* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-766 @SMC徐 2016/05/26 */
    /* height: 80px; */
    /* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-766 @SMC徐 2016/05/26 */
    height: 100px;
    margin-bottom: 5px;
	padding-left:10px;
	overflow:hidden;
    /* ↑ [ピラミッド検索][女の子検索][障害対応] 2016/05/26 */
}

#recruit .FlexBox__item.img {
    width: 90px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
}

#recruit .FlexBox__item.text {
    width: 130px;
    word-break: break-all;
}

#recruit .left .shopname {
    font-size: 10px;
    padding: 5px 0;
}

#recruit .FlexBox__item.half.left {
    padding-right: 10px;
    text-align: justify;
}

#recruit .FlexBox__item.half.right {
    padding-left: 10px;
    margin-top: 10px;
    border-left: 2px solid #f0f0f0;
    text-align: justify;
}

#recruit .FlexBox__item.half.right .FlexBox__item.img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

li.first div img {
    /* width: 320px; */
    height: 102px;
}

/* end 求人 ----------------------------------------*/

/* アルバイトナイツ 求人 ---------------------------------*/

.baito-recruit .title-name {
    font-size: 15px;
    font-weight: 700;
}

.view_job_list_position li {
    border-top: 1px solid #c9c9c9;
}

.view_job_list_position .view_job_info .image {
    vertical-align: middle;
    float: left;
}

.view_job_list_position .view_job_info .shop_info {
    padding: 3px 1px;
    overflow: hidden;
    zoom: 1; 
}

/*.h_medal .medal_gold p:before {
    background-image: url(/img/pcfrontend/medal_gold@2x.png);
    background-size: 33px 45px;
}

.h_medal .medal_silver p:before {
    background-image: url(/img/pcfrontend/medal_silver@2x.png);
    background-size: 33px 45px;
}*/

.view_job_list_position .view_job_info figure {
    margin: 0 1em 0 0;
    overflow: hidden;
    background-color: #fff;
}

.view_job_list_position .medal_left {
    float: left;
}

.view_job_list_position .job_text .shop_name {
    font-size: 14px;
    font-weight: 700;
}

.view_job_list_position .job_text .area {
    font-size: 10px;
}

.view_job_list_position .job_text .catch-copy {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
}

.view_job_list_position .shop_detail .wage {
    display: inline-block;
    width: 46%;
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.view_job_list_position .shop_detail .access {
    display: inline-block;
    width: 46%;
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#recruit #huchi {
    background-image: url(/img/icon/prog.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: bottom 45px right 32px;
    position: relative;
    top: 5px;
}


/* end アルバイトナイツ 求人 -----------------------------*/

#rec_new {
    text-align: center;
    padding: 15px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 25px;
    position: relative;
}

#rec_new .logo {
    position: absolute;
    top: -10px;
    left: 111px;
}


/*
 * #right_guide
 *
 **************************************************/

#right_guide h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 5.5px 10px 5px;
    position: relative;
}

#right_guide h3 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-indent: 0;
}


/* マイヘブン ----------------------------------------*/

#newmember {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.1em;
    width: 348px;
    height: 348px;
}

#newmember figure {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #000000;
    height: 100%;
}

#newmember figure * {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#newmember figure img {
    opacity: 0.45;
    position: relative;
    top: 0;
    left: 0;
}

#newmember figure:hover img {
    opacity: 0.6;
}

#newmember figure ul li {
    float:left;
    width: 116px;
    height: 116px;
    overflow: hidden;
}

#newmember figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

#newmember figcaption .right_login {
    display: inline-block;
    padding: 2px 15px 1px;
    border: 2px solid;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.newmem_btn {
    font-size: 20px;
    border: 2px solid;
    display: inline-block;
    padding: 3px 15px 2px;
    border-radius: 25px;
    color: white;
}

.newmem_btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

#myheaven h2 {
    padding-left: 25px!important;
    padding-bottom: 10px;
}

#myheaven h2 img {
    position: absolute;
    top: -10px;
    left: -10px;
	width:30px;
}

#myheaven .def_p>.FlexBox {
    border-bottom: 1px solid #D5DEEF;
    padding: 5px 0;
}

#myheaven .def_p>.FlexBox:first-child {
    padding-top: 0;
}

#myheaven .def_p>.FlexBox>.FlexBox__item.text {}

#myheaven .def_p>.FlexBox>.FlexBox__item.text .img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

#myheaven .def_p>.FlexBox.movie>.FlexBox__item.text .text {}

#myheaven .def_p>.FlexBox>.FlexBox__item.img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#myheaven .def_p>.FlexBox.movie>.FlexBox__item.img {
    width: 107px;
    height: 80px;
    overflow: hidden;
}


/*end マイヘブン ----------------------------------------*/


/* 写メラー ----------------------------------------*/

.syamer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
}

.syamer .FlexBox>.FlexBox__item.img {
    width: 80px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.syamer .FlexBox>.FlexBox__item.img .cover_syame {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.syamer .FlexBox>.FlexBox__item.text {
    width: 240px;
}

.syamer .FlexBox>.FlexBox__item.text .girlname a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

#right_guide .syameDiary{
    border:1px solid #e7e7e7;
}
#right_guide .syamer .FlexBox {
    width:330px;
    overflow:hidden;
}
#right_guide .syamer .FlexBox a .img{
    width:80px;
    height:90px;
    overflow:hidden;
    float:left;
    margin-right:10px;
}
#right_guide .syamer .FlexBox a .img img{
    width:100%;
}
#right_guide .syamer .FlexBox a .syamerText{
    width:238px;
    float:left;
}
#right_guide .syamer .FlexBox a .syamerText h3{
    font-size:14px;
}
#right_guide .syamer .FlexBox a .syamerText p{
    font-size:13px;
    color:#000;
}
#right_guide .syamer .FlexBox a .syamerText p.girlname{
    font-size:14px;
    color:#1d3994;
}
#right_guide .syamer .FlexBox a .syamerText p.girlname:hover{
    text-decoration:underline;
}

/* 写メ日記 ----------------------------------------*/

#photoblog>.FlexBox {
    border-bottom: 1px solid #D5DEEF;
    padding: 5px 0;
}

#photoblog>.FlexBox:first-child {
    padding-top: 0;
}

#photoblog>.FlexBox>.FlexBox__item.text {}

#photoblog>.FlexBox>.FlexBox__item.text .img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}

#photoblog>.FlexBox>.FlexBox__item.text .text {
    line-height: 1em;
}

#photoblog>.FlexBox>.FlexBox__item.img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.recurit_blog.border_box {
    background-color: #FFE6F2;
    border-color: #FFD6EB;
}

.recurit_blog .recurit_blog_title {
    position: relative;
    margin: 5px -11px 12px;
    padding: 5px 5px;
    background: #e84496;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    text-align: center;
    box-shadow: 1px 2px 1px 0px #B73274;
}

.recurit_blog .recurit_blog_title:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-width: 0px 10px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #B73274;
}

.recurit_blog .recurit_blog_list>li {
    margin-bottom: 5px;
    border-bottom: 1px solid #FFD6EB;
}

.def_p {
    padding-left: 10px;
    padding-right: 10px;
}

.recurit_blog .FlexBox__item.img {
    height: 80px;
    width: 80px;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

.recurit_blog .FlexBox__item.text {
    width: 240px;
    padding: 10px 0;
}

.recurit_blog .FlexBox__item.text a.bold {
    color: #E91E63;
}

/* end 写メ日記 ----------------------------------------*/


/* 人気のキャバ嬢ブログ ----------------------------------------*/

#nightsgirl {
    padding-bottom: 10px;
}

#nightsgirl .nightstitle {
    padding: 10px 10px 5px;
    font-weight: bold;
}

#nightsgirl .nightstitle>img {
    position: relative;
    top: 2px;
    left: -1px;
}

#nightsgirl .FlexBox>.FlexBox__item {
    font-size: 11px;
    text-align: center;
}

#nightsgirl .FlexBox>.FlexBox__item .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}


/* end 人気のキャバ嬢ブログ ----------------------------------------*/

#dailyheaven{
    margin-bottom: 10px;
}
/*一般広告 ----------------------------------------*/

#ippan {
    margin: 10px 0;
    border-radius: 2px;
    overflow: hidden;
}


/* 話題のH特集 ----------------------------------------*/
#right_guide .wadaiTokusyu{
    background-color:#fff;
}
#right_guide .wadaiTokusyu h2.wadaiTitle{
    padding:10px 10px 2px;
    line-height:14px;
}
#right_guide .wadaiTokusyu h2.wadaiTitle img{
    vertical-align:bottom!important;
}
#right_guide .wadaiTokusyu .def_p ul li.small .text p.title{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:275px;
}
#right_guide .wadaiTokusyu .def_p ul li.small .text p.title a{
    font-size:13px;
}

#featureh {
    font-size: 12px;
    padding-bottom: 10px;
}

#featureh ul li {
    border-bottom: 1px solid #D5DEEF;
	padding-top:8px;
	padding-bottom:8px;
    font-size: 12px;
}

#featureh ul li:last-of-type{
	border-bottom:none;
	padding-bottom:0;
}

#featureh .big .FlexBox>.FlexBox__item.text {
    font-size: 12px;
    width: 250px;
}

#featureh .big .FlexBox>.FlexBox__item.img {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

#featureh .FlexBox>.FlexBox__item.text {
    font-size: 11px;
    width: 275px;
}

#featureh .FlexBox>.FlexBox__item.text>p.title a {
    font-weight: bold;
	font-size:14px;
    margin-bottom: 2px;
    display: inline-block;
}

#featureh .FlexBox>.FlexBox__item.img {
    width: 45px;
    height: 45px;
    overflow: hidden;
}


/* end 話題のH特集 ----------------------------------------*/


/* ニューフェイス ----------------------------------------*/

#newface h2 {
    font-size: 15px;
	padding:10px 10px 5px 35px;
	position:relative;
}
#newface h2.newfaceTitle{
	padding:10px 10px 5px 35px;
}
#newface h2.newfaceTitle img{
	position:absolute;
	top:9px;
	left:11px;
}

#newface li {
    margin-bottom: 5px;
    border-bottom: 1px solid #D5DEEF;
    padding-bottom: 10px;
    padding-top: 2px;
}

#newface .FlexBox>.FlexBox__item.text {
    font-size: 11px;
    width: 250px;
}
#newface .FlexBox>.FlexBox__item.text p.pt05 img.newface-intro{
	width:14px;
}
#newface .FlexBox>.FlexBox__item.img {
    width: 75px;
    height: 90px;
    overflow: hidden;
}

#newface .FlexBox__item.fz13 {
    display: inherit;
}

#newface .fz13 .text-ellips {
    width: auto;
    max-width: 140px;
    display: inline-block;
}
#newface .fz10 .text-ellips {
    width: 300px;
    display: inline-block;
}
#newface .FlexBox>.FlexBox__item.text p.fz12{
	line-height:15px;
}

/* end ニューフェイス ----------------------------------------*/

.videotitle {
    padding: 10px;
    background-color: #222;
    color: #5696cd;
    line-height: 1.5rem;
}

.videoshop {
    color: white;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 5px;
}


/* ページトップ ----------------------------------------*/

#pageTop a {
    display: block;
    background-color: #6f87b5;
    padding: 12px 0;
    text-align: center;
    color: white;
    font-weight: bold;
}

#pageTop a span.up_arrow {
    margin-right: 10px;
    -moz-transform: scale(1, 0.7);
    -webkit-transform: scale(1, 0.7);
    -o-transform: scale(1, 0.7);
    -ms-transform: scale(1, 0.7);
    display: inline-block;
}


/**/


/*キラキラ エフェクト*/

.sparkwrap {
    position: absolute;
    width: 65px;
    height: 60px;
    z-index: 1;
    top: -25px;
}

.spark {
    width: 65px;
    height: 60px;
}

.sparkley {
    background: #3e5771;
    color: white;
    border: none;
    padding: 16px 36px;
    font-weight: normal;
    border-radius: 3px;
    transition: all 0.25s ease;
    box-shadow: 0 38px 32px -23px black;
    margin: 0 1em 1em;
}

.sparkley:hover {
    background: #2c3e50;
    color: rgba(255, 255, 255, 0.2);
}

/*news
--------*/
#main #topics .newsBox{
    width:430px;
    overflow:hidden;
}
#main #topics .tabs_list ul.tabs_news li{
    width:270px;
    overflow:hidden;
    margin:0;
    margin-top:5px;
}
#main #topics .tabs_list ul.tabs_news li a{
    display:block;
}
#main #topics .tabs_catch .tabs_detail a.fz12{
    line-height:17px;
}
#main #topics .nextLink{
    margin-top:5px;
}

/* エクスパンド広告 */

.expandad {
    position: relative;
    cursor: pointer;
}

.expandadnomovie {
    position: relative;
    cursor: pointer;
}

.expandad .hover-overlay {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.expandad.hover .hover-overlay {
    opacity: 1;
}

.expandad .hover-overlay .center {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 150px;
}

.expandad .hover-overlay .center .progress {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 10px;
    margin-top: 10px;
    width: 0;
}

.expandad.hover .hover-overlay .center .progress {
    -webkit-transition: width 1000ms linear;
    -moz-transition: width 1000ms linear;
    -o-transition: width 1000ms linear;
    transition: width 1000ms linear;
    width: 100%;
}

#expandbox {
    display: none;
    position: absolute;
    left: 45px;
    z-index: 1;
    top: 215px;
    width: 900px;
}

#expandbox .expandclose {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
    background-color: #999;
    opacity: 0.9;
    cursor: pointer;
}
/*wadainews
------------*/
#main #wadainews{
    border:1px solid #e7e7e7;
    box-sizing:border-box;
    background-color:#F9F9F9;
}
#main #wadainews h2.plus_btn{
    padding:5px 10px;
}
#main #wadainews .def_p{
    overflow:hidden;
}
#main #wadainews .def_p .FlexBox a .FlexBox__item{
    width:80px;
    max-height:80px;
    float:left;
    margin-right:5px;
    overflow: hidden;
}
#main #wadainews .def_p .FlexBox a .FlexBox__item img{
    width:100%;
}
#main #wadainews .def_p .FlexBox a .FlexBox__item2{
    float:left;
    width:340px;
}
#main #wadainews .def_p .FlexBox a .FlexBox__item2 p.title{
    font-weight:bold;
    font-size:13px;
}
#main #wadainews .def_p .FlexBox a .FlexBox__item2 p.title:hover{
    text-decoration:underline;
}
#main #wadainews .def_p .FlexBox a .FlexBox__item2 p.text{
    color:#000;
    font-size:10px;
    margin-top:5px;
}
#right_guide h2.syameListTitle{
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_006.png?imgopt=y") no-repeat;
    padding:0 0 5px 34px;
    margin-top:10px;
	background-size:20px auto;
	background-position:11px 1px;
}

#right_guide #photoblog .photoList{
    width:64px;
    height:64px;
    overflow:hidden;
    margin-right:2px;
    margin-bottom:2px;
    float:left;
}
#right_guide #photoblog .photoList:nth-of-type(5n){
    margin-right:0;
}
#right_guide #photoblog .photoList a{
    display:block;
}
#right_guide #photoblog .photoList img{
    width:100%;
}
#main .genreSearch ul.genreImage li.genreList{
	height:177px;
}
/*diaryfooter
------------*/
#diaryfooter{
    z-index: 999;
    background-color: rgba(0,0,0,0.1);
}

/* ↓ [ピラミッド検索][ガイド対応][障害対応]レイアウト修正 @KSOL篠原 2016/05/26 */
#right_guide .loginMyheaven{
    margin:0 0 10px 0;
    background-color:#FF4165;
    height:291px;
    width:350px;
    position:relative;
    text-align:center;
    color:#fff;
}
#right_guide .loginMyheaven a{
    color:#fff;
    font-weight:bold;
}
#right_guide .loginMyheaven p.login{
    text-align:right;
}

#right_guide .loginMyheaven p.login a{
    border:3px solid #fff;
    border-radius:3px;
    text-align:center;
    width:78px;
    height:27px;
    line-height:27px;
    position:absolute;
    top:10px;
    right:10px;
    color:#fb0030;
}
#right_guide .loginMyheaven p.login a.container {
    position:relative;
    width:225px;
    height:52px;
    padding:20px 10px 0;
    margin:100px auto 10px;
    text-align:center;
    background:rgba(255, 255, 255, 0.7);
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
}
#right_guide .loginMyheaven p.login a.hvr-rectangle-in:hover{
    text-decoration:none;
    color:#fb0030;
}
#right_guide .loginMyheaven p.login a.hvr-rectangle-in::before{
 background: #FF4165 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
#right_guide .loginMyheaven p.login a.hvr-rectangle-in{
	backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    color:#fff;
}
#right_guide .loginMyheaven p.login a.hvr-rectangle-in:hover::before,
#right_guide .loginMyheaven p.login a.hvr-rectangle-in:focus::before,
#right_guide .loginMyheaven p.login a.hvr-rectangle-in:active::before{
    transform: scale(0);
}

#right_guide .loginMyheaven p.loginText{
    padding-top:15px;
    font-size:24px;
    font-weight:bold;
}
#right_guide .loginMyheaven p.loginYellow{
    font-size:43px;
    color:#fff500;
    line-height:50px;
    font-weight:bold;
}
#right_guide .loginMyheaven p.loginCome{
    font-size:13px;
    padding-top:5px;
}
#right_guide .loginMyheaven p.btn{
    margin-top:15px;
}
#right_guide .loginMyheaven p.btn a{
    background:#fff;
    color:#464646;
    cursor:pointer;
    padding:6px 0;
    text-decoration:none;
    border-radius:25px;
    box-shadow:2px 5px 2px rgba(0, 0, 0, 0.3);
    font-size:13px;
    width:190px;
}


#right_guide .loginMyheaven p.btn a.hvr-box-shadow-inset:hover, #right_guide .loginMyheaven p.btn a.hvr-box-shadow-inset:focus, #right_guide .loginMyheaven p.btn a.hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    background:-moz-linear-gradient(top, #fff, #f9f9f9);
    background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#f9f9f9));
    background:linear-gradient(to bottom, #fff, #f9f9f9);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff, EndColorStr=#f9f9f9);
    padding:7px 0 5px;
}

#right_guide .hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
#right_guide .loginMyheaven p.btn a.hvr-box-shadow-inset:hover, #right_guide .loginMyheaven p.btn a.hvr-box-shadow-inset:focus, #right_guide .loginMyheaven p.btn a.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    background:-moz-linear-gradient(top, #fff, #f9f9f9);
    background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#f9f9f9));
    background:linear-gradient(to bottom, #fff, #f9f9f9);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff, EndColorStr=#f9f9f9);
    padding:7px 0 5px;
}
/* ↑ [ピラミッド検索][ガイド対応][障害対応]レイアウト修正 @KSOL篠原 2016/05/26 */
@supports (-ms-accelerator:true) {
   #shell div#right_guide{ position: static !important;}
}

/* ログインヨヤクver.
--------------------------*/
#right_guide .loginMyheavenYoyaku{
	width:350px;
	background:url("/img/login_fuzoku.png?imgopt=y") no-repeat;
	margin:0 0 10px;
	height:290px;
	position:relative;
}
#right_guide .loginMyheavenYoyaku a.yoyakuArea,
#right_guide .afterLoginMyheavenYoyaku a.yoyakuArea{
	display:block;
	width:350px;
	height:180px;
}
#right_guide .loginMyheavenYoyaku a.hvr-rectangle-in{
	display:block;
	width:350px;
	height:110px;
}
#right_guide .loginMyheavenYoyaku p.yoyakuShop,
#right_guide .afterLoginMyheavenYoyaku p.yoyakuShop{
	position:absolute;
	right:7px;
	font-weight:bold;
	font-size:14px;
	top:140px;
    background:#fff;
    color:#464646;
    cursor:pointer;
    padding:5px 14px;
    text-decoration:none;
    border-radius:25px;
    box-shadow:0 3px 2px rgba(0, 0, 0, 0.3);
    font-size:13px;
    width:160px;
	color:#666666;
	line-height:17px;
	text-align:center;
}
#right_guide .loginMyheavenYoyaku p.yoyakuShop:hover,
#right_guide .afterLoginMyheavenYoyaku p.yoyakuShop:hover{
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0);
    background:-moz-linear-gradient(top, #fff, #f9f9f9);
    background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#f9f9f9));
    background:linear-gradient(to bottom, #fff, #f9f9f9);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff, EndColorStr=#f9f9f9);
    padding:5px 14px;
}
#right_guide .loginMyheavenYoyaku p.loginText{
	font-size:17px;
	font-weight:bold;
	position:absolute;
	color:#fff;
	top:189px;
	left:96px;
}
#right_guide .loginMyheavenYoyaku p.loginText span{
	position:absolute;
	top:-3px;
	left:106px;
}
#right_guide .loginMyheavenYoyaku p.login{
	position:absolute;
	right:8px;
	top:188px;
	background-color:#33cccc;
	color:#fff;
	padding:5px 12px;
    box-shadow:0px 3px 2px rgba(0, 0, 0, 0.3);
	font-weight:bold;
	line-height:15px;
}
#right_guide .loginMyheavenYoyaku p.login:hover{
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0);
	text-decoration:none;
}
#right_guide .loginMyheavenYoyaku p.loginYellow{
	color:#fff500;
	font-size:24px;
	font-weight:bold;
	left:12px;
	position:absolute;
	top:214px;
}
#right_guide .loginMyheavenYoyaku p.loginCome{
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:12px;
	color:#fff;
}
#right_guide .loginMyheavenYoyaku p.btn{
	position:absolute;
	right:7px;
	font-weight:bold;
	font-size:14px;
	top:251px;
	z-index:10;
}
#right_guide .loginMyheavenYoyaku p.btn a{
    background:#fff;
    color:#464646;
    cursor:pointer;
    padding:5px 14px;
    text-decoration:none;
    border-radius:25px;
    box-shadow:0 3px 2px rgba(0, 0, 0, 0.3);
    font-size:13px;
    width:157px;
	color:#666666;
	border-radius:25px;
	text-align:center;
	line-height:18px;
}
#right_guide .loginMyheavenYoyaku p.btn:hover a{
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0);
    background:-moz-linear-gradient(top, #fff, #f9f9f9);
    background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#f9f9f9));
    background:linear-gradient(to bottom, #fff, #f9f9f9);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff, EndColorStr=#f9f9f9);
    padding:5px 14px;

}
#right_guide .afterLoginMyheavenYoyaku{
	width:350px;
	background:url("/img/afterLogin_fuzoku.png?imgopt=y") no-repeat;
	margin:0 0 10px;
	height:180px;
	position:relative;
}


/* キャストのブログまとめ ---------------------------------*/

#matome .category.editor {
    display: block;
    width: 100%;
}

#matome .category.editor .second-title-wrapper {
    display: flex;
    height: 40px;
    line-height: 40px;
    margin: 6px 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

#matome .category.editor .second-title-wrapper::before {
    margin-right: .3em;
    border-top: 1px solid;
    content: "";
    display: inline;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-color: #999;
}

#matome .category.editor .second-title-wrapper::after {
    margin-left: .3em;

    border-top: 1px solid;
    content: "";
    display: inline;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-color: #999;
}

#matome .category.editor .second-title-wrapper .second-title-img {
    padding-right: 45px;
}

#matome .category.editor .second-title-wrapper .title-name {
    height: 40px;
    line-height: 40px;
    font-size: 1.6em;
    margin:0;
    padding: 0;
    font-weight: 700;
    background-position: right center!important;
}

#matome .category.editor .curation-wrapper {
    width: 100%;
}

#matome .clearfix {
    zoom: 1;
}

#matome .link-target {
    cursor: pointer;
}

#matome figure {
    display: block;
}

#matome img {
    vertical-align: middle;
    border: 0;
}

#matome .clearfix::before , #matome .clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#matome .clearfix::after {
    clear: both;
}

#matome .category.editor .curation-wrapper .curation-inner {
    background-size: 15px;
    border-top: 1px solid #ddd;
    padding: 5px 40px 5px 10px;
    position: relative;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: table;
    float: left;
    position: relative;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-img .curation-figure {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-img .curation-figure .curation {
    width: 255px;
    display: table-cell;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-img .curation-figure .curation img {
    max-height: 255px;
    max-width: 255px;

    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-text {
    height: 40px;
    width: calc(100% - 60px);
    display: table;
    float: left;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-text .curation {
    text-align: left;
    padding-bottom: 0;
    display: table-cell;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-text .curation p {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 0 10px;
    color: #090909;
    line-height: 1.5em;
    word-break: break-all;
}

#matome .category.editor .curation-wrapper .curation-inner .curation-text .curation .post-date {
    float: none;
    display: inline-block;
    color: #a5a5a5;
    font-weight: 400;
    font-size: .8em;
    margin-top: .3em;
    margin-right: .5em;
    margin-left: 10px;
}

#matome .more-text-link-wrapper {
    padding-right: 30px;
    width: 100%;
}

#matome .category.editor .more-text-link-wrapper {
    height: 40px;
    margin: 0;
}

#matome .category.editor .more-text-link-wrapper .more-text-link-name {
    line-height: 40px;
    color: #919191;
}

#matome .more-text-link-wrapper .more-text-link-name, #matome .more-text-link-wapper .more-text-link-name .fa {
    float: right;
    text-align:right;
    font-weight:700;
}

#matome .more-text-link-wapper .more-text-link-name .fa {
    line-height: 40px;
    margin-left: 15px;
}

#matome .fa-chevron-right::before {
    content: "\f054";
}

/* end キャストのブログまとめ -----------------------------*/

/* バースデー ---------------------------------*/

#birthday .category.birthday {
    width: 100%;
}

#birthday .category.birthday .second-title-wrapper {
    height: 40px;
    line-height: 40px;
    /* padding: 0 30px; */
    margin: 6px 0;
    width: 100%;
    background-color: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

#birthday .category.birthday .second-title-wrapper::before {
    margin-right: .3em;
}

#birthday .category.birthday .second-title-wrapper::after {
    margin-left: .3em;
}

#birthday .category.birthday .second-title-wrapper:after, 
#birthday .category.birthday .second-title-wrapper:before {
    border-top: 1px solid;
    content: "";
    display: inline;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-color: #999;
}

#birthday .category.birthday .second-title-wrapper .second-title-img .left-img, 
#birthday .category.birthday .second-title-wrapper .second-title-img .right-img {
    position: absolute;
    top: 0;
}

#birthday .category.birthday .second-title-wrapper .second-title-img .left-img {
    width: 20px;
    height: 20px;
    left: 41%;
}
#birthday .category.birthday .second-title-wrapper .second-title-img .right-img {
    width: 20px;
    height: 20px;
    right: 41%;
}

#birthday .category.birthday .second-title-wrapper .title-name {
    height: 40px;
    line-height: 40px;
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

#birthday .category.birthday .second-title-wrapper .second-title-img {
    padding-right: 45px;
}

#birthday .category.birthday .line-gold {
    height: 10px;
    margin: 0 10px;
    background-size: 960px 15px;
    /* background: url('https://img.nights.fun/img/www/sp/line_gold@3x.png'); */
}

#birthday .category.birthday .birthday-wrapper {
    margin: 0 10px;
    padding: 0 50px;
    /* background: url('https://img.nights.fun/img/www/sp/bg_gold@3x.png') left top repeat-y #fff; */
    font-size: 1em;
}

#birthday .clearfix {
    zoom: 1;
}

#birthday .link-target {
    cursor: pointer;
}

#birthday .clearfix::before,
#birthday .clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#birthday .category.birthday .birthday-wrapper .birthday-row.this-month,
#birthday .category.birthday .birthday-wrapper .birthday-row.today {
    position: relative;
    overflow: hidden;
}

#birthday .category.birthday .birthday-wrapper .birthday-row .label {
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
    color: #f45;
    float: left;
    font-weight: 700;
}

#birthday .category.birthday .birthday-wrapper .birthday-row .count {
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 90px;
    color: #f45;
    font-size: 1.6em;
    font-weight: 700;
    float: left;
}

#birthday .category.birthday .birthday-wrapper .birthday-row .label.unit {
    color: #000;
}

#birthday .category.birthday .birthday-wrapper .cast-wrapper {
    border-bottom:1px solid #ccc;
    padding-bottom: 15px;
}

#birthday .category.birthday .birthday-wrapper .cast-wrapper .cast {
    width: 20%;
    padding-top: 20%;
    margin: 1% 2.5%;
    background-size: cover;
    background-position: center right;
    border-radius: 50%;
    float: left;
}

#birthday .category.birthday .more-text-link-wrapper {
    height: 40px;
    margin: 0;
    padding-right: 30px;
    width: 100%;
}

#birthday .category.birthday .more-text-link-wrapper .more-text-link-name {
    line-height: 40px;
    font-size: 1.4em;
    color: #919191;
    float: right;
    text-align: right;
    font-weight: 700;
}

#birthday .category.birthday .more-text-link-wrapper .more-text-link-name .fa {
    line-height: 40px;
    margin-left: 15px;
    float: right;
    text-align: right;
    font-size: 1em;
    font-weight: 700;
}
/* end バースデー -----------------------------*/