/*   
Theme Name: responsive
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/

    /* rss */
#rss {
  width: 98%;
  height: 200px;
        border: 1px solid silver;
        background-color: white;
  overflow:hidden !important;
  margin-left: 12px;
}

div#rss .masonryWrap{
  height:200px !important;
  position:relative !important;
}

.rss_child { width: 50%; height: 198px; overflow-x: hidden; overflow-y: scroll !important; float: left;}
.rss_child iframe { overflow-x: hidden;}
.blogroll-ad-default{clear:both;}
li.blogroll-category-name {display: none !important;}
img.blogroll-icon,
img.blogroll-favicon {
    display: none;
}
.post-ratings-image{width:20px;height:20px;}
.come_top{clear:both;margin: 10px 0; padding-bottom: 10px; border-bottom: 1px dotted #999;  overflow:visible;}
.come_top p{margin:0;display:inline;}
.balloon-1-top a{color: #EA3DBA;}
.come_head_left{
position:absolute;
top:5px;
left:5px;
  color: #F55CCB;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  padding: 10px;
  display: block;
  border-radius: 6px;
  background-color: #FFECEC;
  z-index: 2;
  overflow: visible !important;
background-color:rgba(255,70,131,0.55);
}
.come_head_left a{
  color: #fff;
}
.balloon-1-top {
  overflow: visible;
  /* color: #371F34; */
  position: relative;
  /*display: inline-block;*/
  padding: 5px 10px;
  width: auto;
  /* height: 40px; */
  line-height: 32px;
  text-align: left;
  background: #FFF9F9;
  border: 1px solid #FFA6E7;
  z-index: 0;
  border-radius: 8px;
  line-height: 1.5em;
}
.balloon-1-top a:hover{text-decoration:underline;}
.balloon-1-top span{color:#DB3939;}
.balloon-1-top:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 10%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #FFF9F9 transparent;
  z-index: 0;
}
.balloon-1-top:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 10%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #FFA6E7 transparent;
  z-index: -1;
}
.come_new5{
width:208px;
overflow:hidden;
padding-bottom:10px;
margin-bottom:10px;
/*border-bottom: 1px dotted #999;*/
}
.come_new5 p{margin:0 0 2px 0;}
.come_new5 p img {
  width: 208px;
  height: auto;
}
.come_side_middle{position: relative;width:208px;height:auto;}
.come_new_title a{display:inline;}
.come_new_title{
width:208px;
height:30px;
margin-bottom:5px;
}
.come_new5:hover{
background-color: #eee;
  opacity: 0.8;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.come_saisin a{
display:block;
width:198px;
padding:10px 5px;
text-align:center;
background-color:#F55CCB;
margin-bottom:20px;
color:#fff;
font-size:14px;
font-weight:bold;
}
.come_saisin a:hover{text-decoration:underline;background-color: #eee;color:#a60b3e;}

.come_new_come a{display:block;margin:0;width:180px;}
.come_new_come {
  overflow: visible;
  /* color: #371F34; */
  position: relative;
  display: inline-block;
  padding: 5px 5px;
  width: auto;
  min-width: 194px;
  /* height: 40px; */
  margin-top:3px;
  text-align: left;
  background: #FFF9F9;
  border: 1px solid #FFA6E7;
  z-index: 0;
  border-radius: 6px;
  line-height: 1.5em;
}
.come_new_come:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 10%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #FFF9F9 transparent;
  z-index: 0;
}
.come_new_come:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 10%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #FFA6E7 transparent;
  z-index: -1;
}
.come_head_left_new{
position:absolute;
bottom:10px;
right:5px;
  color: #F55CCB;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  padding: 6px;
  display: block;
  border-radius: 3px;
  background-color: #FFECEC;
  z-index: 2;
  overflow: visible !important;
background-color:rgba(255,70,131,0.55);
}
.come_head_left_new a{
  color: #fff;
}
span.marquee {
width:100%;
text-align:center;
display:inline-block;
white-space:nowrap;
font-size:12px;
color:#FD3CDD;
-moz-animation-name:marquee;
-moz-animation-duration:20s;
-moz-animation-timing-function:linear;
-moz-animation-iteration-count:infinite;
-webkit-animation-name:marquee;
-webkit-animation-duration:20s;
-webkit-animation-timing-function:linear;
-webkit-animation-iteration-count:infinite;
-o-animation-name:marquee;
-o-animation-duration:20s;
-o-animation-timing-function:linear;
-o-animation-iteration-count:infinite;
animation-name:marquee;
animation-duration:20s;
animation-timing-function:linear;
animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@-moz-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@-o-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
span.come_new_no{color:#999;}
span.comecome {
  display: block;
  float: left;
  opacity: 1;

}
#sidebar_left .title, #sidebar_right .title {
    font-size: 12px;
    padding-left: 10px;
    border-left: 5px solid #ff99cc;
    margin-bottom: 8px;
}
/* 全体はセンタリングだけ担当（flexは使わない） */
.post-ratings {
  text-align: center;
}

/* ★は横並びを強制 */
.post-ratings img {
  display: inline-block !important;
  vertical-align: middle;
}

/* 最初の <br> は「星とテキストの区切り」として使う */
.post-ratings br {
  display: block;
  height: 0;
}

/* テキスト部分を下＆中央に */
.post-ratings-text,
.post-ratings strong {
  display: inline;
  text-align: center;
}
.boxstyle {width: 306px; padding: 6px; border: 1px solid #ff6699; margin-bottom: 10px;float: left;}
.boxstyle .entry { width: 130px; height: 83px; border: none !important; margin: 0 5px 0 0 !important; float: left;}
.boxstyle .entry img{ width: 130px; height: auto; margin: 0; padding: 0; border: none !important;}
.boxstyle .boxstyle_meta { height: 83px;}
.boxstyle .boxstyle_meta .meta { font-size: 12px; line-height: 1em; height: 1em; color: #999;}
.boxstyle .boxstyle_meta h2 { font-size: 12px; line-height: 1.2em; height: 4.8em; overflow: hidden;}
.boxstyle .rating_point{display:none;}
.boxstyle:nth-child(odd) {
    margin-right: 6px;
}
.boxstyle .boxstyle_meta div.hh2 {
    font-size: 12px;
    line-height: 1.2em;
    height: 4.8em;
    overflow: hidden;
  font-weight:bold;
}
.ks-list-wrap{
  margin:0 10px;
  padding:0;
  width:635px;
}

ul.ks-list-wrap li.ks-list {
  list-style:none;
    border-bottom: 1px dotted #FF3366;
    padding:0;
}
ul.ks-list-wrap li.ks-list a{
    text-decoration: none;
  font-size:14px;
  color:#575748;
  padding:0 0 0 16px;
}
ul.ks-list-wrap li.ks-list a:hover{
    text-decoration: underline;
  color:#FF4D4D;
  
}



.ks-link-wrap{
  margin:0 10px;
  padding:0;
  width:635px;
}

ul.ks-link-wrap li.ks-list {
  list-style:none;
        padding:0;
}
ul.ks-link-wrap li.ks-list a{
    text-decoration: none;
  font-size:18px;
  color:#096DA2;
  padding:0 0 0 0px;
}
ul.ks-link-wrap li.ks-list a:hover{
    text-decoration: none;
  color:#096DA2;
  
}
h2.kijinai01 {
    padding: .2em .4em;
    background-color: #e4fcff;
    font-size: 20px!important;
    color: #000!important;
    margin: 5px 0;
}
h3.kijinai01 {
    padding: .02em 0 .02em .55em;
    border-left: 6px solid #4ba7e4;
    font-size: 18px;
    margin: 3px 0;
}
/********20171229霑ｽ蜉�********/
blockquote {
    overflow: auto;
    color: #383838;
    margin: 0 1em 1em;
    padding: 1em;
    border: 3px solid #d7d7d7;
    background: url(https://image-bankingf25.com/sozai/blockquote.png) 3px 3px no-repeat #e8e8e8;
    font-size: 16px;
}
blockquote p {
    margin: 10px 0;
}

.content10{
border:3px solid #2e2e2e;
background:#fff;
}
.content10 ul{
list-style:none;
}
.content10 ul,.content10 li{
margin:0;
padding:0;
}
.content10 ul.list img{width:100%;
height:100%;
object-fit: cover;}
.content10 a{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#2e2e2e;
font-weight:bold;
font-size:12px;
}
.content10 .list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.content10 .item {
background-color: #fff;
margin: 4px;;
width: calc(50% - 8px);
line-height: 1.1em;
}

ul.page_navi{ display:inline-block; margin:0 auto;padding:0 0 10px 0;}
ul.page_navi li{font-size:12px;text-align:center;width:2em;height:2em;line-height:2em;vertical-align:middle;border:1px solid #ff3366;margin:5px;display:block;float:left;}
ul.page_navi li a{display:block;width:100%;height:100%;background-color:#fff;}

.pagination { font-size: 12px; margin: 10px;}
.pagination span, .pagination a {display: inline-block; min-width: 1em; line-height: 2em; vertical-align: middle; margin: 0 4px 0 0; padding: 0 0.5em; text-align: center;}
.pagination span:first-child {display: none !important;}
.pagination span { border: 1px solid #aaa;}
.pagination a { border: 1px solid #ff6699; background-color: #fff;}