/*
Theme Name: AI-DMM(PC)
Theme URI: 
Description: 
Version: 1
Author: 
Author URI: 
*/

.clearfix:after {
 content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  padding: 0px;
  margin: 0px;
}
.clearfix {
  min-height: 0px;
}
* html .clearfix {
  height: 0px;
}

img{
border:none;
}

ul,li{
list-style:none;
margin:0px;
padding:0px;
}

p,h1,h2,h3{
margin:0px;
padding:0px;
font-weight:normal;
}



.title{
  display: -webkit-box;
  width: 98%;
  height: 36px;
  margin-bottom: 2px;
  line-height: 18px;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#pickup-bottom .title{
width: 174px;
}

/* #top .article-box__title{
  width: 220px;
  padding: 10px;
  box-sizing: border-box;
  height: 88.79px;
  background-color: #27393b;
} */
/* #top .title {
  font-size: 15px;
  color: #fff;
  height: 74px;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} */

a{
color:#0C85FF;
text-decoration:none;
}
a:hover{
color:#ccc;
text-decoration:none;
}

#breadcrumb,#breadcrumb div{
float:left;
}

#article-body .head .breadcrumb div{display: none;}
#article-body .head .breadcrumb div:nth-of-type(1){display: block;}






.article-box,#pickup-top li,#pickup-bottom li{
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 0 1% 40px 1%;
  color: rgba(255,255,255,0.75);
}

.article-box a,
#pickup-top li a,
#pickup-bottom li a
{
/* background:#000; */
/* padding:5px; */
display:block;
color: #FFF;
}



.article-box a:hover,#pickup-top li a:hover{
/* background:#222; */
color:#F0C02C;
}


.article-box .last,#pickup-top .last,#main .last{
margin-right:0px;
}

.article-box-img {
  content: '';
  position: relative;
  width: 100%;
  margin-bottom: 2px;
  padding-bottom: 75.3%;
  background-color: #222;
  border-radius: 10px;
  overflow: hidden;
}
.article-box-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.h-rss{
  width: 830px;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
  border-radius: 8px;
  height: 135px;
  overflow: hidden;
  background: #131313;
  }

.h-rss .blogroll-list{
  font-size: 14px;
  margin-bottom: 8px;
  height: 16px;
  width: 385px;
  overflow: hidden;
  float: left;
  padding-left: 8px;
  }

.h-rss .blogroll-list:before{
  content:" ▶ ";
  color: #E2FF0A;
  }


.h-rss .blogroll-list .blogroll-new-entry{
  color: #B81616;
  }


.box{
width:1024px;
margin: 50px auto 20px;
position:relative;
}

.top-box{
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
}


/* .m-b{
margin: 50px auto 20px;
} */
/* 
.shadow{
box-shadow: 0px 0px 5px #B6B6B6;
} */










/*** ロゴ ***/
/* #logo{
float:left;
} */

#site-title a {
  /* display: inline-block; */
  color: #fff;
}
#site-title img {
  /* height: 42px;
  vertical-align: bottom; */
}

/*** ジャンル一覧・サイト一覧 ***/
#genre-list{
padding-left:270px;
background: url(http://blog.livedoor.jp/free_ero_manga/site_parts/genre.png) no-repeat;
height: 80px;
}

#site-list h2{
margin-bottom: 10px;
}

#genre-list li,#site-list li{
float:left;
margin-right:2px;
margin-bottom:2px;
font-size:13px;
}


#genre-list li a,#site-list li a{ background-clip: padding-box;
    background-color: #ECECEC;
    background-image: linear-gradient(#F4F4F4, #ECECEC);
    border: 1px solid #D4D4D4;
    border-radius: 0.2em;
    color: #cccccc;
    cursor: pointer;
    display: inline-block;
    font: 14px sans-serif;
    margin: 3px;
    outline: medium none;
    overflow: hidden !important;
    padding: 5px 0.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    white-space: nowrap;
}


#genre-list li a:hover,#site-list li a:hover{  background-color: #3C8DDE;
    background-image: linear-gradient(#599BDC, #3072B3);
    border-color: #3072B3 #3072B3 #2A65A0;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}


/*** javascriptが実行できない場合 ***/
#alert{
padding:20px;
background:#F03;
color: #E0FF00;
}


/*** フッター ***/
footer{
text-align:center;
padding:20px;
}

footer a{
color:#FFFFFF;
font-size:12px;
}






/*// 記事下とりあえずこれ */
.recommend__list-item {
  float: left;width: 20%;margin-bottom: 10px;
}
.recommend__list-item a {
  display: block;
  overflow: hidden;
  position: relative;
  color:#fff;
  margin: 1%;
}
.recommend__list-item-thumbnail {
  display: block;
}
.recommend__list-item-thumbnail img {
  width: 100%;
  max-width: 100%;
  max-height: 166px;
  object-fit: contain;
}
.recommend__list-item-title {
  display: block;
  font-size: 12px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  padding: 4px 8px 2px;
  background: rgba(0,0,0,.7);
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
}
.recommend__list-item-genre {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #B4B4B4;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #303030;
}
.recommend__list::after {
  content:'';
  clear:left;
  display:block;
}

/*             General Settings
=============================*/
body,html{
  margin: 0;
  background: #4c545e;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  color: rgb(255,255,255,1);
  background-color: rgb(0,0,0,0.4);
  z-index: 9999;
}
header #site-title {
  line-height: 50px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
}


.cf:after{
 content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  padding: 0px;
  margin: 0px;
}
.cf{
  min-height: 0px;
}

.clear{clear: both;}

.left{
float:left;
}

.right{
float:right;
}


/*               Main layout
=============================*/
/* #main{
float:left;
margin: 0 0 10px;
width: 680px;
position:relative;
z-index: 100;
} */

/* #top #main{
width: 680px;
margin: 0 0 10px;
  float: left;
} */

/* #left-side{
margin: 0;
float:left;
position:relative;
width:191px;
} */

#left-side{
  margin: 0;
  padding-bottom: 10px;
  /* position: relative; */
  width:300px;
  float: right;
  /* position: sticky;
  top: 20px; */
}

/* #contents{
width: 1000px;
float: left;
} */

#right-side{
float:right;
position:relative;
width:191px;
}



/*                  Header
=============================*/
/* ロゴ */
/* #logo img{
  height: 87px;
  width: 450px;
  } */

/* ヘッダーピックアップ */
.h-box{
  border-bottom: #FFBF00  4px solid;
  overflow: hidden;
  background: #222222;
  margin: 0 0 20px;
  min-width: 1240px;
  }

.h-box .inner{
  margin: 0 auto;
  width: 1240px;
  }


.h-pickup{
  padding: 10px;
  width: 800px;
  float: left;
  }

.h-ad{
  float: right;
  width: 300px;
  background: #BEBEBE;
  border-radius: 6px; 
  box-shadow: 0 2px 3px #666666 inset;
  padding: 6px 10px; 
  margin: 40px 0 10px 0;
  }

.h-pickup h2{
  font-size: 20px;
  color: #FFFFFF;
  margin: 10px 0 25px;
  font-weight: bold;
  border-left: 5px solid #FFBF00 ;
  padding-left: 6px;
  }

.h-pickup ul li{
  list-style: none;
  float: left;
  width: 100%;
  width: 25%;
  position: relative;
  }

.h-pickup ul li img {
  box-sizing: border-box;
  border-radius: 4px;
  width: 165px;
  -webkit-box-reflect: below 4px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(0.5, transparent), to(rgba(0,0,0,0.8)));
  }

.h-pickup .name{
  position: absolute;
  bottom: 4px;
  left: 4px;
  background-color: #111111;
  padding: 0 5px;
  }

.h-pickup .name{
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  }


#pickup-top{clear: both;}





/*                  Article
=============================*/
#article-body{
/* background:#27393b; */
margin: 100px 20px 20px 20px;
color: #fff;
/* text-align: center; */
}

#article-body .article-img{
	text-align:center;
}



#article-body .article-title{
font-size:25px;
font-weight:bold;
padding: 8px 0 24px 0;
line-height: 32px;
}



.info a,#breadcrumb a,#breadcrumb{
font-size: 14px;
color: #fff;
}


/* #article-body .info a,#breadcrumb a{
margin-left:10px;
} */


/* ヘッダこうこく */
.header .dmm-wrapper{
  width: 360px;
  float: right;
  /* margin-top: -290px; */
  }
.header .dmm-rank{display: none;}

.header  .dmm-box img{
  width: 360px;
  }

.dmm-box{
  position: relative;
  }

.header .dmm-title{
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  display: block;
  width: 340px;
  height: 36px;
  overflow: hidden;
  left: 0;
  }


/* タグリスト */
.tag-box{
  margin-bottom: 20px;
  background: #cccccc;
  /* box-shadow: 0 2px 3px #000000 inset; */
  border-bottom: #FFBF00  4px solid;
  }

.tag-box .inner{
  width: 1240px;
  margin: auto;
  padding: 10px;
  }
.tag-box .inner .inner-tags {
  display: flex;
}

.header h2{
  font-size: 20px;
  color: #FFFFFF;
  margin: 10px 0 25px;  
  font-weight: bold;
  border-left: 5px solid #FFBF00 ;
  padding-left: 6px;
  }

.tag-box .tag{
  float: left;
  width: 790px;
  margin-bottom: 20px;
  }

.tag-box .tag li,#article-body .tag li{float: left; margin-right: 8px;}

.tag-box .tag li a,#article-body .tag li a{display: inline-block;
padding: 0.4em 0.6em;
text-align: center;
cursor: pointer;
font-size: 14px;
line-height: normal;
vertical-align: middle;
border-radius: 3px;
font-weight: bold;
background-repeat: repeat-x;
color: #ddd;
box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05);
margin: 0.25em 0;
background-color: #484D51;
background-image: linear-gradient(to bottom,#52575C,#3A3E41);
border: 1px solid #272B30;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
text-decoration: none;
}

.tag-box .tag li a:hover{
  color: red;
  }




/* ==== 記事ページヘッダー ==== */
#single-reco{
  padding-top: 20px;
  margin-bottom: 20px;
  background: #cccccc;
  border-bottom: #FFBF00  4px solid;
  }

#single-reco .inner{
  margin: 0 auto 20px;
  width: 1240px;

  }

#single-reco h2{
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 25px;
  font-weight: bold;
  border-left: 5px solid #FFBF00 ;
  padding-left: 6px;
  }

#single-reco .left{width: 720px;}
#single-reco .right{ width: 470px;}
#single-reco .acr-rank-box-outer{
  width: 470px;
  margin: 20px 0 10px auto;
  }

#single-reco .acr-rank-box {
  margin: 35px 0 10px auto;
  width: 450px;
  }



#single-reco .go-home a{
display: block;
width: 430px;
height: 80px;
line-height: 80px;
text-decoration: none;
font-size: 30px;
color: #FFFFFF;
font-weight: bold;
background: #FFBF00 ;
border-radius: 8px;
margin: auto;
border: solid 3px #FFFFFF;
text-align: center;
  }


#single-reco .go-home a:hover{background: #0CC9DA;}



/* ==== 記事タイトルリボン風 ==== */
.head {
  position: relative;
  color: #fff;
  background: #27393b ;
  /* font-size: 20px; */
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 10px;
  /* margin: -10px -10px 10px -10px; */
  /* padding: 5px 5px 5px 20px; */
  /* box-shadow: 0 1px 3px #777; */
}
/* #article-body .head:after,#article-body .head:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #003D55;
}
#article-body .head:after {
  left: 0;
  border-right: 5px solid #003D55;
}
#article-body .head:before {
  right: 0;
  border-left: 5px solid #003D55;
} */


/* ==== 記事内寄り道 ==== */
.article-rss{
  margin: 20px 5px;
  padding: 10px;
  height: 350px;
  overflow: hidden;
  }

.article-rss ul li{ margin-bottom: 8px; }
.article-rss ul li a{
  height: 20px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  padding-left: 14px;
  }

.article-rss .blogroll-new-entry{display: none;}

.article-rss ul li a:hover{
  color: #BD2A2A;
  }



/* ==== 関連記事 ==== */
.head-line,.f-reco h3{
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: bold;
  background: #a83f3f;
  padding: 10px;
  /* padding-left: 6px; */
}

.related-articles{ 
  margin-bottom:30px;
  }



.related-articles li{
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 15px;
  padding-left: 7px;	
  }

.related-articles li a{
  padding-left: 14px;
  text-decoration: none;
  }

.related-articles li a:hover{
  color: #BD2A2A;
  }


/* ==== タイトル下SNS ==== */
#bottom-sns{
margin-left:20px;
margin-bottom: 20px;
}

#bottom-sns li{
float:left;
width: 100px;
overflow:hidden;
}




/* ==== 記事内装飾関連 ==== */
#article-body .inner_box{
  width:100%;
  /* margin:0 auto 16px; */
  text-align:center;
  /* border-bottom: 5px dashed #a83f3f ;  */
  /* padding-bottom: 20px; */
}

#article-body .inner_box img{
  width:100%;
  height:auto;
  margin-bottom: 20px;
}

/* ==== 記事DLボタン ==== */
#article-body .download a{
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  line-height: 44px;
  margin: 0px auto 0;
  border-radius: 6px;
  /* text-shadow: 0px 1px 0px #FFFFFF; */
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 0;
}


#article-body .download{
  width: 260px;
  border-color: #ffffff;
  background-color: #fd0000;
  border-radius: 6px;
  /* padding: 6px 10px; */
  margin: 40px auto 100px auto;
  text-align: center;
}

#article-body .dl_msg{
  text-align: center;
  margin-top: 30px;
}

#article-body .dl_msg:before{
  content: "▼この作品をDL：";
  }





#main .go-home a{
display: block;
width: 430px;
height: 80px;
line-height: 80px;
text-decoration: none;
font-size: 30px;
color: #FFFFFF;
font-weight: bold;
background: #FFBF00 ;
border-radius: 8px;
margin: 20px auto;
border: solid 3px #3F3F3F;
text-align: center;
  }


#main .go-home a:hover{background: #0CC9DA;}



/*                    Side 
=============================*/
.side-box {
  /* border-radius: 8px; */
  /* background-color: #FFBF00; */
}
.side-box.ad{
  /* border: 1px solid #131313; */
  /* border-radius: 4px; */
  /* margin-bottom: 20px; */
}
.side-box__inner {
  background-color: #27393b;
  padding: 10px;
}
.side-title{
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 8px 15px;
  margin: 0;
  background: #a83f3f;
}

.h-title {
  position: relative;
  margin: 0 10px;
}
.h-title h1,
.h-title h2 {
  margin-bottom: 20px;
  color: rgba(255,255,255,1);
  font-size: 200%;
  font-weight: bold;
  line-height: 1.7;
}

.h-title a {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: rgba(255,255,255,0.75);
  font-size: 90%;
}

.follow-right-list__item {
    width: 168px;
    margin-bottom: 10px;
}

.follow-right-list__item-thumbnail {
    position: relative;
    height: 170px;
    overflow: hidden;
    margin-bottom: 6px;
}

.follow-right-list__item-thumbnail img {
    width: 100%;
    position: absolute;
    top: -20px;
}

.follow-right-list__item-title {}

.follow-right-list__item-title a {
    font-size: 12px !important;
    line-height: 1.3 !important;
}






.icon-camera{
  background-image: url(./imgs/5/6/56d19f94.png);
  background-position: 0 0;
  background-repeat:  no-repeat;
  padding-left: 25px;
  background-size: 20px;
  display: block;
  height: 20px;
  }


/* .icon-crown{
  background-image: url(./img/crown.png);
  background-position: 0 -2px;
  background-repeat:  no-repeat;
  padding-left: 22px;
  background-size: 20px;
  display: block;
  height: 20px;
  } */


.icon-new{
  background-image: url(http://livedoor.blogimg.jp/info_ero/imgs/5/8/58f7b002.png);
  background-position: 0 0;
  background-repeat:  no-repeat;
  padding-left: 22px;
  background-size: 20px;
  display: block;
  height: 20px;
  }


.icon-hot{
  background-image: url(http://livedoor.blogimg.jp/info_ero/imgs/b/2/b21c743a.png);
  background-position: 0 0;
  background-repeat:  no-repeat;
  padding-left: 22px;
  background-size: 20px;
  display: block;
  height: 20px;
  }




/*                Contents
=============================*/

/* 記事一覧 */
/* .article-box:nth-of-type(3n){
  margin-right: 0 !important;
} */





/*  一覧フッターエリア */
.other-site{
  width: 958px;
  margin: 0 auto 20px;
  }

.other-site h2{
  font-size: 18px;
  color: #212121;
  margin: 0 0 25px;
  font-weight: bold;
  background: #FFBF00;
  padding: 10px;
}

.other-site .ninja-recommend{margin-bottom: 20px;}

/* テキストRSSエリア */

.other-site .text-rss{
  background: #1B1B1B;
  border-radius: 6px;
  box-shadow: 0 2px 3px #000000 inset;
  padding: 6px 10px;
  margin: 20px 0 10px 0;
  height: 234px;
  overflow: hidden;
  }


.other-site .text-rss li a{
  font-size: 14px;
  color: #4FCEFF;
  display: inline !important;
  }

.other-site .text-rss li{
  border-left: 5px solid #448CA3;
  padding-left: 6px;
  width: 430px;
  height: 20px;
  overflow: hidden;
  float: left;
  }





/* ページナビ */
.side-pager .paging-number,.side-pager .paging-last, .side-pager .paging-first{display: none;}

.side-pager .paging-prev,.side-pager .paging-next{
  position: absolute;
  top: 600px;
  }

.side-pager .paging-next{
  right: -80px;
  }

.side-pager .paging-prev{
  left: -80px;
  }


.side-pager .paging-prev a,.side-pager .paging-next a{
  text-align: center;
  background: #FFBF00 ;
  border: solid 1px #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;  
  display: block;
}

#next-page a,#pre-page a:hover{
  background: #CCCCCC;
  }


/* 厳選オススメ */
.other-site .arrow{
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 8px;
  margin-bottom: 10px;
  }

.other-site .reco,.f-pickup{
  margin-bottom: 40px;
  }

.other-site .reco li{
  width: 170px;
  position: relative;
  float:left;
  margin-right: 2%;
  }


.other-site .reco li .site,.f-pickup li .site{
  position: absolute;
  bottom: 5px;
  left: 2px; 
  background: #B4B4B4;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #303030;
  }


.other-site .reco li img,.f-pickup li img{
  width: 100%;
  }









/*   Plugin settings 
=============================*/

/* 忍者レコメンド 一覧ページ*/
.rss-list-middle .ninja-recommend-article{
  width: 232px !important;
  height: 363px !important;
  background: #FFFFFF;
  margin: 0 10px 20px 0 !important; 
   }
.rss-list-middle .ninja-recommend-articles{height: 0;}

.rss-list-middle .ninja-recommend-article:nth-child(4n){
  margin-right: 0 !important;
  }

.rss-list-middle .ninja-recommend-article-image-box{
    padding: 5px !important;

  }

.rss-list-middle .ninja-recommend-article .ninja-recommend-article-image{
  height: 315px !important;
  }

.rss-list-middle .ninja-recommend-article-title{color: #06c !important; background: transparent !important;}

.rss-list-middle .ninja-recommend-article-title:hover{color: #FFFFFF !important; background: transparent !important;}
.rss-list-middle .ninja-recommend-article:hover{background: #222222; color: #FFFFFF !important;}
.rss-list-middle .ninja-recommend-article-link,.ninja-recommend-article-text-box{background: transparent !important;}


/* ==== 記事下忍者 ==== */

#pickup-bottom li{
 margin-right:0;
}
#pickup-bottom li a{
 border:none;
}
#pickup-bottom li.ninja-recommend-article {
 margin: 0px;
}



/* ==== タグ・ランキング ==== */
.ranking--tower{}
.ranking--btn{}
.ranking--text{}

.ranking-list{
  margin-left: -5px;
  /* margin-bottom: 30px; */
}
.ranking-list__item{}
.ranking-list__item a{text-decoration: none;    color: #cccccc;display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ranking-list__item a:hover{color: #1e88e5;}



/*テキスト型*/
.ranking--text{
    width: 958px;
    margin: 0 auto 30px;
  }

.ranking--text .ranking-list{    background-color: #212121;}

.ranking--text h2{
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 10px;
  font-weight: bold;
  border-left: 5px solid #FFBF00 ;
  padding-left: 10px;
  }


.ranking--text .ranking-list__item{
    position: relative;
    counter-increment: ranking;
}

.ranking--text .ranking-list__item::before{
    content: counter(ranking);
    color: #cccccc;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 24px;
}

.ranking--text .ranking-list__item:nth-of-type(2n) a{
    background-color: #424242;
}

.ranking--text .ranking-list__item a{    line-height: 24px;
    padding-left: 32px;
}

.ranking--btn .ranking-list__item{
    display: inline-block;
    margin: 5px;
    margin-right:0px;
}

.ranking--btn .ranking-list__item a{
    display: inline-block;
    padding: 0.4em 0.6em;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: bold;
    background-repeat: repeat-x;
    color: #fff;
    background-color: #a83f3f;
    text-decoration: none;
}

/*タワー型*/
.ranking--tower .ranking-list{
    background-color: #212121;
}

.ranking--tower .ranking-list__item{
    position: relative;
    counter-increment: ranking;
}

.ranking--tower .ranking-list__item::before{
    content: counter(ranking);
    color: #cccccc;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 24px;
}

.ranking--tower .ranking-list__item a{
    line-height: 24px;
    padding-left: 32px;
}

.ranking--tower .ranking-list__item:nth-of-type(2n) a{
    background-color: #424242;
}








/*                    ADs
=============================*/
.ad-728-90{
  margin: 1em auto;
  width: 728px;
  height: 90px;
  }


.ad-160-600{
  margin: 1em auto;
  width: 160px;
  height: 600px;
  text-align: center;
  }


.clear{clear: both;}




/* サポート記事下エロ画像ピックアップ */
.bottom-area__nijierogazo{margin-bottom: 40px;}

.nijierogazo__list{
    margin: 0 0 20px;
    padding: 0;
}


.nijierogazo__list:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    padding: 0px;
    margin: 0px;}

.nijierogazo__list-item{
    width: 221px;
    float: left;
    }

.nijierogazo__list-item a{}

.nijierogazo__list-thumbnail{}

.nijierogazo__list-title{
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.8;
}





/* 記事オススメ・ランキング */

.ranking-box{
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 8px 40px 8px;
    margin-bottom: 40px;
    border-bottom: solid 1px #ddd;
}


.ranking-thumbnail{
text-align: center;
}

.ranking-title{
font-size: 20px;
font-weight: bold;
color: #212121;
padding: 4px;
height: 60px;
overflow: hidden;
}

.ranking-description{
background: #eee;
    padding: 4px;
    border-radius: 2px;
    margin: 4px 0;
height: 72px; 
overflow: hidden;
}



.ranking-box a{
    width: 100%;
    height: 44px;
    border: 1px solid #c4d8e2;
    background-color: #eaf2f5;
    box-shadow: 0 2px #abbcc4;
    line-height: 44px;

    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    border-radius: 3px;
    text-align: center;
}





/*PC記事more - 広告 */
.more_item-list-one > a{border-left-color:#DDDDDD;background: #FAFAFA;}
.more_item-list-text {background: #212121;color:#FFFFFF;}
.more_item-list-one:hover .more_item-list-text {background-color: #0CC9DA;}
/* .more_item-headline{border-left-color:#FFBF00 ;} */
.single__side .more_item-headline {color: #484848;text-align: center;}








/*ABテスト広告*/
  .recommend-box{background-color: #fafafa;padding: 11px 16px;margin: 10px 0;}
  .recommend-box a{text-decoration: none;display: block;position: relative;}
    .recommend-box__title{font-size:18px;color: #011585;text-decoration: underline;    margin-bottom: 2px;}
    .recommend-box__title:hover{text-decoration: none;}
    .recommend-box__text{color: #000;font-size: 13px;line-height: 1.55;}
    .recommend-box__domain{color:#33691E;font-size: 13px;margin-bottom: 4px;}
    .recommend-box__domain:before{background-color:#33691E;color:#fff;border-radius:2px;content:'広告';padding:2px;font-size: 12px;margin-right: 4px;}
  
  .recommend-box--btn a:after{
    display: block;
    content: '>';
    text-align: center;
    background-color: #33691E;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 13px;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 35px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    text-indent: 3px;
    line-height: 58px;
  }


.recommend-box--bg{
background: #fff9c4;
}

.div[class^="pc-home-JAVHD-iframe"]{margin:20px 0;text-align:center;}

/*** fix and add ***/

/*	pager	*/
.pager {
	margin:30px;
	text-align: center;
}
.pager a:link, .pager a:visited, .pager a:active {
	background: #222222;
	border: 1px #ccc solid;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	margin-right: 10px;
	color: #fff;
	display:inline-block;
	margin-bottom: 10px;
}
.pager a:hover{
	background: #949494;
}
.pager .pager-dot {
  margin-right: 10px;
}
ul.index-navigator .current {
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 15px;
	background: #666;
	border: 1px #ccc solid;
	color: #888;
}
ul.index-navigator li {
	font-weight: normal;
}
ul.index-navigator li {
	display: inline;
}

/*	ranking	*/
#main .ranking p, #footer .ranking p {
	background: #fff;
	color: #333;
}
#main .ranking li, #footer .ranking li {
	margin-right: 4px;
}
#left-side .ranking p {
	background: #333;
	color: #fff;
}
#left-side .ranking a {
	border-color: #333;
}
section#left-side .ranking a {
	width: 180px;
  height: 139.5px;
}
#left-side .ranking {
	padding: 0;
}
.ranking a {
	width:280px;
	max-width: 100%;
	height:315px;
}
.rankbox {
	/* margin: 10px 0; */
	text-align: center;
}
.ranking li {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.ranking li a {
	position: relative;
	display: block;
	width: 280px;
	height: 210px;
	border-width: 3px;
	border-style: solid;
	color: #fff;
	border-color: #fff;
	text-decoration: none;
	overflow: hidden;
}
.ranking li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28%;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}
.ranking li span {
	display: none;
}
.ranking li img {
	height: 100%;
}

/*	etc	*/
.circle {
	color: #fff;
	background: #1B1B1B;
	border-radius: 16px;
	padding: 4px 8px;
    box-shadow: 1px 1px 1px #3E3E3E;
}


/* 画像付き関連記事 */
.related-articles.with-image h3 {
  margin: 0 0 20px;
}
.related-articles.with-image ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.related-articles.with-image ul li {
  margin: 0 0 10px 0!important;
  padding: 0;
}
.related-articles.with-image ul li a {
  display: table;
  min-height: 60px;
  padding: 0!important;
}
.related-articles.with-image .related-article-image,
.related-articles.with-image .related-article-title {
  display: table-cell;
  vertical-align: middle;
}
.related-articles.with-image .related-article-image {
  padding-right: 15px;
}
.related-articles.with-image .related-article-title {
  width: 100%;
  white-space: break-spaces;
}
.related-articles.with-image .related-article-image img {
  height: 180px;
  object-fit: contain;
  object-position: top;
}
.related-articles.with-image .related-article-image.noimage {
  padding: 0;
}

.att-main {
  background-color: #fff;
}
.att-main img {
  height: auto;
  width: 100%;
}
.att-origin {
  font-size: 15px;
  line-height: 24px;
  padding: 16px 8px 16px 24px;
  position: relative;
}
.att-origin::before {
  content: '<';
  font-size: 13px;
  font-weight: 600;
  left: 8px;
  position: absolute;
  top: 18px;
}
.att-thumb {
  margin: 0;
}
.att-thumb figcaption {
  color: #cccccc;
  font-size: 16px !important;
  line-height: 28px !important;
  margin: 0 !important;
  padding: 0 8px;
}
.att-nav {
  display: flex;
  justify-content: space-around;
  padding: 24px 16px 32px;
}
.att-nav__post,
.att-nav__prev,
.att-nav__next {
  align-items: center;
  display: flex;
  font-size: 13px !important;
  line-height: 16px !important;
  height: 36px;
  margin: 0 !important;
}
.att-nav__post {
  background: linear-gradient(#fff, #eee);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2390c5;
  padding: 0 16px;
}
.att-nav__prev,
.att-nav__next {
  padding: 0;
}
.att-nav__prev::before {
  content: '<';
  font-size: 11px;
  font-weight: 600;
  margin-right: 8px;
}
.att-nav__next::after {
  content: '>';
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
}
.att-gallery {
  background-color: #F5F5F5;
  padding: 0 16px;
}
.att-gallery .att-gallery__caption {
  color: #101010;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 18px !important;
  margin: 0 !important;
  padding: 20px;
  text-align: center;
}
.att-gallery .att-gallery__images {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.att-gallery .att-gallery__image {
  background-color: #DEDEDE;
  border-radius: 2px;
  border: solid 1px #D6D6D6;
  height: calc((756px - (16px * 2) - (8px * 3)) / 4);
  width: calc((756px - (16px * 2) - (8px * 3)) / 4);
}
.att-gallery .att-gallery__image--active {
  border: solid 1px #2390c5;
  position: relative;
}
.att-gallery .att-gallery__image--active::after {
  background-color: #DEDEDE;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
.att-gallery .att-gallery__image img {
  background-color: #FFFFFF;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.att-gallery .att-gallery__image + .att-gallery__image {
  margin-left: 8px;
}
.att-gallery .att-gallery__image:nth-of-type(n + 5) {
  margin-top: 8px;
}
.att-gallery .att-gallery__image:nth-of-type(4n + 1) {
  margin-left: 0;
}

.content-description {
  max-width: 680px;
  margin: 0 auto 30px;
}
.content-description p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.catgory-list {
  margin-bottom: 30px;
}
.catgory-list a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  display: inline-block;
}

.dmm-summary-text {
  font-size: 14px;
  margin: 32px auto;
  width: 100%;
}

.head-tags-area {
  /* margin: 16px auto; */
  width: 100%;
  /* border: 1px solid #FFBF00; */
  /* padding: 10px; */
  box-sizing: border-box;
  text-align: left;
  /* border-radius: 8px; */
  /* box-shadow: 5px 4px #FFBF00; */
}
.head-tags-area .head-tag-items.circle-tag a {
  background-color: #d04646;
}
.head-tags-area a {
  color: #fff;
  background-color: red;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
}
.head-tag-items {
  padding: 0 0 10px 0;
}
.head-tag-items a {
  margin: 0 4px 4px 0;
  line-height: 1.4;
  display: inline-block;
}

.header-bar {
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  background-color: #27393b;
}
.header-bar a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.header-bar a::before {
  content: '注目';
  display: inline-block;
  background: red;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  vertical-align: bottom;
  line-height: 1;
}

.ranking-page .article-box {
  position: relative;
  counter-increment: article-ranking;
}
.ranking-page .article-box:after {
  z-index: 1;
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(255,255,255,1);
  font-size: 10px;
  text-align: center;
  background-color: #515E6E;
  border: 2px solid rgba(255,255,255,1);
  border-radius: 4px;
  /* counter-increment: number; */
  content: counter(article-ranking);
}

/* .ranking-page .article-box:nth-child(1):after {
  background: #ffe658
}
.ranking-page .article-box:nth-child(2):after {
  background: #ccc
}
.ranking-page .article-box:nth-child(3):after {
  background: #ff7925cc
} */

form.searchform {
  position: relative
}

.searchform {
  margin-bottom: 10px;
}
.searchform .s {
  background: #fff;
  padding: 11px 50px 11px 10px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=submit].searchsubmit {
  position: absolute;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  padding: 0;
  background: url(/wp-content/themes/ai-dmm-pc/img/icon-search.png) no-repeat 50% 50%;
  background-size: 17px;
  background-color: #a83f3f;
  border-left: none;
  border-radius: 0 3px 3px 0
}
.article-list {
  margin-bottom: 35px;
}

#single-article-list {
  display: flex;
  flex-wrap: wrap;
}
#single-article-list .article-box {
  width: 32.2%;
  min-width: 32.2%;
}
#single-article-list .article-box .title {
  font-size: 14px;
  line-height: 1.6;
  width: auto;
  height: auto;
}
#single-article-list .article-box .shadow {
  box-shadow: none;
}
#single-article-list img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 5px;
}

.page-main {
  padding: 10px;
  background-color: #27393b;
  margin-right: 10px;
  box-sizing: border-box;
  min-height: 1000px;
}
.page-main td {
  padding: 8px;
}

.related-sites {
  margin-bottom: 20px;
}
.related-sites a {
  /* color: #fff; */
  color: rgba(255,255,255,0.75);
  display: inline-block;
  margin: 4px 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.inner_box .image_index {
  display: none;
}

.rss-items {
  padding: 4px;
  margin: 50px auto 20px;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  background-color: #27393b;
  box-sizing: border-box;
}
.rss-item > a {
  display: block;
  color: #fff;
}
.rss-item {
  width: calc(20% - 8px);
  margin: 4px;
  box-sizing: border-box;
}
.rss-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
.rss-item .rss-item__title {
  font-size: 14px;
  padding: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 62px;
}


.main-img {
  text-align: center;
}

#article-body img {
  margin-bottom: 20px;
  max-width: 720px;
}

.content-img {
  text-align: center;
  text-align: -webkit-center;
  width: 100%;
}

.article-description {
  max-width: 700px;
  display: block;
  margin: 0 auto 20px;
}

.tag-list .tag-list__inner {
  margin: 0 10px 55px;
}
.tag-list .tag-list__inner a {
  display: inline-block;
  margin: 0 15px 15px 0;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.tag-list .tag-list__inner a::before {
  color: #FFD700;
  font-weight: bold;
  content: "#";
}
.tag-list .tag-list__inner a span {
  margin-left: 2px;
  color: rgba(255,255,255,0.5);
  font-size: 10px;
}

/* top-slider
----------------------------------------------- */
#top-slider {
  display: none;
	padding: 30px;
	margin: 50px 0 50px 0;
	background-color: rgba(0,0,0,0.05);
	border-top: 1px solid #64758B;
	border-bottom: 1px solid #64758B;
}
#top-slider .slick-prev:before, #top-slider .slick-next:before {
	color: rgba(255,255,255,1);
}
#top-slider .post-list-image {
	position: relative;
	width: 90%;
	margin: 0 auto 2px auto;
	padding-bottom: 69%;
	border-radius: 10px;
	overflow: hidden;
}
#top-slider .post-list-image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top-slider span {
	display: -webkit-box;
	width: 88%;
	height: 36px;
	margin: 0 auto;
	line-height: 18px;
	color: rgba(255,255,255,0.75);
	font-size: 13px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.page-h {
  text-align: center;
  margin:100px 20px 50px;
  line-height: 1.6;
}
h3 {
  font-family: 'M PLUS 1p', sans-serif;
  margin-bottom: -3px;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.page-h h1 {
  margin-bottom: -2px;
  /* margin-bottom: 20px; */
  color: rgba(255,255,255,1);
  font-size: 200%;
  font-weight: bold;
}
.page-h span {
  font-size: 90%;
  color: rgba(255,255,255,1);
}
.h-title a::before {
	margin-right: 4px;
	color: #3EC7DE;
	/* font-family: 'FontAwesome'; */
	content: ">";
  font-weight: bold;
}
/* .menu-icon {
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}
.menu-icon img ,
.search-icon img {
  width: 20px;
  height: 20px;
  margin: 14px;
}
.search-icon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}


form.searchform {
  position: relative;
  margin: 16px 8px;
}

.searchform {
  margin-bottom: 10px;
}
.searchform .s {
  background: #fff;
  padding: 11px 50px 11px 10px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=submit].searchsubmit {
  position: absolute;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  padding: 0;
  background: url(/wp-content/themes/ai-dmm-pc/img/icon-search.png) no-repeat 50% 50%;
  background-size: 17px;
  background-color: #a83f3f;
  border-left: none;
  border-radius: 0 3px 3px 0
}

.hidden-checkbox {
  display: none;
}
.menu-content {
  display: none;
}
#menu-check:checked ~ .menu-content {
  display: block;
}
.menu-content {
  z-index: 99999;
  padding: 30px 10px;
  background: #64758B;
	border: 3px solid rgba(255,255,255,1);
  position: fixed;
  width: 240px;
  box-sizing: border-box;
  top: 45px;
  left: 30px;
  border-radius: 8px;
  color: #fff;
}
.menu-content a {
  display: block;
  margin: 0 5px 10px 10px;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
}
.menu-content h2 {
  margin-bottom: 20px;
}

#menu-check:checked ~ .drawer-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 9999;
}

#search-check:checked ~ .drawer-overlay {
  cursor: pointer;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 9999;
}
#header_search {
  display: none;
}
#search-check:checked ~ #header_search {
  display: block;
  color: #fff;
  border-radius: 8px;
  z-index: 99999;
  padding: 30px 10px;
  background: #64758B;
	border: 3px solid rgba(255,255,255,1);
  position: fixed;
  width: 240px;
  box-sizing: border-box;
  top: 45px;
  right: 30px;
}
.search-field {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: rgb(255,255,255,1);
  border: none;
  margin-top: 10px;
  padding: 8px;
}
.search-form {
  position: relative;
}
.search-submit {
  position: absolute;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  padding: 0;
  background: url(/wp-content/themes/ai-dmm-pc/img/icon-search.png) no-repeat 50% 50%;
  background-size: 17px;
  background-color: #64758B;
  border-left: none;
  border-radius: 0 8px 8px 0;
  border: 1px solid #fff;
} */

.head-tag-items a {
  background-color: #0800ff;
  padding: 4px px;
  color: #fff;
  border-radius: 4px;
}

.summary__txt {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 20px;
}

#open_point {
  clear: both;
}


.content-area {
  text-align: center;
}
.content-bottom {
  font-size: 13px;
  max-width: 680px;
  margin: 0 auto 30px;
  color:#fff;
  line-height: 1.3;
}
.content-bottom h2 {
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
}