@charset "UTF-8";

/*開発中は開発効率重視で@importを利用するけどいずれは取り除きたい[TODO]*/
@import url("css/feedly.css");/*feedlyバルーンのスタイル*/
@import url("css/blog-card.css");/*ブログカードのスタイル*/
@import url("css/extension.css");/*拡張CSSのスタイル*/
@import url("css/other.css");/*外部パーツ微調整*/
@import url("css/sns.css");/*SNSボタンなどのスタイル*/
/*
Theme Name: Simplicity1.5.4
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: http://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Version: 1.5.4 20150304
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.wpp-list:before {
  background: none repeat scroll 0 0 #fff;}
/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;

}

body {
  font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, sans-serif;
  font-size:1em;
color:#222;

  /*height:100vh;*/
}

img{
  border-width:0px;
  /*pointer-events:none;*/
}

.article{
  font-size:16px;
  line-height:150%;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption{
  max-width:100%;
  height:auto !important;
}

.aligncenter{
  clear:both;
}


.article strong {
    /*background: -webkit-linear-gradient(transparent 60%, #faf186 60%);
    background: -o-linear-gradient(transparent 60%, #faf186 60%);
    background: linear-gradient(transparent 60%, #faf186 60%);*/
    font-weight: bold;
}
.m_box{
padding: 10px;
margin: 15px 0 15px;
border: 1px solid #ddd;
background-color: #efefef;
}

.inc_box{
  clear:both;
overflow: hidden;
padding: 10px 10px;
margin: 0 0 0;
border: 1px solid #FFD964;
background-color: #FEF6E0;
}
.article .red{
    color: #ff4f4f;
    font-weight: bold;
}

/************************************
** 見出し（H1-6）
************************************/

h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#222;
}

.heading7{
	position:relative;
	padding:13px 20px 10px 20px;
	font-weight: bold;
	font-size: 20px;
	background-color: #e3e3e3;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
.heading7:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:13px transparent solid; 
	border-right-width:0; 
	border-left-color:#e3e3e3; 
	position:absolute; 
	top:38px; 
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}

.article h1,
.article h5,
.article h6{
  position:relative;
  margin-top:15px;

}
#the-content h1 {
  margin-top:10px;
  margin-bottom:0px;
  font-size: 26px;
  line-height:117%;
  letter-spacing: 0.06em;
}

#archive-title{
  font-size:24px;
  border-bottom:5px solid #e7e7e7;
  padding:0 0 5px 0;
  color:#eb3f25;
}

#the-content h2 {
    padding: 10px 12px 10px 12px;
    font-size: 22px;
    font-weight: bold;
    background-color: #efefef;
    border-left: 6px solid #eb3f25;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left!important;
    letter-spacing: 0.06em;
}
#list h2 {
    padding: 10px 12px 10px 12px;
    font-size: 22px;
    font-weight: bold;
    background-color: #efefef;
    border-left: 6px solid #eb3f25;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left!important;
    letter-spacing: 0.06em;
}

#the-content.box {
    background-color: #eee;
    margin: 1em 0 2em;
    padding: 2em;
}
#the-content h3,
#comment-area h3{
    padding: 10px 12px 10px 12px;
    font-size: 22px;
    font-weight: bold;
    background-color: #efefef;
    border-left: 6px solid #20377d;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left!important;
    letter-spacing: 0.05em;
}

#related-entries h3{
    padding: 10px 12px 10px 12px;
    font-size: 22px;
    font-weight: bold;
    background-color: #efefef;
    border-left: 6px solid #20377d;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left!important;
    letter-spacing: 0.05em;
}

#the-content h6{
  font-size:18px;
  padding:8px 0;
margin: 0 0
}

#the-content h5 {
position: relative;
line-height: 1.4;
padding:0.25em 1.5em;
display: inline-block;
font-size:18px;
margin-bottom:15px
}

#the-content h5:before,#the-content h5:after{ 
content:'';
width: 10px;
height: 20px;
position: absolute;
display: inline-block;
}

#the-content h5:before{
  border-left: solid 2px #20377D;
  border-top: solid 2px #20377D;
  top:0;
  left: 0;
}

#the-content h5:after{
  border-right: solid 2px #20377D;
  border-bottom: solid 2px #20377D;
  bottom:0;
  right: 0;
}

#the-content .kagi {
position: relative;
line-height: 1.4;
padding:0.25em 1.5em;
display: inline-block;
font-size:18px;
margin-bottom:15px;
font-weight: bold;
}

#the-content .kagi:before,#the-content .kagi:after{ 
content:'';
width: 10px;
height: 20px;
position: absolute;
display: inline-block;
}

#the-content .kagi:before{
  border-left: solid 2px #20377D;
  border-top: solid 2px #20377D;
  top:0;
  left: 0;
}

#the-content .kagi:after{
  border-right: solid 2px #20377D;
  border-bottom: solid 2px #20377D;
  bottom:0;
  right: 0;
}

.link-card{
margin:20px 0 0;
    display: inline-block;
    padding: 3px 10px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background: #20377D;
    color: #ffffff;
    font-weight: bold;

}


#the-content h4 {
	position:relative;
	padding:10px 5px 9px 15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFD324;

margin-top: 20px;
margin-bottom:10px;

}
 
#the-content h4:before{
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 9px solid transparent;
border-top: 10px solid #FFD324;
width: 0;
height: 0;
}

/************************************
** アンカー
************************************/
a {
  color: #2098A8;
}

a:hover {
  color: #C03;
}

#new-entries a,
#popular-entries a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
}
#footer a,
#new-entries a,
#popular-entries a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

#new-entries a:hover,
#popular-entries a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.entry .post-meta a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
-widget a:hover,
.article-list .entry-title a:hover{
  color:#c03;
}

#new-entries a:hover,
#popular-entries a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/*
#the-content ul li{
  list-style-type:none;
}
#the-content > ul > li:before{
  content: "\f0da";
  font-family: FontAwesome;
  margin-right:7px;
}

#the-content > ul > li > ul > li:before{
  content: "\f101";
  font-family: FontAwesome;
  margin-right:7px;
}

#the-content > ul > li > ul > li > ul > li:before{
  content: "\f105";
  font-family: FontAwesome;
  margin-right:7px;
}
*/
/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th, .article td{
  padding: 5px 8px;
}

.article ol,
.article ul,
.article dl{
  line-height:150%;
}

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}

/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: scroll;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.category-description {
  font-size:14px;
}

.wpp-range{
  text-align:right;
  font-size:14px;
}

span.search-excerpt {
  background-color: #FF9;
}

.invisible{
  display:none;
}

hr.sep {
  background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  margin:0;
  padding:0;
  margin: 0 auto;
}

#header-in, #body-in, -in{
  width: 1070px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header {
  margin-bottom: 0px;
background-color:#fff
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0px;
  width: auto;
}
#header .alignleft{
  /*max-width:700px;*/
}
#header .alignright{
  width: 210px;
  text-align:right;

  right: 0;
  top: 0;
  position: absolute;
}


#body{
  margin-top:15px;
}

#main {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 740px;
  padding: 10px 29px 0px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;
}

#sidebar {
  float: right;
  width: 300px;
}

#main,
#sidebar{
  margin-bottom: 59px;
}

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#header-ad { float: left; width: 550px; margin: 10px 0 0 40px }
@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
   div#header-ad { display: none }
}

#header-ad h3{
font-weight: normal;
margin:0;
 font-size:1em;
padding: 0
}

.entry-content h3{
margin-top: 0;
}

#header-spl{font-size: 14px; padding: 5px 0 8px; clear:both; text-align: center;font-weight:bold}
@media screen and (min-width:1111px) {
   /* 表示領域が1100px以上の場合に適用するスタイル */
   div#header-spl{ display: none }
}

#header-sp2{font-size: 14px; padding: 5px 0 8px; clear:both; text-align: center;font-weight:bold}
@media screen and (min-width:1111px) {
   /* 表示領域が1100px以上の場合に適用するスタイル */
   div#header-sp2{ display: none }
}


#footer-spad{text-align: center; margin:0px; padding:0px 0 20px 0}
@media screen and (min-width:1111px) {
   /* 表示領域が1100px以上の場合に適用するスタイル */
   div#footer-spad{ display: none }
}


#footer-ppad{text-align: center; margin:0px; padding:10px 0 0}
@media screen and (max-width: 1100px)  {
   /* 表示領域が1100px以上の場合に適用するスタイル */
   div#footer-ppad{ display: none }
}

#h-top{
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
padding-bottom: 10px
}

#sp-mainad{font-size: 14px; padding: 5px 0 8px; clear:both; text-align: center;font-weight:bold}
@media screen and (min-width:1111px) {
   /* 表示領域が1100px以上の場合に適用するスタイル */
   div#sp-mainad{ display: none }
}

@media screen and (min-width:1111px) {
#text-29{ display: none }
}

#site-title{
  margin-top:16px;
margin-bottom: 0px
}
@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
   #site-title img { width:150px; height: 45px; margin-bottom:0 }
}
@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
   #site-title {  margin-top:10px; }
}

#site-title a{
  display:block;
  text-decoration:none;
  color:#222;
  font-size:30px;
  line-height:100%;
  font-weight:normal;
}



#site-description{
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight:normal;
color:#666;
margin-left: 3px;
line-height: 0px
}
@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
   #site-description {display: none}

}

.top-title-catchphrase h2{
  font-size: 10px;
}
.top-title-catchphrase p{
  font-size: 10px;
}
#header-image{
  margin-bottom: 40px;
}

/************************************
** メニュー（menu）
************************************/
.menu-item {
border-right: 1px solid #661920;
padding: 5px
}

 #navi-in{
width: 100%;
background-color:#440006;
}

#navi ul{
  position: relative;
  clear: both;
  margin-bottom: 0;
  background-color:#440006;
  border-radius:3px;
  margin:0 auto;
  padding: 0 0;
  width:1070px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
font-weight:bold;
}

#navi ul ul{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:16px;
  display: block;
  color:#111;
  z-index:99;
padding: 5px 15px;
text-decoration: none;
}
#navi ul li a:hover{
text-decoration: underline
}

#navi ul.sub-menu,
#navi ul.children{
  position: absolute;
  display: none;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}

/************************************
** サーチフォーム（Search Form）
************************************/

#top-search{
width: 200px;
text-align: right;
margin-left: 10px
}

#searchform{
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;	
color: #222;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:32px;
background-color: #efefef;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  /* 画像をBase64にするためコメントアウト
  background: url("images/search.png") no-repeat 50% 50%; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 59px;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:14px;
}

span.category a{
color:#eb3f25 !important;
}

.tag-meta {margin-bottom: 10px}
@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
.tag-meta {display: none}
}

.tag-meta a {
  padding: 3px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #000 !important;
  background-color: #dfdbdb;
  font-size: 14px !important;
}

@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
.tag-meta a{padding:0;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #000 !important;
  background-color: #fff;
  -webkit-border-radius: 3px;
  font-size: 14px !important;}
}

.tag-meta a:hover {
  background-color: #999;
  border-color: #999;
  color: #fff !important;
}
/*.tag-article{
display: block;
margin-top: 10px
}*/
.tag-article a {
  padding: 3px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #000 !important;
  background-color: #dfdbdb;
  font-size: 12px !important;

}



/*.post-update{
display:none!important;
}*/

.post-meta .post-update,
.post-meta .category,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.post-meta .post-date{
  padding-right: 0.3em;
}

.comment-num{ white-space: nowrap; }




.footer-post-meta{
  text-align: left;
  color:#555;
  font-size:14px;
  clear:both;
overflow: hidden;
vertical-align:bottom;

}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 10px;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
#main .entry{
  clear:both;
  margin-bottom:20px;
  margin-right:10px;
padding-bottom:15px;
border-bottom: 2px solid #ddd;
}


.entry-card{
overflow: hidden; /*floatの解除、ここがポイント*/
position: relative; /*DWで正常にプレビューできるようになります。*/
zoom:1;

}
.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top:3px;
}

.entry-thumb img{
  border:0;
  width:150px;
  height:150px;
}

/*大きなサムネイル表示スタイルでのサムネイル*/
.entry-large-thumbnail img{
  width: 320px;
  height: 180px;
}

.entry-content{
  margin-left:160px;
}

.entry .post-meta{
  text-align:left;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.entry h2{
  margin-bottom:5px;
}

.entry h2 a{
  color:#333;
  font-size:20px;
  text-decoration:none;
  font-weight:bold;
}

.entry h3{
  margin-bottom:5px;
}

.entry h3 a{
  color:#333;
  font-size:20px;
  text-decoration:none;
  font-weight:bold;
    letter-spacing: 0.05em;
}

.entry-title{

}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  color:#555;
font-size: 14px
}

@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
   .entry-snippet { display: none }

}

@media screen and (max-width: 1100px) {
   /* 表示領域が1100px以下の場合に適用するスタイル */
   .ad-toukou{display:none}

}


.entry-read{
  margin:0;
}


.entry-snippet,
.related-entry-snippet{
  word-wrap: break-word;
}


/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:14px;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#eb3f25;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a i{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 10px 10px 20px;

  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry h3{
  font-size:24px;
}

.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
}

.related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-bottom:10px;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
}

.related-entry-content {
  margin-left: 120px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:226px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -20px 6px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

/************************************
** 入力フォーム（Form）
************************************/
/*input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 6px 4px;
  max-width: 100%;
  width: 290px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #f3f3f3;
  color: #333;
  vertical-align: bottom;
  font-size: 14px;
  padding:0;
}*/

input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 290px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
   -moz-box-shadow: 0 0 3px rgba(255,105,180,1);
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button1,
button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  /* margin-bottom: 20px;*/
  padding: 3px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.cat_tag_search{
padding: 5px 0 0 0;
clear:both;

}
.cat_tag_search select{
width: 35%;
font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, sans-serif;
    font-size: 16px;
}

.cat_tag_search input{
  /* float:right */

}

.button1:hover,
button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}

.button {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.button:active {
	top: 3px;
	box-shadow: none;
}

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h4{
  font-size:18px;
 color: #eb3f25;
  border-bottom:3px solid #d7d3d3;
  padding:5px 0 10px 0;
margin-bottom: 15px;
letter-spacing: 0.07em;
}
.widget{
  margin-bottom: 20px;
  font-size:1em;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom:10px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }


/*RSS*/

.list-icon{
margin: 15px 0 30px;
font-size:14px
}

.list-icon ul li{
padding:0;
margin:0
}

.widget widget_categories{
font-size:14px
}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
#new-entries,
#popular-entries{
  line-height:150%;
}

#new-entries h4,
#popular-entries h4{
  margin-bottom:15px;
}

#new-entries ul,
#popular-entries ul {
  padding-left:0;
  list-style:none;
}

#new-entries ul li,
#popular-entries ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
}

#new-entries ul li img,
#popular-entries ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin: 3px 5px 10px 0;
  width: 75px;
  height: 75px;
}

span.wpp-views{
  font-size:14px;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/

.wpp-list li{
padding: 10px 10px 5px 10px;
border: 1px solid #ddd;
font-size: 14px;
  clear: both;
display:block
  overflow:hidden;
}


.new-entry{
padding: 10px 10px 5px 10px;
border: 1px solid #ddd;
font-size: 14px;
  clear: both;
  overflow:hidden;
display:block
}

#new-entries .new-entrys-large .new-entry ,
#popular-entries .popular-entrys-large .popular-entry,
#popular-entries .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width:336px;
}

#new-entries .new-entrys-large .new-entry img,
#popular-entries .popular-entrys-large .popular-entry img,
#popular-entries .popular-entrys-large .wpp-list li img{
  width:100%;
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
  min-height: 180px;
  max-width: 336px;
  max-height: 200px;
}

#popular-entries .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

#new-entries .new-entrys-large-on .new-entry .new-entry-content,
#popular-entries .popular-entrys-large-on .popular-entry .popular-entry-content,
#popular-entries .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

#new-entries .new-entrys-large-on .new-entry .new-entry-content  a,
#popular-entries .popular-entrys-large-on .popular-entry .popular-entry-content a,
#popular-entries .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}



#popular-entries .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #e7e7e7;
  padding: 5px;
}

#footer-widget {
width: 1200px;
  margin: 10px auto;
  text-align: left;
  padding:0 0;
font-size: 14px
}

.footer-left {
  float: left;
  width: 34%;
  padding: 0;
}

.footer-center {
  float: left;
  width: 33%;
  padding: 0;
}

.footer-right {
  float: left;
  width: 33%;
  padding: 0;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 16px;
margin-bottom:10px
}


#footer-widget a{
  color: #000
}

#footer dl{
margin: 10px 0 0;
padding: 0;
}
#footer dt{
  color:#fff;
margin: 0;
padding: 0;
font-size: 16px
}

#footer a{
text-decoration: none; 
}

#footer dd{
margin: 3px 0 0 16px;
padding: 0;
font-size: 16px
}


.footer_logo{
  float: left;
    margin-right: 12px; 
    padding-right: 22px;
    border-right: 1px solid #ccc;
}

.footer_logo div{
font-size: 12px;
width: 150px;
padding-top:10px;
color: #000;
}

.footer_list {

float: left;
font-size: 14px;
}

.footer_list ul, ol {
    list-style: none;
    list-style-position: inside;
}

#copyright{
  padding: 10px 0;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#333;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}

#page-top a{
  color:#fff;
  padding:7px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:12px;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 5px 0 10px;
  clear:both;
  font-size:12px;
color: #777
}

.ad-article-bottom{

}

.ad-left{
  float:left;
  margin-right:2px;
  width:336px;
}


.ad-right{
  float:right;
  margin-left:2px;
  width:336px;
}

.ad-top-pc{
  margin: 0 ;
}

.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}

.ad-space-singular{
margin:10px 0
}

.ad-space-top .ad-label{
  display:none;　
}

#sidebar .ad-space{
  margin-top:0;
}

/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/*以前のモバイルメニュースタイル
#mobile-menu a{
  color:#fff;
  padding:4px;
  width:60px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background:#aaa;
  line-height:100%;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position:absolute;
  right:30px;
  font-size:10px;
}

#mobile-menu a:hover{
  background:#8b8b8b;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}*/


/************************************
** レスポンシブデザインスタイル読込
************************************/

@media screen and (max-width:1110px){
  #header-in, #navi-in, #body-in, #footer-in{
    width:740px;
  }


  #site-title a{
    margin-right:120px;
  }

  #sidebar{
    clear:both;
    float:none;
    padding:15px;
    width:auto;
    position:static !important;
  }

  #footer-widget{
    display:none;
  }

  #footer-widget .footer-left,
  #footer-widget .footer-center,
  #footer-widget .footer-right{
    clear:both;
    width:100%;
  }

  #sidebar-scroll{
    display:none;
  }
  /************************************
  ** モバイルメニュー
  ************************************/
  #mobile-menu{
    display:none;
    position:relative;
  }

  /************************************
  ** ヘッダー関係
  ************************************/
  #header .menu{
    display:none;
  }

  #header .alignright{
    display:none;
  }



  /************************************
  ** メインメニュー
  ************************************/
  #navi ul{
    display:none;
    border:0;
  }

  #navi ul li{
    float:none;
    display:block;
    height:auto;
  }

  #navi ul li a:hover{
    text-decoration:none;
    background-color:#ddd;
  }

  #navi ul li a {
    font-size: medium;
    padding: 10px;
    color: #111;
  }



  #sidebar .ad-space .ad-label{
    display:block;
  }


  #navi ul.sub-menu,
  #navi ul.children{
    position: relative;
    width:auto;
    /*background-color:#777;*/
    border-width:0;
  }

  #navi ul.sub-menu ul,
  #navi ul.children ul {
    left: 0;
    top: 0;
  }

  #navi .sub-menu li,
  #navi .children li{
    height:auto;
    padding-left:30px;
  }

}

/* 画面幅が1111px以上の時 */
@media screen and (min-width:1111px){
  /*#navi ul{display:block}*/

  .ad-sidebar{
    margin-top:0;
  }

  #navi ul.sub-menu,
  #navi ul.children{
    display:none;
  }

}


/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

#prev-next #prev:hover, #prev-next #next:hover{
background-color: rgba(238,238,238,0.7);
}

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next i{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home i{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}

/*固定ページ削除*/

#post-444 .post-meta {
    display: none;
}

#post-444 .ad-space-top {
    display: none;
}

#post-444 .ad-article-bottom{
    display: none;
}

#post-444 .footer-post-meta{
    display: none;
}

#post-621 .post-meta {
    display: none;
}
#post-621 .ad-article-bottom{
    display: none;
}

#post-621 .footer-post-meta{
    display: none;
}
#post-2 .post-meta{
    display: none;
}

#post-2 .ad-space {
    display: none;
}

#post-2 #sns-group {
    display: none;
}

#post-2 .footer-post-meta{
    display: none;
}

.widget_categories li{
float:left;
margin:0;
padding:0 10px 0 0
}
.widget_categories:after { /*floatの解除、ここがポイント*/

    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.widget_categories {
    min-height: 1px; /*IE6、7対策*/
}
* html .widget_categories {

    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

.widget_categories ul{
padding-left: 0;
list-style:none;
}

.cat-item-41{
display:none;
}

.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  line-height: 100%;
  display: inline-block;
  color: #000 !important;
  background-color: #dfdbdb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 16px !important;
margin-bottom: 10px
}
.tagcloud a:hover {
  background-color: #999;
  border-color: #999;
  color: #fff !important;
}

.author-mimg{
width: 30px;
height: 30px;

}

.author-mimg img{
width:30px;
height:30px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
}

#categories-2 ul.children{
    display:block!important;
    clear:both!important;
margin-top:10px
}

/*インスタフォローボタン*/
a.insta_btn2{/*ボタンの下地*/
color: #FFF;/*文字・アイコン色*/
border-radius: 5px;/*角丸に*/
position: relative;
display: inline-block;
height: 20px;/*高さ*/
width: 95px;/*幅*/
text-align: center;/*中身を中央寄せ*/
font-size: 11px;/*文字のサイズ*/
line-height: 20px;/*高さと合わせる*/
vertical-align: middle;/*垂直中央寄せ*/
background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
overflow: hidden;/*はみ出た部分を隠す*/
text-decoration:none;/*下線は消す*/
vertical-align: top;/*並べた時のズレを修正*/
}
.insta_btn2:before{/*グラデーション②*/
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;/*全体を覆う*/
height: 100%;/*全体を覆う*/
background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn2 .fa-instagram{/*アイコン*/
font-size: 12px;/*アイコンサイズ*/
position: relative;
top: 1px;/*アイコン位置の微調整*/
}
.insta_btn2 span {/*テキスト*/
display:inline-block;
position: relative;
transition: .5s
}
/*インスタフォローボタンここまで*/

/* Amazon */
.amazon-box {
background: #fff;
margin: 1.5em 0;
padding: 1em 1em .2em;
border: 1px solid rgb(255,172,103);
display: inline-block;
width: 93%; /* ここは必要に応じて変更 */
}
 
.amazon-img {
margin: 1em 1em 1.8em;
width: 23%; /* ここは必要に応じて変更 */ 
float: left;
}
 
.amazon-img a:hover {
opacity: .7;
}
 
.amazon-text {
margin: 1em;
}
 
.amazon-text a {
text-decoration: none;
font-weight: bold;
font-size: 1.4em;
color: rgb(255,116,0);
}
 
.amazon-text a:hover {
color: #FF9100;
text-decoration: underline;
}

/* 沿線別 */

.no999{
color:#999
}

.f12{
font-size:14px;
}