@charset "utf-8";
/*
Theme Name: yanagase.org 2019
Theme URI: http://yanagase.org/
Description: yanagase.org
Author: yanagase.org
Version: 1
License:
License URI:
Tags:
*/



html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,input,blockquote
        {margin:0px;padding:0px;}
ul,ol   {list-style:none;}
select  {font-size:12px;}
body    {font-family:sans-serif;}
img     {border:none;}

a:link,
a:hover,
a:active{
  color:#247305;
}
a:hover img{
  opacity:0.7;
  -moz-opacity:0.7;
  filter:Alpha(opacity=70);
}
a:link { text-decoration: underline; }
a:visited {
  color: #045300;
}
a:hover,
a:active { text-decoration: none; }
body{
  color:#1F3346;
  font-size:14px;
  line-height:1.7em;
}
body.home{
  background:url(images/header_photo.png) no-repeat right top #ffffff;
}


.editlink{
  background:yellow;
  color:#333;
}
/* -------------------------------------- container -------------------------------------- */
.container{
  clear: both;
  margin:0 auto;
  width:920px;
}
/* -------------------------------------- header -------------------------------------- */
#header{
  width:920px;
  margin-bottom:17px;
  position: relative;
}
  body.home #header{
    height: 350px;
    margin-bottom: 20px;
  }
  body.home #header .sitename{
    position:absolute;
    z-index:10;
  }
  body.home #header .sitename{
    position: absolute;
    top: 195px;
  }
  body #header .sitename img{
    margin: 0 0 0 5px;
  }
  body.home #header .catchcopy{
    position: relative;
    top: 108px;
    position: absolute;
  }
  body.home #header .logo{
    position:absolute;
    z-index:10;
    margin-left: 4px;
  }
    body.home #header .logo img{
      margin-top: 29px;
    }
    body.home #header ul.menu{
      position: absolute;
      bottom: 0;
    }





  body #header .logo{
    height:84px;
    float:right;
  }
    #header .sitename{
      float: left;
      margin-top: 27px;
    }
    #header .sitename img{
      margin-left: 5px;
    }
    #header .logo img{
      margin-top: 29px;
    }
  #header ul#indexphoto{
    margin:0;
    padding:0;
    height:337px;
    overflow:hidden;
  }
    #header ul#indexphoto li img{
      vertical-align:top;
    }
  #header ul.menu{
    height:60px;
    clear:both;
  }
    #header ul.menu li{
      float:left;
    }
    #header ul.menu li img{
      vertical-align:top;
    }
    #header ul.menu li.menu01{background-image:url(images/menu_01c_hover.gif?2017);}
    #header ul.menu li.menu02{background-image:url(images/menu_02b_hover.gif?2017);}
    #header ul.menu li.menu03{background-image:url(images/menu_03b_hover.gif?2017);}
    #header ul.menu li.menu04{background-image:url(images/menu_04b_hover.gif?2017);}
    #header ul.menu li.menu05{background-image:url(images/menu_05b_hover.gif?2017);}
    #header ul.menu li.menu06{background-image:url(images/menu_06c_hover.gif?2017);}
    #header ul.menu li a:hover img{
      opacity:0;
      -moz-opacity:0;
      filter:Alpha(opacity=0);
    }
/* -------------------------------------- content -------------------------------------- */
#contents{
  padding-bottom:30px;
}
#contents.index{
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

#youtube{
  margin-bottom: 20px;

}
  #youtube .youtube-wrapper{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  #youtube iframe{
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #youtube .youtube-btn{
  }
  #youtube .youtube-btn a{
    text-align: center;
    padding: 40px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  #youtube .youtube-btn a:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 34px;
    height: 32px;
    background-image: url(images/icon_youtube.png);

  }
  #youtube .youtube-btn a:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 19px;
    height: 21px;
    background-image: url(images/icon_youtube_arrow.png);

  }

.container-book{
  padding-top: 50px;
}
.index-book{
  background-color: #fff;
  padding: 50px;
  /* clear: both; */
}
.index-book .cover{
  float: left;
  margin-right: 50px;
}
.index-book:after{
  display: block;
  content: '';
  clear: both;
}
.index-book h2{
  margin-bottom: 30px;
}
.index-book .author{
  margin-bottom: 15px;
}
.index-book .btn{
  display: inline-block;
  background-color: #35A900;
  padding: 15px 40px;
  color: #fff;
  margin-bottom: 30px;
}
.index-book .text{
  line-height: 1.75;
  font-size: 14px;
}
/* -------------------------------------- content -------------------------------------- */
#leftcolumn{
  width:630px;
  float:left;
}
  #leftcolumn div.news{
    margin-bottom:17px;
  }
    #leftcolumn div.news h2{
      font-size: 20px;
      margin-bottom: 40px;
    }
    #leftcolumn div.news dl{
      line-height: 1.5;
    }
    #leftcolumn div.news dl dt{
      float:left;
      clear:both;
      border-top: 1px solid #ddd;
      padding: 25px 0;
      padding-right: 15px;
      color: #999;
      font-size: 14px;
    }
    #leftcolumn div.news dl dd{
      border-top: 1px solid #ddd;
      padding: 25px 0;
        font-size: 16px;
    }
    #leftcolumn div.news dl dt:first-of-type{
      padding-top: 0;
      border: 0;
    }
    #leftcolumn div.news dl dd:first-of-type{
      padding-top: 0;
      border: 0;
    }
    #leftcolumn div.news div.footer{
    }

    /* ---- archive -------------------------- */
    #leftcolumn .archivetitle{
      padding-top:40px;
      font-size:30px;
      padding-bottom:40px;
      border-top:6px solid #48352E;
      border-bottom:1px dotted #8C8C8C;
      margin-bottom:15px;
      font-family:arial,helvetica,sans-serif;
      color:#47342D;
    }
    body.category-blog #leftcolumn .archivetitle{
      background:url(images/blog_title.gif);
    }
    #leftcolumn .archivetitle h1{
      font-size:30px;
      font-weight:bold;
      font-family:"メイリオ","ヒラギノ角ゴ Pro W6",sans-serif;
    }
    #leftcolumn .archivetitle p{
      font-size:14px;
      font-weight:bold;
      color:#8C7D78;
      font-family:arial,helvetica,sans-serif;
    }
      #leftcolumn div.entrylist{
        margin-bottom:10px;
        border-bottom:1px dotted #8C8C8C;
      }
        #leftcolumn div.entrylist p.date{
          font-size:14px;
          font-weight:bold;
          font-family:arial,helvetica,sans-serif;
          color:#bababa;
          margin-bottom:2px;
        }
        #leftcolumn div.entrylist h2{
          font-size:24px;
          font-weight:bold;
        }
        #leftcolumn div.entrylist p.category{
          font-size:12px;
          margin-bottom:5px;
        }
    #leftcolumn .singletitle{
      padding-top:28px;
      padding-bottom:28px;
      border-top:6px solid #48352E;
      border-bottom:1px dotted #8C8C8C;
      margin-bottom:30px;
      font-family:arial,helvetica,sans-serif;
      color:#47342D;
    }
      #leftcolumn .singletitle h1{
        font-size:24px;
        line-height:1.2em;
      }
      #leftcolumn .singletitle p.category{
        font-size:12x;
        margin-bottom:10px;
      }
        #leftcolumn div.index_blog div.entry div.wp_social_bookmarking_light{

        }

    /* ---- entrybody -------------------------- */
    #leftcolumn div.entry h1{
      margin-bottom:12px;
      font-weight:bold;
      font-size:24px;
      border-bottom:1px dotted #ccc;
      padding-bottom:10px;
      color:#46332C;
    }
    #leftcolumn div.entry h2{
      font-weight:bold;
      font-size:24px;
      padding-bottom:10px;
      line-height:1.2em;
      color:#46332C;
    }
    #leftcolumn div.entry h3{
      margin-bottom:12px;
      font-weight:bold;
      font-size:20px;
      color:#46332C;
    }
    #leftcolumn div.entry h4{
      margin-bottom:12px;
      font-weight:bold;
      font-size:18px;
      color:#46332C;
    }
    #leftcolumn div.entry h5{
      margin-bottom:12px;
      font-weight:bold;
      font-size:17px;
      color:#46332C;
    }
    #leftcolumn div.entry h6{
      margin-bottom:12px;
      font-weight:bold;
      font-size:15px;
      color:#46332C;
    }
    #leftcolumn div.entry p{
      margin-bottom:15px;
    }
    #leftcolumn div.entry ul{
      list-style:disc;
      padding-left:20px;
      margin-bottom:20px;
    }
    #leftcolumn div.entry ol{
      list-style:decimal;
      padding-left:20px;
      margin-bottom:20px;
    }
    #leftcolumn div.entry blockquote{
      font-style:italic;
      padding:20px;
      margin-bottom:20px;
      background:#f5f5f5;
    }
    #leftcolumn div.entry img{
      max-width: 100%;
      height: auto;
    }
    #leftcolumn div.entry img.alignright{
      float:right;
    }
    #leftcolumn div.entry img.aligncenter{
      margin:0 auto;
      display:block;
    }
    #leftcolumn div.entry img.alignleft{
      float:left;
    }
    #leftcolumn ul.navigation{
      padding-top:20px;
    }
    #leftcolumn ul.navigation li.prev{
      float:left;
    }
    #leftcolumn ul.navigation li.next{
      float:right;
    }
    /* ---- single -------------------------- */
      body.single #leftcolumn div.entry{
        padding:0px 0 20px;
        border-bottom:1px dotted #c2c2c2;
        margin-bottom:30px;
        font-size:15px;
      }
        body.single #leftcolumn div.entry p{
          padding:0px;
          margin:0 0 10px;
        }
        body.single #leftcolumn #comments{
          margin-bottom:30px;
          font-size:12px;

        }
        body.single #leftcolumn #comments h3{
          border-top:2px solid #48352E;
          padding-top:10px;
          font-size:15px;
          font-weight:bold;
          border-bottom:1px dotted #ccc;
          padding-bottom:10px;
          margin-bottom:20px;
        }
        ol.commentlist{
          margin-bottom:20px;
        }
        ol.commentlist li.comment{
          margin-bottom:20px;
          border-bottom:1px solid #ccc;
          padding-bottom:15px;
        }
            ol.commentlist li.depth-2{
              padding-left:30px;
              border-bottom:none;
              padding-bottom:0;
            }
            ol.commentlist li.depth-3{
              padding-left:30px;
              border-bottom:none;
              padding-bottom:0;
            }
            ol.commentlist li.depth-4{
              padding-left:30px;
              border-bottom:none;
              padding-bottom:0;
            }
            ol.commentlist li.depth-5{
              padding-left:30px;
              border-bottom:none;
              padding-bottom:0;
            }
            ol.commentlist li.depth-6{
              padding-left:30px;
              border-bottom:none;
              padding-bottom:0;
            }
            ol.commentlist li.depth-7{
              padding-left:30px;
              border-bottom:none;
              padding-bottom:0;
            }
        ol.commentlist .comment-meta{
          font-size:11px;
        }
        ol.commentlist .comment-meta{
          font-size:11px;
        }
        .comment-author img{
          display:none;
        }
        .comment-author cite{
          font-weight:bold;
          font-size:17px;
          font-style:normal;
        }
        #respond{
          background:#f7f7f7;
          padding-bottom:15px;
          clear:both;
        }
          #respond h3{
            padding:0 10px;
          }
          #respond p{
            padding:0 10px;
          }
          #respond p.form-allowed-tags{
            font-size:12px;
            line-height:1.4em;
            margin-bottom:10px;
          }
          #respond label{
            width:120px;
            display:block;
            float:left;
            clear:left;
          }
          #respond p.comment-form-comment{
            margin-bottom:20px;
          }
          #respond textarea{
            width:450px;
          }
          #respond #submit{
            background:#247305;
            color:white;
            padding:8px 12px;
            border:none;
          }
          #respond p.form-submit{
            text-align:center;
          }
            #respond p.form-submit #submit:hover{
              background:#BC202C;
              color:white;
            }

    /* ---- profile -------------------------- */
      body.page #leftcolumn div.entry div.policy{
        margin-left:20px;
      }
        body.page #leftcolumn div.entry div.policy h2{
          margin-left:-20px;
          padding-top:25px;
          border-bottom:1px dotted #333;
          margin-bottom:15px;
        }

        body.page #leftcolumn div.entry div.policy h2.first{
          padding-top:0;
          border-bottom:none;
        }

    /* ---- profile -------------------------- */
        body.page #leftcolumn h2.profile{
          margin-bottom:10px;
        }
        body.page #leftcolumn dl.profile{
          float:left;
          width:340px;
        }
          body.page #leftcolumn dl.profile dt{
            float:left;
            margin-bottom:8px;
          }
          body.page #leftcolumn dl.profile dd{
            margin-left:100px;
            margin-bottom:8px;
          }
        body.page #leftcolumn table.profile{
          border-collapse:collapse;
          border:1px solid #333;
        }
          body.page #leftcolumn table.profile th{
            background:#BDD5CE;
            border:1px solid #333;
            padding:5px 40px 5px 15px;
            vertical-align:top;
          }
          body.page #leftcolumn table.profile td{
            padding:5px 8px;
            border:1px solid #333;
          }
#rightcolumn{
  width:260px;
  float:right;
}
  #rightcolumn div.youtube{
    margin-bottom:10px;
  }
    #rightcolumn div.youtube embed,
    #rightcolumn div.youtube object,
    #rightcolumn div.youtube iframe{
      width:260px;
      height:auto;
    }
  #rightcolumn div.block{
    margin-bottom:10px;
  }
  #rightcolumn div.boxedblock{
    margin-bottom:10px;
    border:1px solid #48352E;
  }
    #rightcolumn div.boxedblock h3{
      font-size:14px;
      font-family:arial,helvetica,sans-serif;
      background:#247305;
      color:white;
      text-align:center;
      padding:2px;
    }
    #rightcolumn div.boxedblock div.body{
      margin:10px;
    }
    #rightcolumn div.boxedblock div.body ul{
      list-style:disc;
      padding-left:20px;
    }
/* -------------------------------------- footer -------------------------------------- */
#footer{
  clear: both;
  border-top:2px solid #BDB6B4;
  clear:both;
  padding-top:15px;
  margin-bottom:40px;
}
  #footer ul.menu{
    float:left;
  }
    #footer ul.menu li{
      float:left;
    }
  #footer p.copy{
    float:right;
  }
/* -------------------------------------- clear -------------------------------------- */
.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
