*{
    font-size:100%;
    padding:0px;
    margin:0px;

}
#wrapper *:not(input):not(textarea):not(a):not(#recommend_box > *){
    transition:all .4s ease-in-out 0s;
}
.reset_both{
    clear:both;
    font-size:0px;
    line-height:0px;
}
body{
    background-color:#E9FFFF;
}
#wrapper{
    width:80%;
    height:auto;
    margin:auto;
    background-color:#F5F8FA;
    font-family:meiryo;
    max-width:1200px;
    00min-width:1200px;
}
header{
    width:100%;
    height:auto;
    border-top:solid 3px #999;
    border-bottom:solid 3px #999;
    background-color:#00D6EF;
    position:relative;
    overflow:hidden;
}
header > #logoBox > img{
    max-width:100%;
    max-height:100%;
    margin:auto;
    display:block;
    00position:relative;
    00top:50%;
    00left:50%;
    00transform:translate(-50%,0%) scale(1,1) !important;
}
header > p{
    width:100%;
    height:auto;
    color:white;
    text-align:right;
    font-size:12px;
    text-shadow:0px 0px 3px #000;
    border-bottom:solid 1px #ccc;
    padding:4px 5px 4px;
    box-sizing:border-box;
    background-color:rgba(255,0,0,0.5);
    background:linear-gradient(180deg, #1DA1F2 0%,#00d8ef 100%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
header > h1{
    width:100%;
    height:50px;
    font-size:22px;
    00font-weight:normal;
    text-align:center;
    text-shadow:0px 0px 2px blue;
    color:#fff;
    line-height:55px;
    position:absolute;
    top:50%;
    left:0px;
    margin-top:-11px;
}
header > h1 > a{
    00text-shadow:0px 0px 2px blue;
}
header > h1 > a:link{
    color:#ffffff;
    text-decoration:none;
}
header > h1 > a:visited{
    color:#ffffff;
    text-decoration:none;
}
header > h1 > a:hover{
    color:#ffffff;
    text-decoration:none;
}
header > h1 > a:active{
    color:#ffffff;
    text-decoration:none;
}

header > ul{
    position:absolute;
    bottom:2px;
    right:5px;
    margin-right:5px;
}
header > ul > li{
    list-style-type:none;
    float:left;
    font-size:14px;
    font-family:"Courier New";
    font-weight:bold;
    text-shadow:0px 0px 2px blue;
    color:#fff;
    margin-left:15px;
}
header > ul > li > a{
    text-shadow:0px 0px 2px blue;
}
header > ul > li > a:link {
    color:#fff;
    text-decoration:underline overline;
}
header > ul > li > a:visited {
    color:#fff;
}
header > ul > li > a:hover {
    color:#f00;
    text-decoration:underline overline;
}
header > ul > li > a:active{
    color:#f00;
}
#left_content{
    width:20%;
    height:auto;
    00background-color:navy;
    float:left;
    padding-top:33px;
}
#main_content{
    width:60%;
    height:auto;
    background-color:#fff;
    background-color:#F5F8FA;
    float:left;
}
#main_content > article{
    background-color:#fff;
}
#right_content{
    width:20%;
    height:auto;
    00background-color:navy;
    float:right;
    padding-top:33px;
}
#left_content > article,#main_content > article,#right_content > article{
    padding:10px;

}
#left_content > article,#right_content > article{
    padding:0px 10px;
    color:#666;
}
#main_content > article{
    position:relative;
    00background-color:pink;
}
#main_content > article > .header{
    width:auto;
    height:86px;
    position:relative;
}
#main_content > article > .header:before{
    content:"";
    width:100%;
    height:40px;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    position:absolute;
    top:23px;
    left:0px;
    z-index:0;
    background-color:#000;
    background:linear-gradient(180deg, #00d8ef 0%,#1DA1F2 50%,#00d8ef 100%);
}
#left_content > article{
    00background-color:#fffffe;
}
#main_content > article > .content{
    width:96%;
    height:auto;
    font-size:80%;
    color:#666;
    line-height:1.8em;
    padding:10px 10px 10px;
    margin:auto;
    box-sizing:border-box;
    00background-color:red;
}
#main_content > article > .header > h2{
    width:auto;
    height:auto;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    line-height:90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent:96px;
    padding:0px 10px;
    box-sizing:border-box;
    position:relative;
    left:0px;
    00text-align:center;
}
#main_content > article > .header > h2 > a:link{
    color:#ffffff;
    text-decoration:none;
}
#main_content > article > .header > h2 > a:visited{
    color:#ffffff;
    text-decoration:none;
}
#main_content > article > .header > h2 > a:hover{
    color:#006bda;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 0px 3px #fff;
}
#main_content > article > .header > h2 > a:active{
    color:#ffffff;
    text-decoration:none;
}


#main_content > article > .content > img{
border:double 3px #aaa;
max-width:100%;
height:auto;
}
.more_box{
  padding:0px;
  margin:0px 0px 5px;
  position:relative;
}
.target{
    position:absolute;
    top:-40px;
    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 > .prevnext{
    clear:both;
    00text-align:center;
    padding:5px 0px 0px;
    word-spacing:0px;
    line-height:0;
    font-size:0px;
    position:relative;
}
#main_content > article > .prevnext:before{
    content:"";
    width:100%;
    height:30px;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    position:absolute;
    top:20px;
    left:0px;
    z-index:0;
    background-color:#000;
    background:linear-gradient(180deg, #00d8ef 0%,#1DA1F2 50%,#00d8ef 100%);
}
#main_content > article > .prevnext > span{
    font-size:14px;
    display:inline-block;
    text-align:center;
    word-spacing:0px;
    position:relative;
    00z-index:2;
}
#main_content > article > .prevnext > span.pp{
    width:35%;
    00background-color:orange;
    text-align:right;
}

#main_content > article > .prevnext > span.hh{
    width:30%;
    00background-color:blue;
}

#main_content > article > .prevnext > span.nn{
    width:35%;
    00background-color:orange;
    text-align:left;
}
#main_content > article > .prevnext > span > a{
    display:inline-block;
    width:60px;
    height:60px;
    border-radius:30px;
    text-align:center;
    text-decoration:none;
    font-family:"Courier New";
    line-height:62px;
    box-sizing:border-box;
    text-shadow:0px 0px 3px green;
    box-shadow:0px 0px 3px #aaa;
    background:linear-gradient(160deg, #feffff 0%,#ddf1f9 50%,#c0d8ef 100%);
}
.page_top{
    width:70px;
    height:70px;
    color:blue;
    font-family:"Courier New";
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:70px;
    background-color:gray;
    border-radius:50px;
    padding-top:9px;
    box-sizing:border-box;
    text-shadow:0px 0px 3px green;
    box-shadow:0px 0px 3px #ccc;
    background:linear-gradient(160deg, #feffff 0%,#ddf1f9 50%,#c0d8ef 100%);
    position:fixed;
    bottom:-80px;
    right:10px;
    border:solid 1px #ccc;
    cursor:pointer;
    z-index:1;
    transition:all .4s ease-in-out 0s;
}
.page_top > a{
    display:block;
    width:100%;
    height:100%;
}
footer{
    clear:both;
    font-weight:bold;
    font-size:80%;
    font-family:Consolas;
    text-align:right;
    padding:0px 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:0px auto 0px;
    border-top:solid 1px #999;
    border-bottom:solid 3px #999;
    00background-color:#48433f;
    background:linear-gradient(180deg, #00d8ef 0%,#1DA1F2 100%);
    padding:5px 0px 2px 0px;

}
footer > #copyright > span{
    font-family:meiryo;
}
#copyright a:link{
    color:#ffffff;
    text-decoration:none;
}
#copyright a:visited{
    color:#ffffff;
    text-decoration:none;
}
#copyright a:hover{
    color:#ff0;
    font-weight:bold;
    text-decoration:underline;
}
#copyright a:active{
    color:#f00;
    text-decoration:none;
}
.month{
    width:86px;
    height:86px;
    float:left;
    color:blue;
    font-family:"Courier New";
    font-size:10px;
    font-weight:bold;
    text-align:center;
    background-color:gray;
    border-radius:50px;
    padding-top:14px;
    box-sizing:border-box;
    text-shadow:0px 0px 3px green;
    box-shadow:0px 0px 3px #ccc;
    background:linear-gradient(160deg, #feffff 0%,#ddf1f9 50%,#c0d8ef 100%);
    position:absolute;
    top:0px;
    left:10px;
    border:solid 1px #ccc;
}
.month > span{
    display:block;
    text-align:center;
}
.day{
    font-size:18px;
}
.month01:after{
    content:"January";
    font-size:14px;
}
.month02:after{
    content:"February";
    font-size:14px;
}
.month03:after{
    content:"March";
    font-size:14px;
}
.month04:after{
    content:"April";
    font-size:14px;
}
.month05:after{
    content:"May";
    font-size:14px;
}
.month06:after{
    content:"June";
    font-size:14px;
}
.month07:after{
    content:"July";
    font-size:14px;
}
.month08:after{
    content:"August";
}
.month09:after{
    content:"September";
    font-size:14px;
}
.month10:after{
    content:"October";
    font-size:14px;
}
.month11:after{
    content:"November";
    font-size:14px;
}
.month12:after{
    content:"December";
    font-size:14px;
}
.category{
    width:auto;
    height:auto;
    text-align:right;
    font-size:11px;
    list-style-type:none;
    position:absolute;
    right:0px;
    bottom:0px;
}
.category > li{
    float:left;
    margin:0px 5px 0px 10px;
}
.category > li:before{
    00content:"　";
}

.comment_area{
    width:auto;
    height:auto;
    color:#666;
    font-size:12px;
    padding:0px 0px 0px;
    margin:10px 0px 0px;
    00border-top:solid 5px #faf8e7;
    background-color:#fffffe;
    00background-color:#F5F8FA;
}

.comment_area > form{
    width:auto;
    height:auto;
    padding:10px 20px;
}
.comment_area h3{
    width:80%;
    height:auto;
    font-weight:normal;
    font-size:14px;
    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:#333;
}
.comment_area h3 > a:active{
    color:#333;
}

.comment_area h4 > a:link {
    color:#333;
}
.comment_area h4 > a:visited {
    color:#333;
}
.comment_area h4 > a:hover {
    color:#333;
}
.comment_area h3 > a:active{
    color:#333;
}


.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;
    font-size:12px;
    padding:2px;
}
.comment_area textarea{
    width:95%;
    height:150px;
    color:#333;
    padding:5px;
    font-size:12px;
    border:solid 1px #aaa;
}
.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{
    00display:inline-block;
    border:solid 1px #aaa;
}
input:link,textarea:link {
    border:solid 1px #aaa;
}
input:visited,textarea:visited {
    border:solid 1px #aaa;
}
input:hover,textarea:hover {
    border:solid 1px #999;
    00box-sizing:border-box;
    border-color:#666;
}
input:active,textarea:active{
    border:solid 1px #aaa;
}
input[type="submit"]{
    cursor:pointer;
}
article.plugin > div{
    padding:0px 0px 30px;
    00margin:10px 0px 0px;
    00border-bottom:solid 1px #666;
}
article.plugin > div > h3{
    font-size:100%;
    font-size:14px;
    font-weight:normal;
    background-color:#9e978e;
    /*padding:3px 5px 0px;*/
    padding:9px 5px 5px;
    00margin:5px 5px 10px;
    color:#f5f0e0;
    width:auto;
    height:auto;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    background:linear-gradient(180deg, #00d8ef 0%,#1DA1F2 50%,#00d8ef 100%);
}
article.plugin > div > h3 br{
display:none;
}
article.plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
font-size:90%;
}
article.plugin > .archive_plugin > ul{

}
article.plugin ul{
  max-height:500px;
  overflow:auto;
  00background-color:#fffffe;
}
article.plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
article.plugin > div > p + *{
/**/
}
article.plugin iframe{
min-width:50px !important;
}
article.plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

article.plugin > div > p{
    font-size:80%;
    color:#333;
}
article.plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:10px;
}
articlediv > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;
}
articlediv > div > p + div div:before{
    content: "・";
    color:#333;
}
articlediv > div > p + div{
  max-height:500px;
  overflow:auto;
}
article.plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
article.plugin > div > form br{
    display:none;
}
article.plugin  form > .plugin-mail br{
display:block;
}
article.plugin > div > form input,article.plugin > div > form select{
    font-size:95%;
}
article.plugin > div > form input[type="text"],article.plugin > div > form select{
    width:48%;
    font-size:12px;
    color:#333;
    padding:2px 0px;
}
article.plugin > div > form input[type="submit"]{
    color:#333;
    font-size:12px;
    00padding:2px;
    00vertical-align:middle;
}
.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){
    #wrapper{
        width:96%;
    }
    header > h1{
        font-size:18px;
    }
    #left_content{
        width:28%;
        height:auto;
        float:left;
        }
    #main_content{
        width:72%;
        height:auto;
        float:right;
        }
    #right_content{
        width:28%;
        height:auto;
        float:left;
        padding-top:0px;
        }
}
@media (max-width: 699px){
    #wrapper{
        width:100%;
    }
    header > h1{
        font-size:14px;
        margin-top:-20px;
    }
    header > ul{
        position:relative;
        bottom:2px;
        right:2px;
        margin:9px 2px 2px 2px;
        float:right;
        00display:inline-block;
    }
    header > ul > li{
        font-size:11px;
    }
    #left_content{
        width:100%;
        height:auto;
        padding-top:0px;
        float:none;
        }
    #main_content{
        width:100%;
        height:auto;
        float:none;
        }
    #right_content{
        width:100%;
        height:auto;
        padding-top:0px;
        float:none;
    }
    #left_content > article,#right_content > article{
        padding:10px 10px;
    }
    .category{
        width:auto;
        height:auto;
        text-align:right;
        font-size:11px;
        list-style-type:none;
        position:relative;
        right:0px;
        bottom:0px;
        float:right;
    }
    .category > li{
        float:left;
        00margin:0px 5px 0px 10px;
    }
    #main_content > article > .content{
        clear:both;
    }
}

.show{
    visibility:visible;
    opacity:1;
    right:10px;
    bottom:10px;
}
.hide{
    visibility:hidden;
    opacity:0;
    right:10px;
    bottom:-80px;
}
pre{
    overflow:auto;
    line-height: normal;
}
pre > code{
    color:#333;
    overflow:auto;
    font-family:Consolas;
    line-height: normal;
}

a:link {
    color:#666;
}
a:visited {
    color:#666;
}
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;
}


#recommend_box{
    position:relative;
    z-index:0;
}

#recommend{
    box-sizing:border-box;
}




.static_style{
}
.fixed_top{
    position:fixed;
    top:0px;
}
.fixed_bottom{
    position:fixed;
    bottom:0px;
}
.absolute_bottom{
    position:absolute;
    bottom:0px;
}
.fixed_top_fc2{
    position:fixed !important;
    top:27px !important;
}