﻿@charset "utf-8";
/* 一般用 */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* =============================================================================
   Base
   ========================================================================== */

.nomargin{ margin: 0!important;}
.nopadding{ padding: 0!important;}
html {
    font-family: "Open Sans","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    height: 100%;
}
body {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.2;
    height: 100%;
}
td {
    vertical-align: top;
}

ul, ol, li {
    list-style: none;
}

hr{
	color: #707070;
	background: #fff;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #707070;
	margin-top:20px;
}
/* 強調 */
strong,
.emphasis{
	font-weight: bold;
}
input{
	margin: 0 3px;
	display: inline;
}

p{
	margin:0;
	padding:0;
}

/* =============================================================================
   Links
   ========================================================================== */
a,
a:visited{
	color: #000;
	text-decoration: none;
}
a.pdf,
a.pdf:visited{
	color: #05F;
}

.wrapper {
    padding: 0;
    max-width: 1920px;
    min-width: 800px;
    
    height: auto;
    min-height: 100%
}

.sectorContainer {
    display: flex;
    flex-wrap: wrap;
}
.sector {
    background: #efefef;
    width: 15.5%;
    padding: 4px 1px 1px 1px;
    /*
    padding: 12px 8px 8px 8px;
    height: 60px;
    width: 260px;
	margin: 8px 10px 8px 8px;
    */
    margin: 4px 0.3% 4px 0.3%;
    border: #A4A4A4 2px solid;
    box-shadow: 3px 3px 3px #eee;
    line-height: 120%;
    font-size: 1.1rem;
    font-weight: bold;
}
.sector::before {
    content: " ";
    display: inline-block;
    width: 20px;
    margin: 0 5px 0 2px;
    height: 23px;
    background-image: url(/parts/image/cate01.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
@media screen and (max-width: 1600px) {
    .sector {
        font-size: 0.8rem;
        width: 15%;
    }
    .sector::before {
        margin: 0;
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .sector {
        font-size: 0.4rem;
    }
    .sector::before {
        width: 16px;
        height: 16px;
    }
}


.sector span{
    /*
	width: 220px;
	height: 35px;
    letter-spacing: -0.05em;
    */
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
    line-height: 100%;
    padding-top: 4px;
}
.sector.selected,
.sector:hover {
    color: #ffffff;
    background: #707070;
}

.sector.selected::before,
.sector:hover::before {
    background: #fff;
}


.yoko {
    display: flex;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0 5px;
}

.dashboardWrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

    .dashboardWrapper h2 {
        width: 240px;
    }

.btn_setup {
    width: 120px;
    height: 30px;
    background-color: #909090;
    border-radius: 8px;
    box-shadow: 4px 4px 4px #eee;
    color: #fff;
    padding: 5px;
    margin-right: 30px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    cursor: pointer;
}

    .btn_setup a {
        color: #fff;
    }

.stockWrapper {
    width: calc(100% - 340px);
    margin-right: 20px;
}

.sectorTitle {
    width: 298px;
    /*
width: 100%;
    */
    font-size: 1.1rem;
    padding-top: 30px;
    align-items: center;
}

    .sectorTitle.yoko {
        width: 100%;
    }

    .sectorTitle p {
        margin: 5px 10px 5px 20px;
        padding: 0;
        text-indent: -20px;
    }

.category_02::before,
.category_03::before,
.category_04::before,
.category_top::before {
    content: " ";
    display: inline-block;
    width: 13px;
    margin: 8px 5px 0 2px;
    height: 16px;
    background-image: url(/parts/image/cate01.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.category_02::before {
    background-image: url(/parts/image/cate02.png);
}

.category_03::before {
    background-image: url(/parts/image/cate03.png);
}

.category_04::before {
    background-image: url(/parts/image/cate04.png);
}

.dashboardIconStock {
    width: 100%;
}

.
.dashboardIconSector {
    width: calc(100% - 350px);
}

.dashboardIcon {
    display: inline-block;
    width: calc(100% - 600px);
}

.disclosureTypeButton {
    font-weight: 900;
    font-size: 0.8em;
    text-indent: -20px;
    padding-left: 20px;
    letter-spacing: -0.01em;
    margin-right: 5px;
}

    .disclosureTypeButton span {
        font-size: 1.2em;
        padding-right: 2px;
    }


.item0 {
    color: gray;
}

.item1 {
    color: #00AF16;
}

.item2 {
    color: #FF3333;
}

.item3 {
    color: #E2A220;
}

.item4 {
    color: #5CB2FD;
}

.item5 {
    color: #A179E6;
}

.loginWrapper,
.listWrapper {
    margin-top: 30px;
    width: 100%;
}

.wrapItem {
    display: inline-block;
    margin-right: 20px;
    width: calc(50% - 31px);
    vertical-align: top;
}

.loginWrapper p.login_msg {
    padding-bottom: 20px;
}

.disclosureType {
    margin: 2px 15px 1px 4px;
    width: 10px;
    min-width: 10px;
}

.disclosureMain {
    width: auto;
    font-size: 1.1rem;
    line-height: 1.4;
}

.disclosureMain span.date {
    font-weight: bold;
    font-size: 0.9rem;
}

.listItem {
    margin-bottom: 10px;
}

.itembg0 {
    background-color: gray;
}

.itembg1 {
    background-color: #00AF16;
}

.itembg2 {
    background-color: #FF3333;
}

.itembg3 {
    background-color: #E2A220;
}

.itembg4 {
    background-color: #5CB2FD;
}

.itembg5 {
    background-color: #A179E6;
}

#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 1;
    display: none;
    padding: 10px;
}

#modal {
    margin: 50px auto;
    background: #ffffff;
    display: none;
    z-index: 999;
    min-width: 800px;
    border: 1px solid black;
    overflow-y: auto;
    max-height: calc(100% - 100px);
}

#modal.sectorModal {
    width: 95%;
}

#modal.enqueteModal {
    width: 70%;
}

.modalWrapper {
    width: calc(100% - 40px);
    padding: 20px;
}

.categoryWrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 250px);
    margin-right: 10px;
}

.categoryContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.category {
    background: #efefef;
    box-shadow: 3px 3px 3px #ccc;
    width: calc(25% - 15px);
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #a4a4a4;
    box-sizing: border-box;
    line-height: 150%;
    font-size: 1.2rem;
    padding-left: 20px;
    text-indent: -20px;
    word-break: break-all;
}

    .category.selected,
    .category:hover {
        color: #ffffff;
        background: #707070;
    }

.category_top {
    font-weight: bold;
}

.categoryDummy {
    width: calc(25% - 15px);
    line-height: 120%;
    font-size: 0.8rem;
    background: #ffffff;
    border: 0;
    padding: 0;
    margin: 0;
    height: 5px;
}

.lcategory {
    width: 20px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .lcategory div {
        width: 10px;
        padding: 0;
        margin: 0;
        height: calc(100% - 20px);
    }

        .lcategory div.l_b {
            border-bottom: solid 1px #000;
            height: 19px;
        }

        .lcategory div.l_top {
            height: 20px;
        }

        .lcategory div.l_l {
            width: 9px;
            border-left: solid 1px #000;
        }


.panelContainer {
    margin: 0 5px 10px;
    display: inline-block;
}

.panelSetup .panel {
    height: calc(100% - 60px);
}

.panel {
    background: #efefef;
    border: 1px solid black;
    width: 180px;
    margin: 0;
    padding: 5px;
    font-size: 0.9rem;
    height: calc(100% - 10px);
}

    .panel p {
        padding-left: 20px;
        text-indent: -20px;
        word-break: break-all;
    }

.disclosureCountBox {
    display: flex;
}

.circleContainerOne .countItem {
    height: 10px;
    width: 10%;
    margin: 2px 5%;
}

.countItem {
    width: 20%;
    margin: 2px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 2;
}

.companyNum {
    font-weight: bold;
    font-size: 90%;
    margin: 10px 5px 2px;
}

.closeArea {
    padding: 60px 0 20px;
}

.closeArea p {
    text-align: center;
}

.closeArea p span {
    cursor: pointer;
}

.panelWrapper {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.circleContainer {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.circleContainerOne {
    width: 16%;
    min-width: 120px;
    margin: 0;
    padding: 0 0 15px;
    box-sizing: border-box;
}

.circleSsquarePlus {
    max-width: 7rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.circleSsquare {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

    .circleSsquare::before {
        content: "";
        display: block;
        box-sizing: border-box;
        padding-top: 100%;
    }

.offering {
}

a.inatag {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.item0 {
    color: #E2E2E2;
}

.item1 {
    color: #00AF16;
}

.item2 {
    color: #FF3333;
}

.item3 {
    color: #E2A220;
}

.item4 {
    color: #5CB2FD;
}

.item5 {
    color: #A179E6;
}

.itemAll {
    color: #000000;
}

.itembg0 {
    background-color: #E2E2E2;
}

.itembg1 {
    background-color: #00AF16;
}

.itembg2 {
    background-color: #FF3333;
}

.itembg3 {
    background-color: #E2A220;
}

.itembg4 {
    background-color: #5CB2FD;
}

.itembg5 {
    background-color: #A179E6;
}
.itembgAll {
    background-color: #000000;
}

.circle {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    border: 0.25rem solid #9A938C;
    text-align: center;
    box-sizing: border-box;
    background-color: #f5f5f5;
    filter: drop-shadow(0.2rem 0.2rem 0.2rem #aaa);
}

.chg {
    padding-top: 0.1rem;
    line-height: 100%;
}

.chg1 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 100%;
    vertical-align: baseline;
}

.chg2 {
    font-size: 0.2rem;
    font-weight: 400;
    color: black;
    line-height: 100%;
    vertical-align: baseline;
}

.value {
    line-height: 100%;
}

.value1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    line-height: 100%;
    vertical-align: baseline;
}

.value2 {
    font-size: 0.5rem;
    font-weight: 400;
    color: #000000;
    line-height: 100%;
    vertical-align: baseline;
}

.code {
    padding-top: 0;
    line-height: 100%;
    color: #000000;
    word-break: keep-all;
    vertical-align: baseline;
    font-size: 1.0rem;
    font-weight: 400;
}

.companyName {
    padding-top: 10px;
    line-height: 100%;
    color: #000000;
    word-break: keep-all;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 0.8rem;
}

.companyName1 {
    font-size: 1rem;
}

.maxLength1 {
    --max-length: 6;
}

.companyName2 {
    font-size: 0.8rem;
}

.maxLength2 {
    --max-length: 8;
}

.companyName3 {
    font-size: 0.6rem;
}

.maxLength3 {
    --max-length: 100;
}

.chart {
    position: relative;
    margin: 0 auto;
    width: 70px;
}

.chartCanvas {
}

.up2 {
    color: #069B1A;
    border-color: #069B1A;
}

.up1 {
    color: #00AF16;
    border-color: #00AF16;
}

.eq {
    color: #9A938C;
    border-color: #9A938C;
}

.down1 {
    color: #FF5570;
    border-color: #FF5570;
}

.down2 {
    color: #D60021;
    border-color: #D60021;
}

.dttm {
    margin: 5px auto 6px;
    font-size: 9px;
    font-weight: 500;
    color: #743E1A;
    text-align: center;
}


.chartWrapper {
    display: flex;
    border: 1px solid #a4a4a4;
    box-shadow: 4px 4px 4px #ddd;
    padding: 5px;
}

.chartButtonWrapper {
    padding-top: 30px;
    width: 150px;
}

#chartImgBody {
    width: calc(100% - 180px);
    height: 700px;
    display: inline-block;
}

.chartButton {
    border: 1px solid gray;
    color: black;
    width: 100px;
    text-align: center;
    margin: 0 auto 10px;
    padding: 5px 0;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
}

    .chartButton:hover,
    .chartButtonWrapper div.selected {
        background: #000;
        color: #fff;
    }

.stockname {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px;
}

.marketname {
    font-size: 0.9rem;
    padding: 0;
    margin: 0 0 15px;
}

.stockcode {
    padding-left: 20px;
}

.stockvalue {
    font-size: 1.2rem;
    padding: 0;
    margin: 0 0 2px;
}

.stockdate {
    font-size: 0.9rem;
    padding: 0;
    margin: 0 0 10px;
}

.current_value {
    display: inline-block;
    width: 90px;
}

.up_value {
    color: #00AF16;
}

.eq_value {
    color: #9A938C;
}

.down_value {
    color: #FF5570;
}

.headerWrapper {
    margin-bottom: 30px;
}

.headerWrapper h1 {
    font-size: 26px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: calc(100% - 590px);
}

.searchText {
    display: inline-block;
    width: 280px;
    border-radius: 4px;
    border: solid 1px #aaa;
    padding: 5px 5px 1px;
}
.debugDiv{
    background-color:lightskyblue;
    width: 400px;
}
.searchText input {
        line-height: 1.8;
        width: 240px;
        border: none;
    }

    .searchText button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        vertical-align: middle;
    }

        .searchText button:hover {
            cursor: pointer;
        }
.disclosureTypeBullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.loginArea {
    display: inline-block;
    width: 280px;
    text-align: right;
}

.loginArea a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 50px;
    margin: 0 15px;
}

.loginArea a.new_account {
    width: 150px;
}

.btn_save {
    width: 160px;
    height: 20px;
    background-color: #707070;
    border-radius: 2px;
    box-shadow: 4px 4px 4px #eee;
    color: #fff;
    padding: 2px 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    cursor: pointer;
}

.sectorTitle .btn_save {
    width: 120px;
    margin: 0;
}

.panelContainer .btn_save {
    font-size: 0.9rem;
    width: 120px;
    padding: 3px 5px;
    margin: 10px auto;
}

.js-panel-trigger,
.js-circle-trigger,
.js-new-trigger {
    display: inline-block;
    margin: 20px 0;
    font-seize: 0.8em;
    cursor: pointer;
    color: #4382FF;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #5070e3;
    border-right: solid 2px #5070e3;
    position: absolute;
    left: 10px;
    top: 8px;
}

.arrow.arrow-top::before {
    transform: rotate(-45deg);
    top: 10px;
}

.arrow.arrow-bottom::before {
    transform: rotate(135deg);
    top: 3px;
}

.sidebar {
    width: 50px;
    background-color: #000000;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}

.contents {
    width: calc(100% - 50px);
    padding: 10px;
}

.batsuArea {
    text-align: center;
    margin: 5px 0 10px;
}

.batsuArea img {
    cursor: pointer;
}

.panelContainer .batsuArea {
    width: 180px;
}

.sectorOpenContainer {
    display: none;
}

.sector_btn {
    cursor: pointer;
}

.sector_btn .arrow::before {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}

