<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper #mainCol .attention {
	padding-left: 35px;
	position: relative;
}
.wrapper #mainCol .attention:before{
	content: url("../../../common/pc/images/icn_emergency.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 22px;
}
.wrapper #mainCol .noteList {
	list-style:none; 
	margin: 1.0em 0;
}
.wrapper #mainCol .noteList li{
	position: relative;
	padding-left: 1.5em;
}
.wrapper #mainCol .noteList .mark{
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper #mainCol .fundBasicDetail .icmFilePdf.disabled a {
	color: #cdcdcd;
}

.wrapper #mainCol .headerBtm .col .col {
	width: 220px;
}
.wrapper #mainCol .headerBtm .col .col p {
	margin-top: 6px;
	text-align: right;
}


.wrapper #mainCol .section:first-of-type {
	margin-top: 3em;
}

.wrapper #mainCol .fundBasicDetail h2+p {
	margin: 1em 0;
}


.wrapper #mainCol .fundBasicDetail .tableWrap {
	margin-bottom: 3em;
}

.wrapper #mainCol .section:first-of-type .column3 .tableWrap {
	height: 260px;
}
.wrapper #mainCol .section:first-of-type .column3 .col:last-child .tableWrap {
	height: auto;
}
.wrapper #mainCol .section:first-of-type .column3 .tableWrap table {
	height: 100%;
}
.wrapper #mainCol .section:first-of-type .column3 .tableWrap table th,
.wrapper #mainCol .section:first-of-type .column3 .tableWrap table td {
	padding: 12px;
	line-height: 1.3;
}
.wrapper #mainCol .section:first-of-type .column3 .col:nth-child(1) .tableWrap table th,
.wrapper #mainCol .section:first-of-type .column3 .col:nth-child(1) .tableWrap table td,
.wrapper #mainCol .section:first-of-type .column3 .col:nth-child(2) .tableWrap table th,
.wrapper #mainCol .section:first-of-type .column3 .col:nth-child(2) .tableWrap table td {
	padding: 5px;
	vertical-align: middle;
}

.wrapper #mainCol .section:first-of-type &gt; .tableWrap {
	margin-bottom: 0;
}
.wrapper #mainCol .section:first-of-type &gt; .tableWrap table thead th {
	width: 11%;
}
.wrapper #mainCol .section:first-of-type &gt; .tableWrap table thead th:first-child {
	width: 12%;
}

.wrapper #mainCol .fundBasicDetail .riskRank {
	font-weight: bold;
	color: #006;
}

.wrapper #mainCol .fundBasicDetail .riskRank:before {
	display: inline-block;
	width: 60px;
	height: 22px;
	margin-right: 5px;
	margin-left: 5px;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 90%;
}

.wrapper #mainCol .fundBasicDetail .riskRank01:before
{
	background-image: url(../../../common/pc/images/ico_riskrank_01.png);
}
.wrapper #mainCol .fundBasicDetail .riskRank02:before
{
	background-image: url(../../../common/pc/images/ico_riskrank_02.png);
}
.wrapper #mainCol .fundBasicDetail .riskRank03:before
{
	background-image: url(../../../common/pc/images/ico_riskrank_03.png);
}
.wrapper #mainCol .fundBasicDetail .riskRank04:before
{
	background-image: url(../../../common/pc/images/ico_riskrank_04.png);
}
.wrapper #mainCol .fundBasicDetail .riskRank05:before
{
	background-image: url(../../../common/pc/images/ico_riskrank_05.png);
}


.wrapper #mainCol .fundBasicDetail .btnWrap {
	margin: 5em 0;
}
.wrapper #mainCol .fundBasicDetail .btnWrap h4 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
.wrapper #mainCol .fundBasicDetail .btnWrap .col {
	width: 440px;
	margin-bottom: 30px;
}
.wrapper #mainCol .fundBasicDetail .btnWrap .btnRound {
	display: table;
	width: 100%;
	height: 70px;
	font-size: 1.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper #mainCol .fundBasicDetail .btnWrap .btnRound .fSmall {
	font-size: 0.8em;
}
.wrapper #mainCol .fundBasicDetail .btnWrap .btnRound .btnRoundInner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.wrapper #mainCol .fundBasicDetail .btnRound.next:after {
	font-size: 50px;
	vertical-align: -25px;
}

.wrapper #mainCol .fundBasicDetail .detailImgWrap {
	display: block;
	margin: 2.5em auto;
	text-align: center;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImg {
	width: 680px;
	margin: 0 auto;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgTop {
	display: table;
	width: 100%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgTop ul,
.wrapper #mainCol .fundBasicDetail .basicDetailImgTop &gt; span {
	display: table-cell;
	vertical-align: middle;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgTop &gt; span {
	font-size: 1.4em;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgTop ul li{
	display: inline-block;
	padding: 2px 10px;
	border-right: 1px solid #000;
	margin: 0;
	line-height: 1;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgCheck {
	font-size: 1.4em;
	margin: 10px 0;
	padding-left: 10px;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgCheck label {
	vertical-align: middle;
}


.wrapper #mainCol .section:nth-of-type(2) &gt; .tableWrap table th {
	width: 25%;
}


.wrapper #mainCol .section:nth-of-type(2) &gt; .column2 table th {
	width: 29%;
}
.wrapper #mainCol .section:nth-of-type(2) &gt; .column2 table th:last-child {
	width: auto;
}


.wrapper #mainCol .section:nth-of-type(2) &gt; .column2:last-of-type table td {
	width: 50%;
}


.wrapper #mainCol .section:nth-of-type(3) .generic {
	margin-bottom: 50px;
}
.wrapper #mainCol .section:nth-of-type(3) .generic li {
	margin-top: 0;
}


.wrapper #mainCol .section:nth-of-type(3) .tableWrap table th {
	width: 35%;
}

.wrapper #mainCol .fundBasicDetail .tableWrap .odd th,
.wrapper #mainCol .fundBasicDetail .tableWrap .odd td {
	background: #f4f4f8;
}

.wrapper #mainCol .fundBasicDetail .piechart01 {
	color: #FF457A;
}
.wrapper #mainCol .fundBasicDetail .piechart02 {
	color: #485A97;
}
.wrapper #mainCol .fundBasicDetail .piechart03 {
	color: #FFD3E0;
}
.wrapper #mainCol .fundBasicDetail .piechart04 {
	color: #789BB9;
}
.wrapper #mainCol .fundBasicDetail .piechart05 {
	color: #27C34F;
}
.wrapper #mainCol .fundBasicDetail .piechart06 {
	color: #C6F688;
}
.wrapper #mainCol .fundBasicDetail .piechart07 {
	color: #565656;
}
.wrapper #mainCol .section:nth-of-type(5) .tableWrap table th {
	width: 33.333%;
}
.wrapper #mainCol .section:nth-of-type(5) .tableWrap table th.initialwidth {
	width: initial;
}
.wrapper #mainCol .section:nth-of-type(5) .boxBorder ul,
.wrapper #mainCol .section:nth-of-type(5) .boxBorder ul li {
	margin: 0;
}
.wrapper #mainCol .section:nth-of-type(5) .boxBorder {
	margin-top: 50px;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgCheck .cRed {
	color: #c50030;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgCheck .cBlue {
	color: #1f5b8c;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgCheck .cOrange {
	color: #f39709;
}
.wrapper #mainCol .fundBasicDetail .basicDetailImgCheck .cGreen {
	color: #357f18;
}

/*2016.9.2 霑ｽ蜉�*/
.wrapper #mainCol ul.favexists li {
	display: table-cell;
	font-size: 1.5em;
	font-weight: bold;
	background: #177cb6;
	border-bottom: none;
	text-align: center;
	border-left: none;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.33;
	margin-top: 0;
}
.wrapper #mainCol ul.favexists li.a:hover {
	background: #177cb6;
}
.wrapper #mainCol ul.favexists li a {
	display: inline-block;
	text-decoration:  none;
	padding: 10px;
	color: #fff;
	outline : none;
	width : 90%;
}


/*==============================================
  ballon
==============================================*/
.balloonFavDel,
.balloonFavCheck,
.balloonCompareCheck {
    background-color: #fff;
    min-width: 20px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #000;
    font-size: 1.4em;
    line-height: 1.5;
    z-index: 32767;
}

.balloonCloseBtn {
    text-align: center;
}




























</pre></body></html>