@charset "UTF-8";

/* ファンド詳細全体 全体フォーマット*/

.mainContents {
    margin-bottom: 70px;
}

.subHeading {
    border-bottom: solid 1px #999CA1;
    text-align: left;
    margin: 10px;
}

.subHeading span{
    display: inline-block;
    border-left: solid 5px #D11226;
    padding-left: 5px;
    margin-bottom: 5px;
}

.errorMsg {
    color: #FF0000;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*ファンド詳細最上部*/

.fundInfo {
    display: table;
    table-layout: fixed;
    list-style: none;
    padding: 0 0 10px 0;
    width: 100%;
    border-bottom: solid 2px #E8ECEF;
}

.fundInfo li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.thumbnailArea {
    width: 140px;
}

.fundNameArea {
    width: 550px;
    text-align: left;
}

.fundName {
    font-size: 20px;
    font-weight: bold;
}

.fundName span {
    font-size: 16px;
}

.categoryArea {
    width:150px;
}

.categoryArea div {
    width: 150px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px;
    margin: 2px 0;
}

.favoriteArea {
    width:100px;
    text-align: center;
    font-size: 10px;
}

.favoriteArea img {
    width: 30px;
    cursor: pointer;
}

.favoriteArea img:hover {
    opacity: 0.8;
}

/*ファンド詳細 データ、PDFリンク周り*/

.notice {
    background: #E8ECEF;
    padding: 5px 10px;
    text-align: left;
}

.notice a {
    text-decoration: none;
}

.referenceDate {
    padding: 20px 0;
    text-align: right;
    color: #4D4D4D;
    font-size: 14px;
}

.fundData {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding: 0;
}

.fundData li {
    display: table-cell;
}

.fundDataInner {
    border-bottom: solid 2px #4D4D4D;
    margin: 0 10px;
    padding: 0;
}

.fundDataInner ul {
    display: table;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.fundDataInner li {
    display: table-cell;
}

.fundDataInner li:nth-child(1) {
    text-align: left;
    width: 100px;
}

.fundDataInner li:nth-child(2) {
    text-align: right;
}

.navData {
    font-size: 26px;
    padding: 0 5px 0 0;
}

.links {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding: 0;
}

.links li {
    display:table-cell;
    vertical-align: middle;
}

.purchaseArea {
    width: 350px;
    display: inline-block;
}

.purchaseArea span {
    display: block;
}

.purchaseArea img {
    width: 250px;
}

.purchaseArea .purchase:hover {
    opacity: 0.8;
}

.purchaseArea .purchase img {
    cursor: pointer;
}

.purchaseArea .purchaseBtn img:hover {
    opacity: 0.8;
}

.pdflinks {
    background: #E4E5E9;
    border-radius: 4px;
    padding: 10px;
}

.pdflinks a{
    color: #738497;
    margin: 0 20px;
}

.pdflinks a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/report.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/* 【パーツ】表示切替タブ */

.panelRadios {
    display: none;
}

#tabsList {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    border-collapse: collapse;
}

#tabsList li {
    display: table-cell;
    font-size: 20px;
    border: 1px solid #CCCCCC;
    border-bottom: 4px solid #CCCCCC;
    box-sizing: border-box;
}

#tabsList li label.panelLabel:hover {
    opacity: 0.8;
}

#tabsList li a {
    text-decoration: none;
}

section {
    visibility:hidden;
    max-height: 0;
    opacity: 0;
    overflow-y: hidden;
}

#panel-1 {
	visibility:visible;
	max-height: none;
    opacity: 1;
}

.panelLabel {
    position: relative;
    margin: 0px;
    padding: 5px 0;
    color: #333A44;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* 【パーツ】 個別画面用 詳細表示ボタン */

.detailAccBtn{
    text-align: left;
}

/*ミニチャートエリア*/

.miniChart {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.miniChart .panelLabel {
    padding: 0;
}

.miniChart img{
    width: 100%;
    max-width:460px;
    display: block;
}

.upSummary {
    width: 65%;
}

.blankList {
    height: 35px;
}

.summuryAnnotation {
    font-size: 14px;
    text-align: right;
    margin-left: 40px;
    margin-top: 10px;
}

/*ファンドの特色*/

.feature {
    clear: both;
    border: solid 1px #C5CBCF;
    text-align: left;
    padding: 10px;
    line-height: 30px;
    margin-top: 54px;
    margin-left: 20px;
}

.feature div {
    font-size: 20px;
}

/*ファンド詳細中段*/

.fundDataDetail {
    padding: 20px;
    box-sizing: border-box;
}

.fundDataDetail ul {
    display: table;
    width: 100%;
    margin: 0;
    border-top: solid 1px #C5CBCF;
    border-collapse: collapse;
}

.twoRows:last-child .right ul li:first-child {
    width: 4em;
}

.fundDataDetail ul:last-child {
    border-bottom: solid 1px #C5CBCF;
}

.fundDataDetail li {
    display: table-cell;
    padding: 5px;
}

.fundDataDetail li:nth-child(1) {
    text-align: left;
    min-width: 100px;
}

.fundDataDetail li:nth-child(2) {
    text-align: right;
}

/*ファンド詳細テーブル（多用途）*/

.multiTable {
    margin: 0;
}

.multiTable ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.multiTable li{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.multiTableTitle {
    padding: 0 20px;
}

.multiTableTitle ul {
    border-radius: 4px;
    background: #E8ECEF;
}

.multiTableData {
    padding: 0 20px 20px 20px;
}

.tableRowTitle {
    width: 200px;
    text-align: left;
}

.tableRow .tableRowData {
    text-align: right;
    padding: 0;
}

/* テーブル調整 */

.tableRowData ul {
    border-bottom: solid 1px #C5CBCF;
}

.performance .tableRow {
    border-bottom: solid 1px #C5CBCF;
}

.performance .tableRowData ul:nth-child(2),
.performance .tableRowData ul:nth-child(3) {
    border-bottom: 0;
}

.performance .multiTableTitle li:first-child {
    width: 200px;
}

.tableMiniTitle {
    text-align: left;
    padding: 5px 20px;
}

.tableMiniTitle .popupNotice {
	float: right;
}

.tableMiniTitle .popupNotice span{
	cursor: pointer;
	text-decoration: underline;
}

.memo .upData li:first-child {
    width: 80px;
}

.memo .downData li:first-child {
    width: 150px;
}



@media screen and (max-width: 768px) {

    .fundInfo {
        width: 100%;
        border-bottom: none;
    }

    .fundInfo > li {
        display: block;
        width: 160px;
        padding: 0;
    }

    .thumbnailArea,
    .categoryArea {
        padding: 0 10px !important;
        box-sizing: border-box;
    }

    .categoryArea div {
        width: 140px;
        font-size: 10px;
        padding: 2px;
    }

    .thumbnailArea {
        float: left;
    }

    .fundNameArea {
        width: auto !important;
        overflow: hidden;
    }

    .fundData > li{
        display: block;
    }

    .fundDataDetail {
        padding: 10px;
    }

    .left .fundDataDetail {
        padding-bottom: 0;
    }

    .right .fundDataDetail {
        padding-top: 0;
    }

    .fundDataDetail ul {
            margin-bottom: 20px;
    }

    .twoRows:last-child .right ul li:first-child {
        width: 100%;
    }

    .fundDataDetail ul,
    .fundDataDetail ul:last-child {
        border: none;
    }

    .fundDataDetail li {
        display: block;
        box-sizing: border-box;
    }

    .fundDataDetail li:nth-child(1) {
        border: solid 1px #C5CBCF;
    }

    .fundDataDetail li:nth-child(1):before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 1px;
        height: 18px;
        border: 1px solid #D11226;
        margin: 0 5px 4px 0;
    }

    .detailListLeft ul:nth-child(3) li:nth-child(2) {
        width: 100%;
    }

    .memo .fundDataDetail ul li:first-child {
        width: 100%;
    }

    .multiTableTitle {
        padding: 0 10px;
    }

    .multiTableTitle ul {
        border-radius: 0px;
        border: solid 1px #C5CBCF;
        background: #FFF;
        box-sizing: border-box;
    }

    .links li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .links li a {
        display: inline-block;
    }

    .pdflinks {
        text-align: left;
        margin-top: 20px;
    }

    .feature {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 40px
    }

    .miniChart {
        width: 100%;
    }

    .multiTableData {
        padding: 0 10px 20px 10px;
    }

    .tableRow > li {
        display: block;
        box-sizing: border-box;
    }

    .multiTableData .tableRow > .tableRowTitle:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 1px;
        height: 18px;
        border: 1px solid #D11226;
        margin: 0 5px 4px 0;
    }

    .tableRowTitle {
        width: 100%;
        border: solid 1px #C5CBCF;
    }

    .performance .tableRow {
        border-bottom: none;
    }

    .performance .tableRow {
        clear: both;
    }

    .performance .tableRowData ul {
        border-bottom: none;
        padding: 0;
        width: 50% !important;
    }

    .performance .tableRowData ul:nth-child(1) {
        float: left;
    }

    .performance .tableRowData ul:nth-child(2) {
        float: right;
    }

    .performance .tableRowData ul:nth-child(1) li:before{
        content: "";
        display: inline-block;
        height: 6px;
        width: 6px;
        vertical-align: middle;
        border-top: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .performance .tableRowData ul:nth-child(1) li:after{
        content: "";
        left: -45px;
        position: relative;
        display: inline-block;
        height: 6px;
        width: 6px;
        vertical-align: middle;
        border-top: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .performance .tableRowData ul:nth-child(2) li{
        text-align: right;
    }

    .performance .tableRowData ul li{
        display: block;
        text-align: left;
    }

    .referenceDate {
        padding: 10px 0;
    }

/***ポップアップ用 ファンド情報テーブル***/

    .multiTableTitle ul.popup li:nth-child(n+4),
    .multiTableData ul.popup li:nth-child(n+4) {
        display: none;
    }
}

/*** ミニチャート ***/
.summuryTabList {
    margin: 0 0 -10px 40px;
    padding: 0;
    text-align: left;
}

.summuryTabList li {
    display: inline-block;
    margin-bottom: 10px;
}

.summuryTabList li:last-child {
    margin-right: 0px;
}

.summuryTabList li label {
    display: block;
    color: #777777;
    text-align: center;
    border: 1px solid #bbb;
    background-color: #f7f7f7;
    width: 80px;
    margin-right: 8px;
    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    height: 100% !important;
}

#summuryTabCtl-1:checked~.summuryTabList li#summuryTabList-1 label, #summuryTabCtl-2:checked~.summuryTabList li#summuryTabList-2 label {
    background-color: #bbbbbb;
    color: #fff;
    cursor: default;
}

#summuryTab-1, #summuryTab-2 {
    opacity: 0;
    box-sizing: border-box;
    max-height: 0;
    -webkit-transition: opacity 0ms;
    transition: opacity 0ms;
    overflow-y: hidden;
}

#summuryTabCtl-1:checked~#summuryTab #summuryTab-1, #summuryTabCtl-2:checked~#summuryTab #summuryTab-2 {
    max-height: none;
    opacity: 1;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    display: block;
}