html {
    height: 100%;
}

body {
    background-color: #62A1C3;
    height: 100%;
}

#content {
    width: 760px;
    background-color: white;
    min-height: 100%;
}


#title {
    background-color:#0066aa;
    height: 140px;
    border-top: #0066aa 1px solid;
    cursor: pointer;
}

.name_area {
    border-left: white 10px solid;
    height: 90px;
    margin-top: 20px; 
    margin-left: 20px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    color: white;
}

.name_area H1 {
    font-size: 36px;
    line-height: 36px;
}

.name_area H2 {
    font-size: 22px;
    line-height: 20px;
}

#main {
    margin-left: 160px;
    width: 598px;
    min-height: calc(100% - 140px - 40px);
    border-left: 1px solid gray;
    border-top: white solid 1px;
    position: relative;
}

#menu {
    float: left;
    width: 160px;
    min-height: calc(100% - 140px - 40px);
    position: relative;
    z-index: 1;
    background: white;
    margin: 0 0;
}

nav {
    background: #fff;
    width: 100%;
}

nav header {
    background: white;
    padding: 20px;
}

nav header h1 {
    margin: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: none;
}

nav ul li {
    display: block;
    background: #0066aa;
}

nav ul li.active {
    background: white;
}

nav ul li.active a {
    color: white;
}

nav ul li.active ul {
    display: block;
}

nav ul li:last-child {
    border-bottom: none;
}

nav ul li ul {
    display: none;
}

nav ul li ul li a {
    padding-left: 25px;
    color: white;
}

nav ul li ul li a:hover {
    padding-left: 30px;
}

nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
    border-left: 2px solid transparent;
    font-size: 12px;
}

nav ul li a:hover {
    background: #003366;
    padding-left: 20px;
    color: white;
}

nav .info {
    background: #fff;
    padding: 20px;
    color: #666;
    font-size: 14px;
}

nav footer {
    background:white;
    padding: 15px 20px;
    color: #fff;
}

nav footer p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.right {
    float: right;
}

.left {
    float: left;
}

nav ul li ul li a .left {
    margin-right: 3px;
    margin-top: 3px;
}
  
#footer {
    width: 760;
    text-align: center;
    font-size:  12px;
    margin-bottom: 0px;
}

#footer_address{
    background-color: #0066aa;
    color: white;
    height: 20px;
}

#footer_copy {
    height: 20px;
}

#main H2 {
    border: 1px solid #3399cc;
    border-left: 5px solid #3399cc;
    margin: 5px;
    margin-top: 20px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}

.image-line {
    margin:  15px auto;
    text-align: center;
}

.index_text {
    font-size: 12px;
    text-indent: 1em;
    padding: 10px;
}

/* 役員用 */

.officer_table {
    display: table;
    margin: auto;
}

.officer_table .tablerow {
    display: table-row;
}

.officer_table .tablerow .officer_name {
    display: table-cell;
    font-size: 14px;
    width: 180px;
}

.officer_table .tablerow .officer_office {
    display: table-cell;
    font-size: 14px;
    width: 280px;
}

/* 事業内容用 */

.activity_list ol {
    counter-reset: item;
    list-style: none;
    margin-left: 0px;
    font-size: 14px;
    padding: 15;
    margin-bottom: 0;
}

.activity_list li {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

.activity_list li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.activity_list ol div {
    margin: 10px;
    margin-left: 25px;
    font-size: 12px;
}

/* ディスクロージャ用 */

#loginform {
    width: 75%;
    margin: auto;
}

#loginform label {
    width: 100px;
    text-align: right;
    justify-content: flex-end;
    padding-right: 10px;
}

/* データページ用 */

#main_data {
    margin-left: 160px;
    width: 598px;
    min-height: calc(100% - 140px - 40px);
    border-top: white solid 1px;
    border-left: 1px solid gray;
    position: relative;
    padding-bottom: 80px; 
}

#main_data H1 {
    border: 1px solid #3399cc;
    border-left: 5px solid #3399cc;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
}

#main_data H2 {
    border: 1px solid #3399cc;
    border-left: 5px solid #3399cc;
    margin: 5px;
    margin-top: 20px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}

.image-line_data {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.lastUpdate {
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    margin: 25px;
}

ul.datalist {
    margin: 15px;
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
}

ul.datalist li div {
    padding-top: 4px;
    padding-right: 3px;
}

.data_text {
    font-size: 12px;
    text-indent: 1em;
    padding: 10px;
}

.data_text .imgframe {
    width: 95%;
    border: #3399cc 1px solid;
    display:  block;
    margin: 5 auto;
}
.data_text img {
    width: auto;
    max-width: 95%;
    height: auto;
    max-height:  100%;
    display:  block;
    margin: 0 auto;
}
