*{
    padding:0;
    margin:0;
    font-size:100%;
    font-family:meiryo;
    box-sizing: border-box;
}
#wrapper *:not(input):not(textarea):not(a){
    transition:all .4s ease-in-out 0s;
}
body{
    position:relative;
    background-color:#f1efdf;
}
#wrapper{
    margin:0px auto;
    min-width:600px;
    max-width:1200px;
    }
header{
    width:100%;
    height:170px;
    position:fixed;
    background-color:#f1efdf;
    min-width:600px;
    max-width:1200px;
    z-index:10;
}
header:before{
    content:"";
    width:84%;
    height:100%;
    position:absolute;
    left:8%;
    background-color:#48433f;
    border-top:solid 2px #333;
    border-bottom:solid 2px #333;
transition:all .4s ease-in-out 0s;
}
.header_fixed{
    height:100px;
    position:fixed;
    top:0px;
}

h1{
    width:84%;
    height:auto;
    color:#f5f0e0;
    font-size:28px;
    text-align:center;
    position:absolute;
    top:50%;
    left:8%;
    margin-top:-18px;
}
h1 > a{
    text-decoration:none;
    text-shadow: 0 0 5px #000;
}
h1 > a:link {
    color:#f5f0e0;
}
h1 > a:visited {
    color:#f5f0e0;
}
h1 > a:hover {
    color:#f00;
}
h1 > a:active{
    color:#f5f0e0;
}
#introduction{
    width:84%;
    height:22px;
    color:#f5f0e0;
    font-size:16px;
    text-align:center;
    overflow:hidden;
    position:absolute;
    top:50%;
    left:8%;
    margin-top:25px;
}
.introduction_fixed{
    height:0px;
    opacity:0;
}
header > ul{
    position:absolute;
    right:8.4%;
    bottom:0px;
}
header > ul > li{
    list-style-type:none;
    float:left;
    margin-left:10px;
    margin-right:6px;
    00background-color:green;
}
header > ul > li > a{
    font-size:80%;
    font-family:Consolas;
    font-weight:bold;
    padding:3px 2px 0px;
    text-decoration:none;
    position:relative;
    transition:all .4s ease-in-out 0s;
}
header > ul > li > a:before{
    content:">";
    transform: scale(1,0);
    position:absolute;
    left:-7px;
    top:50%;
    margin-top:-5px;
    color:#f5f0e0;
}
header > ul > li > a:after{
    content:"<";
    transform: scale(1,0);
    position:absolute;
    left:100%;
    top:50%;
    margin-top:-5px;
    color:#f5f0e0;
}

header > ul > li > a:link {
    color:#f5f0e0;
}
header > ul > li > a:visited {
    color:#f5f0e0;
}
header > ul > li > a:hover {
    color:#f00;
}
header > ul > li > a:active{
    color:#f5f0e0;
}
header > ul > li > a:hover:before,header > ul > li > a:hover:after {
    animation: scale 0.4s linear infinite;
}
@keyframes scale{
    0%{ transform: scale(1,0) }
    50%{ transform: scale(1,1.5) }
    100%{ transform: scale(1,0) }
}
#marea{
    width:100%;
    height:auto;
    position:absolute;
    top:170px;
    min-width:600px;
    max-width:1200px;
}
.marea_fixed{
    top:100px !important;
}
#marea > #content{
    padding:0px 0px;
    width:84%;
    height:auto;
    margin:0px auto;
    position:relative;
    background-color:#faf8e7;
}
#marea > #content > #left_content{
    width:25%;
    height:auto;
    float:left;
    background-color:#faf8e7;
    }
#marea > #content > #main_content{
    width:50%;
    height:auto;
    float:left;
    left:25%;
    background-color:#faf8e7;
    }

#marea > #content > #right_content{
    width:25%;
    height:auto;
    float:right;
    top:0px;
    background-color:#faf8e7;
}



#left_content{
    padding:5px 0px;
}
#left_content > .plugin > div{
    color:#333;
    padding:0px 0px 0px;
    margin:0px 0px 10px;
    overflow:auto;
}
#left_content > .plugin > div > h3{
    font-size:100%;
    font-weight:normal;
    background-color:#9e978e;
    padding:13px 10px 10px;
    margin:5px 5px 10px;
    color:#f5f0e0;
    width:auto;
    height:auto;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
}
#left_content > .plugin > div > h3 br{
display:none;
}
#left_content > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
font-size:90%;
}
#left_content > .plugin > .archive_plugin > ul{

}
#left_content > .plugin ul{
  max-height:350px;
  overflow:auto;
}
#left_content > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#left_content > .plugin > div > p + *{
/**/
}
#left_content > .plugin iframe{
min-width:50px !important;
}
#left_content > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#left_content > .plugin > div > p{
    font-size:80%;
    color:#333;
}
#left_content > .plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:10px;
}
#left_content > div > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;
}
#left_content > div > div > p + div div:before{
    content: "・";
    color:#333;
}
#left_content > div > div > p + div{
  max-height:350px;
  overflow:auto;
}
#left_content > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#left_content > .plugin > div > form br{
    display:none;
}
#left_content > .plugin  form > .plugin-mail br{
display:block;
}
#left_content > .plugin > div > form input,#left_content > .plugin > div > form select{
    font-size:95%;
}
#left_content > .plugin > div > form input[type="text"],#left_content > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#left_content > .plugin > div > form input[type="submit"]{
    color:#333;
    font-size:80%;
}




#main_content{
    padding:5px 0px 0px;
}
#main_content > article{
    color:#333;
    padding:0px 5px 5px;
    margin:0px auto 0px;
    background-color:#e0decf;
    
}
#main_content > article:first-child{
    padding:5px 5px 5px;
}
#main_content > article > h2{
    color:#f5f0e0;
    font-size:110%;
    font-weight:normal;
    background-color:#f00;
    /*padding:5px 5px 0px;*/
    padding:13px 10px 10px;
    margin:0px;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    background-color:#9e978e;
}
#main_content > article > h2 > span{
    color:#ffffff;
}

#main_content > article > h2 + div{
    width:auto;
    height:auto;
    color:#333;
    font-size:80%;
    padding:20px;
    overflow:auto;
    background-color:#faf8e7;
    line-height:200%;
}
#main_content > article > h2 > a{
    text-decoration:none;
    color:#fff;
}

#main_content > article > div > img{
border:double 3px #aaa;
max-width:100%;
height:auto;
}
#main_content > article > div img{
max-width:100%;
height:auto;
}
.more_box{
  padding:0px;
  margin:0px 0px 5px;
  position:relative;
}
.target{
    position:absolute;
    top:-180px;
    display:block;
    width:10px;
    height:10px;
    background-color:orange;
    visibility:hidden;
}
.more_box > hr{
  margin:10px 0px;
  color:#aaa;
}

#main_content > article > div > .more_box > img{
border:double 3px #aaa;
max-width:100%;
height:auto;
}

.community_box{
  text-align:right;
}
#main_content > article > div > .date{
    border-top:solid 1px #aaa;
    margin-top:20px;
    

}
#main_content > article > div > .date > ul{
    font-size:85%;
    float:right;
    padding:10px 0px 10px;
}

#main_content > article > div > .date > ul > li{
    float:left;
    margin-left:5px;
    list-style-type:none;
}
.date > ul > li:before{
    content:"| ";
    color:#333;
}
#main_content > article > div > .prevnext{
    color:#333;
    clear:both;
    font-size:90%;
    text-align:center;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    padding:5px 0px;
    margin:0px 0px;
}
.comment_area{
    font-size:80%;
    padding:5px 0px 0px;
    margin:5px 0px 0px;
    border-top:solid 5px #faf8e7;
    background-color:#faf8e7;
}

.comment_area > form{
    width:auto;
    height:auto;
    padding:10px 20px;
}
.comment_area h3{
    width:80%;
    height:auto;
    font-weight:normal;
    border-left:solid 5px #aaa;
    border-bottom:solid 1px #aaa;
    position:relative;
    padding:0px 0px 0px 5px;
    margin:5px 0px 0px 10px;
    color:#333;
    position:relative;
}

.comment_area h3 > a:link {
    color:#333;
}
.comment_area h3 > a:visited {
    color:#333;
}
.comment_area h3 > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area h3 > a:active{
    color:#f00;
}
.comment_area dt{
    padding-left:10px;
}
.comment_area label{
}
.comment_area input[type="text"], .comment_area input[type="password"]{
    width:60%;
    height:22px;
    color:#333;
}
.comment_area textarea{
    width:95%;
    height:150px;
    color:#333;
}
.comment_area .himitudd{
    font-size:90%;
}
.comment_area div > p{
    width:80%;
    height:auto;
    text-align:right;
}
.comment_area input[type="submit"]{
    color:#333;
    width:100px;
    height:30px;
    padding:1px 0px;
    overflow:hidden;
}
.comment_area > form{
    padding-bottom:10px;
}
.comment_area > h4{
  text-indent:5px;
  font-weight:normal;
  border-left:solid 5px #aaa;
  padding:0px 0px 0px 5px;
  margin:10px 0px 0px 10px;
}

.comment_area > .body{
  width:95%;
  height:auto;
  overflow:auto;
  border:solid 1px #aaa;
  padding:5px;
  margin:5px 0px 0px 10px;
  background-color:#fff;
  color:#333;
  font-size:12px;
}
.comment_area > .body > ol{
  float:right;
  padding:0px;
  margin:0px;

}
.comment_area > .body > ol > li{
  font-size:11px;
  padding:5px 0px 0px;
  margin-left:5px;
  float:left;
  list-style-type:none;
  color:#333;
}
.comment_area > .body > ol > li:before{
content:"| ";
}
.comment_area > .body > ol > li > a:link {
    color:#333;
}
.comment_area > .body > ol > li > a:visited {
    color:#333;
}
.comment_area > .body > ol > li > a:hover {
    color:#f00;
}
.comment_area > .body > ol > li > a:active{
    color:#f00;
}
#trap{
 padding-bottom:10px;
}
#trap > dt{
  padding:5px 0px 5px 5px;
}
#trap > dd{
  padding:5px 0px 5px 15px;
}
#trap a:link {
    color:#fff;
}
#trap a:visited {
    color:#fff;
}
#trap a:hover {
    color:#f00;
    font-weight:bold;
}
#trap a:active{
    color:#f00;
}
input:link,textarea:link {
    border:solid 1px #aaa;
}
input:visited,textarea:visited {
    border:solid 1px #aaa;
}
input:hover,textarea:hover {
    border:solid 1px #666;
}
input:active,textarea:active{
    border:solid 1px #aaa;
}



#right_content{
    padding:5px 0px;
}
#right_content > .plugin > div:not(.page_top){
    color:#333;
    padding:0px 0px 0px;
    margin:0px 0px 10px;
    overflow:auto;
    00background-color:#ffffff;
}
#right_content > .plugin > div > h3{
    font-size:100%;
    font-weight:normal;
    background-color:#9e978e;
    /*padding:3px 5px 0px;*/
    padding:13px 10px 10px;
    margin:5px 5px 10px;
    color:#f5f0e0;
    width:auto;
    height:auto;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
}
#right_content > .plugin > div > h3 br{
display:none;
}
#right_content > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
font-size:90%;
}
#right_content > .plugin > .archive_plugin > ul{

}
#right_content > .plugin ul{
  max-height:350px;
  overflow:auto;
}
#right_content > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#right_content > .plugin > div > p + *{
/**/
}
#right_content > .plugin iframe{
min-width:50px !important;
}
#right_content > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#right_content > .plugin > div > p{
    font-size:80%;
    color:#333;
}
#right_content > .plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:10px;
}
#right_content > div > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;
}
#right_content > div > div > p + div div:before{
    content: "・";
    color:#333;
}
#right_content > div > div > p + div{
  max-height:350px;
  overflow:auto;
}
#right_content > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#right_content > .plugin > div > form br{
    display:none;
}
#right_content > .plugin  form > .plugin-mail br{
display:block;
}
#right_content > .plugin > div > form input,#right_content > .plugin > div > form select{
    font-size:95%;
}
#right_content > .plugin > div > form input[type="text"],#right_content > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#right_content > .plugin > div > form input[type="submit"]{
    color:#333;
    font-size:80%;
}
.link_plugin > ul{
  padding:0px;
  margin:0px;
}
.link_plugin > ul > li{
  padding:0px;
  margin:0px 0px 10px;
}
.calender{

    font-size:75%;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    width:100%;
    height:auto;
    border-collapse:separate;
    border-spacing:0;
    margin:0px 0;
    padding:0;
}
.calender caption{
    color:#333;
    font-size:100%;
    font-weight:bold;
    border-top:1px solid #aaa;
    padding:3px 0px 2px 0px;
    margin:0px 0px 0px;
}
.calender th{
    color:#000;
    font-weight:bold;
    text-align:center;
}
.calender td{
    font-weight:bold;
    text-align:center;
    padding:0.1em;
    color:#999;
}
.calender td a{
    display:block;
}
th#sun{
    color:#000;
}
th#sat{
    color:#000;
}
.calender td a:link{
    color: #000;
}
.calender td a:visited{
    color:#000;
    font-weight:normal;
    border:1px solid #f0f;
    text-decoration: none;
}
.calender td a:hover{
    color:#000;
    font-weight:bold;
}
.calender td a:active{
    color:#000;
}





  @media (min-width: 700px) and (max-width: 1200px){
    header:before{
        content:"";
        width:94%;
        height:100%;
        position:absolute;
        left:3%;
        background-color:#48433f;
        }
    h1{
        width:94%;
        height:auto;
        color:#f5f0e0;
        font-size:28px;
        text-align:center;
        position:absolute;
        top:50%;
        left:3%;
        margin-top:-18px;
        }
    #introduction{
        width:94%;
        height:22px;
        color:#f5f0e0;
        font-size:16px;
        text-align:center;
        overflow:hidden;
        position:absolute;
        top:50%;
        left:3%;
        }
        header > ul{
        position:absolute;
        right:3.4%;
        bottom:0px;
        }
    #marea > #content{
        width:94%;
        height:auto;
        }

    #marea > #content > #left_content{
        width:25%;
        height:auto;
        float:left;
        }
    #marea > #content > #main_content{
        width:75%;
        height:auto;
        float:right;
        }
    #marea > #content > #right_content{
        width:25%;
        height:auto;
        float:left;
        00clear:both;
        }
  }
    
    @media (max-width: 699px){
    header{
        width:100%;
        height:170px;
        position:relative;
        background-color:#f1efdf;
        min-width:600px;
        max-width:1200px;
    }
    header:before{
        content:"";
        width:100%;
        height:100%;
        position:absolute;
        left:0%;
        background-color:#48433f;
        min-width:600px;
        max-width:1200px;
    }

    h1{
        width:100%;
        height:auto;
        color:#f5f0e0;
        font-size:20px;
        text-align:center;
        position:absolute;
        top:50%;
        left:0%;
        margin-top:-14px;
        min-width:600px;
        max-width:1200px;
    }
    #introduction{
        width:100%;
        height:22px;
        color:#f5f0e0;
        font-size:14px;
        text-align:center;
        overflow:hidden;
        position:absolute;
        top:50%;
        left:0%;
        min-width:600px;
        max-width:1200px;
    }
    header > ul{
        position:absolute;
        right:0.6%;
        bottom:0px;
    }
    #marea > #content{
        padding:0px 0px;
        width:100%;
        height:auto;
        margin:0px auto;
        background-color:#faf8e7;
    }
    #marea > #content{
        width:100%;
        height:auto;
        float:none;
    }
    #marea > #content > #left_content{
        width:100%;
        height:auto;
        margin:0px auto;
        float:none;
        }
    #marea > #content > #main_content{
        width:100%;
        height:auto;
        float:none;
        }
    #marea > #content > #right_content{
        width:100%;
        height:auto;
        margin:0px auto;
        float:none;
    }
    .target{
        position:absolute;
        top:0px;
        display:block;
        width:100px;
        height:10px;
        background-color:orange;
        visibility:hidden;
    }
    /* サムネイル表示機能を使わない場合は削除 */
    .show{
        visibility:visible;
        opacity:1;
        right:10px;
        bottom:80px !important;
    }
    .hide{
        visibility:hidden;
        opacity:0;
        right:10px;
        bottom:20px !important;
    }
    ._show{
        visibility:visible;
        opacity:1;
        right:10px;
        bottom:10px;
    }
    ._hide{
        visibility:visible;
        opacity:1;
        right:10px;
        bottom:10px;
    }
    /* ここまで削除 */
  }



footer{
    clear:both;
    position:relative;
    font-weight:bold;
    font-size:80%;
    font-family:Consolas;
    text-align:right;
    padding:5px 0px 0px;
}
footer > #copyright{
    width:auto;
    height:auto;
    color:#f5f0e0;
    overflow:auto;
    text-align:center;
    font-weight:bold;
    line-height:35px;
    padding:10px 0px;
    margin:10px auto 0px;
    border-top:solid 2px #333;
    border-bottom:solid 2px #333;
    background-color:#48433f;
    padding:5px 0px 2px 0px;

}
#copyright a:link{
    color:#ffffff;
    text-decoration:none;
}
#copyright a:visited{
    color:#ffffff;
    text-decoration:none;
}
#copyright a:hover{
    color:#f00;
    font-weight:bold;
    text-decoration:underline;
}
#copyright a:active{
    color:#f000;
    text-decoration:none;
}

.page_top{
    width:120px;
    height:50px;
    line-height:50px;
    text-align:center;
    display:block;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    margin:0px 5px 5px !important;
    background-color:#333;
    background: linear-gradient(to bottom, #48433f, #9e978e, #48433f);
    background: -moz-linear-gradient(top, #48433f, #9e978e 50%, #48433f);
    background: -webkit-gradient(linear, left top, left bottom, from(#48433f), color-stop(0.5, #9e978e), to(#48433f));
    position:fixed;
    z-index:10;
    border-radius:8px 8px 8px 8px;
}
.page_top > a{
    width:100% !important;
    height:50px;
    font-size:11px !important;
    color:#fff;
    text-decoration:underline;
    display:block;
    cursor:pointer;

}
.page_top:hover{
    color:#fff;
}


.page_top a:link{
    color:#fff;
    text-decoration:underline;
}
.page_top a:visited{
    color:#fff;
    text-decoration:underline;
}
.page_top a:hover{
    color:#f00;
    text-decoration:underline;
}
.page_top a:active{
    color:#333;
    text-decoration:underline;
}
.show{
    visibility:visible;
    opacity:1;
    right:10px;
    bottom:10px;
}
.hide{
    visibility:hidden;
    opacity:0;
    right:10px;
    bottom:-50px;
}
._show{
    visibility:visible;
    opacity:1;
    right:10px;
    bottom:10px;
}
._hide{
    visibility:visible;
    opacity:1;
    right:10px;
    bottom:10px;
}
pre{
    overflow:auto;
    line-height: normal;
}
pre > code{
    color:#333;
    overflow:auto;
    font-family:Consolas;
    line-height: normal;
}

a:link {
    color:#333;
}
a:visited {
    color:#333;
}
a:hover {
    color:#f00;
}
a:active{
    color:#f00;
}
.plugin-mail{
font-size:90%;
}
.select_none{
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
}