/** ファンド条件選択 **/
#dialog-risk-return .risk-return-select-box {
	font-size: 16px;
	width: 100px;
	
	padding: 2px 2px 2px 28px;
}
.select-wrapper{
	width: 100px;
	float: right;
    position: relative;
	display: block;
	background-color: #f2f2f2;
}
.select-wrapper::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -4px 0 0 0;
    border: 5px solid transparent;
    border-top: 5px solid #000000;
}
select {
	position: relative;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
	background: transparent;
	border: 2px solid #bbbbbb;
}
select::-ms-expand {
    display: none;
}

#dialog-risk-return .modal-body {
	height: 460px;
	z-index: 1;
}

.risk-return-body {
	width: 720px;
	height: 390px;
	margin-left: 30px;
	padding-top: 30px;
	background-size:cover;
	/*background-image:url(../img/risk_return_border.png);*/
}

/* ファンド名 */
#risk-return-fund-name {
	width: 280px;
	position:absolute;
	margin: 146px 0 0 205px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}

/* ボタンを配置するテーブル */
.risk-return-body table {
	width: 90%;
	height: 90%;
	margin-left: 30px;
}
.risk-return-body tr {
	height: 165px;
}
.risk-return-body td {
	width: 220px;
}

.modal-content{
	width: 800px;
}

/* グラフの中心の点 */
#graph-circle {
	width: 25px;
	height: 25px;
	background-color: #E46B09;
	border-radius: 50%;
	position: absolute;
	top: 218px;
	left: 375px;
	z-index: 1;
}

/* 矢印 */
.allow{
	width: 665px;
	height: 385px;
    position: absolute;
    border-bottom: 3px solid black;
    border-left: 3px solid black;
	left: 45px;
	top: 50px;
	z-index: -1;
}
.top-triangle{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid black;
    position: absolute;
    left: 36px;
}
.right-triangle{
	width: 0;
    height: 0;
    border-left: 15px solid black;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 423px;
    right: 80px;
}

/** ボタン設定 **/
.risk-return-body .risk-return-botton {
	width: 285px;
	height: 130px;
	border: 2px solid #2F5482;
	border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #4F81BD;
	color: white;
	cursor: pointer;
}
.risk-return-body .risk-return-botton:hover {
    background-color: rgba(79, 129, 189, 0.75);
}

.risk-return-body .disabled-botton{
	border-color: #747474;
	background-color: #a6a6a6;
	cursor: default;
}

.risk-return-body .low-risk-area {
	width: 285px;
	height: 130px;
	color: #a6a6a6;
	margin-top: 20px;
	margin-left: 20px; 
}

/* タイトル */
.risk-return-body .risk-return-title {
	height: 20%;
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
}

.high-return {
	color: #7b7b7b;
}
.risk-return-footer {
	float: right;
	color: #7b7b7b;
}


/* 本数 */
.risk-return-body .risk-return-value {
	height: 60%;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
}
.risk-return-body .risk-return-value span {
	font-size: 45px;
}
/* ヘッダ */
.risk-return-modal-header{
	font-size: 1.6rem;
	color: #979797;
	border-bottom: 2px solid #d5d5d5;
}

/* 注意書き */
.risk-return-body .risk-return-notice {
	height: 20%;
	padding-top: 2px;
	text-align: center;
}

/** ファンド選択 **/
#dialog-risk-return-list .modal-body {
	height: 460px;
}
.risk-return-list-header {
	height: 60px;
	font-size: 16px;
	font-weight: bold;
}
#analize-target {
	color: red;
}

.risk-return-list-body {
	height: 300px;
	overflow-y: scroll;
	margin: 10px 0 10px 0;
    padding-right: 10px;
}

/* 戻るボタン */
#risk-return-back {
	width: 100px;
	height: 30px;
	border: 2px solid #dddddd;
	border-radius: 5px;
    background-color: #bbbbbb;
    color: #666666;
    float:left;
    text-align: center;
    font-size: 18px;
	margin-top: 15px;
	cursor: pointer;
}
#risk-return-back:hover {
    background-color: rgba(79, 129, 189, 0.75);
}
/* チャートを見るボタン */
.show-chart-btn {
	width: 200px;
	height: 45px;
	border: 2px solid #2F5482;
	background-color: #4F81BD;
	border-radius: 5px;
    color: white;
    float:right;
    text-align: center;
    font-size: 22px;
	padding-top: 6px;
	cursor: pointer;
}
.show-chart-btn:hover {
    background-color: rgba(79, 129, 189, 0.75);
}

.risk-return-body .return-risk-disabled{
	border-color: #747474;
	background-color: #a6a6a6;
	cursor: default;
}
.return-risk-disabled{
	border-color: #747474;
	background-color: #a6a6a6;
	cursor: default;
}
.risk-return-body .return-risk-disabled:hover,
.return-risk-disabled:hover{
	background-color: #a6a6a6;
}

/* ファンドの一覧テーブル */
#fund-list-table{
    width: 100%;
    border: 1px solid #747474;
    font-size: 1.2rem;
}

#fund-list-table th,
#fund-list-table td{
    border: 1px solid #747474;
    width: 15%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

#fund-list-table th{
    background-color: #d9d9d9;
}

#fund-list-table td{
    padding: 7px;
}

#fund-list-table th:nth-child(1),
#fund-list-table td:nth-child(1){
    width: 12.5%;
    background-color: white;
}
#fund-list-table th:nth-child(2),
#fund-list-table td:nth-child(2){
    width: 12.5%;
}

#fund-list-table th:nth-child(3),
#fund-list-table td:nth-child(3){
    width: 30%;
}

#fund-list-table td:nth-child(3){
	text-align: left;
}

#fund-list-table .sort-header{
    padding: 4px;
}

#fund-list-table .sort-table{
    display: table;
    width: 100%;
}

#fund-list-table .sort-cell{
    display: table-cell;
    width: 50%;
    border-top: 1px solid #747474;
    cursor: pointer;
}

#fund-list-table .sort-cell:hover{
    opacity: .3;
    background-color: white;
}

#fund-list-table .active-cell{
	background-color: #4F81BD;
	color: white;
}

#fund-list-table .active-cell:hover{
	opacity: 1;
	background-color: #4F81BD;
}

#fund-list-table .sort-cell:nth-child(1){
    border-right: 1px solid #747474;
}

#fund-list-table .fund-radio{
	display: none;
}

#fund-list-table .fund-radio + label{
	width: 15px;
	height: 15px;
	margin: 0;
	border: 1px solid #747474;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

#fund-list-table .fund-radio:checked + label{
	background-color: #2F5482;
}

.no-value{
	display: none;
	padding: 40px 10px;
}