/*
    Theme Name:fu117howto
*/


*{
    border-radius: 0px !important;
}
body{
    color: #666;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal !important;
    margin: 2px 0px 5px 0px;
    padding: 2px 0px;
    color: #666;
}
h1,h2,h3,h4,h5,h6{ font-weight: 300 !important; font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; }
h1{
    text-align:right;
    font-size: 11px;
    line-height: 14px;
}
h2{
    font-size: 26px;
    line-height: 35px;
}
h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom:12px;
}
h4{
    font-size: 20px;
    line-height: 24px;
}
h5{
    font-size: 18px;
    line-height: 22px;
}
p{margin: 10px 0px;}
.border{
    background: url("../images/line.png") repeat;
    height: 5px;
    margin: 30px 0px !important;
}
hr{
    margin: 20px 0px;
}

.talc{
    text-align:center;
}

.screen-reader-text{ font-weight: 300 !important; font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; }

/* header */
header{
    background: #fff;
}
header .fu1kanbl-logo{
    padding: 15px 0px;
}

/* main image */
.fu1kanbl-mainimg i{
    margin: 0px;
}
.fu1kanbl-breadcrumb{
    font-size:12px;
    text-align:right;
    background: #f6f6f6;
    padding: 6px 15px;
}

/* posts */

.fu1kanbl-post-catdate{
    margin-top:10px;
}

.fu1kanbl-posts h3{
    border-bottom:1px solid #f7f7f7;
    padding-bottom:8px;
}

.fu1kanbl-posts p{
    padding:5px;
}

.fu1kanbl-post_thumb{
    float:left;
    padding-right:20px;
    padding-top: 10px;
}

.attachment-post-thumbnail{
    padding-top: 10px;
}

/* sidebar */
.fu1kanbl-sidebar{
    background:#f7f7f7;
    border:1px solid #e1e1e1;
    padding:8px;
    margin-top:10px;
}

.fu1kanbl-sidebar h3{
    font-size:22px;
    margin-bottom:0px;
}

.fu1kanbl-sidebar h4{
    font-size:16px;
    color:#666;
    line-height:18px;
    margin-bottom:5px;
    padding-bottom:10px;
    text-transform:uppercase;
    border-bottom:1px solid #eee;
    font-weight: 400 !important;
}
.fu1kanbl-sidebar .fu1kanbl-widget{
    background:#fff;
    padding:8px;
    font-size: 13px;
    line-height: 23px;
    border:1px solid #e1e1e1;
    margin-bottom:10px;
}
.fu1kanbl-sidebar ul li{
    padding: 3px 0px;
}

.screen-reader-text{
    font-size:22px;
    margin: 2px 0px 10px 0px;
    padding: 2px 0px;
}

/* content */
.fu1kanbl-content{
    margin-top: 20px;
}
.fu1kanbl-content ul{
    list-style-type: none;
    margin-left: 0px;
}
.fu1kanbl-content ul li{
    padding: 5px 0px;
}

/* topics&navi */
.fmenu {
    margin-left:5px;
}
.fmenu h4{
    margin-bottom:0px;
    line-height: 20px;
}
.fmenu li{
    font-size:14px;
    line-height:14px;
}
.topics{
    padding:7px 12px 14px 12px;
    color: #fff;
}
.topics h4{
    color: #fff;
}
.topics a{
    color: #fff;
    text-decoration: underline;
}
.topics a:hover{
    color: #eee;
    text-decoration: none;
}

.naviarticle {
    margin:20px 0px;
}


/* footnavi */
.fu1kanbl-footnavi{
    margin-top: 20px;
    padding:15px 0px 10px 0px;
    color: #fff;
    line-height: 30px;
}
.fu1kanbl-footnavi a{
    font-size: 15px;
    margin: 0px 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.fu1kanbl-footnavi a:hover{
    color: #eee;
    text-decoration: underline;
}
.fu1kanbl-footnavi i{
    position: relative;
    top: -2px;
    width: 15px;
    text-align: center;
    padding: 3px;
    right: 3px;
}

/* footer */
footer{
    font-size: 13px;
    background: #f6f6f6;
    color: #444;
}
footer a{
    color: #777;
}
footer a:hover{
    color: #666;
}
footer .color{
    color: #444;
}
footer h6{
    color: #444;
}

footer ul{
    list-style-type: none;
    margin-left: 0px;
}
footer ul li{
    padding: 3px 0px;
}

/* responsive */
@media (max-width: 767px){
    h2 {
        font-size: 22px;
        line-height: 35px;
        margin:0px;
        padding:0px;
     }
     
    .border{
        margin:10px 0px 5px 0px;
    }
    header,.navbar,.topics,.fu1kanbl-mainimg,footer{
        margin-left: -20px;
        margin-right: -20px;
    }
    .topics,footer,.navbar-inner,.fu1kanbl-mainimg{
        padding-left: 20px;
        padding-right: 20px;
    }
    header .fu1kanbl-logo{
        text-align: center;
    }
    .topics{
        margin-top: 10px;
    }
    .topics span{
        display: block;
        margin-bottom: 10px;
    }
    
    .fu1kanbl-sidebar a {
        padding: 12px 0px;
        display: block;
        text-decoration: none;
    }
    
    .fu1kanbl-sidebar a:hover{
        text-decoration:none;
        background:#F7F7F7;
    }
    
}
@media (min-width: 768px) and (max-width: 979px){}
@media (max-width: 979px){}