@charset "utf-8";
body {
    line-height: 1.5;
    font-size: 16px;
    font-family:  'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    width: 100%;
    margin: 0 auto;
}

a,
a:link {
    text-decoration: underline;
    text-decoration-color: #B5B3A2;
    color: #000;
}
a:visited {
    color: #B5B3A2;
}
a:hover {
    text-decoration: none;
}

/* header */
header{
    background-image: url(../image/blog/navback.png);
    background-repeat: repeat-x;
    background-position: bottom;
    display: flex;
    min-width: 1200px;
}
.title {
    padding: 0;
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    flex-direction: column-reverse;
}
.title h1 {
    margin: 0 0 15px 0;
}
.title h2 {
    margin: 0 0 0 10px;
}

nav{
    margin-top: 115px;
    margin-right: auto;
}
nav img {
    width: 120px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    display: flex;
}
nav ul li{
    margin-right: 10px;
}
nav ul li a div {
    position: relative;
}
nav ul li a div .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
nav ul li a div .hover:hover {
    opacity: 1;
}
/*footer*/
footer p {
    text-align: end;
    padding: 20px 10px;
    margin: 0;
}
footer {
    background: #89765A;
    min-width: 1200px;
}

/*main*/
main {
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #e8e4df;
    min-width: 1200px;
}

dl {
    position: relative;
    top: -40px;
    left: 30px;
    margin: 0;
    padding: 0;
}
dt {
    float: left;
    clear: left;
    margin-right: 25px;
}
li {
    list-style: none;
    margin-left: -7px;
}

/*パンくずここから*/
main ol.bread {
    list-style-type: none;
    margin: 0;
    padding: 40px 0 0 0;
    text-align: center;
}
main ol.bread li {
    font-size: 14px;
    display: inline;
}
main ol.bread li::after {
    content: ">";
    margin: 0 0.2em;
}
main ol.bread li:last-child::after{
    content: none;
}
/*パンくずここまで*/

.box {
    display: flex;
    width: 1000px;
    height: auto;
    margin: 20px auto 0;
    padding-bottom: 40px;
}
#hyoushi {
    width: 600px;
    height: 450px;
    margin-top: 25px;
}

#kousinrireki {
    height: 120px;
    width: 330px;
    margin-left: 70px;
    border-width: 1px;
    border-image: url(../image/blog/waku/waku400-150.png) 20 fill/auto/0 round;
}
#kousinrireki img {
    position: relative;
    top: -20px;
    left: 15px;
}

#ichiran {
    height: auto;
    width: 330px;
    margin-left: 70px;
    border-width: 1px;
    border-image: url(../image/blog/waku/waku400-225.png) 20 fill/auto/0 round;
    margin-top: 40px;
}
#ichiran h3 {
    height: 0px;
    margin-bottom: 30px;
}
#ichiran img {
    position: relative;
    top: -20px;
    left: 15px;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}
/*ラベル*/
#ichiran .accbox label img {
    padding: 0;
    margin: 0;
    position: relative;
    left: 280px;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで中身表示*/
.accbox .cssacc:checked + .accshow {
    height: auto;
    padding: 0;
    opacity: 1;
    background-image: url(../image/blog/waku-dashed.png);
    background-repeat: no-repeat;
    background-position: top;
}

.blog {
    height: auto;
    width: 700px;
    margin: 0px auto;
    padding-bottom: 40px;
}
.blog h5 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.blog p {
    width: 400px;
    margin: 20px auto 30px;
}

.pagenav {
    margin-left: 150px;
}
.fixed {
    height: auto;
    width: 700px;
    margin: 0 auto;
    position: fixed;
    top: 60%;
}
#right {
    float: right;
}