
/*
    Theme Name: original
*/
@charset "utf-8";
@media screen and (min-width:641px){


/*-------------------------------------------
all
-------------------------------------------*/
body {
  font: 100%/1.5 Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color:#666;
  width:100%;
  min-width:1000px;
  margin:0 auto;
  background: #f7f7f7;
}

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

img{
  height:auto;
}

strong{
  color:#dc143c;
}

.inner{
 width:1000px;
 margin:0 auto;
}

.imgleft,.imgright{
  display:flex;
  align-items: flex-start;
}

.imgright{
  flex-direction:row-reverse;
}

.imgleft > div{
 flex:1;
  margin-left:20px;
}

.imgright > div{
 flex:1;
  margin-right:20px;
}


/*-------------------------------------------
header
-------------------------------------------*/
#header{
  background: #fff;
}

#header > .inner{
  display: -webkit-flex;
  display:flex;
  align-items: flex-end;
  justify-content:center;
  padding:0 0 20px 0;
  position:relative;
  height:100px;
}

#header h1{
  padding: 10px;
  text-align: center;
  color: #666;
  font-size:70%;
}

#header h2{
 position:absolute;
}

#header .search{
  margin-left:auto;
}

input{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="text"]{
  border:1px solid #ccc;
  padding:10px;
  font-size:80%;
}
input[type="submit"]{
  padding:10px;
  background:#ccc;
  color:#fff;
  font-size:80%;
  border:1px solid #ccc;
}
input[type="submit"]:hover{
  cursor: pointer;
}
/*-------------------------------------------
nav
-------------------------------------------*/
#hnav{
  background: #ef8aa2;
}

#hnav ul{
  display: -webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
}

#hnav li a{
  display:block;
  text-align: center;
  letter-spacing: 1px;
  color:#fff;
  padding:10px 15px;
  font-size: 90%;
}

#hnav li a:hover{
  background: #1A0DAB;
}

/*-------------------------------------------
contents
-------------------------------------------*/
#contents{
  padding:20px 0 50px 0;
}

#main{
  float:left;
  width:680px;
  position:relative;
}

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

.top_minicatch {
  display: -webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
}

.top_minicatch li{
  width: 310px;
}

.top_minicatch h2{
  margin: 5px 0;
}

.top_minicatch h2 a{
  color: #666;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0;
}

.top_minicatch h2 a:hover{
  text-decoration: none;
}

.top_minicatch p{
  font-size: 75%;
}

/*-------------------------------------------
main
-------------------------------------------*/
.bread{
  font-size:80%;
  color:#666;
  margin-bottom:10px;
}

.meta{
  display: -webkit-flex;
  display:flex;
  font-size:80%;
}

.meta .time{
  color:#666;
  margin-right:10px;
}

.meta .cat{
 margin-left:10px;
}

.meta i{
  margin-right: 10px;
}

/*-------------------------------------------
entrylist
-------------------------------------------*/
.entrylist{
  background: #fff;
  margin: 20px 0;
  border: 1px solid #eee;
  padding: 20px 20px 0;
}

.entrylist h2{
  font-size: 130%;
  line-height: 130%;
  border-bottom: 3px solid #ef8aa2;
}

.entrylist h2 i{
  margin-right: 10px;
  color: #ef8aa2;
}

.entrylist h2 span{
  font-size: 70%;
  margin-left: 10px;
}

.entrylist li{
  background:#fff;
  margin:20px 0;
  position:relative;
}

.entrylist h3{
  margin: 5px 0;
}

.entrylist h3 a{
  color: #666;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0;
}

.entrylist .txt > p{
  font-size: 75%;
  color:#888;
}

/*-------------------------------------------
single
-------------------------------------------*/
.single{
  background: #fff;
  padding:20px 0 0;
  border: 1px solid #eee;
}

.single .meta{
  margin: 0 20px;
}
.single .time{
  margin-right:auto;
}

.single .entrytitle{
  font-size: 150%;
  margin: 20px;
  border-bottom: 3px solid #ef8aa2;
  padding: 0 0 0 45px;
  position: relative;
}

.single .entrytitle:before{
  font-family: FontAwesome;
  content: "";
  position:absolute;
  left:0;
  top:-10px;
  font-size: 150%;
  color: #ef8aa2;
}

.single .sum{
  text-align: center;
  margin: 20px 0;
  height:auto;
}

.single .entry p{
  font-size: 95%;
  line-height: 180%;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.single .entry h3{
  background: #f7f7f7;
  padding: 20px;
  font-size: 120%;
  letter-spacing:1px;
  border-left: 5px solid #ef8aa2;
  margin: 20px 0;
}

.single .entry h4{
  font-size: 120%;
  color: #ef8aa2;
  border-bottom: 3px solid #ef8aa2;
  margin: 20px;
  padding-bottom: 5px;
}

.single .entry h5{
  font-size: 110%;
  margin: 10px 20px;
}

.single .entry h4 i,
.single .entry h5 i{
  margin-right: 10px;
  color: #ef8aa2;
}

.single .entry strong{
  color: #ef8aa2;
  font-weight:bold;
}

.single .entry blockquote{
  background:#efefef;
  padding:20px 0;
  margin:20px;
}

.single .entry ul{
  margin:30px;
}

.single .entry ul li{
  padding:10px 10px 10px 30px;
  position:relative;
}

.single .entry ul li:before{
  font-family: FontAwesome;
  content: "";
  position:absolute;
  left:0;
  color: #ef8aa2;
}

.single .entry a{
  color: #ef8aa2;
  border-bottom:1px dotted #ef8aa2;
}

.single .entry a:hover{
  color: #ef8aa2;
  border-bottom:0;
}


.share{
  border-top:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
  padding: 20px;
}

.comment h2 ,
.relation h2{
  background: #ef8aa2;
  color: #fff;
  padding: 10px 0;
  margin: 20px 0;
}

.comment h2 i,
.relation h2 i{
  color: #fff;
  margin:0 10px;
}
.single .top_minicatch{
  border:none;
  padding: 0 20px;
}
.single .top_minicatch h3{
  margin: 5px 0;
}

.single .top_minicatch h3 a{
  color: #666;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0;
}

.single .top_minicatch h3 a:hover{
  text-decoration: none;
}

.single .top_minicatch li{
   margin-bottom: 20px;
}

.top_minicatch p{
  font-size: 75%;
  color:#888;
}

.entrylink{
  margin-top:20px;
  display: -webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:space-between;
}

.entrylink a{
  background:   #ef8aa2;   
  color: #fff;
  padding: 10px 40px;
  display: block;
}

.entrylink i{
  margin: 0 10px;
}


/*-------------------------------------------
side
-------------------------------------------*/
#side .imgleft div,
.ranking li img,
.side_column img{
  margin:0 10px;
}

#side .imgleft div .meta{
  margin:0;
}

#side h2{
  background:#ef8aa2;
  color:#fff;
  padding:5px 10px;
  margin-top:20px;
}

#side h2 i{
  margin-right:10px;
}

.new_column img,
.ranking li img,
.side_column img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left:10px;
}

.new_column img{
  width:70px;
  height:70px;
  height:auto;
}

.new_column ul li,
.side_column ul li,
.panel ul li{
  border-bottom:1px dotted #ccc;
  padding:10px 0;
}

.new_column ul li:last-child,
.side_column ul li:last-child,
.panel ul li:last-child{
  border:none;
}

.new_column ul li h3,
.side_column ul li h3,
.panel ul li h3{
  font-size:90%;
  color:#333;
}

.new_column ul li h3 a:hover,
.side_column ul li h3 a:hover,
.panel ul li h3 a:hover{
  text-decoration: underline;
}

.sidecat{
  background:#fff;
  margin-bottom:20px;
  padding-bottom:20px;
}
.sidecat ul{
  padding:10px;
}
.sidecat li{
  padding:10px;
  border-bottom:1px dotted #ccc;
  font-size:90%;
}
.sidecat li a{
  color:#555;
  display:block;
  position:relative;
}

.sidecat li a:after{
  font-family: FontAwesome;
  content: "";
  position:absolute;
  right:0;
}

.sidecat li:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.side_sns ul{
  display: -webkit-flex;
  display:flex;
  -webkit-justify-content: space-around;
  justify-content:space-around;
  padding:20px;
  background: #fff;
}

.side_sns ul i{
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 110%;
}

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

.side_sns .fa-twitter{background: #64c9fd;}
.side_sns .fa-facebook{background: #2d7acf;}
.side_sns .fa-hatena{background: #3598de;font-weight: bold;}
.side_sns li .fa-rss{background: #ff9676;}

/*-------------------------------------------
ranking
-------------------------------------------*/
ul.style01 {
  text-align:center;
  display:flex;
  border-top:1px solid #fff;
}

ul.style01 li {
  padding:10px;
  width:25%;
  background:#efbbc8;
  border-right:1px solid #fff;
  color: #fff;
}

ul.style01 li:last-child{
  border:none;
}

ul.style01 li.active {
  background:#ef8aa2;
}

.panel {display:none;}
.show {display:block;}

.new_column ul,
.side_column ul,
.panel {
  padding:10px;
  background:#fff;
  position:relative;
}

.panel li{
  position: relative;
}

.ranking .wpp-list {
    counter-reset: wpp-ranking;
}

.ranking .wpp-list li {
    position: relative;
    list-style-type: none;
}

.ranking .wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    border:3px solid #fff;
    background:#ccc;
    color: #fff;
    position: absolute;
    left:0;
    top: 5px;
    z-index: 1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.ranking .wpp-list li:nth-child(1):before {
    background:#d6b988;
}
.ranking .wpp-list li:nth-child(2):before {
    background:#a4a4a4;
}
.ranking .wpp-list li:nth-child(3):before {
    background:#a96f67;
}

section.panel > p{
  color:#ef8aa2;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}


/*-------------------------------------------
pagenavi
-------------------------------------------*/
#pagenavi { text-align: center }
#pagenavi .current {
    display: inline-block;
    background: #ef8aa2;
    margin: 10px;
    padding: 10px 15px;
    color: #fff;
}
#pagenavi .inactive {
    display: inline-block;
    background: #ccc;
    margin: 10px;
    padding: 10px 15px;
    color: #fff;
}

}


/*-------------------------------------------
20170520button
-------------------------------------------*/

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.single .marker-under-yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
font-weight: bold;
}



.single  a{
  color:#1111cc;
  text-decoration:none;F
}


.single .entry strong{
  color: #1111cc;
  font-weight:bold;
}
.single .entry ul li:before{
  font-family: FontAwesome;
  content: "";
  position:absolute;
  left:0;
  color: #1111cc;
}

.single .entry a{
  color: #1111cc;
  border-bottom:1px dotted #ef8aa2;
}

.single .entry a:hover{
  color: #1111cc;
  border-bottom:0;
}



/*-------------------------------------------
20170520button
-------------------------------------------*/

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #ffffff;
    background: #b0f442;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*-------------------------------------------
geoblue toc_list
-------------------------------------------*/

.single .entry ul li:before{
  font-family: FontAwesome;
  content: none;
  position:absolute;
  left:0;
  color: #ef8aa2;
}

#toc_container {
    color: rgb(102, 102, 102);
    font-family: Quicksand, "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0px;
    background: rgb(255, 255, 255) !important;
width: 100% !important;
}
#toc_container:before {
  position: absolute;
  content: "";
  border: 4px solid #e1eff4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  opacity: 0.15; }

#toc_container.contracted .toc_title {
  padding: 0px 40px; }
  @media (max-width: 767px) {
    #toc_container.contracted .toc_title {
      margin-top: 35px !important;
      margin-bottom: 35px !important; } }
  @media (min-width: 768px) {
    #toc_container.contracted .toc_title {
      margin-top: 45px !important;
      margin-bottom: 45px !important; } }

#toc_container .toc_title {
  text-align: center;
  position: relative;
  line-height: 2rem; }
  @media (max-width: 767px) {
    #toc_container .toc_title {
      margin-bottom: 0px;
      margin-top: 35px;
      font-size: 1.45rem; } }
  @media (min-width: 768px) {
    #toc_container .toc_title {
      margin-bottom: 10px;
      margin-top: 45px;
      font-size: 1.65rem; } }

#toc_container ul:not([class]) li:before {
  display: none; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li; }
  @media (max-width: 767px) {
    #toc_container .toc_list {
      padding: 0 25px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    #toc_container .toc_list {
      padding: 0 60px;
      padding-bottom: 40px; } }

#toc_container .toc_list > li {
  list-style-type: none !important;
  position: relative;
  margin-left: 6px;
  padding-left: 40px;
  margin-bottom: 5px;
  padding-bottom: 4px;
  line-height: 1.35rem; }

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 5px;
  top: -1px !important;
  background: none;
  font-family: 'Quicksand',  sans-serif;
  letter-spacing: 2px;
  font-size: 1.2rem;
  letter-spacing: -1px; }

#toc_container .toc_list > li:first-child:after {
  left: 8px; }

#toc_container .toc_list > li:nth-child(3):after {
  left: 6px; }

#toc_container .toc_list > li:nth-child(11):after {
  letter-spacing: 0.15rem; }

#toc_container .toc_list > li > a {
  text-decoration: none !important;
  font-size: 0.95rem;
  line-height: 1.35rem; }

#toc_container .toc_list li a {
  color: #555 !important;
  display: block; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  margin-top: 10px;
  padding-left: 0px;
  margin-bottom: 18px; }

#toc_container .toc_list > li > ul > li {
  margin-bottom: 5px;
  padding-left: 33px; }

#toc_container .toc_list > li > ul > li a {
  position: relative;
  text-decoration: none !important; }
  @media (max-width: 767px) {
    #toc_container .toc_list > li > ul > li a {
      line-height: 1.15rem;
      font-size: 0.8rem; } }
  @media (min-width: 768px) {
    #toc_container .toc_list > li > ul > li a {
      line-height: 1.25rem;
      font-size: 0.85rem; } }

#toc_container .toc_list > li > ul li a:before {
  position: absolute;
  content: "・";
  font-size: 2rem;
  left: -25px;
  top: 0px; }

#toc_container .toc_list > li > ul > li > ul {
  margin-top: 5px; }

#toc_container .toc_list > li > ul > li > ul > li a {
  font-size: 0.75rem; }

#toc_container .toc_title a {
  text-decoration: none;
  font-size: 0.75rem; }

.toc_number {
  display: none; }

.tagicon, .tag-box a, #toc_container .toc_list > li, #toc_container .toc_title {
    color: #ed708d!important;
}

#toc_container .toc_list>li>ul>li>ul {
    margin-top: 5px;
    margin-bottom: 0px;
}
