@charset "utf-8";

/* CSSリセット ver 1.10 09.04.28
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,textarea,table,th,td,img {
margin: 0; padding: 0;
}

fieldset,img,abbr {
border: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var,strong {
font-style: normal;
font-weight: normal;
}

table {
border-collapse: collapse;
border-spacing: 0;
border: none;
empty-cells: show;
}

caption,th {
text-align: left;
}

li,dl {
list-style: none;
}

hr {
display: none;
}

img {
/* vertical-align: bottom; */
border: none;
}

a {
text-decoration: none;
color: #007F92;
outline: none;
}

a:hover {
text-decoration: underline;
color: #007F92;
}

/* クリア関連
-------------------------------------------------- */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
