@charset "utf-8";

/* -----reset css------ */
html,body,address,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,div,p,pre,blockquote,hr,bdo,span,a,small,b,i,em,strong,br,del,ins,abbr,dfn,sub,sup,q,cite,code,var,kbd,samp,map,area,iframe,img,table,tr,th,td,caption,thead,tfoot,tbody,colgroup,col,form,label,fieldset,legend,input,textarea,select,option,optgroup,button,command,details,menu,summary,article,aside,header,footer,nav,section,figcaption,figure,main,mark,rp,rt,ruby,time,wbr,audio,canvas,embed,object,param,source,video,datalist,keygen,meter,output,progress{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent;box-sizing:border-box;}html{overflow-y:scroll;}ul,ol,dl{list-style:none;}table{border-collapse:collapse;border-spacing:0;}a,a:link,a:visited{color:#333;text-decoration:none;}a:hover,a:active{color:#777;}a:focus{outline:none;}
article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}
/* ---reset css end---- */

html,body{
  width:100%;
}
html{
  font-size:75%;
  overflow-x:hidden;
}
body{
  font-size:1.0em;
  color:#454545;
  font-family:'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'sans-serif';
  line-height:1.8;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-overflow-scrolling:touch !important;
  word-wrap: break-word;
}
body::before{
  background-color:#efebdc;
  background-repeat:repeat;
  position:fixed;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:150%;
  content:"";
  z-index:-1;
  transform:translate3d(0,0,0);
}
#wrapper{
  width:100%;
  height:100%;
  min-height:100%;
  background-color:rgba(255,255,255,0.7); /* --背景色透過度0.7-- */
  position:relative;
  overflow:hidden;
}
body > #wrapper{
  height:auto;
}
a:link,a:visited{
  color:#4776af;
}
a:hover,a:active{
  color:#9fb7d4;
}
img{
  vertical-align:bottom;
  border:none;
  max-width:100%;
}
strong{
  font-weight:bold;
}
b{
  font-weight:bold;
}
pre{
  margin:1.0em 0;
  padding:1.0em;
}
blockquote{
  margin:0 40px 20px 20px;
  padding:0.5em;
  border:1px solid #669999;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
h1{
  margin:0 20px;
  padding:0;
  font-size:1em;
  color:#fff;
}
h1 a,h1 a:link,h1 a:visited{
  color:#fff;
  font-weight:bold;
}
h1 a:hover,h1 a:active{
  color:#4776af;
}
h2{
  margin:5px;
  padding:2px 10px;
  font-size:1.2em;
  font-weight:bold;
}
h2 a,h2 a:link,h2 a:visited{
  color:#4776af;
  font-weight: bold;
}
h2 a:hover,h2 a:active{
  color:#4776af;
}
h2.entry_title{
  border-left:5px solid #cc6633;
  border-bottom: 1px solid #cc6633;
}
h3{
  margin:0 10px 10px;
  padding:2px;
  font-size:1.2em;
  font-weight:bold;
  color:#cc6633;
  border-bottom:1px solid #cc6633;
}
h3 a,h3 a:link,h3 a:visited{
  font-weight:bold;
  color:#cc6633;
}
h4{
  margin:0 10px;
  font-size:1.0em;
  font-weight:normal;
  color:#15adb3;
  border-bottom:1px dotted #999;
}
h5 {
  border-bottom: 1px dashed #f0bdbd;
  margin: 10px 0 5px;
}
hr{
  margin:10px 0;
  border-top:dashed 1px #f0bdbd;
  height:1px;
}
ul li{
  list-style:circle;
  list-style-position:outside ;
  margin-left:15px;
}
p.right-txt{
  text-align:right;
  display:block;
  margin:5px;
}
.clearLeft{
  clear:left;
}
.emoji{
  margin:0;
  vertical-align:middle;
}
table {
  max-width: 100%;
  word-break: break-all;
}
iframe, embed {
  max-width: 100%;
}
/* レスポンシブ1000px以下（サイズ共有有り） */


/* ヘッダー部分 */
header{
  width:100%;
  position:relative;
  overflow:hidden;
  background-color:#7D5C44; /* --ブログのタイトル背景色-- */
  height:auto;
  margin:0;
  z-index:6;
}

/* トップ画像 */
.topimg{
  height:0;
  padding-top:21.64%; /* 表示したい画像の比率（縦サイズ÷横サイズ×100） */
  margin:0;
  background:url('https://blog-imgs-41.fc2.com/v/i/p/vipvipblogblog/20080921092040.jpg') no-repeat;
  background-size:cover;
}

/* ブログの説明部分 */
.introduction{
  margin:0;
  padding:3px 30px;
  height:auto;
  text-align:right;
  color:#454545;
  z-index:2;
  position:relative !important;
}

/* メニューボタン */
#btn{
  overflow:hidden;
  width:100%;
  height:30px;
  top:32px;
  z-index:3;
  position:fixed !important;
}
#btn1{
  overflow:hidden;
  position:absolute;
  width:230px;
  height:30px;
  top:32px;
  z-index:3 !important;
}
#btn2{
  overflow:hidden;
  position:absolute;
  width:230px;
  height:30px;
  top:32px;
  z-index:3 !important;
}
#nav_open{
  top:32px;
  cursor:pointer;
  position:fixed !important;
}
#aside_open{
  top:32px;
  right:0;
  cursor:pointer;
  position:fixed !important;
}
#nav_close{
  position:relative;
  top:0;
  left:0;
  padding-left:10px;
  cursor:pointer;
}
#aside_close{
  position:relative;
  top:0;
  left:0;
  padding-left:185px;
  cursor:pointer;
}

/* メニュー */
nav{
  position:fixed;
  top:0;
  bottom:0;
  width:230px;
  left:-230px;
  min-height:100%;
  height: auto !important;
  padding-bottom:15px;
  z-index:555;
  background-color:#fff;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}
nav li,aside li{
  font-size:1.0em;
  line-height:1.8;
}
nav li a:hover,aside li a:hover{
  color:#454545;
  background:#d6e2ea;
}
#nav_wrap{
  display:none;
}
aside{
  position:fixed;
  top:0;
  bottom:0;
  width:230px;
  right:-230px;
  padding-bottom:15px;
  z-index:555;
  background-color:#fff;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  min-height:100%;
  height: auto !important;
}
#aside_wrap{
  display:none;
}
#menu,#menu2{
  margin-top:61px;
}
#menu a,#menu2 a{
  text-decoration:none;
}
.menu_block{
  margin-bottom:5px;
}
.menu_title{
  background-color:#E5D4BB; /* --プラグイン1,2のタイトル背景色-- */
  color:#454545;
  padding:5px 15px;
  cursor:pointer;
}
.menu_title a{
  display:block;
}
.menu_body{
  margin:5px;
  padding-bottom:15px;
  overflow:hidden;
}
.menu3{
  margin:0 10px 10px;
  padding:15px;
  background-color:#fff;
  border:2px dotted #ccc;
}
.menu3_title{
  background-color:#c0d58c; /* --プラグイン3のタイトル背景色-- */
  color:#fff;
  margin:5px 5px 0;
  padding:2px 10px;
  font-size:1.2em;
}
.menu3_body{
  margin:0px;
  padding:10px;
  overflow:hidden;
}

/* 記事部分 */
#main{
  width:100%;
  height:100%;
  min-height:100% !important;
}
article{
  width:100%;
  height:100%;
  position:relative;
  z-index:2;
}
article section{
  margin:0 auto;
  padding:0;
}
.con2{
  background-color:#fff;
  margin:0 10px 10px;
  padding:5px;
  border:1px solid #ccc;
}
.con2_body{
  margin:10px;
}
.con2 blockquote{
  margin:0px 5px 10px 5px;
  padding:10px;
  border:1px dotted #ddb9b7;
  color:#4d4d4d;
  line-height:1.8;
}
.entry_date{
  text-align:right;
  margin:0 10px;
  color:#4776af;
}
.entry_state{
  text-align:right;
  margin:0 5px;
  padding:5px;
  font-size:11px;
  color:#5b4035;
  line-height:1.7;
  background-color:#E5D4BB; /* --投稿テーマ,カテゴリー部の背景色-- */
}
.entry_state a{
  font-size:11px;
  color:#ba6f6f;
  text-decoration:none;
  position:relative;
  border:none;
}
.entry_state a:hover{
  color:#ff8b8b;
  border-bottom:1px dotted #666;
}
.fc2_footer{
  margin:10px 0 0;
}

/* コメント部分 */
.com_block{
  margin:10px;
  padding:10px 25px;
  background-color:#fff;
  border:1px solid #ccc;
}
.com_title{
  margin-bottom:5px;
  color:#8f4b4b;
  font-weight:bold;
  border-bottom:1px dotted #ccc;
}
.com_state{
  margin-top:10px;
  text-align:right; 
}
input[type="password"]{
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
}
input[type="submit"]{
  border:solid 1px #aaa;
  padding:2px;
  background-color:#e2eccb;
}
input[type="checkbox"]{
  margin:5px;
  vertical-align:middle;
}
input[type="text"]{
  width:100%;
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
}
textarea,select{
  width:100%;
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
}

/* トラックバック部分 */
.trackback_waku{
  margin:20px 10px;
  padding:15px;
  background-color:#fff;
  border:1px solid #ccc;
}

/* フッター部分 */
footer{
  bottom:0;
  margin-top:10px;
  width:100%;
  z-index:2;
}

/* コピーライト */
#copyright{
  padding:2px 10px;
  text-align:center;
  color:#fff;
  background-color:#7D5C44; /* --コピーライト部の背景色-- */
}

/* フットメニュー */
#footmenu{
  width:100%;
  overflow:hidden;
  padding:0 10px;
  font-size:1.0em;
  text-align:center;
  color:#888;
  background:#fff;
}
#footmenu a{
  color:#454545;
  text-decoration:none;
}
#footmenu a:hover{
  color:#c0d58c;
}

/* ページ移動 */
.page_navi{
  padding-bottom:10px;
  text-align:center;
  margin:0px auto;
}

/* カレンダー */
table.calender{
  width: 100%;
}
.calender caption{
  font-size:1.0em;
  border-bottom:1px solid #ccc;
}
.calender th{
  font-weight:normal;
  text-align:center;
  border-bottom:1px dotted #ccc;
}
.calender td{
  text-align:center;
  border-bottom:1px dotted #ccc;
}
.calender a:link,.calender a:visited{
  font-weight:bold;
  color:#ac6837;
  text-decoration:none;
}
.calender a:hover{
  color:#FF8B8B;
  font-weight:bold;
  text-decoration:none;
}
th#sun{
  color:#9D5555;
}
th#sat{
  color:#0000ff;
}

/* 全記事表示 */
.all_body{
  margin:10px 20px 10px 10px;
  border-bottom:1px dotted #cccccc;
}
.all_day{
  padding:0;
  margin:0;
}

/*管理ページリンク*/
ul.admin{
  margin:0;
  padding:0px 10px;
  list-style-type:none;
  text-align:right;
}
ul.admin li{ 
  display:inline; 
  margin:0;
}
ul.admin a:link{
  color:#8f4b4b;
  text-decoration:none;
}
ul.admin a:hover{
  color:#FF8B8B;
  text-decoration:none;
}

/*コメントリスト*/
.sidehide{
  display:none;
  padding:10px 20px;
  text-align:left;
  color:#454545;
}

/*プロフィール画像の余白・表示位置 */
.author-image img,.plugin-myimage img{
  display: block;
  margin: 0 0 15px;
  text-align: center;
  border:1px solid #fff;
}
html>body .author-image img,.plugin-myimage img{
  display:block;
  margin:0 auto 15px;
  border:1px solid #fff;
}

/* 簡易表示トップページエントリー */
.kiji1{
  margin:10px;
  overflow: hidden;
}
.left{
  float:left;
  width:50%;
  height:40%;
  max-height:375px;
  margin:0 10px;
  text-align:center;
  position: relative;
  overflow:hidden;
}
.left img{
  vertical-align:middle;
  border:1px solid #dcdcdc;
}
.text_overflow{
  padding:0 10px;
}

/* 動画サイズレスポンシブ用（iframeをdiv class="player"で括る） */
.player{
  position:relative;
  height:0;
  padding-bottom:56.25%; /* アスペクト比16:9の場合 */
  overflow: hidden;
}
.player iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

/* ページネーション */
#pagenavi {
  line-height:20px;
  font-size:0.8em;
  text-align:center;
  margin:10px 0;
}
#pagenavi a,#pagenavi span{
  width:22px;
  margin:3px;
  background:#fff;
  border:1px solid #bbb;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-decoration:none;
  transition:all 0.3s;
  display:inline-block;
}
#pagenavi span{
  font-weight:bold;
  background:#E5D4BB;
}
#pagenavi a.dot{
  text-decoration:none;
  border:1px solid #eee;
}
#pagenavi a:hover{
  border-color:#bbb;
  background:#c0d58c;
  color:#fff;
}
.pagenation{
  overflow:hidden;
  margin:0px;
}
.pagenation ul{
  text-align:center;
  position:relative;
  list-style:none;
  padding-left:0;
}
.pagenation li{
  position:relative;
  display:inline-block;
}
.pagenation_prev,.pagenation_next{
  margin:8px;
  font-size:0.8em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:95px;
}
#pagecomment{
  bottom:55px;
}
#pagebottom{
  bottom:15px;
}
#pagetop,#pagebottom,#pagecomment{
  display:none;
  position:fixed;
  right:10px;
  background-color:rgba(173,216,230,.8);
  border:2px solid #f5f5f5;
  text-align:center;
  color:#fff;
  font-size:1.7em;
  text-decoration:none;
  padding:0 8px;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  z-index:4;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
#pagetop:hover,#pagebottom:hover,#pagecomment:hover{
  background-color:rgba(255,182,193,.8);
}
#dropmenu {
  margin: 0 0 10px;
}

#dropmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
}

#dropmenu ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box; // inside border
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 1px solid #dde4e6;
}

#dropmenu ul li:first-child {
  border: none;
}

#dropmenu ul li a {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.middle-box {
  background: #FFF;
  border: 1px solid #ccc;
  margin: 0 10px 10px;
}
.middle-box2 {
  background: #FFF;
  border: 1px solid #ccc;
  margin: 0 10px 10px;
}
.middle-box3 {
  background: #FFF;
  border-top: 1px solid #dde4e6;
  border-bottom: 1px solid #dde4e6;
  margin: 0 0 10px;
}
.tabs {
margin:auto 10px;
background-color: #fff;
}
.tab_item {
width: calc(100%/8);
height: 32px;
border-bottom: 1px solid #dde4e6;
background-color: #f0f0f0;
line-height: 30px;
font-size: 13px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
transition: all 0.2s ease;
border-right: 1px solid #dde4e6;
border-top: 1px solid #dde4e6;
cursor: pointer;
}
.tab_item:first-of-type {
border-left: 1px solid #ccc;
}

.tab_item:hover {
opacity: 0.75;
}
input[name="tab_item"] {
display: none;
}
.tab_content {
display: none;
clear: both;
overflow: hidden;
}
.tab_content2 {
display: none;
clear: both;
overflow: hidden;
}

@keyframes tabAnim{
0%{opacity:0;}
100%{opacity:1;}
}
#all:checked ~ #all_content,
#ch:checked ~ #ch_content,
#news:checked ~ #news_content,
#entertainment:checked ~ #entertainment_content,
#life:checked ~ #life_content,
#anime:checked ~ #anime_content,
#game:checked ~ #game_content,
#overseas:checked ~ #overseas_content {
display: block;
animation:tabAnim ease 0.6s forwards;
-ms-animation:tabAnim ease 0.6s forwards;
}
.tabs input:checked + .tab_item {
background-color: #4776af;
color: #fff;
}

.tabs2 {
margin:auto 10px;
background-color: #fff;
}
.tab_item2 {
width: calc(100%/5);
height: 32px;
border-bottom: 1px solid #dde4e6;
background-color: #f0f0f0;
line-height: 30px;
font-size: 13px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
transition: all 0.2s ease;
border-right: 1px solid #dde4e6;
border-top: 1px solid #dde4e6;
cursor: pointer;
}
.tab_item2:first-of-type {
border-left: 1px solid #ccc;
}

.tab_item2:hover {
opacity: 0.75;
}
input[name="tab_item2"] {
display: none;
}
#all2:checked ~ #all_content2,
#ch2:checked ~ #ch_content2,
#news2:checked ~ #news_content2,
#entertainment2:checked ~ #entertainment_content2,
#overseas2:checked ~ #overseas_content2 {
display: block;
animation:tabAnim ease 0.6s forwards;
-ms-animation:tabAnim ease 0.6s forwards;
}

.tabs2 input:checked + .tab_item2 {
background-color: #4776af;
color: #fff;
}
.tab_content3 {
display: none;
clear: both;
overflow: hidden;
}
.tabs3 {
margin:auto 10px;
background-color: #fff;
}
.tab_item3 {
width: calc(100%/5);
height: 32px;
border-bottom: 1px solid #dde4e6;
background-color: #f0f0f0;
line-height: 30px;
font-size: 13px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
transition: all 0.2s ease;
border-right: 1px solid #dde4e6;
border-top: 1px solid #dde4e6;
cursor: pointer;
}
.tab_item3:first-of-type {
border-left: 1px solid #ccc;
}

.tab_item3:hover {
opacity: 0.75;
}
input[name="tab_item3"] {
display: none;
}
#all3:checked ~ #all_content3,
#life3:checked ~ #life_content3,
#anime3:checked ~ #anime_content3,
#game3:checked ~ #game_content3,
#impact3:checked ~ #impact_content3 {
display: block;
animation:tabAnim ease 0.6s forwards;
-ms-animation:tabAnim ease 0.6s forwards;
}
.tabs3 input:checked + .tab_item3 {
background-color: #4776af;
color: #fff;
}

p._fukugan_title {
    width: 153px !important;
    height: 50px !important;
}



/* レスポンシブ1000px以下で適用 */

@media only screen and (max-width:1000px){
html{
  width:100%;
  overflow-y:scroll;
  overflow-x:hidden;
}
/* メニューを閉じて表示 */
.tree{
  display:none;
}
/* 要約表示時記事非表示 */
.kiji2{
  display:none;
}
/* モバイル入力時フォントサイズ */
input[type="password"],input[type="text"],textarea,select{
  font-size:1.34em;
  font-family:sans-serif;
}
#pagetop{
  bottom: 205px;
}
#pagecomment{
  bottom: 165px;
}
#pagebottom{
  bottom: 125px;
}
  #dropmenu {
    display: table;
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12);
  }

  #dropmenu > ul {
    list-style-type: none;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    z-index: 999;
  }

  #dropmenu > ul > li {
    position: relative;
    height: 32px;
    width: 25%;
    float: left;
    border-bottom: 1px solid #dde4e6;
    list-style-type: none;
  }
  #dropmenu > ul > li:first-child {
    border-left: 1px solid #dde4e6;
    border-bottom: 1px solid #dde4e6;
  }
  #dropmenu > ul > li:last-child {
    &:after {
      content: "";
      clear: both;
    }
  }

  #dropmenu ul li a {
    display: block;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
  }
.tabs {
    margin: 0;
}
.tab_item {
    width: 25%;
    border-bottom: 1px solid #dde4e6;
    background-color: #fFFF;

}
.tab_item:first-of-type {
    border-left: none;
}
.tab_item:nth-of-type(4n) {
    border-right: none;
}
.tabs2 {
    margin: 0;
}
.tab_item2 {
    width: 20%;
    border-bottom: 1px solid #dde4e6;
    background-color: #fFFF;

}
.tab_item2:first-of-type {
    border-left: none;
}
.tab_item2:nth-of-type(5n) {
    border-right: none;
}
.tabs3 {
    margin: 0;
}
.tab_item3 {
    width: 20%;
    border-bottom: 1px solid #dde4e6;
    background-color: #fFFF;

}
.tab_item3:first-of-type {
    border-left: none;
}
.tab_item3:nth-of-type(5n) {
    border-right: none;
}

._fukugan_grid {
  display: none !important;
}

}


/* レスポンシブ1001px以上で適用 */

@media only screen and (min-width:1001px){
html{
　　width:100%;
　　overflow-y:scroll;
　　overflow-x:hidden;
}

#wrapper{
  width:1220px;
  height:100%;
  min-height:100%;
  overflow:hidden;
  margin:0 auto;
  position:relative;
}

/* ヘッダー部分 */
header{
  width:97%;
  margin-top:25px;
  margin:25px 15px 0;
}

h1{
  font-size:2.0em;
  line-height:1.5;
  padding:5px 0 0;
  text-align:left;
}

/* ブログの説明部分 */
.introduction{
    padding:3px 10px;
}

/* トップ画像 */
.topimg{
  margin:0 0 0 10px;
}

/* レスポンシブメニュー非表示 */
#btn,
#btn1,
#btn2{
  display:none;
}

/* メニュー */
nav{
  position:static;
  float:left;
  width:210px;
  margin:26px 0 0 15px;
  overflow:hidden;
  box-sizing:border-box;
}
aside{
  position:static;
  float:right;
  width:310px;
  overflow:hidden;
  box-sizing:border-box;
}
aside section p{
  padding:0px;
}
.tree{
  display:block; /* メニューを開いて表示 */
}
#menu, #menu2{
  margin-top:0;
}
.menu_title{
  padding:3px 15px;
}
.menu_block{
  margin:0;
  padding-bottom:30px;
}
.menu3{
  float:none;
  width:66%;
  margin:0 220px 20px 11px;
  padding:10px;
  border:3px dotted #ccc;
}
.menu3_body{
  padding:10px 15px;
}

/* 記事部分 */
#main{
  width:80%;
  margin:0 15px 0 0;
  position:relative;
  float:right;
  overflow:hidden;
  box-sizing:border-box;
}
.con2{
  float:none;
  width:66%;
  margin:0 310px 20px 11px;
  padding:10px;
  border:1px solid #ccc;
}
.con2_body{
  margin:10px 15px;
}
.entry_state{
  margin:0 5px 5px;
}
.middle-box {
  background: #FFF;
  border: 1px solid #ccc;
  margin: 0 0 20px 11px;
}
.middle-box2 {
  background: #FFF;
  border: 1px solid #ccc;
  margin: 0 0 20px 11px;
  width:66%;
}
.middle-box3 {
  background: #FFF;
  border: 1px solid #ccc;
  margin: 0 0 20px 11px;
}
.kiji1{
  display:none; /* 要約非表示 */
}
.left{
  width:50%;
  height:40.5%;
  max-height:355px;
}

/* コメント部分 */
.com_block{
  margin:0px 310px 20px 11px;
  width:66%;
}
input[type="password"],input[type="text"],textarea,select{
  font-size:1.0em;
  font-family:sans-serif;
}
/* トラックバック部分 */
.trackback_waku{
  margin:20px 310px 20px 11px;
  width:66%;
  padding:10px;
  border:1px solid #ccc;
}

/* フッター部分 */
footer{
  width:97%;
  margin:10px auto 0;
  clear:both;
}

/* コピーライト */
#copyright{
  padding:3px 0;
}

/* フットメニュー */
#footmenu{
  padding:2px 0;
}

/* ページ移動 */
.page_navi{
  margin:0px 220px 0 0;
}

/* ページネーション */
#pagenavi{
  line-height:30px;
  font-size:1.0em;
  margin:5px;
}
#pagenavi a, #pagenavi span{
  width:30px;
  height:30px;
  margin:2px;
}
.pagenation{
  margin:10px 220px 10px 10px;
}
.pagenation_prev,.pagenation_next{
  margin:10px;
  font-size:1.0em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:130px;
  font-size:2.0em;
  padding:0 10px;
}
#pagecomment{
  bottom:80px;
  font-size:2.0em;
  padding:0 10px;
}
#pagebottom{
  bottom:30px;
  font-size:2.0em;
  padding:0 10px;
}
div#stic.fixed {
    position:fixed;
    top:10px;
}
div#stic2.fixed {
    position:fixed;
    top:10px;
}
#ranklet-10837 .popular-top .popular-list {
    padding: 0 !important;
}
#ranklet-10837 .popular-item {
    padding: 0 10px !important;
}
  #dropmenu {
    display: block;
    margin: 0 0 20px 10px;
  }

  #dropmenu > ul {
    width: 963px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }

  #dropmenu > ul > li {
    display: table-cell;
    height: 50px;
  }

  #dropmenu > ul > li > a {
    font-size: 14px;
    line-height: 50px;
  }


}

#breadcrumbs {
  line-height: 1.4;
  padding-bottom: 0px;
  font-size: 12px;
  white-space: nowrap;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .fa-caret-right {
  margin: 0 .5em;
}

#breadcrumbs a {
  text-decoration: underline;
}
.twitter-follow {
  text-align: center;
  margin-bottom: 10px;
}
.twitter-follow-box {
  border: 1px solid #ccc;
  display: table;
  background: #fff;
  border-radius: 3px;
  color: #333 !important;
  margin: 0 auto;
}
.twitter-follow-box .twitter-follow-thumb {
  display: table-cell;
  width: 60px;
  vertical-align: top;
  padding: 5px;
}
.twitter-follow-box .twitter-follow-txt {
  display: table-cell;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
  font-size: 12px;
}
.twitter-follow-box .twitter-follow-thumb img {
  vertical-align: middle;
  width: 60px;
  border-radius: 50%;
}

.bread{
  margin:0;
  padding:0px 10px;
  list-style-type:none;
  text-align:left;
  margin: 10px;
}

.bread a:link{
  color:#8f4b4b;
  text-decoration:none;
}
.bread a:hover{
  color:#FF8B8B;
  text-decoration:none;
}
.rss-block {
  height: 520px;
  margin-bottom: 10px;
}
.rss-area {
  display: inline-block;
  width: 50%;
  height: 520px;
  overflow: auto;
  font-size: 11px;
  margin-bottom: 15px;
  float:left;
}
.rss-area3 {
  display: inline-block;
  width: 50%;
  /* max-width: 800px; */
  height: 520px;
  overflow: auto;
  font-size: 11px;
  margin-bottom: 15px;
  /* padding: 0.5em !important; */
  float:left;
}
.rss-area2 {
  display: inline-block;
  width: 100%;
  /* max-width: 800px; */
  height: 520px;
  overflow: auto;
  font-size: 11px;
  margin-bottom: 30px;
  padding: 0.5em !important;
}
.rss-area2 {
  max-width: 800px;
}
.rss-area4 {
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: auto;
  font-size: 11px;
  margin-bottom: 15px;
  /* padding: 0.5em !important; */
}
.rss-area5 {
    display: inline-block;
    width: 100%;
    height: 520px;
    overflow: auto;
    font-size: 11px;
    margin-bottom: 15px;
    /* padding: 0.5em !important; */
}
.rss-area li, .rss-area2 li, .rss-area3 li, .rss-area4 li, .rss-area5 li {
  list-style: none;
  border-top-style: solid;
  border-top-width: 1px;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-color: #ccc;
}
.rss-area li, .rss-area3 li, .rss-area4 li, .rss-area5 li {
  background: url(https://blog-imgs-77-origin.fc2.com/v/i/p/vipvipblogblog/right.png) no-repeat left center;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  -ms-background-size: 12px 12px;
  background-size: 12px 12px;
}
.rss-area2 li{
  background: url(https://blog-imgs-77-origin.fc2.com/v/i/p/vipvipblogblog/20180409112725eeb.png) no-repeat right center;
  -webkit-background-size: 14px 10px, 16px 16px;
  -moz-background-size: 14px 10px, 16px 16px;
  -o-background-size: 14px 10px, 16px 16px;
  -ms-background-size: 14px 10px, 16px 16px;
  background-size: 14px 10px, 16px 16px;
}
.rss-area li:first-child, .rss-area2 li:first-child, .rss-area3 li:first-child, .rss-area4 li:first-child, .rss-area5 li:first-child {
  border-top: none;
}
.rss-area li:nth-child(2n), .rss-area2 li:nth-child(2n), .rss-area3 li:nth-child(2n), .rss-area4 li:nth-child(2n), .rss-area5 li:nth-child(2n) {
  background-color: #f9fbfc;
}
.rss-area li:hover, .rss-area2 li:hover, .rss-area3 li:hover, .rss-area4 li:hover, .rss-area5 li:hover {
  background-color: #E9E4DA;
}
.rss-area ul, .rss-area2 ul, .rss-area3 ul, .rss-area4 ul, .rss-area5 ul {
  margin: 0 !important;
  padding-left:0 !important;
}
.rss-area li a, .rss-area2 li a, .rss-area3 li a, .rss-area4 li a, .rss-area5 li a {
  font-size: 13px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rss-area li a,.rss-area3 li a,.rss-area4 li a,.rss-area5 li a{
  padding: 6px 0px 6px 18px !important;
}
.rss-area2 li a {
  padding: 6px 15px 6px 6px !important;
}

.rss-area li span.blogroll-new-entry, .rss-area li span.blogroll-link-time, .rss-area2 li span.blogroll-new-entry, .rss-area2 li span.blogroll-link-time, .rss-area3 li span.blogroll-new-entry, .rss-area3 li span.blogroll-link-time, .rss-area4 li span.blogroll-new-entry, .rss-area4 li span.blogroll-link-time, .rss-area5 li span.blogroll-new-entry, .rss-area5 li span.blogroll-link-time {
  display: none;
}
.rss-area iframe, .rss-area2 iframe, .rss-area3 iframe, .rss-area4 iframe, .rss-area5 iframe {
  display: none;
}
.rss-area .blogroll-channel .blogroll-list, .rss-area2 .blogroll-channel .blogroll-list,.rss-area3 .blogroll-channel .blogroll-list,.rss-area4 .blogroll-channel .blogroll-list,.rss-area5 .blogroll-channel .blogroll-list {
  list-style-image: none !important;
  border-bottom: none !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.rss-area p, .rss-area2 p, .rss-area3 p, .rss-area4 p, .rss-area5 p {
  padding: 0px;
}


.rss-area a,.rss-area2 a,.rss-area3 a,.rss-area4 a,.rss-area5 a {
  color: #1a0dab;
  font-weight: normal;
}
div[id*="ranklet-"]>div:last-child{
  display:none !important;
}
div#ranklet-10837 {
  margin: 10px;
 }
@media screen and (max-width: 800px) {
  .rss-block {
    height:850px;
  }
  .rss-area, .rss-area2 {
    overflow: hidden;
    height:513px;
    -webkit-overflow-scrolling: touch;
  }
  .rss-area3, .rss-area4, .rss-area5 {
    overflow: hidden;
    height:310px;
    -webkit-overflow-scrolling: touch;
  }
  .rss-area,.rss-area3,.rss-area4,.rss-area5 {
    width:100%;
    margin-bottom:10px;
  }
  .rss-iframe {
    height: 170px;
  }
  .index-top {
    max-height: 168px;
  }
  .rss-area li,.rss-area3 li,.rss-area4 li,.rss-area5 li {
    background: url(https://blog-imgs-77-origin.fc2.com/v/i/p/vipvipblogblog/20180409112725eeb.png) no-repeat right center;
  -webkit-background-size: 14px 10px, 16px 16px;
  -moz-background-size: 14px 10px, 16px 16px;
  -o-background-size: 14px 10px, 16px 16px;
  -ms-background-size: 14px 10px, 16px 16px;
  background-size: 14px 10px, 16px 16px;
  }
  .rss-area li a,.rss-area3 li a,.rss-area4 li a,.rss-area5 li a{
    padding: 6px 15px 6px 6px !important;
  }
  .rss-area li:nth-child(4n) a, .rss-area li:nth-child(1) a,.rss-area2 li:nth-child(4n) a, .rss-area2 li:nth-child(1) a,.rss-area3 li:nth-child(4n) a, .rss-area3 li:nth-child(1) a,.rss-area4 li:nth-child(4n) a, .rss-area4 li:nth-child(1) a,.rss-area5 li:nth-child(4n) a, .rss-area5 li:nth-child(1) a {
  color: #cc0000;
  }

}
/***------------------------------------------
      posted comment
------------------------------------------***/


.another-comment-title {
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 5px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.another-comment-title:before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(150, 150, 150);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.another-comment-title span {
  display: inline-block;
  background-color: white;
  padding: 0 1em;
  position: relative;
  z-index: 3;
}
.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200, 200, 200);
  font-style: italic;
  text-align: center;
  margin: 0 0 20px;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207, 207, 207);
  /* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.arrow-box {
  margin: 0 auto;
  /* background-color: rgb(250,250,250); */
  /* 注)コメント一覧背景色 */
  padding: 5px 20px;
  position: relative;
  font-size: 14px;
}


/* .arrow-box:after {
  content: "";
  margin-left: -12px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(250,250,250,0); /* 注)コメント一覧矢印の色 */

border-bottom-color: rgb(250, 250, 250);

/* 注)コメント一覧矢印の色 */

border-width: 12px;
pointer-events: none;
position: absolute;
left: 8%;
bottom: 100%;

}
*/ .comment-body {
  padding-bottom: 10px;
}
.comment-info {
  text-align: right;
}
div[id*="comment-box"] {
  border-top: 1px solid #DDE4E6;
}
div[id*="comment-box"]:first-of-type {
  border-top: none;
}
div[class*="res-foot"] {
  margin: 40px 0 5px 0;
  position: relative;
  overflow: hidden;
}
div[class*="comment-foot"] {
  margin: 0 0 5px 0;
  position: relative;
  overflow: hidden;
}
.c-commentItem__reply {
  float: right;
  margin: 0 15px;
}
.c-btn--comment {
  font-size: 12px;
}
.c-btn {
  display: inline-block;
  width: 30px;
  height: 31px;
  margin-left: 5px;
  text-decoration: none;
  color: #D0CCDD;
  font-weight: normal;
  padding: 3px 0 1px 0;
  text-align: center;
  border: none;
  background-color: #FFF;
}
.c-btn:hover {
  background-color: #D0CCDD;
  border-radius: 3px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  color: rgb(51, 51, 51);
}
.btn_box .r-btn {
  display: inline-block;
  width: 30px;
  margin-left: 5px;
  text-decoration: none;
  color: #D0CCDD;
  font-weight: normal;
  padding: 3px 0 1px 0;
  text-align: center;
}
.btn_box .r-btn:hover {
  background-color: #D0CCDD;
  border-radius: 3px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.btn_box .r-btn--comment {
  font-size: 12px;
}

/***------------------------------------------
      comment form
------------------------------------------***/
#comment_form, #comment_form2 {
  margin: auto;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
}
#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}
#right-half {
  display: inline;
  width: 50%;
}
#right-half span {
  font-size: 9px;
}
@media (max-width: 599px) {
  #left-half {
    display: inline-block;
    width: 100%;
  }

  div#left-half input {
    margin-bottom: 0px;
  }

  #right-half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#comment_form input, #comment_form2 input {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid silver;
  /* 注)コメントフォーム各項目ボーダー色 */

  padding: 12px;
}
#comment_form #password, #comment_form2 #password {
  width: 50%;
}
#comment_form input:focus, #comment_form2 input:focus, #comment:focus {
  background-color: white;
  border: 1px solid rgb(51, 51, 51);
}
#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid silver;
  /* 注)コメントフォームテキストエリアボーダー色 */

  line-height: 1.5;
  padding: 12px;
}
#comment_form input:-webkit-autofill, #comment_form2 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
#comment_form input::-webkit-input-placeholder, #comment_form textarea::-webkit-input-placeholder, #comment_form2 input::-webkit-input-placeholder, #comment_form2 textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Work Sans', 'sans-serif';
  font-size: 11px;
}
#comment_form input::-moz-placeholder, #comment_form textarea::-moz-placeholder, #comment_form2 input::-moz-placeholder, #comment_form2 textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Work Sans', 'sans-serif';
  font-size: 11px;
}
#comment_form input::placeholder, #comment_form textarea::placeholder, #comment_form2 input::placeholder, #comment_form2 textarea::placeholder {
  letter-spacing: 1px;
  font-family: 'Work Sans', 'sans-serif';
  font-size: 11px;
}
.sample1 {
  font-weight: bold;
}
/* colorbox overlay */
#cboxOverlay, #cboxWrapper, #colorbox {
  z-index: 100005 !important;
}
.adroll-block {
  display: none !important;
}
#unitedblades_div {
  display: none !important;
}
.antenna {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 2px #999;
  border-radius: 8px;
  max-width: 810px;
}
.antenna .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 18px;
  background: #FFF;
  color: #999;
  font-weight: bold;
}
.antenna p {
  margin: 0;
  padding: 0 0 0 10px;
  text-decoration: none !important;
}
.antenna2 .blogroll-channel .blogroll-list {
  list-style-image: url('https://blog-imgs-116.fc2.com/v/i/p/vipvipblogblog/1.gif');
  border-bottom: thin dotted #ddd;
}
.aa {
  font-family: IPAMonaPGothic, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.aa2 {
  font-family: IPAMonaPGothic, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold
}
.remodal {
  padding: 25px 15px !important;
}
.remodal-res {
  text-align: left !important;
}
.comres {
  cursor: pointer;
}
.remodal-wrapper {
  z-index: 2147483647 !important;
}
.iziModal {
  z-index: 2147483647 !important;
}
@media screen and (max-width: 630px) {
  .iziModal {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #comment {
    min-height: 100px;
  }
}
.iziModal-overlay {
  z-index: 2147483646 !important;
}
.iziModal .iziModal-header {
  box-shadow: none !important;
  margin-top: 10px !important;
}
.iziModal .iziModal-button-close {
  background: url(https://blog-imgs-77-origin.fc2.com/v/i/p/vipvipblogblog/close.png) no-repeat 50% 50% !important;
}
div.t span {
  font-size: 11px;
}
div.attention {
  margin-bottom: 15px;
}
div.attention span {
  font-size: 12px;
  color: #A94442;
}
.blogroll-channel .blogroll-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
.resfootleft {
  display: none;
  font-size: 9px;
  color: #000;
  font-weight: normal;
  margin-top: 5px;
  padding: 5px;
  height: 31px;
}
.marginright5 {
  margin-right: 5px;
}
.comres {
  margin: 0 0 6px 0;
  border: 1px solid #999;
  color: #666;
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #ffffff;
  text-decoration: none !important;
}
.resfootleft a {
  font-size: 9px !important;
}
.announce_box {
  position: relative;
  background-color: #fff;
  background: #efefef;;
  padding: 1em;
  margin-top: 40px;
}
.announce_box-tape {
  position: absolute;
  top: -0.75em;
  left: calc(100% / 8);
  background-color: rgba(100, 100, 100, .3);
  border-left: 4px solid #8BC6CA;
  padding: 0.25em 2em;
  color: #454545;
  transform: rotate(-3deg);
}
.announce_box p {
  color: #454545;
  padding: 15px 10px 10px 10px;
  font-size: 13px;
}
.share {
  clear: both;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share li a {
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.share li a:hover {
  opacity: 0.8;
}
.share ul:after {
  content: "";
  display: block;
  clear: both;
}
.share li {
  float: left;
  width: 25%;
  list-style: none;
  margin-left: 0;
}
.share-tw {
  background-color: #55acee;
}
.share-fb {
  background-color: #3b5998;
}
.share-gp {
  background-color: #dd4b39;
}
.share-hb {
  background-color: #2c6ebd;
}
.hatenaB:before {
  content: 'B!';
  font-style: normal;
}
@media (max-width: 599px) {
  .share span {
    display: inline-block;
    text-indent: -9999px;
  }

  .share li a {
    padding: 8px 10px;
  }
}
.antenna {
  padding: 0.5em !important;
}
.antenna li {
  list-style: none;
  border-top-style: solid;
  border-top-width: 1px;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background: url(https://blog-imgs-77-origin.fc2.com/v/i/p/vipvipblogblog/20180409112725eeb.png) no-repeat right center;
  -webkit-background-size: 14px 10px, 16px 16px;
  -moz-background-size: 14px 10px, 16px 16px;
  -o-background-size: 14px 10px, 16px 16px;
  -ms-background-size: 14px 10px, 16px 16px;
  background-size: 14px 10px, 16px 16px;
  border-color: #e7e7e7;
}
.antenna li:first-child {
  border-top: none;
}
.antenna li:nth-child(2n) {
  background-color: #f6faf9;
}
.antenna li:hover {
  background-color: #E9E4DA;
}
.antenna ul {
  margin: 0 !important;
}
.antenna li a {
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  background-size: 16px 16px;
  padding: 5px 15px 5px 0px !important;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a0dab;
  font-weight: bold;
}
.antenna li:nth-child(4n) a, .antenna li:nth-child(1) a {
  color: #cc0000;
}
.antenna li span.blogroll-new-entry, .antenna li span.blogroll-link-time {
  display: none;
}
.antenna iframe {
  display: none;
}
.antenna .blogroll-channel .blogroll-list {
  list-style-image: none !important;
  border-bottom: none !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.blogroll-channel {
  margin-bottom: 0px !important;
  padding: 0px !important;
}
.antenna p {
  padding: 0px;
}

#page-scroll2 {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}
@media screen and (max-width: 1123px) {
  #page-scroll2 {
    right: 0px;
  }
}
.t {
  margin-top: 20px;
}
.t:first-of-type {
  margin-top: 0px;
}
.t_b {
  margin-bottom: 60px;
}
.iziModal-res>.t:first-of-type {
  margin-top: 0px;
}
.iziModal-res>div[id*="comment-box"]:first-of-type {
  margin-top: 0px;
}
.rssup {
  margin-bottom: 10px;
}
.rssup span {
  font-size: 12px;
}
.rssup span a {
  text-decoration: underline;
}
p.t_a {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: normal !important;
  border: 1px solid #ccc;
  margin-right: 60px;
  margin-bottom: 15px;
  padding: 5px;
}
.res_count {
  float: right;
  widht: 200px;
}
.heart_come {
  padding-left: 6px;
  float: right;
  position: relative;
  height: 15px;
  color: #fff;
  transition: all 0.7s;
  font-size: 13px;
  border-radius: 3px;
}
.like-button {
  border-radius: 3px;
  color: #FFF;
  padding: 5px;
  transition: all 0.7s;
  float: right;
}
.bad-button {
  border-radius: 3px;
  color: #FFF;
  padding: 5px;
  transition: all 0.7s;
  float: right;
}
.likespan {
  margin: 0;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px !important;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: #ffffff;
  text-decoration: none !important;
}
.likespan:before {
  margin-right: 3px;
}
.likespan:hover {
    background-color: #D0CCDD;
    color:#FFF;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.click_on>.likespan {
    color: #a94442;
}
.click_on>.likespan:hover {
    background-color: #FFF;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.badspan {
  margin: 0;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px !important;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: #ffffff;
  text-decoration: none !important;
}
.badspan:before {
  margin-right: 3px;
}
.badspan:hover {
    background-color: #D0CCDD;
    color:#FFF;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.click_on>.badspan {
    color: #4274a9;
}
.click_on>.badspan:hover {
    background-color: #FFF;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.fa-heart:before {
  font-size: 13px;
}
.fa-heart:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12.5px;
  top: 7.5px;
  z-index: 1;
  font-size: 20px;
  line-height: 20px;
  color: #ffcccc;
  transform: translateY(0px) scale(0);
  opacity: 0;
  transition: none;
}
.fa-heart:after {
  content: "\f004";
}
.right-arrow {
  padding: 10px 10px;
  background: #FFFFFF;
  text-align: left;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-right: 15px;
  position: relative;
}
.right-arrow:before {
  left: 98%;
  top: 13px;
  position: absolute;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 0 0 #d9d9d9;
}
.click_on {
  border-radius: 3px;
  color: #FFF;
  padding: 5px;
  transition: all 0.7s;
  float: right;
}
.res_count {
  color: rgb(95, 95, 95);
  font-size: 12px;
}
div.btn_box {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  float: right;
}
.nav_close {
    line-height: 14px;
    color: #999;
    cursor: pointer;
}
.margin_top10 {
    margin-top: 10px;
}
.margin_top30 {
    margin-top: 30px;
}
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
@media screen and (max-width: 768px) {
  #sendbtn {
    width: 100%;
    max-width: none;
  }
}

#mypopup {
    display: none;
    position: absolute;
    border: 1px solid #bbb;
    padding: 5px 10px 8px;
    margin-right: 20px;
    font-size: 14px;
    color: #111;
    background-color: #f6faf9;
    list-style-type: none;
    line-height: 1.2;
    text-align: left;
    max-width: 750px;
    min-width: 250px;
    box-shadow: 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
}

.relate_li {
    border-bottom: dotted 1px #ccc;
}

table.acr_ranking_sys {
    width: 100%;
    max-width: 1300px;
}

@media screen and (max-width: 1123px) {
  table.acr_ranking_sys {
    max-width: 900px;
  }
}
table.acr_ranking_sys td {
    height: 30px;
    padding: 1px;
    border: 1px solid #ccc;
}
table.acr_ranking_sys tr td:first-child {
    white-space: nowrap;
}
#sendButton {
  border: 1px solid #15aeec;
  background-color: #49c0f0;
  background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
  background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
  border-radius: 4px;
  color: #fff;
  line-height: 36px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin-top: 10px;
  width: 49%;
  max-width: 156px;
  cursor: pointer;
}
#sendButton:hover {
  border:1px solid #1090c3;
  background-color: #1ab0ec;
  background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
#sendButton:active {
  background: #1a92c2;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

@media screen and (max-width: 768px) {
  #sendButton {
    width: 100%;
    max-width: none;
  }
}

ul.relatedArticle {
    border: solid 1px #0645ad;
    padding-left: 0 !important;
    padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul.relatedArticle li {
    line-height: 1.5;
    padding: 5px 0 5px 10px;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ul.relatedArticle li:last-of-type{
  border-bottom: none;
}
ul.relatedArticle li:after {
  font-family: FontAwesome;
  background: #0645ad;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -1px;
  bottom: 100%;
  padding: 3px 10px;
  content: '当ブログ関連記事';
  letter-spacing: 0.05em;
}
ul.relatedArticle li a {
  display: block;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  text-decoration: underline;
}
ul.relatedArticle li a::before {
    content: "関連";
    position: absolute;
    left: -35px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.2em;
    background: rgb(6, 69, 173);
    padding: 3px 4px 2px;
    border-radius: 2px;
}
div.related {
  margin: 40px 0;
}
div.another_rss {
  display:block;
  margin-top: 20px;
  text-align: center; 
}
.fw-feed-item {
  padding: 5px 0 !important;
}

.announced2 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.announced2 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.announced2 p {
    padding: 15px 20px;
    margin: 0;
}
.icatch {
    margin: 0 0 30px;
} 
.adbox{
  width:100%;
  margin-bottom: 10px;
}
.nofont {
  font-weight: bold;
  font-size:15px !important;
  text-decoration: underline;
  color: #008000;
  display: inline-block;
}
.m_bottom15{
  margin-bottom: 15px;
}
.sample1 img {
    max-width: 100%;
    margin-top: 8px;
    width: auto;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all .2s ease-in-out;
}
.sample1 img:hover {
    box-shadow:0 19px 38px rgba(0,0,0,0.30),0 15px 12px rgba(0,0,0,0.22);
}
.img-rss{
  margin-bottom:30px;
}
.sponly{
  display:none;
}
.spmedia{
  display:none;
}
@media screen and (max-width: 768px) {
  .sponly {
    display: block;
  }
  .spmedia {
    display: block;
  }
  #footerMenu {
    display: block;
    width: 100%;
    background-color: #000;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    max-height:100px;
  }
  #footerMenu a {
    width:100%;
  }
  #footerMenu img {
    width:100%;
  }
}
html.iziModal-isAttached body, html.iziModal-isOverflow body {
    overflow-x: visible !important;
    overflow-y: visible !important;
}
#entry-header {
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid rgb(238, 238, 238);
  background-color: #fff;
  margin-top:0;
}

.entry-header-content {
  display: -webkit-box;
  /* fallback old Android */
  display: -ms-flexbox;
  /* fallback ie10 */
  display: -webkit-flex;
  /* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
  padding: 0;
  font-size: 12px;
  width: 100%;
}

.entry-header-content-box {
  display: table;
  table-layout: fixed;
  padding: 0 15px 10px 0;
}
.entry-header-content-box2 {
  display: table;
  table-layout: fixed;
  padding: 0 15px 0 0;
  margin: 0 auto;
}
#author_img_wrapper {
  display: table-cell;
  width: 46px;
  height: 46px;
  vertical-align: middle;
}

#entry-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  vertical-align: middle;
}

#entry-author p, #entry-day, #entry-category div, #entry-comment div, #entry-tag div {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

#entry-datetime .fa, #entry-category .fa, #entry-comment .fa, #entry-tag .fa {
  display: table-cell;
  width: 10px;
  color: rgb(220, 220, 220);
  vertical-align: middle;
}
#entry-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid #ccc;
  color: rgb(51, 51, 51);
  padding: .1em .8em;
  font-size: 12px;
}

#entry-tag a:hover {
  background-color: rgb(250, 250, 250);
  border-color: rgb(250, 250, 250);
}
.sponly{
  display:none;
}
.pconly{
  display:block;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .sponly {
    display: block;
    position: relative;
    z-index: 99;
  }
  .pconly {
    display: none;
  }
}

#blogserach {
  position: relative;
  margin: 5px 0px 0px;
}
#blogsearchbutton {
  position: absolute;
  right: 1px;
  bottom: 1px;
  font-family: 'FontAwesome';
  border: none;
  background: none;
  line-height: 26px;
  font-size: 12px;
  padding: 0 10px;
  color: #999;
  cursor: pointer;
}
#ranking {
  display: block;
}
#ranking .popular-top {
    position: relative;
}
#ranking .popular-top .popular-list {
    padding: 0;
}
#ranking .popular-pv {
    display: block;
}
#ranking .popular-item {
    width: 100%;
    padding: 5px 0;
    float: left;
    border-top: 1px dashed #c7c7c7;
}
#ranking .popular-item:first-child {
    border-top: none;
}
#ranking .popular-item > a {
    display: block;
    position: relative;
}
#ranking .popular-thumb {
    width: 90px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
    float: left;
}
#ranking .popular-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
#ranking .thumbnail {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    border: none;
    width: 100%;
    height: 100%;
}
#ranking .popular-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    height: auto;
    overflow: hidden;
    margin: 5px 0;
    text-align: left;
}
#ranking .l-inner:after, #ranking .clear:after, #ranking .wrapper:after, #ranking .article:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.fc2_recent_entry_thumb_blogtitle {
  font-weight: bold;
}
.rakuten_under {
    margin: 60px 0px 20px;
    border: 1px solid #ebd8c0;
    padding: 10px 20px;
    background-color: #f9e6d7;
    font-weight: bold;
    overflow: hidden;
}
.rakuten-box{
    margin-bottom:0px;
}
.rakuten-image{
    float: left;
    margin: 0px 12px 1px 0px;
    width: 35%;
}
.rakuten-info{
    line-height: 120%;
    margin-bottom: 10px;
}
.rakuten-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 120%;
}
.rakuten-sub-info {
    float: left;
}
.rakuten-link {
    margin-top: 5px;
}
.rakuten-footer {
    clear: left;
}
.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
}
.ad_flex {
  display: flex;
  display: -webkit-flex;/* safari用 */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;/* safari用 */
  width: 66%;
  margin: 10px;
}
.ad_flex1 {
  flex: 1;
  min-width : 310px;
}
.ad_flex2 {
  width : 310px;
}
#temp_recommend .popular-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
#temp_recommend .popular-thumb {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 130px;
    height: 90px;
    position: relative;
    float: left;
    margin-right: 10px;
}
#temp_recommend .popular-item > a {
    display: block;
    position: relative;
}
#temp_recommend .popular-item {
    width: 100%;
    padding: 5px 0;
}
#temp_recommend .popular-top .popular-list {
    padding: 0;
}
#temp_recommend .popular-top {
    position: relative;
}
div#temp_recommend {
    margin: 10px;
}
#temp_recommend .popular-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
    text-align: left;
}
#temp_recommend .l-inner:after, #temp_recommend .clear:after, #temp_recommend .wrapper:after, #temp_recommend .article:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#h1_blogname {
  margin: 0 20px;
  padding: 0;
  font-size: 1em;
  color: #fff;
}
#h1_blogname a, #h1_blogname a:link, #h1_blogname a:visited {
    color: #fff;
    font-weight: bold;
}
h1.entry_title {
    border-left: 5px solid #cc6633;
    border-bottom: 1px solid #cc6633;
    margin: 5px;
    padding: 2px 10px;
    font-size: 1.2em;
    font-weight: bold;
}
h1.entry_title a, h1.entry_title a:link, h1.entry_title a:visited {
    color: #4776af;
    font-weight: bold;
}
/* レスポンシブ518px以下で適用 */
@media only screen and (max-width:518px){
.imgUnits {
    width: 47% !important;
}
.imgUnits img {
    width: 100% !important;
}
.bread{
  padding: 5px 14px;
  background-color: #f0f0f0;
  overflow-x: scroll;
  margin: 5px 0 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
}
.none {
  display:none !important;
}
a.rel-link {
    display: inline-block;
    margin: 45px 0 0 45px;
    position: relative;
    text-decoration: none;
    text-decoration: underline;
}
a.rel-link::before {
    content: "関連";
    position: absolute;
    left: -40px;
    top: 4px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.2em;
    background: rgb(6, 69, 173);
    padding: 3px 4px 2px;
    border-radius: 2px;
    font-size: 13px;
}

table.access_ranking {
    width: 100%;
    max-width: 1300px;
    color: #333;
}

@media screen and (max-width: 1123px) {
  table.access_ranking {
    max-width: 900px;
  }
}
table.access_ranking td {
    height: 30px;
    padding: 1px;
    border: 1px solid #ccc;
}
table.access_ranking tr td:first-child {
    white-space: nowrap;
    text-align: center;
}
table.access_ranking thead td {
    text-align: center;
}
.nav_close {
    line-height: 14px;
    color: #999;
    cursor: pointer;
    position: fixed;
    bottom: 97px;
}
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    margin:0;
}
.viewer ul li img {
    width: 100%;
}
.viewer ul li a img {
    height: 100%;
}
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
.iten {
  font-weight:bold;
  color:#FF0000;
  font-size: 16px;
  margin: 10px;
}