@charset "utf-8";
/* CSS Document */

body {
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
}


a:link,
a:visited {
    text-decoration: underline;
    color: #000000;
}

img {
    border: 0;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}

td {
    border: 1px solid #473533;
    padding: 4px 4px;
    vertical-align: top;
    text-align: left;
    font-size: 10pt;
}

th {
    border: 1px solid #473533;
    padding: 6px 8px;
    vertical-align: top;
    text-align: center;
    font-size: 10.5pt;
}

/* 行間をおおめにとる。 */
p,
dt,
dd,
th,
td,
li {
    line-height: 1.6;
}

#mainNav,
#sidebar,
#header_link,
#footer {
    display: none;
}

#wrapper,
#contents,
#copyrigh,
#main {

    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}


#mainImg.sp {
    display: none;
}