@charset "utf-8";
/********************************/
/*        共通的な定義          */
/********************************/
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
}
img {
    vertical-align: bottom;
}
address {
    font-style: normal;
}
a:link,
a:visited {
    color: var(--linkcolor);
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
