body {
    margin: 0;
}
body > * {
    padding: 0px 25px 0px 25px;
    box-sizing: border-box;
}

header {
    margin-top: 10px;
    background-image: url("../image/header_bg.png");
    height: 100px;
}
footer {
    clear: both;
    font-size: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    text-align: center;
    color: #fff;
}

/* 見出し */
h2 {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #f0f0f0;
    padding-left: 5px;
    padding-bottom: 0px;
    background-color: #f8f8f8;
}
h2:before {
    content: '\f105  ';
    font-family: "Font Awesome 5 Free";
}
h3:before {
    content: '\f101  ';
    font-family: "Font Awesome 5 Free";
}

#logo {
    background-image: url("../image/logo.png");
    background-repeat: no-repeat;
    height: 100px;
}
#content {
    width: 100%;
    padding-top: 20px;
}
#pagectl-pane{
    width: 100%;
    margin-right: -250px;
    font-size: 85%;
}
#entry-pane {
    float: left;
    width: 100%;
    margin-right: -250px;
}
#sidebar-pane {
    float: left;
    width: 250px;
}

.page-navi{
    margin-right: 260px;
    text-align: center;
}
.entry {
    margin-right: 260px;
    margin-bottom: 10px;
}
.entry-date {
    background-color: #555;
    color: #fff;
    padding-left: 10px;
}
.entry-title {
    padding: 5px 0px;
    text-shadow: 1px 1px 1px #999;
    border-bottom: 1px solid #666;
    background: linear-gradient(135deg,#666, #666 20px, #fff 20px);
    padding-left: 30px;
}
.entry-title::first-letter {
    text-decoration: none;
}
.entry-body {
    padding-left: 0px;
    font-size: 90%;
}
.entry-tags {
    font-size: 90%;
}
.entry-tags > dl > dd {
    display: inline;
    margin: 0px;
}
.entry-tags-header{display: inline;}
.entry-tags-list {
    padding-left: 10px;
    display: inline;}
.entry-tags-list > li {
    display: inline-block;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: 1px 1px 1px #334;
    margin: 3px 0px;
}
.entry-tags-list > li:before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free",sans-serif;
    margin-right: 5px;
}
.entry-footer {
    border-top: 1px dotted #000;
    font-size: 70%;
    text-align: right;
}
.trackbacks-header {
    font-size: 75%;
}
.trackbacks-url {
    font-size: 75%;
    padding-left: 10px;
}
.trackback {
    font-size: 75%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.trackback-footer {
    border-top: 1px dotted #000
}
.comments-header {
    font-size: 75%;
}
.comment {
    font-size: 75%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.comment-body {}
.comment-footer {
    border-top: 1px dotted #000
}

.pagination ul {
    padding-left: 0px;
    list-style-type: none;
}

.widget {
    font-size: 75%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.widget-title {
    background-color: #555;
    color: #fff;
    padding-left: 25px;
}
.widget-body {
    background-color: #eee;
}
.widget-body > ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.widget-body fieldset {
    border: 0px;
}

/* 引用 */
blockquote {
  width: max-content;
  margin: 15px 20px 0;
  padding: 10px;
  border: 1px solid #666;
  background: #f6f6f6;
  font-size: 83.3%;
  line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
  font-size: 83.3%;
  border-bottom: 1px solid #666;
  padding: 3px;
}
pre {
  margin: 15px 20px 0px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #999;
  font-size: 83.3%;
  line-height: 1.5;
  width: auto;
  overflow: auto;
  box-sizing: border-box;
}