@charset "UTF-8";
/*------------------------------------------------------------
 reset
------------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, images, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html, body {
    margin:0;
    padding:0;
  
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}
li {
    list-style:none;
}

a {
  text-decoration: none;
}

a img{
  transition: 0.3s;
}

a:hover img{
  opacity: 0.60;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  -ms-filter: "alpha(opacity=60)";
  text-decoration: underline;
  transition: 0.3s;
}

img{ vertical-align: top; width: 100%; line-height: 0;}

.img_defo{ width: inherit !important; line-height: inherit !important;}

table {
    border-collapse:collapse;
    border-spacing:0;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  zoom:1;
}

hr{
  border:0;
  margin:0;
  padding:0;
}
