@charset "UTF-8";

.GoogleActiveViewClass{display:none!important;}
#sidebar ul {
  display: block;
  list-style: disc;
  margin-left:10px;
}
#popular-entries ul,
#new-entries ul{
  list-style: none;
  font-size: 13px;
  line-height: normal;
}
/* サイドバナー */
#sidebar .side_banner {
  list-style: none;
  margin:0px;
  padding:0px;
}
#sidebar .side_banner li {
  display: block;
  margin: 0px 0px 5px;
  padding: 0px 5px;
}
#sidebar .side_banner li img {
  border:1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* toppage-postdata */
/*youtube動画をスマホ幅に合わせて表示*//*
.videoBox  {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
} 
.videoBox  iframe,
.videoBox  object,
.videoBox  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

/* RSS Antenna */
div.rss-antenna .rss-item a {
  padding: 5px 0 !important;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  border-bottom:none;
  font-size:14px;
  line-height:1em;
}
div.rss-antenna .rss-item a .title:before {
  font-family:"FontAwesome";
  content:"\f0da";
}
.rss-antenna .rss-item p.siteinfo{
  display:none;
}
div.rss-antenna hr {
  display:none;
}

/* 人気記事ランキング */
.widget_top-posts {
  padding-left:0px;
  }
.widget_top-posts li {
  display: block;
  text-indent: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px !important;
  list-style: inside;
  margin-left:-25px;
}
.widget_top-posts li:nth-child(1) { background: url(https://www33345.com/img/icon_rank01.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(2) { background: url(https://www33345.com/img/icon_rank02.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(3) { background: url(https://www33345.com/img/icon_rank03.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(4) { background: url(https://www33345.com/img/icon_rank04.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(5) { background: url(https://www33345.com/img/icon_rank05.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(6) { background: url(https://www33345.com/img/icon_rank06.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(7) { background: url(https://www33345.com/img/icon_rank07.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(8) { background: url(https://www33345.com/img/icon_rank08.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(9) { background: url(https://www33345.com/img/icon_rank09.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(10) { background: url(https://www33345.com/img/icon_rank10.png) no-repeat left 2px;}

/*サイドバー調整*/
#sidebar a:link,#sidebar-widget a:active,#sidebar-widget a:visited {
  text-decoration: none;
}
#sidebar .widget {
  margin-bottom: 10px;
}
#sidebar .widgettitle,
#sidebar h4 {
background: #274a78;
color: #f8fbf8;
font-size: 16pt;
border: 2px dashed #f8fbf8;
border-radius: 5px;
box-shadow: 0 0 3px 3px #274a78;
text-shadow: 0 0 5px;
padding: 10px;
}
.twittercounter {
width:230px;
margin-left:auto;
margin-right:auto;
}

/*単眼RSS広告削除*/
#fam_overlay2, #fam_overlay2{
  display:none!important;
}
div[id*="fam_overlay"]{
  display:none!important;
}
.adingoFluctOverlay div:nth-child(2){
  display:none!important;
}
.adingoFluctOverlay{
  position:static!important;
}

/*ブログロール*/
.blogroll li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*広告レスポンシブ対応*/
.largeAd {
  display:block;
}
.smallAd {
  display:none;
}
@media screen and (max-width:459px){
  .largeAd {
    display:none;
  }
  .smallAd {
    display:block;
  }
}

/*トップページのランキング*/
#widget-index-top {
  border:1px solid #ccc;
  border-radius:8px;
}
.widget-index-top-title {
  margin:10px 0 0 10px;
  font-weight:bold;
}
.widget-index-top li {
  line-height:2em;
}

@media screen and (max-width:459px) {
  img {
    height: auto;
  }
}