@charset "utf-8";
.slick-dots {
    margin: 0!important;
    border-radius: 0!important;
    border-width: 0!important;
    border-style: none!important;
    background: #fafafa;!important;
}

.star-rating:after {
    content: ""!important;
}

.center-item #footer-widget .textwidget ul li, #header-widget .textwidget ul li {
    border-top: none!important;
}

.center-item span.osusume-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    line-height: 130%;
    background: #fcee21;
    color: #444;
    font-size: 0.6em;
    padding: .1em .5em;
    min-width: 8em;
    opacity: .9;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
}

.slide-kiji {
    position: relative;
}

.center-item .entry-title {
    position: absolute;
    bottom: 0.1em;
    color: #fff;
}

.entry-title-inner {
    padding: 10px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-align: left;
}
.center-item .entry-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 5.8em;
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
    position: absolute;
    bottom: 0;
    opacity: .5;
    z-index: 1;
    color: #fff;
}

.loading span {
  display: inline-block;
  margin: 0 -.075em;
  animation: loading .5s infinite alternate;
}
.loading span:nth-child(2) {
  animation-delay: .1s;
}
.loading span:nth-child(3) {
  animation-delay: .2s;
}
.loading span:nth-child(4) {
  animation-delay: .3s;
}
.loading span:nth-child(5) {
  animation-delay: .4s;
}
.loading span:nth-child(6) {
  animation-delay: .5s;
}
.loading span:nth-child(7) {
  animation-delay: .6s;
}
.loading span:nth-child(8) {
  animation-delay: .7s;
}
.loading span:nth-child(9) {
  animation-delay: .8s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


.me2425a_sp a:nth-child(n+2) {
    display: none;
}

.app_box2 {
    display: flex;
    margin-bottom: 10px;
}

.app_box2 img {
    width: 50px;
    height: auto;
    border-radius: 5px;
    margin-right: 10px;
}

.app_box span.appname {
    font-size: 14px;
}

.app_box3 {
    background-color: #e6e6e6;
    margin-bottom: 10px;
}


.app_box3 img {
    width: 80%;
    margin: 0 auto;
    display: block;
}


.app_box .app_btn {
    background-color: #067bf3;
    color: #fff;
    width: 50%;
    font-size: 11px;
    margin: 0 0 0 auto;
    text-align: center;
}

.app_box span.comment {
    font-size: 10px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.app_box span.title {
    color: #067bf3;
    font-size: 13px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}


.app_box {
    border: 1px solid #e6e6e6;
    padding: 5px;
    background-color: #fff;
    margin: 5px;
}

.app_box a {
    color: #333;
}

.app_description {
    overflow: hidden;
}

.cross_ad_wrapper2 .cross_ad_img {
    padding: 3px !important;
    margin: -1px;
    border-radius: 10%;
    background: #82ffca;
    background: -moz-linear-gradient(45deg, #82ffca 0%, #84d0ff 20%, #c372e5 40%, #ff82b4 60%, #ffd782 80%, #fff882 99%);
    background: -webkit-linear-gradient(45deg, #82ffca 0%,#84d0ff 20%,#c372e5 40%,#ff82b4 60%,#ffd782 80%,#fff882 99%);
    background: linear-gradient(45deg, #82ffca 0%,#84d0ff 20%,#c372e5 40%,#ff82b4 60%,#ffd782 80%,#fff882 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ffca', endColorstr='#fff882',GradientType=1 );
    background-size: 200% 200%;
}


.cross_ad_wrapper2 {
    background-image: url(https://dis.hogei.info/images/masturbation_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-bottom: 0px;
    overflow: hidden;
}


.cross_ad_content {
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
        overflow: hidden;
        padding: 10px;
}


.cross_ad_title {
    background-color: #000;
    padding: 0 45px 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica;
    font-weight: bold;
    margin: 0;
}


/********************** 試験導入me2611 PC版記事風広告  *************************/

.me2611pc_a article {
    overflow: hidden;
    border: 1px solid #F4F4F4;
    padding: 10px;
    background: #fff;
}

.article .thumb {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 20px;

    height: 150px;
}


.article .thumb img {
    width: 100%;
    vertical-align: bottom;
    margin-right: 10px;

    height: 150px;
}

span.duration {
    background: #000;
    right: 0;
    bottom: 0;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: absolute;
    display: block;
    width: auto;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    opacity: 0.7;
}


article span.title {
    text-align: left;
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.article_content ul li {
    color: #555;
    line-height: 25px;
    border: 1px solid #E1E1E1;
    font-size: 13px;
    padding: 0 15px;
    display: inline-block;
    margin: 0 7px 7px 0;
}

.article_content ul {
    text-align: left;
}

.article_content a {
    text-decoration: none;
}





div#quads-ad3 {
    margin: 0!important;
}

.reg-btn{
    flex: 0 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 5% 0 0;
    background-color: #fafafa;
    height: 100px;
    border: 1px solid #cccccc;
}
.reg-btn .icon {
    width: 24%;
    height: 100px;
    flex: 0 0 65px;
    margin: 0 1% 0 0;
}
.reg-btn .store-btn{
    width: 170px;
    height: auto;
    flex: 0 0 auto;
}

.fix-reg{
    position: fixed;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 750px;
    z-index: 999;
}
.fix-reg a{
    display: block;
}
.fix-reg .reg-btn{
    margin: 0;
}
.fix-reg .reg-btn .icon{
    border: 1px solid #eaeaea;
}

.contact {
    color: #fff;
    font-size: 9px;
    width: 25%;
}

.contact_mail {
    background: #F60;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.contact_tv {
    background: #55C815;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 3px 5px;
}

.contact_voice {
    background: rgba(255,81,81,0.9);
    border-radius: 5px;
    padding: 3px 5px;
}

.contact_recruit {
    color: #666;
    margin-left: 2%;
    font-size: 11.5px;
}



.FindUser a {
    display: block;
    padding: 13px 20px 13px 55px;
    color: #333;
    font-size: 0.7rem;
    font-weight: bold;
    text-decoration: none;
    background: #FFF;
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.22);
    border: 1px solid #CCC;
    border-radius: 4px;
    position: relative;
}

.FindUser a:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-color: #FF8E22;
    background-image: url(https://dis.hogei.info/images/emoji_sarch.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.FindUser a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}





#overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top:  0;
	left: 0;
	z-index: 1001;
}

#overlay .overlay_lp_link {
	padding: 30px 15px;
	text-align: center;
	border-radius: 4px;
	position: absolute;
	top:  50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#overlay .overlay_lp_link div {
	color: #FFF;
}

#overlay .overlay_lp_link a {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
	border-radius: 35px;
	background: #00F;
}

.movie_link {
    position: relative;
}

.movie_link img {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 278px;
    object-fit: cover;
}

.text_contents {
    text-align: left;
}

.text_contents .text_name {
    margin: 0px 20px;
}



.slide-out{
    animation: slide-out .3s both;
}
.slide-in{
    animation: slide-in .3s both;
}
@keyframes slide-out{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(200px);
    }
}
@keyframes slide-in{
    0%{
        transform: translateY(200px);
    }
    100%{
        transform: translateY(0);
    }
}

div#quads-ad5 {
    margin: 0!important;
}
.cross_cs_tes {
margin: 15px auto 0px;
}

.cross_cs_tes img {
border: 5px solid #000;
border-radius: 10px;
box-shadow: 0 0 15px #000;
display: block;
margin: 15px auto;
width: 150px;
}

.cross_cs1004 {margin: 15px auto 0px;}
.cross_cs1004 img {border: 5px solid #000;border-radius: 10px;box-shadow: 0 0 15px #000;display: block;margin: 15px auto;width: 90%;}
.cross_cs1005 {margin: 15px auto 0px;}
.cross_cs1005 img {border-bottom: 2px solid #fb2da1;border-top: 2px solid #fb2da1;box-shadow: 0 3px 3px #333;left: 0;position: fixed;top: 0;width: 100%;z-index: 100;}
.wmin {margin: 0px 0 0 !important;}

iframe {
    border: none;
}

div#quads-ad2 {
    margin: 0!important;
}

.hoge{font-family: "游ゴシック体","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;position: relative;z-index: 9998;}
.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.slider .slide img.pimg {
    width: 230px;
    height: 180px;
    margin: 0 auto;
    display: block;
}
.slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.slide {
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    width: 230px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.slider .comment {
    padding: 5px;
    text-align: left;
    font-size: 11px;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}

/********************** wdbp346 *************************/

.wdbp346sp_adbox a {
    color: #333;
    text-decoration: none;
}


.wdbp346 a {
  text-decoration: none;
}
.sca02picbox {
  float: left;
  width: 100px;
}
.sca02picbox img {
  width: 100%;
}
.sca02rightbox {
  margin-left: 110px;
}
.sca02title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.sca02title:hover {
  color: #c03;
}
.sca02text {
  color: #555;
  margin: 0 0 5px;
}

.sca02btn {
  border-radius: 10px;
  color: #111;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  background: #eee;
  box-shadow: 0 3px #ddd;
  position: relative;
  top: -2px;
  padding: 5px 0px;
  border: 1px solid #ddd;
}
.sca02btn:hover {
  background: #eee none repeat scroll 0 0;
  box-shadow: 0 0 #eee;
  color: #c03;
  margin: 7px 0 8px;
}


/*wdbp346  GIF画像を正方形に整形するんだぜ*/
.wdbp346sp_picbox div {
    content: "";
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    border: 2px solid #333;
    border-radius: 5px;
}

/*wdbp346  キャラ広告　スマホ*/

/*2017/10/03:愛キューピット掲載の為一旦スタイル追記。愛キューピットを外す場合これも削除*/
.wdbp346sp_adbox .widget:nth-child(n + 2) {
    display: none;
}


.wdbp346sp_adbox h4 {
    margin-top: 0;
}

/*2017/10/03:愛キューピット掲載の為一旦スタイル非表示・キャラスクロール枠になれば表示させる
.wdbp346sp_adbox {
    height: 220px;
    overflow: scroll;
}
*/

.wdbp346sp_adbox .girl-box a {
    text-decoration: none;
}


.wdbp346sp_adbox .girl-box {
    padding: 3px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin: 0 6px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.wdbp346sp_adbox .img-area {
    float: left;
    display: block;
}


.wdbp346sp_adbox .girl-box .imag-ara-inner img {
    display: block;
    width: 110px;
    height: 80px!important;
    margin-right: 5px!important;
}

.wdbp346sp_adbox .status-box__tweet {
    overflow: hidden;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

.wdbp346sp_adbox .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.wdbp346sp_adbox ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
}

.wdbp346sp_adbox .category-detail__item {
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 0.5px 2px;
    border: 1px solid #e05198;
    border-radius: 2px;
    color: #e05198;
    font-size: 5px;
    text-align: center;
    line-height: 15px;
}

.wdbp346sp_adbox .ts-girl-name {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 2px;
    float: left;

}

.wdbp346sp_adbox .wdbp346_btn_more {
    width: 160px;
    display: block;
    float: right;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}



/*wdbp346  キャラ広告　パソコン*/
.wdbp346_sca01PC .girl-box a {
    text-decoration: none;
}


.wdbp346_sca01PC .girl-box {
    padding: 3px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 3px;
}

.wdbp346_sca01PC .img-area {
    float: left;
    display: block;
}


.wdbp346_sca01PC .girl-box .imag-ara-inner img {
    display: block;
    width: 110px;
    height: 80px!important;
    margin-right: 5px!important;
}

.wdbp346_sca01PC .status-box__tweet {
    overflow: hidden;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

.wdbp346_sca01PC .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.wdbp346_sca01PC ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
}

.wdbp346_sca01PC .category-detail__item {
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 0.5px 2px;
    border: 1px solid #e05198;
    border-radius: 2px;
    color: #e05198;
    font-size: 5px;
    text-align: center;
    line-height: 15px;
}

.wdbp346_sca01PC .ts-girl-name {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 2px;
    float: left;

}

.wdbp346_sca01PC .wdbp346_btn_more {
    width: 160px;
    display: block;
    float: right;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}


/*wdbp346  バナー2(ska01.js)　パソコン*/

.wdbp346_sca01 .wdbp346_sca01PC .ad_photo {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
}

.wdbp346_sca01 .wdbp346_sca01PC .ad_photo img {
    width: 300px;
    height: 250px!important;
}


.wdbp346_sca01 .wdbp346_sca01PC .ad_text {
    width: 290px;
    font-size: 14px;
    font-weight: bold;
    font-family: meiryo,sans-serif;
    text-align: left;
    line-height: 130%;
    bottom: 0;
    margin: 0;
    padding: 5px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    position: absolute;
    text-decoration: underline;
}

.wdbp346_sca01 .wdbp346_sca01PC .newbox {
    color: #ffffff;
    background: #ff0000;
    font-family: meiryo,sans-serif;
    font-weight: bold;
    line-height: 100%;
    height: 10px;
    text-decoration: none;
}

/*wdbp346  バナー2(ska01.js)　スマホ*/
.wdbp346sp_adbox a:nth-child(2) {
    display: none;
}



.wdbp346_sca01 .wdbp346sp_adbox .ad_photo {
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 2px solid #fe0096;
}

.wdbp346_sca01 .wdbp346sp_adbox .ad_photo img {
    width: 100%;
    height: 250px!important;
}



.wdbp346_sca01 .wdbp346sp_adbox .ad_text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #fe0096;
    filter: alpha(opacity=80);
    background-color: rgba(254,0,150,0.80);
    zoom: 1;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 17px;
}

.wdbp346_sca01 .wdbp346sp_adbox .newbox {
    color: #ffffff;
    background: #ff0000;
    font-family: meiryo,sans-serif;
    font-weight: bold;
    line-height: 100%;
    height: 10px;
    text-decoration: none;
}

.wdbp346_sca01 .wdbp346sp_adbox .ad_text p {
    margin: 10px;
}



/*記事下ランキング枠*/


.nx_ratingbox1 img {
    width: 88px;
}

.nx_ratingleft {
    float: left;
    margin-right: 10px;
}

.star-rating {
    position: relative !important;
    height: 1em !important;
    font-size: 18px !important;
    word-wrap: normal !important;
}

.star-rating-front {
    color: #ff8c00 !important;
}

.star-rating-front, .star-rating-back, .nx_ratingrate_pt {
    font-size: 12px;
}

.star-rating-back {
    color: #ccc !important;
    word-wrap: normal !important;
}

.star-rating-front {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    color: #ffcc33 !important;
    word-wrap: normal !important;
}

.nx_ratingrtop {
    display: flex;
}

.nx_ratingright {
    margin-left: 10px !important;
    overflow: hidden;
}

.nx_ratingcomment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 1.5em !important;
}

.nx_ratingspike1 {
    border: solid 1px #ff2266;
    color: #ff2266;
    font-size: 12px;
    padding: 0 3px;
    width: 60px;
    text-align: center;
    margin-right: 5px;
}
.fa-external-link-square-alt:before {
    content: "\f360";
}

.nx_ratingrate_pt {
    margin-top: -5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em !important;
    color: #000000 !important;
}

.nx_ratingrate {
    display: flex;
}

.nx_ratingbox1 {
    background: #99d1ff !important;
    padding: 6px;
    border: solid 1px #3388cc;
}

.nx_ratingtag {
    font-size: 12px;
}


/********************** uh79 *************************/
.uh79 {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
.uh79title {
  background: #404040 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 17px;
  font-style: italic;
  line-height: 36px;
  text-indent: 10px;
  border-color: #606060 #303030 #202020 #404040;
  border-style: solid;
  border-width: 1px;
}
.uh79title:hover {
  color: #FF0000;
}
.uh79 a {
  text-decoration: none;
}
.uh79picbox {
  float: left;
  width: 100px;
}
.uh79picbox img {
  width: 100%;
}
.uh79rightbox {
  margin-left: 110px;
}

.uh79text {
  color: #C0C0C0;
  margin: 5px 1px 5px;
}
.uh79btn {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #111;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.uh79btn:hover {
  background: #ddd none repeat scroll 0 0;
  color: #CC0033;
}

/*uh79  GIF画像を正方形に整形するんだぜ*/
.uh79sp_picbox div {
  content: "";
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  border: 2px solid #DCDCDC;
  border-radius: 5px;
}


/********************** cs348 *************************/
.cs348 {background: #f2e4fe none repeat scroll 0 0;border: 1px solid #01008a;clear: both;overflow: hidden;padding: 1%;}
.cs348 a {color: #000;}
.cs348 p {margin: 5px 5px 5px 0;}
.cs348 dt {float: left;}
.cs348 img {float: left;margin-right: 10px;width: 20%;}
.cs348 dd {float: left;width: 80%;}
.cs348 .btn {background: #c91717 none repeat scroll 0 0 !important;color: #eee;float: right;height: 25px;margin: 0 5px 0 0;padding: 10px 0 0 0;width: 75%;}


/********************** cs1013 *************************/
.cs1013pc {background: #fff none repeat scroll 0 0;border: 3px solid #404040;border-radius: 5px;padding: 3%;}
.cs1013 .cs1013picbox {float: left;width: 100px;}
.cs1013 .cs1013picbox img {width: 100px;}
.cs1013 .cs1013prbox {margin-left: 110px;}
.cs1013 .cs1013title {color: #333;font-weight: bold;text-decoration: none;}
.cs1013 .cs1013title a {color: #333;font-size: 18px;text-decoration: none;}
.cs1013 .cs1013title a:hover {color: #c03;}
.cs1013 .cs1013text {color: #555;margin: 0 0 5px;}
.cs1013 .cs1013btn a {background-color: #b80505;border: 2px solid #3d3d3d;border-radius: 10px;color: #fff !important;display: block;font-weight: bold;margin-top: 18px;padding: 5px;text-align: center;text-decoration: none;width: auto;}
.cs1013 .cs1013btn a:hover{background-color: #ddd;}
.cs1013 .sp .cs1013picbox {float: left;width: 20%;}
.cs1013 .sp .cs1013prbox{  width: 100%;margin: 0;}
.cs1013 .sp .cs1013title a {  font-size: 14px;  text-decoration: none;}
.cs1013 .sp .cs1013text {  color: #555;  font-size: 14px;  line-height: 16px;margin: 0 0 5px;}
.cs1013 .sp .cs1013btn a {  border-radius: 10px;  color: #111;  display: block;  font-size: 13px;  padding: 5px;  text-align: center;  text-decoration: none;  width: auto;}
.cs1013 .sp .cs1013picbox img {width: 100%;height: auto;}
.cs1013spban img {
  border-radius: 5px;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 96%;
}
.cs1013spban p {
  background: #333 none repeat scroll 0 0;
  border-radius: 5px;
  color: #eee;
  font-size: 12px;
  margin: 1% 0 0;
  padding: 2%;
  text-align: left;
}
.cs1013 .acc {
  height: 1px;
  width: 1px;
}

/********************** ui08 *************************/
.ui08 .alltitle {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #333;
 line-height: 25px;
 margin: 0;
 background-color: #333;
 color: #FFF;
 width: 100%;
}

.ui08 .alltitle span {
  color: #d00a0a;
}

.ui08 .pctitle {
 background-color: #c0c0c0;
 color: #FFF;
 box-shadow: 0 0 3px 0 #000;
 font-size: 16px;
 font-weight: bold;
 line-height: 28px;
 margin: 0;
 text-align: center;
}

.ui08_ban img {
 box-shadow: 0px 0px 0px 0px #000;
}

.ui08sp_adbox {
 border: 1px solid #808080;
 border-radius: 5px;
 box-sizing: border-box;
 margin: 5px auto;
 overflow: hidden;
 width: 99%;
 background-color: #FFF;
}

.ui08sp_article {
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 10px 10px;
}

.ui08sp_picbox {
 border: 1px solid #ddd;
 float: left;
 margin: 0;
 padding: 3px;
 width: 30%;
}

.ui08sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui08sp_contbox {
 color: #337ab7;
 float: right;
 font-size: 14px;
 font-weight: bold;
 margin: 2% 1% 0;
 text-align: left;
 width: 64%;
 line-height: 130%;
 text-decoration: underline; 
}

/*ui08  GIF画像を正方形に整形するんだぜ*/
.ui08sp_picbox div {
 content: "";
 position: relative;
 display: block;
 background-size: cover;
 background-position: center center;
 padding: 50% 2%;
 width: 95%;
}

/********************** ui47 *************************/

.ui47PC .description {
    text-decoration: underline;
    margin-top: 10px;
}

.ui47 {
    width: 700px;
    height: 200px;
}

.ui47PC a {
    text-decoration: none;
}

.ui47PC .ui47_ban .cs956img {
    width: 700px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.ui47_ban .Introduction {
    overflow: hidden;
    height: 201px;
    position: relative;
    top: -201px;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ui47_ban:hover .Introduction {
	opacity:		1;	/* マスクを表示する */
}

.ui47_ban .Introduction h1.ui47_ban_title {
    font-size: 25px;
    position: relative;
    top: 75px;
    font-weight: bold;
    color: #fff;
}

.ui47_ban .Introduction p {
    width: 365px;
    text-align: left;
    font-weight: bold;
    line-height: 25px;
    display: none;
}

.ui47_ban .Introduction .ui47_ban_btn {
    background-image: -moz-linear-gradient( top, #49a9d4 0%, #2989d8 40%, #2285d6 52%, #2989d8);
    background-image: -webkit-gradient( linear,left top,left bottom, from(#49a9d4), color-stop(0.49,#2989d8), color-stop(0.52,#2285d6), to(#2989d8));
    border-radius: 3px;
    width: 365px;
}

.ui47_ban_btn a {
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: bold;
}




/********************** ui57 *************************/




.ui57sp_adbox p {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 17px;
    padding: 2%;
    text-align: left;
    overflow: hidden;
}

.ui57pcbox a {
  text-decoration: none;
}
.ui57adbox {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 1% 0;
    padding: 2%;
    overflow: hidden;
    border: 1.5px solid #6c5441;
    height: 159px;
}
.ui57picbox {
    float: left;
}

.ui57picbox2 {
    width: 100%;
    float: none;
    padding: 0;
    height: 116px;
}

.ui57picbox img {
    width: 102px;
    border: 1px solid #ccc;
    height: 102px;
    object-fit: cover;
}

/********************** ui57side.js *************************/

.ui57pcside {
    background-color: #f1f1f1;
    width: 175px;
    border: 1px solid #bbb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ui57pcside .ui57pcside_title {
    background-color: #1C2125;
    line-height: 25px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    clear: both;
    padding: 5px;
    display: none;
}

.ui57pcside img {
    width: 160px;
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 10px;
}

.ui57pcside p {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aaa;
    margin: 3px auto;
    padding: 3px;
    text-align: left;
    width: 160px;
    font-size: 13px;
}

.ui57pcside a {
    color: #333;
    text-decoration: none;
}

.ui57btn_side {
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    border: #e74c3c;
    background-color: #e74c3c;
    background-image: -webkit-linear-gradient(top, #e74c3c, #c0392b);
    background-image: linear-gradient(to bottom, #e74c3c, #c0392b);
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 14px;
    width: 92%;
}

.ui57btn_side:hover {
  background: #e74c3c none repeat scroll 0 0;
  box-shadow: 0 0 #e74c3c;
  color: #fff;
}

/********************** ui57spb.js *************************/

.ui57 .ui57spb span {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.ui57spb img {
    display: block;
    border: 1px solid #ccc;
    height: 60px;
    float: left;
    margin-right: 5px;
    width: 234px;
}

.ui57ispbbox {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

/*
.ui57ispbbox .ui57ispbbox_slider {
  width: 725px;
  -webkit-overflow-scrolling: touch;
}

.ui57ispbbox .ui57ispbbox_slider > * {
  -webkit-transform: translateZ(0px);
}

.ui57ispbbox::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

*/

/****************Androidバージョン********************/
/*
.ui57aspbbox {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.ui57aspbbox .ui57aspbbox_slider {
  width: 725px;
  -webkit-overflow-scrolling: touch;
}

.ui57aspbbox .ui57aspbbox_slider > * {
  -webkit-transform: translateZ(0px);
}

.ui57aspbbox::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

*/

/********************** ui57-ui57main.js-SPネイティブ2広告 *************************/

.ui57sp_adbox2 img {
    border-radius: 5px;
    display: block;
    height: auto;
    width: 100%;
}

.ui57sp_adbox2 p {
    color: #000;
    font-size: 14.5px;
    line-height: 17px;
    padding: 2% 0 0 0;
    text-align: left;
    width: 100%;
    margin: 0;
}

/*ui57  ui57main.js  PC*/

.ui57 .ui57pcbox a:nth-child(n + 2) {
    display: none;
}

/*ui57  ui57main.js  スワイプ広告*/

/*
.ui57sp_adbox {
    padding: 4px 4px;
}

.ui57sp_slider-wrapper img {
    height: 165px !important;
    width: 215px;
}

.ui57sp_slider-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.ui57sp_slider-wrapper .ui57sp_slider {
  width: 2000px;
  -webkit-overflow-scrolling: touch;
}

.ui57sp_slider-wrapper .ui57sp_slider > * {
  -webkit-transform: translateZ(0px);
}

.ui57sp_slider-wrapper::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

.ui57sp_slider-wrapper .ui57sp_unit {
    float: left;
    width: 215px;
    border: 1px solid #DDDDDD;
    color: #333;
    font-size: 13px;
    line-height: 22px;
    background: #fff none repeat scroll 0 0;
    font-weight: bold;
}
.ui57sp_slider-wrapper .ui57sp_unit p.caption span {
    display: block;
}

.ui57sp_slider-wrapper ui.caption {
    display: block;
    text-align: left;
}

.ui57sp_slider-wrapper ui li {
    list-style: none;
}

.ui57sp_slider-wrapper ui li:nth-child(1) {
    padding: 0px 5px;
}

.ui57sp_slider-wrapper ui li:nth-child(2) {
    height: 81px;
    padding: 0px 5px;
}

.ui57sp_slider-wrapper ui li:nth-child(3) {
    text-align: right;
    font-size: 12px;
    color: #c1377f;
    line-height: 25px;
    font-weight: bold;
    background-color: #f0f0f0;
    padding-right: 2%;
}

.ui57sp_slider-wrapper .rate {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 12px;
    font-size: 20px;
}
.ui57sp_slider-wrapper .rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2605\2605\2605\2605\2605';/*文字化けの為Unicodeへ変換しています。
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.ui57sp_slider-wrapper .rate:before {
  color: #ddd;
}
.ui57sp_slider-wrapper .rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.ui57sp_slider-wrapper .rate0:after {
  width: 0;
}

.ui57sp_slider-wrapper .rate1:after {
  width: 16px;
}

.ui57sp_slider-wrapper .rate1-5:after {
  width: 24px;
}

.ui57sp_slider-wrapper .rate2:after {
  width: 32px;
}

.ui57sp_slider-wrapper .rate2-5:after {
  width: 40px;
}

.ui57sp_slider-wrapper .rate3:after {
  width: 48px;
}

.ui57sp_slider-wrapper .rate3-5:after {
  width: 56px;
}

.ui57sp_slider-wrapper .rate4:after {
  width: 64px;
}

.ui57sp_slider-wrapper .rate4-5:after {
  width: 72px;
}

.ui57sp_slider-wrapper .rate5:after {
  width: 80px;
}

.ui57 span.slider_title {
    display: block;
    background: linear-gradient(to bottom, #C81914 20%, #8C0000 100%);
    margin: 0% 1%;
    text-align: left;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

*/

/*ui57  キャラ広告　スマホ*/

.ui57sp_adbox .girl-box a {
    text-decoration: none;
}


.ui57sp_adbox .girl-box {
    padding: 3px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin: 0 6px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.ui57sp_adbox .img-area {
    float: left;
    display: block;
}


.ui57sp_adbox .girl-box .imag-ara-inner img {
    display: block;
    width: 110px;
    height: 80px;
    margin-right: 5px;
}

.ui57sp_adbox .status-box__tweet {
    overflow: hidden;
    padding: 5px 0 2px;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    text-align: left;
}

.ui57sp_adbox .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.ui57sp_adbox ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
}

.ui57sp_adbox .category-detail__item {
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 0.5px 2px;
    border: 1px solid #e05198;
    border-radius: 2px;
    color: #e05198;
    font-size: 5px;
    text-align: center;
}

.ui57sp_adbox h3.ts-girl-name {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 2px;
    float: left;

}

.ui57sp_adbox .ui57_btn_more {
    width: 160px;
    display: block;
    float: right;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}

/*ui57  口コミ風広告　スマホ*/
.evaluation-wrapper a {
    color: #5544AA!important;
    text-decoration: none;
}
.evaluation-wrapper .evaluation {
    background-color: #fff;
    margin: 8px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.evaluation .pimg {
    float: left;
    overflow: hidden;
    padding: 5px!important;
    width: 30%;
    height: auto!important;
}

.wdbp346_sca01PC .evaluation-wrapper .evaluation {
    background-color: #fff;
    margin: 8px;
    border: 1px solid #CCC;
    overflow: hidden;
    width: 320px;
    float: left;
}
.evaluation-btn {
    position: relative;
    display: block;
    height: 35px;
    width: 175px;
    text-decoration: none;
    background: #fdc689;
    color: #fff;
    line-height: 37px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 1px 2px 4px #d4842c;
    margin: 10px;
    float: right;
    font-size: 15px;
}


.evaluation .comment {
    overflow: hidden;
}

.comment span.lp {
    display: block;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.comment span.sentence {
    font-size: 13px;
    text-align: left;
    display: block;
    line-height: 1.4;
}

.comment span.information {
    display: block;
    font-size: 12px;
    text-align: left;
}

.evaluation .review {
    display: block;
    text-align: left;
    padding-top: 5px;
}



.evaluation-wrapper .evaluation .review .rate {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 13px;
    font-size: 20px;
}
.evaluation-wrapper .evaluation .review .rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2605\2605\2605\2605\2605';/*文字化けの為Unicodeへ変換しています。*/
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.evaluation-wrapper .evaluation .review .rate:before {
  color: #ddd;
}
.evaluation-wrapper .evaluation .review .rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.evaluation-wrapper .evaluation .review .rate0:after {
  width: 0;
}

.evaluation-wrapper .evaluation .review .rate1:after {
  width: 16px;
}

.evaluation-wrapper .evaluation .review .rate1-5:after {
  width: 24px;
}

.evaluation-wrapper .evaluation .review .rate2:after {
  width: 32px;
}

.evaluation-wrapper .evaluation .review .rate2-5:after {
  width: 40px;
}

.evaluation-wrapper .evaluation .review .rate3:after {
  width: 48px;
}

.evaluation-wrapper .evaluation .review .rate3-5:after {
  width: 56px;
}

.evaluation-wrapper .evaluation .review .rate4:after {
  width: 64px;
}

.evaluation-wrapper .evaluation .review .rate4-5:after {
  width: 72px;
}

.evaluation-wrapper .evaluation .review .rate5:after {
  width: 80px;
}

.comment span.lp:after {
 content:"\306E\53E3\30B3\30DF";
 }
















/*ui57  キャラ広告　PC*/

.ui57pcbox .girl-box a {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.ui57pcbox .girl-box {
    padding: 3px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #ccc;
}

.ui57pcbox .img-area {
    float: left;
    display: block;
}


.ui57pcbox .girl-box .imag-ara-inner img {
    display: block;
    width: 110px;
    height: 98px;
    margin-right: 5px;
}

.ui57pcbox .status-box__tweet {
    overflow: hidden;
    padding: 5px 0 10px;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    text-align: left;
}

.ui57pcbox .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.ui57pcbox ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
}

.ui57pcbox .category-detail__item {
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 0.5px 5px;
    border: 1px solid #e05198;
    border-radius: 2px;
    color: #e05198;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0;
}

.ui57pcbox h3.ts-girl-name {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 5px;
    font-weight: bold;

}

.ui57pcbox .ui57_btn_more {
    width: 175px;
    display: block;
    float: right;
}


/********************** cs1014 *************************/

.cs1014box {border: 1px solid #ddd;padding: 3%;border-radius: 5px;}
.cs1014entry h1 {line-height: 16px;}
.cs1014entry strong {color: #d91010;font-size: 15px;line-height: 9px;}
.cs1014 .cs1014tmb {
  margin: 0 5px 0 0;
}
.cs1014tmb img {display: block;width: 100%;}
.cs1014 .acc img {height: 1px;width: 1px;}
.cs1014box {border: 1px solid #ddd;border-radius: 5px;margin: 0 auto;padding: 3%;width: 88%;}
.cs1014app img {box-shadow: 0px 3px 6px #333;}
.cs1014posted {color: #777;font-size: 12px;}

.cs1014pcbox {
  border: 2px solid #111;
  margin: 0 0 19px;
  overflow: hidden;
  padding: 0 0 2%;
}

.cs1014pcbox h1 {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin: 0;
  padding: 6px;
  width: 510px;
}

.cs1014pcbox h1 a {font-size: 10pt;}
.cs1014tum img {border: 1px solid #000;float: left;margin: 10px 0 0 30px;width: 240px;}
.cs1014text {float: left;font-size: 10pt;margin: 20px 0 0 10px;text-align: left;width: 230px;}
.cs1014text p {
  font-size: 15px;
  line-height: 20px;
}
.cs1014more {
  background: #be2121 none repeat scroll 0 0;
  color: #fbfbfb;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  margin: 2px auto;
  overflow: hidden;
  padding: 10px 0;
  width: 42%;
}
.cs1014pc a {
  text-decoration: none;
}

.ui58sp_adbox {box-sizing: border-box;margin: 0 auto;overflow: hidden;width: 94%;}
.ui58sp_article {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  clear: both;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 1%;
  box-shadow: 0 1px 1px #aaa;
}
.ui58sp_picbox {
  float: left;
  margin: 0 1% 0 0;
  width: 20%;
}
.ui58sp_picbox img {
  border: 2px solid #BF1010;
  width: 100%;
}

.ui58sp_contbox {
    color: #3c0af8;

    float: left;

    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 1%;
    text-align: left;
    width: 78%;
}

/********************** ui59 *************************/

.ui59 a {text-decoration: none;}
.ui59pc {
  margin: 15px 0 0;
}
.ui59sp .acc img {width: 1px;height: 1px;}
.ui59thum {
  padding: 1%;
}
.ui59thum img {height: auto;width: 100%;}

.ui59sp .ui59time {color: #666;float: left;font-size: 14px;}
.ui59sp .ui59view {  color: #666;float: right;font-size: 14px;}
.ui59sp .ui59textbox {padding: 2%;}
.ui59textbox p {clear: both;color: #333;font-size: 20px;line-height: 1.4;}
.ui59sp .ui59box {
  border: 3px solid #f27070;
  border-radius: 5px;
  margin: 2% auto 0;
  width: 94%;
  background: #FFEFEF;
}

.ui59pc .acc img {height: 1px;width: 1px;}
.ui59pcleft {float: left;padding: 3px;width: 50%;}
.ui59pcleft img {width: 100%;}
.ui59pcright {float: left;padding: 3px;width: 50%;}
.ui59pcright img {width: 100%;}
.ui59pcleft p,.ui59pcright p {
  font-size: 13px;
}
.ui59spban img {width: 95%;display: block;margin: 0 auto;}

/********************** ui60 *************************/
.ui60 .alltitle {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 border-bottom:1px solid #aaa;
 line-height:25px;
 margin:5px 0;
}

.ui60 .alltitle span {
 color: #d00a0a;
}

.ui60sp_title {
 text-align: left;
 background-color: #f7f7f7;
 border-color: #eeeeee #c3c3c3 #c3c3c3 #eeeeee;
 border-style: solid;
 border-width: 1px;
 clear: both;
 color: #4a4a4a;
 margin: 5px 0 0 5px;
 padding: 5px;
}

.ui60sp_title span {
 border-left: 6px solid #ff0000;
 font-size: 15px;
 font-weight: bold;
 height: 24px;
 line-height: 20px;
 padding-left: 10px;
}

.ui60sp_adbox {box-sizing: border-box;
 margin: 0 auto;
 overflow: hidden;
 width: 98%;
}

.ui60sp_article {
 border-bottom: 1px solid #aaa;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 10px 0;
}

.ui60sp_picbox {
 float: right;
 margin: 0 2% 0 0;
 width: 30%;
}

.ui60sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui60sp_contbox {color: #337ab7;
 float: left;
 font-size: 15px;
 font-weight: bold;
 margin: 2% 1% 0;
 text-align: left;
 width: 65%;
 text-decoration: underline;
 line-height: 130%;
}

/*ui60  GIF画像を正方形に整形するんだぜ*/
.ui60sp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 3px solid #333;
 border-radius: 3px;
}

/*ui60 バナー用*/
.ui60sp_article_com {
 background: #fff none repeat scroll 0 0;
 border: 1px solid #aaa;clear: both;
 margin: 5px auto;
 overflow: hidden;
 padding: 4px 4px 3px;
 width: 97%;
}

.ui60sp_picbox_com {
 float: left;
 width: 99%;
}

.ui60sp_picbox_com img {
 border: 2px solid;
 width: 100%;
}

.ui60sp_contbox_com {color: #3c0af8;
 float: left;
 font-size: 14px;
 font-weight: bold;
 margin: 0 0 0 1%;
 text-align: left;
 width: 99%;
}


/********************** ui63 *************************/
.ui63sp_adbox {box-sizing: border-box;margin: 0 auto;overflow: hidden;width: 98%;}
.ui63sp_article {background: #f4f4f4 none repeat scroll 0 0;border: 1px solid #aaa;clear: both;margin: 0 0 5px;overflow: hidden;padding: 1%;}
.ui63sp_picbox {float: left;margin: 0 1% 0 0;width: 35%;}
.ui63sp_picbox img {border: 2px solid;width: 100%;}
.ui63sp_contbox {color: #3c0af8;float: left;font-size: 14px;font-weight: bold;margin: 0 0 0 1%;text-align: left;width: 63%;}


/********************** ui64 *************************/
.ui64 .alltitle {
 background-color: #ddd;
 border-bottom: 0px solid #333;
 color: #808080;
 font-size: 13px;
 font-weight: bold;
 line-height: 25px;
 margin: 25px 0 0;
 text-align: center;
}

.ui64 .alltitle span {
  color: #d00a0a;
}
.ui64sp_adbox {box-sizing: border-box;margin: 0 auto;overflow: hidden;width: 100%;}
.ui64sp_article {
 border-bottom: 1px solid #aaa;
 clear: both;
 margin: 5px 0;
 overflow: hidden;
 padding: 0 0 10px;
}
.ui64sp_picbox {
 border: 2px solid #ddd;
 border-radius: 5px;
 float: right;
 width: 35%;
}
.ui64sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}
.ui64sp_contbox {
 color: #337ab7;
 float: left;
 font-size: 13px;
 font-weight: bold;
 margin: 2% 0 0;
 text-align: left;
 width: 63%;
 text-decoration: underline;
 line-height: 140%;
}

/*ui64  GIF画像を正方形に整形するんだぜ*/
.ui64sp_picbox div {
 content: "";
 position: relative;
 margin: 3%;
 padding: 47%;
 display: block;
 background-size: cover;
 background-position: center center;
}


/********************** ui66 *************************/

.ui66 .alltitle {
    font-weight: bold;
    text-align: center;
    border-bottom: 0px solid #333;
    line-height: 25px;
    margin: 0;
    background-color: #333;
    color: #fff;
    font-size: 11px;
}



.ui66sp_article {
 border-bottom: 5px solid #333;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 10px 0;
}

.ui66sp_picbox {
 float: right;
 margin: 0 2% 0 0;
 width: 33%;
}

.ui66sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui66sp_contbox {
 color: #337ab7;
 float: left;
 font-size: 16px;
 font-weight: bold;
 margin: 2% 1% 0;
 text-align: left;
 width: 63%;
 line-height: 130%;
 text-decoration: underline; 
}

/*ui66  GIF画像を正方形に整形するんだぜ*/
.ui66sp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 2px solid #333;
}


/*ui66  キャラ広告*/


.ui66sp_adbox_inner {
    height: 220px;
    overflow: scroll;
    background-color: #fff;
}

.ui66sp_adbox .girl-box a {
    text-decoration: none;
}


.ui66sp_adbox .girl-box {
    padding: 3px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 3px;
}

.ui66sp_adbox .img-area {
    float: left;
    display: block;
}


.ui66sp_adbox .girl-box .imag-ara-inner img {
    display: block;
    width: 70px;
    height: auto!important;
    margin-right: 5px!important;
}

.ui66sp_adbox .status-box__tweet {
    overflow: hidden;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

.ui66sp_adbox .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.ui66sp_adbox ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
}

.ui66sp_adbox .category-detail__item {
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 0.5px 2px;
    border: 1px solid #e05198;
    border-radius: 2px;
    color: #e05198;
    font-size: 5px;
    text-align: center;
    line-height: 15px;
}

.ui66sp_adbox .ts-girl-name {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 2px;
    float: left;

}

.ui66sp_adbox .ui61_btn_more {
    width: 160px;
    display: block;
    float: right;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}




































/********************** ui67 *************************/

/*ui67  変更前の広告のCSS*/
.ui67 .alltitle {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #333;
 line-height: 25px;
 margin: 0;
 background-color: #333;
 color: #FFF;
 width: 100%;
}

.ui67 .alltitle span {
  color: #d00a0a;
}

.ui67 .pctitle {
 background-color: #c0c0c0;
 color: #FFF;
 box-shadow: 0 0 3px 0 #000;
 font-size: 16px;
 font-weight: bold;
 line-height: 28px;
 margin: 0;
 text-align: center;
}

.ui67_ban img {
 box-shadow: 0px 0px 0px 0px #000;
}

.ui67sp_adbox {
 box-sizing: border-box;
 margin: 0 auto;
 overflow: hidden;
 width: 99%;
 background-color: #FFF;
}

.ui67sp_article {
 border-bottom: 5px solid #333;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 10px 0;
}

.ui67sp_picbox {
 float: right;
 margin: 0 2% 0 0;
 width: 33%;
}

.ui67sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui67sp_contbox {
 color: #337ab7;
 float: left;
 font-size: 14px;
 font-weight: bold;
 margin: 2% 1% 0;
 text-align: left;
 width: 63%;
 line-height: 130%;
 text-decoration: underline; 
}

/*ui67  変更後(2017年5/17)に変更した広告のCSS-詳しくはtag生成ファイルへ*/

.ui67sp_unit {
    padding: 5px;
}

.ui67sp_adbox .ui67sp_unit img {
    width: 100px;
    border-radius: 100px;
    float: left;
    margin-right: 10px;
    height: 100px;
}

.ui67sp_adbox .ui67sp_unit ui.caption {
    list-style: none;
    overflow: hidden;
    display: block;
}

.ui67sp_adbox .ui67sp_unit ui.caption span.launch {
    background-color: #ff0033;
    text-align: left;
    display: block;
    float: left;
    color: #fff;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 3px;
    font-weight: bold;
}

.ui67sp_adbox .ui67sp_unit ui.caption span.name {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.ui67sp_adbox .ui67sp_unit ui.caption li:nth-child(1) {
    display: block;
    overflow: hidden;
}

.ui67sp_adbox .ui67sp_unit ui.caption li:nth-child(2) {
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.ui67sp_adbox .ui67sp_unit .btn {
    border-radius: 10px;
    color: #111;
    display: block;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    width: auto;
    background: #eee;
    box-shadow: 0 2px #ddd;
    padding: 3px 44px;
    border: 1px solid #ddd;
    margin-top: 6px;
}









/*ui67  GIF画像を正方形に整形するんだぜ*/
.ui67sp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 2px solid #333;
}




/********************** ui68 *************************/
.ui68 .alltitle {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #333;
 line-height: 25px;
 margin: 0;
 background-color: #333;
 color: #FFF;
 width: 100%;
}

.ui68 .alltitle span {
  color: #d00a0a;
}

.ui68 .pctitle {
 background-color: #c0c0c0;
 color: #FFF;
 box-shadow: 0 0 3px 0 #000;
 font-size: 16px;
 font-weight: bold;
 line-height: 28px;
 margin: 0;
 text-align: center;
}

.ui68_ban img {
 box-shadow: 0px 0px 0px 0px #000;
}

.ui68sp_adbox {
 background-color: #FFF;
 border: 1px solid #a9a9a9;
 box-sizing: border-box;
 margin: 0 auto;
 overflow: hidden;
 width: 100%;
}

.ui68sp_article {
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 5px 0;
}

.ui68sp_picbox {
 float: left;
 margin: 0 0 0 3px;
 width: 33%;
}

.ui68sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui68sp_contbox {
    color: #696969;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 0 3%;
    text-align: left;
    width: 62%;
}

.ui68sp_btn {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #808080;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 15px;
    margin: 5px 5px 5px 8px;
    padding: 7px;
    width: 97%;
}

/*ui68  GIF画像を正方形に整形するんだぜ*/
.ui68sp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 2px solid #333;
}


/********************** ui69 *************************/
.ui69 {
    width: 750px;
}

tr .ui69 {
    width: 100%;
}

.ui69 .title {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #909090;
 line-height: 25px;
 margin: 0;
 background-color: #909090;
 color: #FFF;
 width: 640px;
}

.ui69 .title span {
  color: #FFF;
}

.ui69_ban img {
 box-shadow: 0px 0px 0px 0px #000;
 background: #888;
 width: 640px;
 margin: 0 auto;
}




.ui69 .alltitle {
 text-align: left;
 background-color: #f7f7f7;
 border-color: #eeeeee #c3c3c3 #c3c3c3 #eeeeee;
 border-style: solid;
 border-width: 1px;
 clear: both;
 color: #4a4a4a;
 padding: 6px 4px;
 max-width: 770px
}

.ui69 .alltitle span {
 border-left: 6px solid #ff0000;
 font-size: 18px;
 font-weight: bold;
 height: 24px;
 line-height: 24px;
 padding-left: 6px;
}

.ui69pc_article {
 border-bottom: 1px solid #ccc;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 5px 0 10px;
 max-width: 770px
}

.ui69pc_picbox {
 float: left;
 margin: 5px 23px 0 5px;
 width: 15%;
}

.ui69pc_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

/*キャラ広告のスタイル*/

.ui69inner {
    overflow: hidden;
}

.ui69inner .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.ui69inner ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
}

.ui69inner .category-detail__item {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 0.5px 2px;
    border: 1px solid #ff8b5f;
    border-radius: 2px;
    color: #ff8b5f;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}


/*ui69  LP紹介系のスタイルだぽんっ*/

.ui69_adlp_inner {
    float: left;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin: 5px 10px 5px 0;
    width: 350px;
    border: 2px solid #cccccc;
    height: auto;
}

tr .ui69_adlp_inner {
    width: calc(93% / 2);
    float: left;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin: 5px 10px 5px 0;
    border: 2px solid #cccccc;
    height: auto;
}

.ui69_adlp_inner img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
}

.ui69_adlp_inner span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.ui69_adlp_inner p {
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 19.5px;
    height: 85px;
}

.ui69_adlp_btn {
    overflow: hidden;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    letter-spacing: 2px;
    font-size: 12px;
}

@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */

tr .ui69_adlp_inner {
    width: 100%;
    float: none;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
    height: auto;
    overflow: hidden;
}

tr .ui69_adlp_inner:nth-child(2) {
    display: none;
}

tr .ui69_adlp_inner p {
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    height: auto;
    width: 90%;
}

tr .ui69_adlp_inner img {
    width: 265px;
    height: auto;
    float: left;
    margin-right: 10px;
    width: 160px;
    height: 124px;
}

tr span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 15px;
}
tr .ui69_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    background-color: #c30d23;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 10px;
    width: 70%;
}

tr .ui69_adlp_inner span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 30px;
}

.ui69_adlp_inner {
    width: 95%;
    float: none;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
}

.ui69_adlp_inner:nth-child(2) {
    display: none;
}

.ui69_adlp_inner p {
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 33px;
    height: 85px;
}

.ui69_adlp_inner img {
	float: left;
    margin-right: 10px;
    width: 160px;
    height: 124px;
}

.ui69_adlp_inner span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
}
.ui69_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 25px 50px;
    background-color: #c30d23;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 10px;
    width: 50%;
}
}

/*ui69  LP紹介系のスタイルここまでだぽん*/



/*ui69  GIF画像を正方形に整形*/
.ui69pc_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 5px solid #eee;
}

.ui69pc_contbox {
 color: #696969;
 float: left;
 font-size: 25px;
 font-weight: bold;
 line-height: 130%;
 margin: 10px 0 0;
 text-align: left;
 width: 80%;
}

/********************** ui70 *************************/
.ui70 {
 margin: 0 auto;
}

.ui70 .title {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #909090;
 line-height: 25px;
 margin: 0;
 background-color: #909090;
 color: #FFF;
 width: 640px;
}

.ui70 .title span {
  color: #FFF;
}

.ui70_ban img {
 box-shadow: 0px 0px 0px 0px #000;
 background: #888;
 width: 640px;
 margin: 0 auto;
}




.ui70 .alltitle {
 text-align: left;
 background-color: #f7f7f7;
 border-color: #eeeeee #c3c3c3 #c3c3c3 #eeeeee;
 border-style: solid;
 border-width: 1px;
 clear: both;
 color: #4a4a4a;
 padding: 6px 4px;
 max-width: 770px
}

.ui70 .alltitle span {
 border-left: 6px solid #ff0000;
 font-size: 18px;
 font-weight: bold;
 height: 24px;
 line-height: 24px;
 padding-left: 6px;
}

.ui70pc_article {
 border-bottom: 1px solid #ccc;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 5px 0 10px;
 max-width: 770px
}

.ui70pc_picbox {
 float: left;
 margin: 5px 23px 0 5px;
 width: 15%;
}

.ui70pc_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui70_chara .ui70_chara_inner img {
    width: 155px;
    height: 180px;
    float: left;
    margin-right: 15px;
}


.ui70_chara .ui70_chara_sitelp img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.ui70_chara_sitelp {
    overflow: hidden;
}

tr .ui70_chara_inner {
    width: 100%;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
    padding: 0px;
    box-shadow: none;
}

.ui70_chara_inner {
    overflow: hidden;
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 693px;
    border: 1px solid #dddddd;
    padding: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.ui70_chara .ui70_chara_inner p {
    width: 58%;
    overflow: hidden;
    float: left;
    text-align: left;
    background-color: #cccccc;
    height: 80px;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    margin-right: 10px;
    font-weight: 800;
}

.ui70_chara_btn {
    border-top: 1px solid #dddddd;
    padding: 5px 0;
    margin-top: 5px;
    overflow: hidden;
}

tr .ui70_chara_btn1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #dddddd;
    width: 47%;
    border: 2px solid #fff;
}

tr .ui70_chara_btn2 {
    width: 130%;
}

.ui70_chara_btn2 {
    width: 140%;
}

tr .ui70_chara_btn2 a {
    text-decoration: none;
    padding: 0;
}

.ui70_chara_btn1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #dddddd;
    width: 47%;
    border: 2px solid #fff;
    line-height: 30px;
}

.ui70_chara_btn2 a {
    text-decoration: none;
    padding: 5px;
}



.ui70_chara_inner span.plof {
    border-bottom: 1px solid #dddddd;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
}

.ui70_chara_inner span.plof::before {
    content: "PR";
    border: 2px solid #cccccc;
    padding: 0px 5px;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 12px;
    color: #cccccc;
    margin-right: 10px;
    font-weight: bold;
}

.ui70_chara_inner .btn2_hover {
    position: relative;
    z-index: 2;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #00aced;
    color: #00aced;
    overflow: hidden;
    width: 37%;
    margin: 0;
    border-radius: 4px;
}

.ui70_chara_inner .btn2_hover:hover {
	color: #fff;
}

.ui70_chara_inner .btn2_hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.ui70_chara_inner .btn2_hover:hover::after {
	background: #00aced;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.ui70_chara_inner .btn2_hover::before,
.ui70_chara_inner .btn2_hover::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.ui70_chara_inner .btn2_hover,
.ui70_chara_inner .btn2_hover::before,
.ui70_chara_inner .btn2_hover::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */
	
.ui70_chara .ui70_chara_inner p {
	font-size: 19.5px;
	line-height: 24px;
}	

tr .ui70_chara .ui70_chara_inner p {


}
}


/*ui70  GIF画像を正方形に整形*/
.ui70pc_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 5px solid #eee;
}

.ui70pc_contbox {
 color: #696969;
 float: left;
 font-size: 25px;
 font-weight: bold;
 line-height: 130%;
 margin: 10px 0 0;
 text-align: left;
 width: 80%;
}

/*ui70  LP紹介系のスタイルだぽんっ*/

.ui70 {
    margin: 0 auto;
    overflow: hidden;
    width: 705px;
}

tr .ui70 {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}


.ui70_adlp_inner {
    float: left;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
    width: 322px;
}

tr .ui70_adlp_inner {
    width: calc(91% / 2);
    float: left;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
}

.ui70_adlp_inner img {
    width: 115px;
    height: auto;
    float: left;
    margin-right: 10px;
}

span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.ui70_adlp_inner p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 22px;
    height: 85px;
}

.ui70_adlp_btn {
    margin-left: auto;
    width: 280px;
}

.ui70_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 10px 45px;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: none;
    border: #e74c3c;
    background-color: #e74c3c;
    background-image: -webkit-linear-gradient(top, #e74c3c, #c0392b);
    background-image: linear-gradient(to bottom, #e74c3c, #c0392b);
    border-radius: 5px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 14px;
    width: 70%;
}

@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */

tr .ui70_adlp_inner {
    width: 100%;
    float: none;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
}

tr .ui70_adlp_inner:nth-child(2) {
    display: none;
}

tr .ui70_adlp_inner p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
    height: 85px;
}



tr .ui70_adlp_inner img {
    width: 180px;
    height: auto;
    float: left;
    margin-right: 10px;
}

tr span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
tr .ui70_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 13px 50px;
    background-color: #c30d23;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 10px;
}

.ui70_adlp_inner {
    width: 100%;
    float: none;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
}

.ui70_adlp_inner:nth-child(2) {
    display: none;
}

.ui70_adlp_inner p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
    height: 85px;
}



.ui70_adlp_inner img {
    width: 180px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.ui70_adlp_inner span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.ui70_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 13px 50px;
    background-color: #c30d23;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 10px;
}
}



/********************** ui71 *************************/

.ui71 .title {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #909090;
 line-height: 25px;
 margin: 0;
 background-color: #909090;
 color: #FFF;
 width: 640px;
}

.ui71 .title span {
  color: #FFF;
}

.ui71_ban img {
 box-shadow: 0px 0px 0px 0px #000;
 background: #888;
 width: 640px;
 margin: 0 auto;
}




.ui71 .alltitle {
 text-align: left;
 background-color: #f7f7f7;
 border-color: #eeeeee #c3c3c3 #c3c3c3 #eeeeee;
 border-style: solid;
 border-width: 1px;
 clear: both;
 color: #4a4a4a;
 padding: 6px 4px;
 max-width: 770px
}

.ui71 .alltitle span {
 border-left: 6px solid #ff0000;
 font-size: 18px;
 font-weight: bold;
 height: 24px;
 line-height: 24px;
 padding-left: 6px;
}

.ui71pc_article {
 border-bottom: 1px solid #ccc;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 5px 0 10px;
 max-width: 770px
}

.ui71pc_picbox {
 float: left;
 margin: 5px 23px 0 5px;
 width: 15%;
}

.ui71pc_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui71_chara .ui71_chara_inner img {
    width: 155px;
    height: 180px;
    float: left;
    margin-right: 15px;
}


.ui71_chara .ui71_chara_sitelp img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.ui71_chara_sitelp {
    overflow: hidden;
}

tr .ui71_chara_inner {
    width: 100%;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
    padding: 0px;
    box-shadow: none;
}

.ui71_chara_inner {
    overflow: hidden;
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 693px;
    border: 1px solid #dddddd;
    padding: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.ui71_chara .ui71_chara_inner p {
    width: 58%;
    overflow: hidden;
    float: left;
    text-align: left;
    background-color: #cccccc;
    height: 80px;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    margin-right: 10px;
    font-weight: 800;
}

.ui71_chara_btn {
    border-top: 1px solid #dddddd;
    padding: 5px 0;
    margin-top: 5px;
    overflow: hidden;
}

tr .ui71_chara_btn1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #dddddd;
    width: 47%;
    border: 2px solid #fff;
}

tr .ui71_chara_btn2 {
    width: 130%;
}

.ui71_chara_btn2 {
    width: 140%;
}

tr .ui71_chara_btn2 a {
    text-decoration: none;
    padding: 0;
}

.ui71_chara_btn1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #dddddd;
    width: 47%;
    border: 2px solid #fff;
    line-height: 30px;
}

.ui71_chara_btn2 a {
    text-decoration: none;
    padding: 5px;
}



.ui71_chara_inner span.plof {
    border-bottom: 1px solid #dddddd;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
}

.ui71_chara_inner span.plof::before {
    content: "PR";
    border: 2px solid #cccccc;
    padding: 0px 5px;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 12px;
    color: #cccccc;
    margin-right: 10px;
    font-weight: bold;
}

.ui71_chara_inner .btn2_hover {
    position: relative;
    z-index: 2;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #00aced;
    color: #00aced;
    overflow: hidden;
    width: 37%;
    margin: 0;
    border-radius: 4px;
}

.ui71_chara_inner .btn2_hover:hover {
	color: #fff;
}

.ui71_chara_inner .btn2_hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.ui71_chara_inner .btn2_hover:hover::after {
	background: #00aced;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.ui71_chara_inner .btn2_hover::before,
.ui71_chara_inner .btn2_hover::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.ui71_chara_inner .btn2_hover,
.ui71_chara_inner .btn2_hover::before,
.ui71_chara_inner .btn2_hover::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */
	
.ui71_chara .ui71_chara_inner p {
	font-size: 19.5px;
	line-height: 24px;
}	

tr .ui71_chara .ui71_chara_inner p {


}
}


/*ui71  GIF画像を正方形に整形*/
.ui71pc_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 5px solid #eee;
}

.ui71pc_contbox {
 color: #696969;
 float: left;
 font-size: 25px;
 font-weight: bold;
 line-height: 130%;
 margin: 10px 0 0;
 text-align: left;
 width: 80%;
}

/*ui71  LP紹介系のスタイルだぽんっ*/
.ui71 {
    width: 750px;
}

tr .ui71 {
    width: 100%;
}

.ui71inner {
    height: 200px;
    overflow-y: scroll;
}

.ui71_adlp_inner {
    float: left;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
    width: 322px;
}

tr .ui71_adlp_inner {
    width: calc(90% / 2);
    float: left;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
}

.ui71_adlp_inner img {
    width: 115px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.ui71_adlp_inner span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.ui71_adlp_inner p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 22px;
    height: 85px;
}

.ui71_adlp_btn {
    margin-left: auto;
    width: 280px;
}

.ui71_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 10px 45px;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: none;
    border: #e74c3c;
    background-color: #e74c3c;
    background-image: -webkit-linear-gradient(top, #e74c3c, #c0392b);
    background-image: linear-gradient(to bottom, #e74c3c, #c0392b);
    border-radius: 5px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 14px;
    width: 70%;
}

@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */

tr .ui71_adlp_inner {
    width: 100%;
    float: none;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
}

tr .ui71_adlp_inner:nth-child(2) {
    display: none;
}

tr .ui71_adlp_inner p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
    height: 85px;
}



tr .ui71_adlp_inner img {
    width: 180px;
    height: auto;
    float: left;
    margin-right: 10px;
}

tr span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
tr .ui71_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 13px 50px;
    background-color: #c30d23;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 10px;
}

.ui71_adlp_inner {
    width: 100%;
    float: none;
    border-color: #dddddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px 10px 5px 0;
}

.ui71_adlp_inner:nth-child(2) {
    display: none;
}

.ui71_adlp_inner p {
    overflow: hidden;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
    height: 85px;
}



.ui71_adlp_inner img {
    width: 180px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.ui71_adlp_inner span.lptitle {
    display: block;
    text-align: left;
    overflow: hidden;
    color: rgb(204, 0, 204);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.ui71_adlp_btn a {
    font-weight: bold;
    color: #fff;
    padding: 13px 50px;
    background-color: #c30d23;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 10px;
}
}

/********************** ui2015 *************************/

/*--------------------------------
スマホ表示
--------------------------------*/

    /*--------------------------------
    ui2015.js
    --------------------------------*/
.ui2015 {
    border: solid 2px #f89174;
    border-radius: 13px;
    background: #fffbf4;
}
.ui2015 .alltitle span {
    line-height: 1.4;
    background: #f89174;
    padding: 0.5em;
    color: white;
    border-radius: 0.5em;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.ui2015pc_adbox_inner {
    padding: 5px;
}

.ui2015sp_adbox_inner {
    overflow: hidden;
}

.ui2015 .ui2015_adbox_inner img {
    display: block;
    padding: 5px;
    max-width: 95%;
}

    /*--------------------------------
    ui2015b.js
    --------------------------------*/
    .ui2015b {
    border: solid 2px #f89174;
    border-radius: 13px;
    background: #fffbf4;
    width: 60%;
}
.ui2015b .alltitle span {
    line-height: 1.4;
    background: #f89174;
    padding: 0.5em;
    color: white;
    border-radius: 0.5em;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.ui2015bPC .ui2015_adbox_inner img {
    width: 90%;
    display: block;
    padding: 5px;
}

    /*--------------------------------
    スマホ
    --------------------------------*/

.ui2015biOS .ui2015_adbox_inner img {
    width: 90%;
    display: block;
    padding: 5px;
}




/********************** ui999 *************************/
.ui999 .alltitle {
 background-color: #ddd;
 border-bottom: 0px solid #333;
 color: #808080;
 font-size: 13px;
 font-weight: bold;
 line-height: 25px;
 margin: 25px 0 0;
 text-align: center;
}

.ui999 .alltitle span {
  color: #d00a0a;
}
.ui999sp_adbox {box-sizing: border-box;margin: 0 auto;overflow: hidden;width: 100%;}
.ui999sp_article {
 border-bottom: 1px solid #aaa;
 clear: both;
 margin: 5px 0;
 overflow: hidden;
 padding: 0 0 10px;
}
.ui999sp_picbox {
 border: 2px solid #ddd;
 border-radius: 5px;
 float: right;
 width: 35%;
}
.ui999sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}
.ui999sp_contbox {
 color: #337ab7;
 float: left;
 font-size: 13px;
 font-weight: bold;
 margin: 2% 0 0;
 text-align: left;
 width: 63%;
 text-decoration: underline;
 line-height: 140%;
}

/*ui999  GIF画像を正方形に整形するんだぜ*/
.ui999sp_picbox div {
 content: "";
 position: relative;
 margin: 3%;
 padding: 47%;
 display: block;
 background-size: cover;
 background-position: center center;
}

/********************** uitest *************************/
.uitest .uitest_banpc img {
  width: 100%;
}
.uitest .uitest_title p {
  background: #fbfbfb none repeat scroll 0 0;
  border-left: 9px solid #ff5454;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 4px;
  padding: 1%;
}

.uitest_sp {
  background: #fff none repeat scroll 0 0;
  border-radius: 8px;
  margin: 0 auto;
  padding: 3% 0;
  width: 94%;
}
.uitest a {
  text-decoration: none;
}

.uitest .uitestsptext {
  font-size: medium;
  padding: 0 10px;
  text-align: left;
}
.uitest .uitest_day {
  color: #666;
  font-size: 12px;
  padding: 0 0 0 10px;
  text-align: left;
}
.uitest .uitestpic img {
  width: 95%;
}


.contentarea {
    clear: both;
    border: solid 1px #000;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding: 1%;
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 0.95em;
}

.uitest01 a {
  text-decoration: none;
}
.uitest01_adcontent {
  overflow: hidden;
  padding: 1%;
}
.uitest01_adcontent p {
  color: #444;
  font-size: 14px;
  line-height: 19px;
}
.uitest01_adcontent img {
  width: 100%;
}
.btnarea a.lbtn {
    background: #f56cff;
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
        font-size: 0.95em;
    padding: 1%;
}
.btnarea a.cbtn {
    background: #f56cff;
        color: #fff;
    text-decoration: none;
border: solid 1px #fff;
    font-size: 0.95em;
    padding: 1%;
}

.btnarea a.rbtn {
    background: #f56cff;
        color: #fff;
    text-decoration: none;
border: solid 1px #fff;
    font-size: 0.95em;
    padding: 1%;
}
.btnarea {
    padding: 0 80px 0 80px;
    margin: 15px 40px 0 40px;
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    /* height: 92px; */
}

.uitest01_adbox {
  background: #ffd4ec none repeat scroll 0 0;
  border: 1px solid #ff69b4;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 0 0 15px;
  width: 98%;
}
.uitest01_adbox a {
  text-decoration: none;
}

.uitest01_adtitle {
    background: #ff68b4;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14pt;
    FONT-WEIGHT: NORMAL;
    background-color: #FF69B4;
    border-bottom: #FFFF00 2px dotted;
    text-align: left;
    padding: 5px 10px;
    margin: 0px;
}
.btnarea a:hover {
    background: #ffcccc;
}


/*SP*/
.acc {
    height: 0;
    display: none;

}

figure.spimgarea img {
    float: left;
    width: 120px;
    height: 120px;
    margin: 5px;
}
.spadtitle {
    text-align: left;
    /* line-height: 1; */
    /* border: solid 1px #e9e8e6; */
    padding: 5px;
}

sptitle.spadtitle {
    background: #eb88b7;
    display: block;
    text-align: center;
    color: #fff;
    padding: 1px 2% 0px;
    box-shadow: 1px 1px #e3ddd5;
    font-weight: bold;
    width: 96%;
    margin: 0 auto;
    font-size: 1.3em;
    text-shadow: 1px 1px 3px #000;
}

.spadcontent {
    background: #ffffe4;
    border: solid 1px #e9e8e6;
    overflow: hidden;
    margin: 5px 0 5px 0;
}

figure.spimgarea {
    margin: 5px;
    padding: 0;
}

.spadtitle a {
    color: #5b849f;
    font-size: 1.2em;
    margin: 0 0 0;
    display: block;
    margin: 5px 0 0 0;
    text-decoration: underline;
    font-weight: bold;
}

.spadtitle p.sptextbox {
    font-size: 13px;
    overflow: hidden;
    margin: 5px 0 0 0;
}



#textads_1gyou{margin:10px 0 15px 0;text-align:center;padding:0 5px;}
#textads_1gyou a span.link{color:#0044CC;font-weight:bold;line-height:1.5;}
#textads_1gyou a.blocklink{display:block;width:100%;text-decoration:none;color:#333333;}
#textads_1gyou .adsense{margin-left:-5px;}
.nativeAds{margin:10px 0 10px 0;padding:10px 5px;background:#fcfbf5;clear:both;}
.nativeAds a span.link{line-height:1.5;color:#0044CC;text-decoration:underline;font-weight:bold;}
.nativeAds a.blocklink{width:100%;display:block;text-decoration:none;color:#333333;}
.nativeAds .thumbnail{display:inline-block;*display:inline;*zoom:1;}
.nativeAds .thumbnail img{margin:10px 2px 0px 3px;position:relative;border:1px solid #0044CC;}
.nativeAds .text{vertical-align:top;display:inline-block;*display:inline;*zoom:1;}


/********************** ui1893 *************************/
.ui1893 .alltitle {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 border: 0px solid rgba(255, 255, 255, 0.6);
 line-height: 35px;
 margin: 1px 0 0;
 background-color: #e48898;
 color: #FFF;
}

.ui1893 .alltitle span {
  color: #d00a0a;
}

.ui1893sp_adbox {
 box-sizing: border-box;
 margin: 0 auto;
 overflow: hidden;
 width: 99%;
 background-color: #FFF;
}

.ui1893sp_article {
  border-bottom: 1px solid #ddd;
  clear: both;
  height: 110px;
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
}

.ui1893sp_picbox {
 float: left;
 margin: 0 2% 0 0;
 width: 33%;
}

.ui1893sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui1893sp_contbox {
  color: #444;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-align: left;
  width: 63%;
}

/*ui1893  GIF画像を正方形に整形するんだぜ*/
.ui1893sp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 2px solid #888;
}

/********************** ui1924 *************************/
.ui1924 {
    margin: 10px 0;
    overflow: hidden;
}

.ui1924 .alltitle {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 0px solid #333;
    line-height: 25px;
    margin: 0;
    background-color: #333;
    color: #FFF;
}

/*ui1924  SPのスタイル*/
.ui1924sp_slider-wrapper img {
    width: 155px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.ui1924sp_adbox {
    box-sizing: border-box;
    overflow: hidden;
    background-color: #FFF;
    margin: 0 2%;
    padding: 5px;
    border-radius: 5px;
}

.ui1924sp_article {
 border-bottom: 5px solid #333;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 10px 0;
}

.ui1924sp_picbox {
 float: right;
 margin: 0 2% 0 0;
 width: 33%;
}

.ui1924sp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.ui1924sp_contbox {
 color: #337ab7;
 float: left;
 font-size: 16px;
 font-weight: bold;
 margin: 2% 1% 0;
 text-align: left;
 width: 63%;
 line-height: 130%;
 text-decoration: underline; 
}

/*ui1924  GIF画像を正方形に整形するんだぜ*/
.ui1924sp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 2px solid #333;
}

/*ui1924  キャラ広告*/

.ui1924sp_adbox_inner {
    height: 220px;
    overflow: scroll;
}

.ui1924sp_adbox .girl-box a {
    text-decoration: none;
}


.ui1924sp_adbox .girl-box {
    padding: 3px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
}

.ui1924sp_adbox .img-area {
    float: left;
    display: block;
}


.ui1924sp_adbox .girl-box .imag-ara-inner img {
    display: block;
    width: 110px;
    height: 80px!important;
    margin-right: 5px!important;
}

.ui1924sp_adbox .status-box__tweet {
    overflow: hidden;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

.ui1924sp_adbox .category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
}

.ui1924sp_adbox ul.category-detail {
    display: block;
    overflow: hidden;
    padding-left: 3px;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
}

.ui1924sp_adbox .category-detail__item {
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 0.5px 2px;
    border: 1px solid #e05198;
    border-radius: 2px;
    color: #e05198;
    font-size: 5px;
    text-align: center;
    line-height: 15px;
}

.ui1924sp_adbox .ts-girl-name {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 2px;
    float: left;

}

.ui1924sp_adbox .ui1924_btn_more {
    width: 160px;
    display: block;
    float: right;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}


/********************** uitestes *************************/
.uitestes .alltitle {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 border-bottom: 0px solid #333;
 line-height: 35px;
 margin: 25px 0 0;
 background-color: #333;
 color: #FFF;
}

.uitestes .alltitle span {
  color: #d00a0a;
}

.uitestessp_adbox {
 box-sizing: border-box;
 margin: 0 auto;
 overflow: hidden;
 background-color: #FFF;
}

.uitestessp_article {
 border-bottom: 5px solid #333;
 clear: both;
 margin: 0;
 overflow: hidden;
 padding: 8px;
}

.uitestessp_picbox {
 float: left;
 width: 30%;
}

.uitestessp_picbox img {
 border: 2px solid #333;
 border-radius: 5px;
 width: 100%;
}

.uitestessp_contbox {
 color: #337ab7;
 float: left;
 font-size: 15px;
 font-weight: bold;
 margin: 5px 0 0 12px;
 text-align: left;
 width: 64%;
 line-height: 130%;
}

/*uitestes  GIF画像を正方形に整形するんだぜ*/
.uitestessp_picbox div {
 content: "";
 position: relative;
 width: 100%;
 padding-top: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 border: 2px solid #333;
}

/*uitestes バナー用*/
.uitestessp_article_com {
 background: #333 none repeat scroll 0 0;
 border: 1px solid #aaa;clear: both;
 margin: 5px auto;
 overflow: hidden;
 padding: 0;
 width: 99%;
}

.uitestessp_picbox_com {
 float: left;
 margin: 0 1% 0 0;
 width: 99%;
}

.uitestessp_picbox_com img {
 border: 2px solid;
 width: 100%;
}

.uitestessp_contbox_com {color: #3c0af8;
 float: left;
 font-size: 14px;
 font-weight: bold;
 margin: 0 0 0 1%;
 text-align: left;
 width: 99%;
}

/*uitestesb.jsの広告スタイルだぽん！  3月14日に追記*/


.ad_middle_rank {
    line-height: 100%;
    border-bottom: solid 1px #dedede;
    overflow: hidden;
    background-color: #fff;
    padding: 5px 0;
}

.ad_middle_rank_l img {
    width: 90px;
    height: 90px;
    float: left;
    margin: 0 5px;
}

.ad_middle_rank_r {
    margin-left: 70px;
    text-align: left;
}


.ad_middle_rank_nn {
    color: #666;
    font-size: 12px;
    margin-bottom: 2px;
}

span.ad_middle_rank_no {
    color: #ff0000;
    font-weight: bold;
}

.ad_middle_rank_comment {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 2px;
}

.uitestesb_sp_adbox .ad_middle_rank:last-child {
    margin-right: 0;
}
.uitestesb_sp_adbox .ad_middle_rank span {
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

/*uitestesc.jsのキャラ広告スタイルだぽん！  3月10日に追記*/

.uitestes_chara .uitestes_chara_inner img {
    width: 70px;
    height: 80px;
    float: left;
    margin-right: 3px;
}


.uitestes_chara .uitestes_chara_sitelp img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    display: none;
}

.uitestes_chara_sitelp {
    overflow: hidden;
}

.uitestes_chara_inner {
    overflow: hidden;
    border: 1px solid #dddddd;
    padding: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.uitestes_chara .uitestes_chara_inner p {
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 5px;
    margin: 0;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
}

.uitestes_chara_btn {
    border-top: 1px solid #dddddd;
    padding: 5px 0;
    margin-top: 10px;
    overflow: hidden;
}

tr .uitestes_chara_btn1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #dddddd;
    width: 47%;
    border: 2px solid #fff;
}

tr .uitestes_chara_btn2 {
    width: 130%;
}

.uitestes_chara_btn2 {
    width: 140%;
}

tr .uitestes_chara_btn2 a {
    text-decoration: none;
    padding: 0;
}

.uitestes_chara_btn1 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #dddddd;
    width: 40%;
    border: 2px solid #fff;
    line-height: 30px;
    text-align: center;
}

.uitestes_chara_btn2 a {
    text-decoration: none;
    padding: 5px;
    color: #F32E70;
}



.uitestes_chara_inner span.plof {
    border-bottom: 1px solid #dddddd;
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 11px;
    font-weight: 800;
    padding-bottom: 5px;
}

.uitestes_chara_inner span.plof::before {
    content: "PR";
    border: 2px solid #cccccc;
    padding: 0px 5px;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 12px;
    color: #cccccc;
    margin-right: 10px;
    font-weight: bold;
}

.uitestes_chara_inner .btn2_hover {
    position: relative;
    z-index: 2;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #F32E70;
    color: #F32E70;
    overflow: hidden;
    width: 37%;
    margin: 0;
    border-radius: 4px;
}

.uitestes_chara_inner .btn2_hover:hover {
	color: #fff;
	font-size: 15px;
}

.uitestes_chara_inner .btn2_hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.uitestes_chara_inner .btn2_hover:hover::after {
	background: #F32E70;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.uitestes_chara_inner .btn2_hover::before,
.uitestes_chara_inner .btn2_hover::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.uitestes_chara_inner .btn2_hover,
.uitestes_chara_inner .btn2_hover::before,
.uitestes_chara_inner .btn2_hover::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



/*uitestes  uitestesmain.js  スワイプ広告*/
.uitestessp_slider-wrapper img {
    height: 160px;
    width: 200px;
    padding: 10px;
}

.uitestessp_slider-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.uitestessp_slider-wrapper .uitestessp_slider {
  width: 2000px;
  -webkit-overflow-scrolling: touch;
}

.uitestessp_slider-wrapper .uitestessp_slider > * {
  -webkit-transform: translateZ(0px);
}

.uitestessp_slider-wrapper::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

.uitestessp_slider-wrapper .uitestessp_unit {
    float: left;
    width: 230px;
    border: 1px solid #DDDDDD;
    color: #333;
    font-size: 13px;
    line-height: 22px;
    height: 313px;
}

.uitestessp_slider-wrapper .uitestessp_unit p.caption span {
    display: block;
}

.uitestessp_slider-wrapper ui.caption {
    display: block;
    text-align: left;
}

.uitestessp_slider-wrapper ui li {
    list-style: none;
}

.uitestessp_slider-wrapper ui li:nth-child(1) {
    padding: 0 10px;
    font-weight: bold;
}

.uitestessp_slider-wrapper ui li:nth-child(2) {
    padding: 0 10px;
    font-weight: bold;
    height: 86px;
}

.uitestessp_slider-wrapper ui li:nth-child(3) {
    text-align: right;
    font-size: 12px;
    color: #c1377f;
    line-height: 25px;
    font-weight: normal;
    background-color: #f0f0f0;
    padding-right: 2%;
}

.uitestessp_slider-wrapper .rate {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 12px;
    font-size: 20px;
}
.uitestessp_slider-wrapper .rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2605\2605\2605\2605\2605';/*文字化けの為Unicodeへ変換しています。*/
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.uitestessp_slider-wrapper .rate:before {
  color: #ddd;
}
.uitestessp_slider-wrapper .rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.uitestessp_slider-wrapper .rate0:after {
  width: 0;
}

.uitestessp_slider-wrapper .rate1:after {
  width: 16px;
}

.uitestessp_slider-wrapper .rate1-5:after {
  width: 24px;
}

.uitestessp_slider-wrapper .rate2:after {
  width: 32px;
}

.uitestessp_slider-wrapper .rate2-5:after {
  width: 40px;
}

.uitestessp_slider-wrapper .rate3:after {
  width: 48px;
}

.uitestessp_slider-wrapper .rate3-5:after {
  width: 56px;
}

.uitestessp_slider-wrapper .rate4:after {
  width: 64px;
}

.uitestessp_slider-wrapper .rate4-5:after {
  width: 72px;
}

.uitestessp_slider-wrapper .rate5:after {
  width: 80px;
}

span.slider_title {
    display: block;
    background: linear-gradient(to bottom, #C81914 20%, #8C0000 100%);
    margin: 2%;
    text-align: left;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

/********************** me2425 エロばなちゃんねる *************************/	

.me2425a a {
    text-decoration: none;
    color: #1a1a1a;
}

	/*記事中スポンサー風広告　ＳＰ*/
.sponsor_ad .sponsor_inner:nth-of-type(odd) {
    background-color: #fdf2d8;
}

.sponsor_inner a {
    text-decoration: none;
}

span.sponsor_title {
    display: block;
    font-size: 14px;
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}

span.sponsor_url {
    display: block;
    font-size: 10px;
    color: #006600;
}

span.sponsor_text {
    display: block;
    color: #000000;
    font-size: 12px;
}



.sponsor_inner {
    text-align: left;
    margin-bottom: 15px;
    padding: 5px;
}

.sponsor_heading {
    border-left: 3px solid #f33699;
    font-size: 14px;
    padding: 3px 10px;
    text-align: left;
    margin-bottom: 10px;
}

	/*記事中スポンサー風広告　ＳＰ*/

	/*記事中クリエイティブ広告　PC*/

.single_bottom_pc {
    display: flex;
}

.single_bottom_pc .single_ad {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.single_bottom_pc .pimg {
    width: 100%;
    height: auto;
}

.single_bottom_pc .comment {
    text-align: left;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
}

.single_bottom_pc .single_ad:nth-child(n+4) {
    display: none;
}

.single_bottom_pc .btn {
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #757575;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    margin: 15px 0 0;
    text-align: center;
    margin: 10px;
}

.st-minihukidashi, .st-minihukidashi {
    font-size: 100%;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 2;
}

.st-minihukidashi, .st-minihukidashi {
    font-size: 100%;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    line-height: 2.0;
    margin-bottom: 20px;
    padding: 0 20px 5px;
    border-radius: 20px;
    z-index: 2;
    display: block;
    width: 115px;
}
.st-minihukidashi span, .st-minihukidashi span {
    content: '';
    position: absolute;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    top: 100%;
    left: 40px;
}
	/*記事中クリエイティブ広告　SP*/
.me2425a .slider .heading {
    font-weight: 500;
    padding-top: 15px;
    display: block;
}
.me2425a .slider .contents {
    padding: 10px;
}
.me2425a .slider .heading-color {
    display: block;
    border-top: 2px solid #f62828;
}

.me2425a .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.me2425a .slide {
    width: 305px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.me2425a .slider .comment {
    padding-top: 12px;
    text-align: left;
    font-size: 15px;
    color: #000;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: bold;
}

.me2425a .slider .contents .pimg {
    width: 150px;
    border-radius: 33px;
}

	/*記事中クリエイティブカルーセル広告　A　SP*/

.app_details img.pimg {
    width: 50px;
    margin-right: 10px;
    border-radius: 10px;
}

.app_details {
    display: table;
    margin-bottom: 10px;
    margin-right: auto;
}

.app_recommend {
    display: table-cell;
    padding: 0 5px 0 4px;
    vertical-align: middle;
    text-align: left;
}

.app_details .app_name {
    display: block;
    font-size: 12px;
}

.app_details .app_evaluation {
    display: block;
}

.app_wrraper {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
    height: auto;
}


.app_comment {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.app_comment .first {
    padding: 15px 10px;
    background: #f0f0f0;
    display: flex;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    text-align: left;
}

.app_comment .second {
    padding: 15px 10px;
    background: #f0f0f0;
    display: flex;
    border-radius: 10px 10px 10px 10px;
    text-align: left;
}

.app_comment img {
    width: 20px!important;
    height: 20px!important;
    margin-right: 5px;
}

.app_tag {
    text-align: left;
    font-size: 11px;
}

.app_tag span {
    background: #f0f0f0;
    padding: 3px;
    margin-right: 5px;
}

	/*記事中クリエイティブカルーセル広告　A　SP*/


/*パソコン　右サイドバー広告枠*/
.me2425b img.pimg {
    max-width: 100%;
}
	/*ランキング広告枠*/
.me2425b .item:nth-of-type(1) .heading {
    background-image: url(https://dis.hogei.info/images/oukan_side1.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2425b .item:nth-of-type(2) .heading {
    background-image: url(https://dis.hogei.info/images/oukan_side2.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2425b .item:nth-of-type(3) .heading {
    background-image: url(https://dis.hogei.info/images/oukan_side3.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2425b .heading h1{
	height: 28px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0;
}
.me2425b header.heading span {
    position: relative;
    top: -30px;
}
.me2425b .sub-head{
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.me2425b .sub-head h2 {
    font-size: 16px;
    line-height: 20px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.me2425b .sub-head h2::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	bottom: 0;
	left : 0;
	content: "";
}
.me2425b .sub-head h2::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	top: 0;
	right : 0;
	content: "";
}
.me2425b .item-info figure {
    margin: 0px 10px 0px 5px;
    align-items: center;
}
.me2425b .item-info figure img{
	width: 80px;
	display: none;
}
.me2425b .item-info div {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.me2425b .item-catch {
    font-size: 13px;
    margin-bottom: 10px;
}
.me2425b .item-tags{
	display: flex;
	flex-wrap: wrap;
}
.me2425b .item-tags span{
	margin:0 10px 5px 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #96c;
	box-shadow: 0 1px 0 #96c inset,-1px -1px 0 #96c inset;
	position: relative;
}
.me2425b .item-tags span::after{
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	display: block;
	background: url(http://dis.hogei.info/images/bg_heading.png) no-repeat 0 0;
	background-size: 11px 20px;
}

/*光る演出*/
.st-reflection-on:not(.no-reflection),
.me2425b .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2425b .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2425b .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.me2425b .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
}

.me2425b .rankh3.rankwidgets-title:not(.st-css-no) {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.me2425b .rankh3:not(.st-css-no):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cdc745;
}

.me2425b .rankh3:not(.st-css-no) {
    position: relative;
    background: #cdc745;
    color: #ffffff!important;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: none!important;
    text-align: center;
}
	/*ランキング広告枠ここまで*/

/*スマホタイトル下広告枠*/
.me2425c img.pimg {
    width: 230px;
    height: 180px;
    margin: 0 auto;
    display: block;
}
.me2425c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.me2425c .slide {
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    width: 230px;
}

.me2425c .slider .comment {
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}

.me2425c .slider .contents .pimg {
    width: 150px;
    border-radius: 33px;
    margin: 0 auto;
    display: block;
}

	/*キャラ広告枠*/
.me2425c .ADchara a {
    color: #000;
}
.me2425c .ADchara {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 9998;
}
.mainBack {
    padding: 5px;
}

.me2425c p.ADchara_title {
    background: #cea867;
    padding: 5px;
    text-align: left;
    margin: 0;
}

.me2425c p.agep {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.me2425c .content {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 5px;
    color: #222222;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 5px;
}
.me2425c .content img {
    float: left;
    margin: 0 10px;
    max-width: 35%;
}

.st-reflection-on:not(.no-reflection),
.me2425c .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2425c .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2425c .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2425c .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
}
	/*キャラ広告枠ここまで*/
	/*紹介枠ここから*/
.me2425c .app-infobox_left img {
    width: 70px;
    border-radius: 10px;
}

.me2425c .post-item-app {
    border: 1px solid #dedede;
    margin: 10px;
    background: #fff;
    padding: 15px;
}

.me2425c .app-infobox_left {
    float: left;
    width: 70px;
}

.me2425c .app-infobox_left .app-price {
    margin: 8px 0 -8px;
    color: #232b39;
    font-size: 12px;
    text-align: center;
}

.me2425c .app-infobox_right {
    position: relative;
    margin: 0 0 18px 84px;
}
.me2425c .app-infobox_right .app-title {
    margin-bottom: 6px;
    color: #232b39;
    font-size: smaller;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.5px;
    text-align: left;
}
.me2425c .app-infobox_right .app-developer {
    overflow: hidden;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #ef5350;
    padding: 2px;
    width: 62px;
    border-radius: 4px;
}

.me2425c .cf {
    text-align: left;
}

.me2425c .app-infobox_right .star {
    margin: 4px 0 0;
}

.me2425c .star {
    display: inline-block;
    margin: 18px 0;
    font-size: 0;
}

.me2425c .star_score {
    margin-right: 7px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.me2425c .star.star30:after {
    background-position: left -20px;
}

.me2425c .star:after {
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: 3px;
    padding-right: 76px;
    background: url(http://dis.hogei.info/images/star-m.png) top left no-repeat;
    background-size: 76px 213px;
    margin: 0 10px;
}

.me2425c .btn {
    height: 45px;
    border-radius: 4px;
    background: #f27920;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    margin: 0 10px;
}

.me2425c .btn a {
    color: #fff;
}

.me2425c .btn span {
    background-image: url(http://dis.hogei.info/images/ico_dl-btn.png);
    -webkit-background-size: 15px 19px;
	background-size: 17px 17px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position-y: -3px;
}

.me2425c .text-center {
    text-align: center;
}
.me2425c .c-caution-text--feature {
    margin-top: 14px;
    color: #666;
    font-size: 12px;
}
	/*紹介枠ここまで*/



/********************** me2426 マジでエロい体験談 *************************/
	/*記事中クリエイティブ広告　PC*/

.me2426a .single_bottom_pc {
    display: flex;
}

.me2426a .single_bottom_pc .single_ad {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.me2426a .single_bottom_pc .pimg {
    width: 100%;
    height: 188px;
}

.me2426a .single_bottom_pc .comment {
    text-align: left;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
    color: #333;
}

.me2426a .single_bottom_pc .single_ad:nth-child(n+4) {
    display: none;
}

.me2426a .single_bottom_pc .btn {
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #757575;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    margin: 15px 0 0;
    text-align: center;
    margin: 10px;
}

.st-minihukidashi, .st-minihukidashi {
    font-size: 100%;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 2;
}

.st-minihukidashi, .st-minihukidashi {
    font-size: 100%;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    line-height: 2.0;
    margin-bottom: 20px;
    padding: 0 20px 5px;
    border-radius: 20px;
    z-index: 2;
    display: block;
    width: 115px;
}
.st-minihukidashi span, .st-minihukidashi span {
    content: '';
    position: absolute;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    top: 100%;
    left: 40px;
}
	/*記事中クリエイティブ広告　SP*/
.me2426a .slider .heading {
    font-weight: 500;
    padding-top: 15px;
    display: block;
    text-align: center;
}
.me2426a .slider .contents {
    padding: 10px;
}
.me2426a .slider .heading-color {
    display: block;
    border-top: 2px solid #f62828;
}

.me2426a .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.me2426a .slide {
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
border-bottom: 1px solid rgba(0,0,0,0.2);
}


.me2426a .slider .contents .pimg {
    width: 150px;
    border-radius: 33px;
    margin: 0 auto;
    display: block;
}
/*パソコン　右サイドバー広告枠*/
.me2426b img.pimg {
    max-width: 100%;
}

	/*ランキング広告枠*/
.me2426b .item:nth-of-type(1) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side1.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2426b .item:nth-of-type(2) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side2.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2426b .item:nth-of-type(3) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side3.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2426b .heading h1{
	height: 23px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0;
}
.me2426b header.heading span {
    position: relative;
    top: -30px;
}
.me2426b .sub-head{
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.me2426b .sub-head h2 {
    font-size: 16px;
    line-height: 20px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.me2426b .sub-head h2::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	bottom: 0;
	left : 0;
	content: "";
}
.me2426b .sub-head h2::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	top: 0;
	right : 0;
	content: "";
}
.me2426b .item-info figure {
    margin: 0px 10px 0px 5px;
    align-items: center;
}
.me2426b .item-info figure img{
	width: 80px;
	display: none;
}
.me2426b .item-info div {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 auto;
    line-height: 1.3;
}
.me2426b .item-catch {
    font-size: 13px;
    margin-bottom: 10px;
}
.me2426b .item-tags{
	display: flex;
	flex-wrap: wrap;
}
.me2426b .item-tags span{
	margin:0 10px 5px 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #96c;
	box-shadow: 0 1px 0 #96c inset,-1px -1px 0 #96c inset;
	position: relative;
}
.me2426b .item-tags span::after{
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	display: block;
	background: url(http://dis.hogei.info/images/bg_heading.png) no-repeat 0 0;
	background-size: 11px 20px;
}

/*光る演出*/
.st-reflection-on:not(.no-reflection),
.me2426b .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2426b .st-mybtn a {
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2426b .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2426b .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
}

.me2426b .rankh3.rankwidgets-title:not(.st-css-no) {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.me2426b .rankh3:not(.st-css-no):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cdc745;
}

.me2426b .rankh3:not(.st-css-no) {
    position: relative;
    background: #cdc745;
    color: #ffffff!important;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: none!important;
    text-align: center;
}
	/*ランキング広告枠ここまで*/



/*スマホタイトル下広告枠*/
.me2426c img.pimg {
    width: 250px;
    height: 210px;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2426c .Heading {
    background-image: url(http://dis.hogei.info/images/me2426_hd_01.jpg);
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.me2426c .Heading-img {
    background-color: rgba(0,0,0,.6);
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 7.7px rgba(7,0,2,.6);
    line-height: 45px;
    text-align: center;
}

.me2426c .Heading-text {
    background-image: url(http://dis.hogei.info/images/hoticon.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 22px 24px;
    padding-left: 23px;
    background-repeat: no-repeat;
}

.me2426c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.me2426c .slide {
    width: 230px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2426c .slider .comment {
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2426c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2426c .slider a {
    text-decoration: none;
}

/*衝撃エロ体験談！の下部分。 スマホタイトル下広告枠*/
.me2426d img.pimg {
    max-width: 100%;
}

/*衝撃エロ体験談！の記事中広告枠*/
.me2426e img.pimg {
    max-width: 100%;
}

/*衝撃エロ体験談！の記事中下段広告枠（スマホ）*/
.me2426f img.pimg {
    max-width: 100%;
}

/********************** me2427 エロくて捗る体験談 *************************/

.me2427a img.pimg {
    max-width: 100%;
}
.me2427b img.pimg {
    max-width: 100%;
}
/*パソコン　右サイドバー広告枠*/
.me2427b img.pimg {
    max-width: 100%;
}
	/*ランキング広告枠*/
.me2427b .item:nth-of-type(1) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side1.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2427b .item:nth-of-type(2) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side2.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2427b .item:nth-of-type(3) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side3.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2427b .heading h1{
	height: 28px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0;
}
.me2427b header.heading span {
    position: relative;
    top: -30px;
}
.me2427b .sub-head{
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.me2427b .sub-head h2 {
    font-size: 16px;
    line-height: 20px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.me2427b .sub-head h2::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	bottom: 0;
	left : 0;
	content: "";
}
.me2427b .sub-head h2::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	top: 0;
	right : 0;
	content: "";
}
.me2427b .item-info figure {
    margin: 0px 10px 0px 5px;
    align-items: center;
}
.me2427b .item-info figure img{
	width: 80px;
	display: none;
}
.me2427b .item-info div {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.me2427b .item-catch {
    font-size: 13px;
    margin-bottom: 10px;
}
.me2427b .item-tags{
	display: flex;
	flex-wrap: wrap;
}
.me2427b .item-tags span{
	margin:0 10px 5px 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #96c;
	box-shadow: 0 1px 0 #96c inset,-1px -1px 0 #96c inset;
	position: relative;
}
.me2427b .item-tags span::after{
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	display: block;
	background: url(http://dis.hogei.info/images/bg_heading.png) no-repeat 0 0;
	background-size: 11px 20px;
}

/*光る演出*/
.st-reflection-on:not(.no-reflection),
.me2427b .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2427b .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2427b .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2427b .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
}

.me2427b .rankh3.rankwidgets-title:not(.st-css-no) {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.me2427b .rankh3:not(.st-css-no):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cdc745;
}

.me2427b .rankh3:not(.st-css-no) {
    position: relative;
    background: #cdc745;
    color: #ffffff!important;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: none!important;
    text-align: center;
}
	/*ランキング広告枠ここまで*/



/*スマホタイトル下広告枠*/
.me2427c img.pimg {
    max-width: 100%;
}

.me2427c .Heading {
    background-image: url(http://dis.hogei.info/images/me2426_hd_01.jpg);
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.me2427c .Heading-img {
    background-color: rgba(0,0,0,.6);
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 7.7px rgba(7,0,2,.6);
    line-height: 35px;
    text-align: center;
}

.me2427c .Heading-text {
    background-image: url(http://dis.hogei.info/images/hoticon.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 22px 24px;
    padding-left: 23px;
    background-repeat: no-repeat;
}
	/*スマホタイトル下ランキング広告枠*/
.me2427c .item {
    padding: 0 0px 10px 0px;
    color: #333;
    background: #fff!important;
}

.me2427c .heading {
    height: 50px;
    background-image: url(http://smpt.webrental.org/wp/img/bg_heading.png);
    background-size: 550px 170px;
    background-repeat: no-repeat;
}
.me2427c .item:nth-of-type(1) .heading{
	background-position: 0 0;
}
.me2427c .item:nth-of-type(2) .heading{
	background-position: 0 -43px;
}
.me2427c .item:nth-of-type(3) .heading{
	background-position: 0 -85px;
}
.me2427c .heading h1{
	padding: 0 10px 0 80px;
	height: 50px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.me2427c .sub-head{
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.me2427c .sub-head h2 {
    font-size: 16px;
    line-height: 20px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.me2427c .sub-head h2::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	bottom: 0;
	left : 0;
	content: "";
}
.me2427c .sub-head h2::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	top: 0;
	right : 0;
	content: "";
}
.me2427c .item-info{
	display: flex;
}
.me2427c .item-info figure {
    margin: 0px 10px 0px 5px;
    align-items: center;
}
.me2427c .item-info figure img{
	width: 80px;
}
.me2427c .item-info div{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.me2427c .item-catch {
    font-size: 13px;
}
.me2427c .item-tags{
	display: flex;
	flex-wrap: wrap;
}
.me2427c .item-tags span{
	margin:0 10px 5px 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #96c;
	box-shadow: 0 1px 0 #96c inset,-1px -1px 0 #96c inset;
	position: relative;
}
.me2427c .item-tags span::after{
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	display: block;
	background: url(http://dis.hogei.info/images/bg_heading.png) no-repeat 0 0;
	background-size: 11px 20px;
}
.me2427c .btn-s {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    font-size: 13px;
}

.me2427c .btn-s span {
    padding: 0 0 0 22px;
    display: block;
    color: #fff;
    background-image: url(http://dis.hogei.info/images/dlicon.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 18px 20px;
}

.me2427c .ranking-space {
    height: 28vh;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
}

.me2427c .ranking-more {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #009e8f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,Helvetica,Arial,sans-serif;
}

.me2427c .grad-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 70px 0 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
	/*スマホタイトル下ランキング広告枠ここまで*/

	/*スマホタイトル下カルーセル広告枠*/
.me2427c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.me2427c .slide {
    width: 250px;
    flex-shrink: 0;
    margin: 0 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #fff;
}

.me2427c .slider .comment {
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2427c .slider .btn {
    border: 1px solid #9999997a;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin-top: 10px;
    background-color: #ff3f3fe6;
}

.me2427c .slider a {
    text-decoration: none;
}

	/*スマホタイトル下カルーセル広告枠ここまで*/

.me2427d img.pimg {
    max-width: 100%;
}

/*記事中広告枠*/
.me2427e img.pimg {
    max-width: 100%;
}


/********************** me2440 エロ画像ンゴ *************************/
.me2440a img.pimg {
    max-width: 100%;
}

/*パソコン　左サイドバー広告枠*/
.me2440b img.pimg {
    max-width: 100%;
}
	/*ランキング広告枠*/
.me2440b .ranking-space {
    margin-bottom: 5px;
}
.me2440b .item:nth-of-type(1) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side1.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2440b .item:nth-of-type(2) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side2.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2440b .item:nth-of-type(3) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side3.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2440b .heading h1{
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0;
}
.me2440b header.heading span {
    position: relative;
    top: -30px;
}
.me2440b .sub-head{
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.me2440b .sub-head h2 {
    font-size: 16px;
    line-height: 20px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.me2440b .sub-head h2::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	bottom: 0;
	left : 0;
	content: "";
}
.me2440b .sub-head h2::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	top: 0;
	right : 0;
	content: "";
}
.me2440b .item-info figure {
    margin: 0px 10px 0px 5px;
    align-items: center;
}
.me2440b .item-info figure img{
	width: 80px;
	display: none;
}
.me2440b .item-info div {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.me2440b .item-catch {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 15px;
}
.me2440b .item-tags{
	display: flex;
	flex-wrap: wrap;
}
.me2440b .item-tags span{
	margin:0 10px 5px 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #96c;
	box-shadow: 0 1px 0 #96c inset,-1px -1px 0 #96c inset;
	position: relative;
}
.me2440b .item-tags span::after{
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	display: block;
	background: url(http://dis.hogei.info/images/bg_heading.png) no-repeat 0 0;
	background-size: 11px 20px;
}

/*光る演出*/
.st-reflection-on:not(.no-reflection),
.me2440b .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2440b .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2440b .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2440b .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;

    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    width: 97%;
}

.me2440b .rankh3.rankwidgets-title:not(.st-css-no) {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.me2440b .rankh3:not(.st-css-no):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cdc745;
}

.me2440b .rankh3:not(.st-css-no) {
    position: relative;
    background: #cdc745;
    color: #ffffff!important;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: none!important;
    text-align: center;
}
	/*ランキング広告枠ここまで*/


/*スマホタイトル下広告枠*/
.me2440c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2440c .Heading {
    background-image: url(http://dis.hogei.info/images/me2426_hd_01.jpg);
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.me2440c .Heading-img {
    background-color: rgba(0,0,0,.6);
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 7.7px rgba(7,0,2,.6);
    line-height: 45px;
    text-align: center;
}

.me2440c .Heading-text {
    background-image: url(http://dis.hogei.info/images/hoticon.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 22px 24px;
    padding-left: 23px;
    background-repeat: no-repeat;
}

.me2440c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
    z-index: 9998;
}

.me2440c .slide {
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin-right: 15px;
}

.me2440c .slider .comment {
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}


.me2440c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2440c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/

/*スマホタイトル下二枠目の広告枠*/
.me2440d img.pimg {
    max-width: 100%;
}
	/*紹介枠ここから*/
.me2440d .app-infobox_left img {
    width: 70px;
    border-radius: 10px;
}

.me2440d .post-item-app {
    border: 1px solid #dedede;
    margin: 10px;
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 9998;
    height: 360px;
    overflow: hidden;
}

.me2440d .app-infobox_left {
    float: left;
    width: 70px;
}

.me2440d .app-infobox_left .app-price {
    margin: 8px 0 -8px;
    color: #232b39;
    font-size: 12px;
    text-align: center;
}

.me2440d .app-infobox_right {
    position: relative;
    margin: 0 0 18px 84px;
}
.me2440d .app-infobox_right .app-title {
    margin-bottom: 6px;
    color: #232b39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.5px;
    text-align: left;
}
.me2440d .app-infobox_right .app-developer {
    overflow: hidden;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #ef5350;
    padding: 2px;
    width: 62px;
    border-radius: 4px;
}

.me2440d .cf {
    text-align: left;
}

.me2440d .app-infobox_right .star {
    margin: 4px 0 0;
}

.me2440d .star {
    display: inline-block;
    margin: 18px 0;
    font-size: 0;
}

.me2440d .star_score {
    margin-right: 7px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.me2440d .star.star30:after {
    background-position: left -20px;
}

.me2440d .star:after {
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: 3px;
    padding-right: 76px;
    background: url(http://dis.hogei.info/images/star-m.png) top left no-repeat;
    background-size: 76px 213px;
    margin: 0 10px;
}

.me2440d .btn {
    height: 45px;
    border-radius: 4px;
    background: #f27920;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    margin: 0 10px;
}

.me2440d .btn a {
    color: #fff;
}

.me2440d .btn span {
    background-image: url(http://dis.hogei.info/images/ico_dl-btn.png);
    -webkit-background-size: 15px 19px;
	background-size: 17px 17px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position-y: -3px;
}

.me2440d .text-center {
    text-align: center;
}
.me2440d .c-caution-text--feature {
    margin-top: 14px;
    color: #666;
    font-size: 12px;
}
	/*紹介枠ここまで*/

/********************** me2441 エロ画像っぷる！  *************************/
.me2441a img.pimg {
    max-width: 100%;
}

.me2441b img.pimg {
    max-width: 100%;
}
/*スマホタイトル下広告枠*/
.me2441c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2441c .Heading {
    background-image: url(http://dis.hogei.info/images/me2426_hd_01.jpg);
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.me2441c .Heading-img {
    background-color: rgba(0,0,0,.6);
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 7.7px rgba(7,0,2,.6);
    line-height: 45px;
    text-align: center;
}

.me2441c .Heading-text {
    background-image: url(http://dis.hogei.info/images/hoticon.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 22px 24px;
    padding-left: 23px;
    background-repeat: no-repeat;
}

.me2441c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2441c .slide {
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2441c .slider .comment {
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}


.me2441c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2441c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/

/*スマホタイトル下二枠目の広告枠*/
.me2441d img.pimg {
    max-width: 100%;
}
	/*紹介枠ここから*/
.me2441d .app-infobox_left img {
    width: 70px;
    border-radius: 10px;
}

.me2441d .post-item-app {
    border: 1px solid #dedede;
    margin: 10px;
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 9998;
}

.me2441d .app-infobox_left {
    float: left;
    width: 70px;
}

.me2441d .app-infobox_left .app-price {
    margin: 8px 0 -8px;
    color: #232b39;
    font-size: 12px;
    text-align: center;
}

.me2441d .app-infobox_right {
    position: relative;
    margin: 0 0 18px 84px;
}
.me2441d .app-infobox_right .app-title {
    margin-bottom: 6px;
    color: #232b39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.5px;
    text-align: left;
}
.me2441d .app-infobox_right .app-developer {
    overflow: hidden;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #ef5350;
    padding: 2px;
    width: 62px;
    border-radius: 4px;
}

.me2441d .cf {
    text-align: left;
}

.me2441d .app-infobox_right .star {
    margin: 4px 0 0;
}

.me2441d .star {
    display: inline-block;
    margin: 18px 0;
    font-size: 0;
}

.me2441d .star_score {
    margin-right: 7px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.me2441d .star.star30:after {
    background-position: left -20px;
}

.me2441d .star:after {
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: 3px;
    padding-right: 76px;
    background: url(http://dis.hogei.info/images/star-m.png) top left no-repeat;
    background-size: 76px 213px;
    margin: 0 10px;
}

.me2441d .btn {
    height: 45px;
    border-radius: 4px;
    background: #f27920;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    margin: 0 10px;
}

.me2441d .btn a {
    color: #fff;
}

.me2441d .btn span {
    background-image: url(http://dis.hogei.info/images/ico_dl-btn.png);
    -webkit-background-size: 15px 19px;
	background-size: 17px 17px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position-y: -3px;
}

.me2441d .text-center {
    text-align: center;
}
.me2441d .c-caution-text--feature {
    margin-top: 14px;
    color: #666;
    font-size: 12px;
}
	/*紹介枠ここまで*/

/********************** me2442 ほぼにちエログ  *************************/
.me2442a img.pimg {
    max-width: 100%;
}

.me2442b img.pimg {
    max-width: 100%;
}

/*スマホタイトル下広告枠*/
.me2442c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2442c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2442c .slide {
    width: 230px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2442c .slider .comment {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2442c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2442c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/
	
.me2442d img.pimg {
    max-width: 100%;
}

/*スマホタイトル下ふたつめ広告枠*/
.me2442d img.pimg {
    max-width: 100%;
}
	/*キャラ広告枠*/
.me2442d .ADchara a {
    color: #000;
}
.me2442d .ADchara {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 9998;
}
.mainBack {
    padding: 5px;
}

.me2442d p.ADchara_title {
    background: #cea867;
    padding: 5px;
    text-align: left;
    margin: 0;
}

.me2442d p.agep {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.me2442d .content {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 5px;
    color: #222222;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 5px;
}
.me2442d .content img {
    float: left;
    margin: 0 10px;
    max-width: 35%;
}

.st-reflection-on:not(.no-reflection),
.me2442d .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2442d .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2442d .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2442d .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
}
	/*キャラ広告枠ここまで*/
.me2442g img.pimg {
    max-width: 85%;
}
	/*ランキング広告枠*/
.me2442g .ranking-space a {
    color: #333;
}
.me2442g .ranking-space {
    background: #fff;
    padding: 10px;
    margin: 10px;
}
.me2442g .item:nth-of-type(1) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side1.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 52px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2442g .item:nth-of-type(2) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side2.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2442g .item:nth-of-type(3) .heading {
    background-image: url(http://dis.hogei.info/images/oukan_side3.png);
    background-position: left center;
    -webkit-background-size: 15px 19px;
    background-size: 35px 35px;
    padding-left: 45px;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}
.me2442g .heading h1 {
    height: 40px;
    font-size: 15px;
    display: flex;
    font-weight: bold;
    margin: 0;
}
.me2442g header.heading span {
    position: relative;
    top: -30px;
}
.me2442g .sub-head{
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.me2442g .sub-head h2 {
    font-size: 16px;
    line-height: 20px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.me2442g .sub-head h2::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	bottom: 0;
	left : 0;
	content: "";
}
.me2442g .sub-head h2::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	top: 0;
	right : 0;
	content: "";
}
.me2442g .item-info figure {
    margin: 0px 10px 0px 5px;
    align-items: center;
}
.me2442g .item-info div {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.me2442g .item-catch {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}
.me2442g .item-tags{
	display: flex;
	flex-wrap: wrap;
}
.me2442g .item-tags span{
	margin:0 10px 5px 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #96c;
	box-shadow: 0 1px 0 #96c inset,-1px -1px 0 #96c inset;
	position: relative;
}
.me2442g .item-tags span::after{
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	display: block;
	background: url(http://dis.hogei.info/images/bg_heading.png) no-repeat 0 0;
	background-size: 11px 20px;
}

/*光る演出*/
.st-reflection-on:not(.no-reflection),
.me2442g .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2442g .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2442g .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2442g .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
    display: none;
}

.me2442g .rankh3.rankwidgets-title:not(.st-css-no) {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    letter-spacing: 5px;
}

.me2442g .rankh3:not(.st-css-no):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cdc745;
}

.me2442g .rankh3:not(.st-css-no) {
    position: relative;
    background: #cdc745;
    color: #ffffff!important;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: none!important;
    text-align: center;
}
	/*ランキング広告枠ここまで*/

.me2442h img.pimg {
    max-width: 85%;
}
	/*人気記事風広告枠*/
.me2442h .popular_post_ad a {
    text-decoration: underline;
    color: #0044cc;
}
.me2442h .popular_post_ad {
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.me2442h .popular_title {
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 10px;
    color: #333;
}

.me2442h .popular_post_ad ul {
    list-style: none;
    margin: 0;
}

.me2442h .popular_post_ad li {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #CCC;
}

.me2442h .popular_post_ad img {
    float: left;
    margin-right: 15px;
}
.me2442h .popular_post_ad span {
    font-size: 16px;
    line-height: 1.3;
}
	/*人気記事風広告枠ここまで*/

.me2442i .tweet_box {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin: 10px;
    overflow: auto;
    height: 550px;
    background: #f8fbff;
    position: relative;
    z-index: 9998;
}

.me2442i .tweet_box_in {
    padding: 10px;
}
.me2442i .tweet_box_in_in {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.me2442i .tw_ico img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    display: block;
}

.me2442i .tw_image img {
    max-width: 100%;
    margin-top: 10px;
}

.me2442i .tw_plof {
    text-align: left;
    padding-left: 55px;
}

.me2442i .tw_id {
    color: #697882;
    font-size: 12px;
    line-height: 50%;
}

.me2442i .tw_name {
    color: #1c2022;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}
.me2442i .tw_comment {
    margin-top: 15px;
    color: #1c2022;
    font-size: 15px;
    text-align: left;
}

.me2442i .tw_date {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(230, 236, 240);
    border-bottom: 1px solid;
    border-bottom-color: rgb(230, 236, 240);
    padding: 10px;
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
}

.me2442i .tw_tool {
    padding: 5px 0 5px 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.me2442i .fa-reply:before {
    content: "\f3e5";
}

.me2442i .fa-retweet:before {
    content: "\f079";
}

.me2442i .fa-heart:before {
    content: "\f004";
}
.me2442i .fa-upload:before {
    content: "\f093";
}




/********************** me2443 エロガゾー・ファクトリー  *************************/
.me2443a img.pimg {
    max-width: 100%;
}

.me2443b img.pimg {
    max-width: 100%;
}
/*スマホタイトル下広告枠*/
.me2443c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2443c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2443c .slide {
    width: 250px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2443c .slider .comment {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2443c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2443c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/

.me2443d img.pimg {
    max-width: 100%;
}
/********************** me2444 エロGIFエロ画像VIPCLE  *************************/
.me2444a img.pimg {
    max-width: 100%;
}

.me2444b img.pimg {
    max-width: 100%;
}

/*スマホタイトル下広告枠*/
.me2444c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2444c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2444c .slide {
    width: 250px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2444c .slider .comment {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2444c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2444c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/

/*スマホタイトル下ふたつめ広告枠*/
.me2444d img.pimg {
    max-width: 100%;
}
	/*キャラ広告枠*/
.me2444d .ADchara a {
    color: #000;
}
.me2444d .ADchara {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 9998;
}
.mainBack {
    padding: 5px;
}

.me2444d p.ADchara_title {
    background: #cea867;
    padding: 5px;
    text-align: left;
    margin: 0;
}

.me2444d p.agep {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.me2444d .content {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 5px;
    color: #222222;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 5px;
}
.me2444d .content img {
    float: left;
    margin: 0 10px;
    max-width: 35%;
}

.st-reflection-on:not(.no-reflection),
.me2444d .st-mybtn.st-reflection:not(.no-reflection) a {
	position:relative;
	overflow:hidden;
}

.me2444d .st-mybtn a {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.st-reflection-on:not(.no-reflection):after,
.me2444d .st-mybtn.st-reflection:not(.no-reflection) a:after {
	content:'';
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.me2444d .st-reflection {
    background: #039BE5;
    background: linear-gradient(to bottom, #29B6F6, #039BE5);
    border-color: #4FC3F7;
    border-width: 1px;
    border-radius: 5px;
    font-size: bold%;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0 #039BE5;
    font-size: 12px;
    margin: 0;
}
	/*キャラ広告枠ここまで*/

/********************** me2445 衝撃映像さぶいぼ  *************************/
.me2445a img.pimg {
    max-width: 100%;
}

.me2445b img.pimg {
    max-width: 100%;
}

/*スマホタイトル下広告枠*/
.me2445c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2445c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2445c .slide {
    width: 250px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2445c .slider .comment {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2445c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2445c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/


.me2445d img.pimg {
    max-width: 100%;
}

/********************** me2446 【3次元】三次エロ画像  *************************/
.me2446a img.pimg {
    max-width: 100%;
}

.me2446b img.pimg {
    max-width: 100%;
}
/*スマホタイトル下広告枠*/
.me2446c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2446c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2446c .slide {
    width: 250px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2446c .slider .comment {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2446c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2446c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/

.me2446d img.pimg {
    max-width: 100%;
}

/********************** me2447 エロ画像でおま！  *************************/
.me2447a img.pimg {
    max-width: 100%;
}

.me2447b img.pimg {
    max-width: 100%;
}
/*スマホタイトル下広告枠*/
.me2447c img.pimg {
    max-width: 100%;
}
	/*スマホタイトル下カルーセル広告枠*/
.me2447c .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 9998;
}

.me2447c .slide {
    width: 250px;
    flex-shrink: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    background: #eeeeee;
    margin-right: 15px;
}

.me2447c .slider .comment {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    color: #000;
}


.me2447c .slider .btn {
    padding: 3px 10px;
    border-radius: 7px;
    width: 70%;
    text-align: center;
    border: solid 1px #3699e4;
    color: #3699e4;
    font-size: 12px;
    line-height: 24px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.me2447c .slider a {
    text-decoration: none;
}
	/*スマホタイトル下カルーセル広告枠ここまで*/

.me2447d img.pimg {
    max-width: 100%;
}

/********************** me2448 キャプエロ画像ず  *************************/
.me2448a img.pimg {
    max-width: 100%;
}

.me2448b img.pimg {
    max-width: 100%;
}

.me2448c img.pimg {
    max-width: 100%;
}

.me2448d img.pimg {
    max-width: 100%;
}
/********************** me2450 MONSTER  *************************/
.me2450a img.pimg {
    max-width: 100%;
}

.me2450b img.pimg {
    max-width: 100%;
}

.me2450c img.pimg {
    max-width: 100%;
}

.me2450d img.pimg {
    max-width: 100%;
}
/********************** me2546 jp-xvideos  *************************/
.me2546sp_a .slider .contents {
    padding: 10px;
}
.me2546sp_a .slider .heading-color {
    display: block;
    border-top: 2px solid #f62828;
}

.me2546sp_a .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.me2546sp_a .slide {
    width: 230px;
    height: 280px;
    flex-shrink: 0;
    margin-right: 15px;
	border: 1px solid #cccccc;
}

.me2546sp_a .slider .comment {
    padding-top: 12px;
    text-align: left;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: bold;
}

.me2546sp_a .slider .pimg {
    width: 230px;
    height: 180px;
    margin: 0 auto;
    display: block;
}

/********************** 各期間保証共通CSS 開閉式ランキング枠  *************************/

.item_sp .app_wrapper_box:nth-of-type(1) .heading:before {
	content: '';
    display: inline-block;
    width: 68px;
    height: 20px;
    vertical-align: middle;
    background: url(https://dis.hogei.info/images/rank1.png);
    background-size: 68px 20px;
    margin-left: 5px;
    
}

.item_sp .app_wrapper_box:nth-of-type(2) .heading:before {
	content: '';
    display: inline-block;
    width: 68px;
    height: 20px;
    vertical-align: middle;
    background: url(https://dis.hogei.info/images/rank2.png);
    background-size: 68px 20px;
    margin-left: 5px;
}

.item_sp .app_wrapper_box:nth-of-type(3) .heading:before {
	content: '';
    display: inline-block;
    width: 68px;
    height: 20px;
    vertical-align: middle;
    background: url(https://dis.hogei.info/images/rank3.png);
    background-size: 68px 20px;
    margin-left: 5px;
}

.app_name_box {
    display: flex;
    padding: 5px;
}

.app_ico_img {
    float: left;
}
.app_ico_img img {
    border-radius: 10px;
    border: 1px solid #ccccccd9;
}
.app_ico_box {
    overflow: hidden;
}

.app_wrapper_box img.img_star {
    height: 15px;
    margin-bottom: 10px;
    margin-right: auto;
    display: block;
    margin-left: 15px;
    margin-top: 10px;
}

.app_wrapper_box .tag {
    overflow: hidden;
    text-align: left;
}

.item_sp .app_wrapper_box .tag span {
    font-size: 10px;
    line-height: 2.2;
    margin: 0 5px 0 0;
    padding: 2px 6px;

    background-color: #4072b8;
    border-radius: 3px;
    color: #ffffff;
    white-space: pre;
}

.app_wrapper_box {
    border-top: 1.2px solid #cccccc;
    padding: 10px;
}

.app_ico_box p {
    font-size: 12px;
    line-height: 1.2;
    margin: 5px auto 10px auto;
    padding: 0;
    text-align: left;
    display: block;
}

.dl_btn {
    background: #25cc74;
    border-radius: 5px;
    text-align: center;
    margin: 5px 5px 5px 10px;
    padding: 10px 0 10px 0;
    height: initial;
    width: initial;
}

.dl_btn a {
    color: #ffffff;
    font-weight: bold;
    display: block;
}

section.item_sp {
    height: 300px;
    overflow: scroll;
    position: relative;
    background-color: #fff;
    z-index: 9998;
    margin: 2px;
}
.ranking-more {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #009e8f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,Helvetica,Arial,sans-serif;
    display: none;
}


/********************** 試験導入me2611 PC版記事風広告  *************************/

.me2611pc_a article {
    overflow: hidden;
    border: 1px solid #F4F4F4;
    padding: 10px;
    background: #fff;
}

.me2612pc_a article {
    overflow: hidden;
    border: 1px solid #F4F4F4;
    padding: 10px;
    background: #fff;
}

.me2613pc_a article {
    overflow: hidden;
    border: 1px solid #F4F4F4;
    padding: 10px;
    background: #fff;
}

.me2614pc_a article {
    overflow: hidden;
    border: 1px solid #F4F4F4;
    padding: 10px;
    background: #fff;
}

.me2615pc_a article {
    overflow: hidden;
    border: 1px solid #F4F4F4;
    padding: 10px;
    background: #fff;
}

.article .thumb {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 20px;

    height: 150px;
}


.article .thumb img {
    width: 100%;
    vertical-align: bottom;
    margin-right: 10px;

    height: 150px;
}

span.duration {
    background: #000;
    right: 0;
    bottom: 0;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: absolute;
    display: block;
    width: auto;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    opacity: 0.7;
}


article span.title {
    text-align: left;
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.article_content ul li {
    color: #555;
    line-height: 25px;
    border: 1px solid #E1E1E1;
    font-size: 13px;
    padding: 0 15px;
    display: inline-block;
    margin: 0 7px 7px 0;
}

.article_content ul {
    text-align: left;
}

.article_content a {
    text-decoration: none;
}

/********************** me2613 *************************/
.me2613sp_a a {
    text-decoration: none;
}
.me2613sp_b a {
    text-decoration: none;
}

.me2613sp_b .ta_article_title {
    background: url(https://jk-sexvideos.com/wp-content/themes/refinesnow2/img/add/obi.jpg) repeat-x top left;
    border: 1px solid #f5396e;
    padding: 5px 1% 5px;
    color: #fff;
    font-weight: bold;
}
/********************** me2615 *************************/
.me2615sp_a a {
    text-decoration: none;
}
.me2615sp_b a {
    text-decoration: none;
}


.reviews_wrapper .reviews {
    color: #333;
    background-color: #e6e6e694;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}



ul.reviews_wrapper {
    margin: 0;
    padding: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    margin: 5px;
}

li.reviews_inner {
    list-style-type: none;
    border-bottom: 1px dashed #aaa;
    padding: 5px;
}

.reviews_wrapper .reviews_inner a {
    text-decoration: none;
}

.reviews_wrapper .reviews_inner img {
    vertical-align: bottom;
    width: 120px;
    height: auto;
    float: left;
}
.reviews_wrapper .reviews_wrap {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: -120px;
    padding-left: 130px;
}

p.flash {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: red;
    padding: 3px 5px;
    border-radius: 5px 5px 5px 5px;
    animation: flash 1s linear infinite;
    overflow: hidden;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}

.reviews_wrapper .user {
    color: #e69a1a;
    font-size: 14px;
}

.reviews_wrapper_title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
    background: #fb6a03;
    padding: 10px;
    margin-bottom: 12px;
    width: 90%;
    border-radius: 5px;
}

.reviews_wrapper_title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #fb6a03;
    width: 0;
    height: 0;
}

p.flash {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: red;
    padding: 3px 5px;
    border-radius: 5px 5px 5px 5px;
    animation: flash 1s linear infinite;
    overflow: hidden;
    display: block;
    width: 60%;
    margin: 0 0 0 auto;

}

