@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: 80px;
}

.fundDataInner li:nth-child(2) {
    text-align: right;
}

.navData {
    font-size: 26px;
    padding: 0 5px;
}

.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;
}

/*ファンドの特色*/

.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;
}

.fundDataDetail li:nth-child(2) {
    text-align: right;
}

.detailListLeft ul:nth-child(3) li:nth-child(2) {
    width: 50%;
    text-align: left;
}

/*ファンド詳細テーブル（多用途）*/

.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 li:first-child {
    text-align: left;
}

/* テーブル調整 */

.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;
}

.timeLine .tableRowData ul li:first-child {
    text-align: center;
}

.dividend .fundDataDetail ul {
    width: 100%;
}

.dividend .fundDataDetail ul:last-child {
    width: 100%;
}

.dividend .tableRow .tableRowData {
    text-align: center;
}

.memo .upData li:first-child {
    width: 80px;
}

.memo .downData li:first-child {
    width: 150px;
}

.fundScore {
    padding: 0 20px;
    box-sizing: border-box;
}

.calender {
    text-align: right;
}

.calender a{
    color: #4D4D4D;
    margin: 0 20px;
}

.calender a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 5px;
    background: url(../img/calendar.png) no-repeat;
    background-size: contain;
    vertical-align: text-top;
}

/*【パーツ】ポップアップ用 タブ*/

.termTab {
    margin: 20px 10px;
    padding: 0 20px;
    border-bottom: 1px solid #999CA1;
}
.tabRadios {
    display: none;
}

#tabList label {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 40px;
}

#tabList label:hover {
    opacity: 0.8;
}

ul#tabList {
    display:-webkit-flex;
    display: flex;
    height: 40px;
    list-style: none;
    text-align: center;
    font-size: 18px;
    margin: 0 0 -1px 0;
    padding: 0;
    clear: both;
}

ul#tabList li {
    display: inline-block;
    color: #A2A2A2;
    height: 40px;
    text-align: center;
    width: 100%;
    background: #E8ECEF;
    border: solid 1px #999CA1;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid #999CA1;
}

#tabCtl-1:checked ~ #tabList #tabList-1,
#tabCtl-2:checked ~ #tabList #tabList-2{
    pointer-events: none;
    cursor: default;
    color: #4D4D4D;
    background: #FFFFFF;
    border-bottom: none;
}

/***ポップアップ用 ファンド情報テーブル***/

.PopupContents .subHeading {
    margin-top: 50px;
}

.PopupFundInfo {
    width: 100% !important;
    text-align: left;
}

/***個別画面用 詳細エリア開閉ボタン 調整***/

h1 {
    border-left: solid 5px #D11226;
    padding-left: 5px;
    margin: 30px 0 5px 0;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
}

h1 div {
	display: inline-block;
    cursor: pointer;
}

.description {
    margin:0;
    padding-left: 10px;
    text-align: left;
    color: #A2A2A2;
}

.detailAccBtn .close:after {
    background: #FFFFFF;
}

.accordion-detail {
    display: none;
}

/*** 円グラフテーブル ***/
@media screen and (min-width: 769px){
    .qc-grp {
        padding-bottom: 260px !important;
    }
    .qc-fl40 {
        float: left !important;
        width: 40% !important;
        box-sizing: border-box;
    }
    .qc-fr60 {
        float: right !important;
        width: 60% !important;
        box-sizing: border-box;
    }
}
.a-taC {
    text-align: center!important;
}
table.circle_table {
    border-collapse: collapse;
    border-spacing: 0;
}
.a-w220 {
    width: 260px !important;
}
.a-ph10, .a-pr10 {
    padding-right: 10px!important;
}
.a-vat {
    vertical-align: top!important;
}
.m-block {
    position: relative;
    margin-bottom: 24px;
}
.m-block:after, .m-block:before {
    content: "";
    display: table;
}
.m-block:after {
    clear: both;
}
.m-stockInfo_detail_list {
    padding: 0;
    margin: 0;
}
.m-stockInfo_detail_list>li {
    display: table;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
}
.m-stockInfo_detail_title {
    text-align: left;
    padding-bottom: 5px;
    font-size: 14px;
}
.m-stockInfo_detail_title, .m-stockInfo_detail_value {
    display: table-cell;
    vertical-align: bottom;
    height: 29px;
    box-sizing: border-box;
}
.a-fz14 {
    font-size: 14px!important;
}
.m-stockInfo_detail_value {
    text-align: right;
    padding-bottom: 2px;
    font-size: 15px;
}
.a-fc01{color:#4692c1 !important;}
.a-fc02{color:#d87789 !important;}
.a-fc03{color:#4caca3 !important;}
.a-fc04{color:#ca9f8a !important;}
.a-fc05{color:#6eb3da !important;}
.a-fc06{color:#719281 !important;}
.a-fc07{color:#ad779a !important;}
.a-fc08{color:#d6bf76 !important;}
.a-fc09{color:#7d96ad !important;}
.a-fc10{color:#a7c99b !important;}
.a-fc11{color:#e69da8 !important;}
.a-fc12{color:#b8ac9e !important;}

/*** 組み入れ上位銘柄テーブル ***/

.allocationRate {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
}

.allocationRate ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 940px;
}

.allocationRate ul:nth-child(odd) {
    background: #E5E5E5;
}

.allocationRate li {
    display: table-cell;
    text-align: left;
    padding: 10px;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.allocationRate ul:nth-child(1) li {
    text-align: center;
    background: #333A44;
    color: #F2F3F3;
}

.allocationRate ul:nth-child(1) li:last-child {
    border-right: solid 1px #333A44;
}

.allocationRate li:nth-child(1) {
    text-align: center;
    width: 50px;
    background: #a9a9a9;
}

.allocationRate li:nth-child(3) {
    width: 100px;
}

.allocationRate li:nth-child(4) {
    width: 200px;
}

.allocationRate li:nth-child(5) {
    text-align: right;
    width: 100px;
}

div.errorPie {
    display: table;
    width: 100%;
    height: 200px;
}

div.errorPie span {
    display: table-cell;
    vertical-align: middle;
}

/*** 分布図プルダウン ***/

.scatterPulldown {
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.scatterPulldown div {
    font-weight: bold;
    color: #ED7179;
}

.scatterPulldown select {
    width: 150px;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 4px solid #ED7179;
    border-left: 50px solid #ED7179;
    border-radius: 8px;
    cursor: pointer;
    color: #4D4D4D;
    outline: 0;
}

.scatterPulldown select option {
    overflow: hidden;
}

.scatterNotice {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
}

.scatterNotice .noticeText {
    display: inline-block;
    text-align: left;
}

.fchartMsg {
    text-align: left;
    margin-left: 50px;
    font-size: 12px;
}

@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;
    }

    .dividend .fundDataDetail ul {
        width: 100%;
    }

    .links li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .links li a {
        display: inline-block;
    }

    .pdflinks {
        text-align: left;
        margin-top: 20px;
    }

    .upSummary {
        width: 100%;
    }

    .blankList {
        display: none !important;
    }

    .feature {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 40px
    }

    #tabsList li {
        width: 50%;
        display: inline-block;
    }

    .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;
    }

    .fundScore img {
        max-width: 100%;
    }

    .purchaseArea {
        width: 100%;
    }

    .purchaseArea span {
        margin-top: 10px;
    }

    .referenceDate {
        padding: 10px 0;
    }

    .allocationRate {
        overflow-x: scroll;
        padding: 0;
    }

/*** 円グラフテーブル ***/
    .scroll {
        overflow: auto;
        white-space: nowrap;
    }
    .circle_table {
        margin: 0 auto;
    }

/***ポップアップ用 ファンド情報テーブル***/

    .multiTableTitle ul.popup li:nth-child(n+4),
    .multiTableData ul.popup li:nth-child(n+4) {
        display: none;
    }
}

/* ファンドスコア */
.icons-fundscore01, .icons-fundscore02, .icons-fundscore03, .icons-fundscore04, .icons-fundscore05, .icons-fundscore06, .icons-fundscore07, .icons-fundscore08, .icons-fundscore09, .icons-fundscore10 {
    width: 120px;
    height: 43px;
    background-size: contain;
    vertical-align: middle;
	margin:0 auto;
}
.icons-fundscore01 {
    background: url(../img/qfs01.svg) no-repeat;
}
.icons-fundscore02 {
    background: url(../img/qfs02.svg) no-repeat;
}
.icons-fundscore03 {
    background: url(../img/qfs03.svg) no-repeat;
}
.icons-fundscore04 {
    background: url(../img/qfs04.svg) no-repeat;
}
.icons-fundscore05 {
    background: url(../img/qfs05.svg) no-repeat;
}
.icons-fundscore06 {
    background: url(../img/qfs06.svg) no-repeat;
}
.icons-fundscore07 {
    background: url(../img/qfs07.svg) no-repeat;
}
.icons-fundscore08 {
    background: url(../img/qfs08.svg) no-repeat;
}
.icons-fundscore09 {
    background: url(../img/qfs09.svg) no-repeat;
}
.icons-fundscore10 {
    background: url(../img/qfs10.svg) no-repeat;
}


/*** 【基準価額チャート】読み取り表レイアウト 共通 ***/
/* 読み取り表エリアの高さをあらかじめ確保 */
#qfcht_chartWrapper .qfcht_overview_area {
	height:300px !important;
}

/* 分配金受取基準価額を非表示 */
#qfcht_chartWrapper .qfcht_overview_area table th:nth-child(4),
#qfcht_chartWrapper .qfcht_overview_area table td:nth-child(4) {
    display: none !important;
}

/*** 【基準価額チャート】読み取り表レイアウト RWD用 ***/
@media screen and (max-width: 768px) {

    #qfcht_chartWrapper .qfcht_overview_area thead,
    #qfcht_chartWrapper .qfcht_overview_area tbody {
        display: table-cell;
    }

    #qfcht_chartWrapper .qfcht_overview_area tr,
    #qfcht_chartWrapper .qfcht_overview_area th,
    #qfcht_chartWrapper .qfcht_overview_area td {
        display: block;
    }

    #qfcht_chartWrapper .qfcht_overview_area br {
        display: none;
    }

    .highcharts-tooltip {
        display: none;
    }

    #panel-2 #qfcht_chartWrapper .qfcht_overview_area table th {
        border: solid #dfdfdf !important;
        border-width:2px 0px 0px 2px !important;
    }

    #panel-2 #qfcht_chartWrapper .qfcht_overview_area table td {
        border: solid #dfdfdf !important; 
        border-width: 2px 2px 0px 2px !important;
    }

	#panel-2 #qfcht_chartWrapper .qfcht_overview_area table{
        border-bottom: 2px solid #dfdfdf !important;
	}

	#panel-2 #qfcht_chartWrapper .qfcht_overview_area table th,
	#panel-2 #qfcht_chartWrapper .qfcht_overview_area table td {
		height:17px;
	}

}

@media screen and (min-width: 769px) {
	#qfcht_chartWrapper #qfcht_container{
		margin-top:-150px !important;
	}

}

/*** 【拡大分布図】レイアウト 共通 ***/
#quick_chart_disp {
    min-width: 310px;
    height: 600px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*** ミニチャート ***/
.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;
}