@charset "utf-8";
html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,h5,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot,
input, textarea,label {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,strong{
    font-weight: normal;
    font-size: 1em;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
    -webkit-transition: all .6s;
    transition: 0.6s;
}
a img{
    border:0;
}
.cf:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* **********************************
*  フォント
* ***********************************/
.bold{
    font-weight:bold;
}

/* **********************************
*  回り込み
* ***********************************/
.inline{
    font-size:0;
}
.inline_block{
    display: inline-block;
    vertical-align: top;
}