@charset "UTF-8";

.GoogleActiveViewClass{display:none!important;}
#sidebar ul {
  display: block;
  list-style: disc;
  margin-left:1em;
}
#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;
  height:auto;
}
/* 人気記事ランキング */
#main .widget-index-top {
  border:1px solid #CCC;
  border-radius:8px;
}
#main .widget_top-posts .widget-index-top-title {
  padding:10px 10px 0;
  font-weight:bold;
}
.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;
  line-height:1.9em !important;
}
.widget_top-posts li:nth-child(1) {
  background: url(https://bspear.com/img/icon_rank01.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(2) {
  background: url(https://bspear.com/img/icon_rank02.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(3) {
  background: url(https://bspear.com/img/icon_rank03.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(4) {
  background: url(https://bspear.com/img/icon_rank04.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(5) {
  background: url(https://bspear.com/img/icon_rank05.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(6) {
  background: url(https://bspear.com/img/icon_rank06.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(7) {
  background: url(https://bspear.com/img/icon_rank07.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(8) {
  background: url(https://bspear.com/img/icon_rank08.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(9) {
  background: url(https://bspear.com/img/icon_rank09.gif) no-repeat left 4px;
}
.widget_top-posts li:nth-child(10) {
  background: url(https://bspear.com/img/icon_rank10.gif) no-repeat left 4px;
}

/*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:"\f0a4";
}
div.rss-antenna {
  margin:0;
}
.rss-antenna .rss-item p.siteinfo{
  display:none;
}
div.rss-antenna hr {
  display:none;
}


/*サイドバー調整*/
#sidebar a:link,#sidebar-widget a:active,#sidebar-widget a:visited {
  text-decoration: none;
}
#sidebar .widget {
  margin-bottom: 10px;
}
#sidebar .widgettitle,
#sidebar h4 {
  font-size: 16px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 8px 5px;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fcffd4', endColorstr = '#ffc538');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fcffd4', endColorstr = '#ffc538')";
background-image: -moz-linear-gradient(top, #fcffd4, #ffc538);
background-image: -ms-linear-gradient(top, #fcffd4, #ffc538);
background-image: -o-linear-gradient(top, #fcffd4, #ffc538);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fcffd4), to(#ffc538));
background-image: -webkit-linear-gradient(top, #fcffd4, #ffc538);
background-image: linear-gradient(top, #fcffd4, #ffc538);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}


/*Polls　アンケート*/
.wp-polls {
  background-color:#f0f5fb
}

/*単眼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;
  }
}