.content {
	margin: 0 auto;
	width: 960px;
}

.title {
	margin: 30px 0 25px;
	padding: 8px 13px 9px;
	border-left: 8px solid #680717;
	background: #ece7de;
	color: #680717;
	font-weight: bold;
	font-size: 1.6rem;
}

.title_text {
	position: relative;
	padding: 0px 0px 10px 0px;
	color: #680717;
	font-size: 1.6rem;
}

.title_text:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #bca3a7;
	margin: 0 auto;
}

.title_text:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #680717;
}

.market_tabs {
	width: 100%;
	border-bottom: 2px solid #680717;
	margin-bottom: 10px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.tab_list.selected {
	background-color: #680717;
	color: #FFFFFF;
	cursor: default;
}

.tab_list {
	padding: 10px 0px 7px 0px;
	background-color: #ECECEC;
	text-align: center;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	flex: 1;
	font-size: 14px;
	border-radius: 6px 6px 0px 0px;
}

.selected:hover {
	text-decoration: underline;
	background-color: rgba(104, 7, 23, 0.7);
}

.tab_list:not(.selected):hover {
	text-decoration: underline;
	background-color: rgba(234, 234, 234, 0.6);
}

.md_show {
	display: none;
}

.d_block {
	display: block !important;
}

.md_inline_show {
	display: none;
}

.column_ex,
.column_cl,
.column_ft,
.column_pr,
.column_pd {
	margin-left: 10px;
}

.content_box {
	border: solid 1px #CCCCCC;
	padding: 20px;
}

.content_title {
	margin: 0 0 25px 0;
	padding: 8px 13px 9px;
	color: #333;
	font-weight: bold;
	font-size: 1.3rem;
}

.content_quaity {
	font-size: 12px;
}

table,
td,
th {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

.table_ranking {
	width: 100%;
	font-size: 14px;
}

.ranking_header {
	background-color: #ece7de;
	text-align: center;
	line-height: 17px;
	height: 42px;
}

.ranking_header .rank {
	width: 50px;
}

.ranking_header .fand {
	width: 250px;
}

.ranking_header .sector, .ranking_header .price {
	width: 150px;
}

.present_value,
.present,
.before_day,
.bysl,
.trade {
	width: 100px;
}

.rank_num,
.value_day,
.value_data,
.yesterday,
.buy_sell {
	text-align: right;
	vertical-align: top;
	padding: 3px 6px;
}



.sector_name,
.fand_name {
	vertical-align: top;
	padding: 3px 6px;
}

.fand_name div {
	display: flex;
}

.fand_detail {
	cursor: pointer;
	color: #1111CC;
}

.fand_detail:hover {
	text-decoration: underline;
}

.rank_num,
.rank_num_pc,
.value_day,
.value_data,
.yesterday,
.buy_sell {
	text-align: right;
	vertical-align: middle;
	padding: 3px 6px;
}

.rank_num_sm {
	padding-right: 4px;
	min-width: 16px;
	text-align: right;
}

.align_items_center {
	vertical-align: middle !important;
}

.trade_box_btn {
	text-align: center;
	min-width: fit-content;
}

.btn_trade {
	background-color: #D9340A;
	color: #FFFFFF;
	cursor: pointer;
	padding: 5px 18px 5px 18px;
	border-radius: 5px;
	text-wrap: nowrap;
}
.btn_trade:hover {
	opacity: 0.8;
}
.pre_value {
	font-weight: bold;
}

.up_value {
	color: #AD0000;
}

.down_value {
	color: #3366CC;
}

.row-empty {
	height: 42px !important;
	padding: 3px 6px;
}

.btn_see_more {
	display: none;
}

/* レスポンシブ */

@media (max-width: 767.98px) {
	.content {
		width: 100%;
	}

	h1 {
		margin: 30px 0 15px 0px;
		padding: 8px 13px 9px;
		border-left: 8px solid #680717;
		background: #ece7de;
		color: #680717;
		font-weight: bold;
		font-size: 1.6rem;
	}

	.title_text {
		position: relative;
		padding: 0px 0px 10px 0px;
		color: #680717;
		font-size: 1.1rem;
		margin-left: 8px;
	}

	.title_text:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 70px;
		height: 3px;
		background: #680717;
	}

	.md_show {
		display: block;
	}

	.md_hide {
		display: none;
	}

	.md_inline_show {
		display: inline-block;
	}

	.column_ex,
	.column_cl,
	.column_ft,
	.column_pr,
	.column_pd {
		margin-left: 3px;
	}

	.tab_list {
		padding: 10px 0px 7px 0px;
		background-color: #ECECEC;
		text-align: center;
		height: 13px;
		line-height: 16px;
		cursor: pointer;
		flex: 1;
		font-size: 12px;
		border-radius: 6px 6px 0px 0px;
	}

	.col_name,
	.col_pc,
	.country_name,
	.col_day,
	.pc_column,
	.day {
		display: none
	}

	.resp_name {
		display: table-cell;
	}

	.resp_pc,
	.resp_nc,
	.resp_country,
	.resp_day {
		display: block;
	}

	.resp_day {
		font-weight: normal;
		color: #333
	}

	.fand_name {
		padding: 3px 4px;
		word-break: break-word;
	}

	.content_title {
		margin: 10px 0 15px 6px;
		padding: 5px 10px 5px;
		border-left: 8px solid #680717;
		color: #333;
		font-weight: bold;
		font-size: 17px;
	}

	.content_quaity {
		font-size: 12px;
	}

	.nc_column {
		width: 65px;
	}

	.name_column {
		width: 250px;
		padding-left: 5px;
	}
	.market_label {
		display: none;
	}

	.btn_see_more {
		height: 36px;
		width: 120px;
		padding: 6px 8px;
		border-radius: 4px;
		border: 1px solid #d9340a;
		background: #fff;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.20);
		display: block;
		text-align: center;
		margin: auto;
		margin-top: 20px;
		box-sizing: border-box;
		cursor: pointer;
	}

	.btn_see_more span {
		font-size: 14px !important;
		color: #d9340a !important;
		line-height: 2.1rem !important;
	}
}

/*  */
.condition_boxs {
	background-color: #F3EDE4;
	border: solid #DFD7C8 1px;
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: space-between;
}

.market_boxs {
	display: flex;
	align-items: center;
}

.market {
	display: flex;
	align-items: center;
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
}

.market_haitou {
	margin-left: 15px;
}

.market_type {
	border: 1px solid #CCCCCC;
	margin: 10px 0 10px 15px;
	font-size: 14px;
	font-weight: normal;
	width: 180px;
}

.info_type {
	width: 180px;
	border: 1px solid #CCCCCC;
	margin: 10px 15px;
	font-size: 14px;
	font-weight: normal;
}


.stock_ranking_us_btn {
	background: white;
	color: #ec542f;
	font-size: 14px;
	border: 1px solid #ec542f;
	border-radius: 5px;
	text-align: center;
	width: 200px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

a.stock_ranking_us_btn {
	text-decoration: none;
}

.result_btn {
	background-color: #680717;
	color: #FFF;
	width: 60px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 32px !important;
	cursor: pointer;
	float: right;
	border-radius: 3px;
	font-weight: normal;
}

a.result_btn {
	text-decoration: none;
}

.time_boxs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5em;
}

.time_lag {
	font-size: 12px;
	color: #666666;
}

.update_time_boxs {
	display: flex;
	align-items: center;
}

.update_time {
	text-align: right;
	font-size: 12px;
	color: #666666;

}

.update_btn {
	margin-left: 1em;
	background-color: #680717;
	color: #FFF;
	width: 100px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 32px !important;
	cursor: pointer;
	float: right;
	border-radius: 3px;
}

a.update_btn {
	text-decoration: none;
}

.text_nowrap {
	white-space: nowrap;
}

.rank_about {
	margin-bottom: 15px;
}

.rank_about .about_item {
	font-size: 14px;
}

@media (max-width: 767.98px) {
	.condition_boxs {
		display: block;
		height: 68px;
		background-color: #FFF;
		border: none;
		justify-content: space-between;
		padding-bottom: 8px;
	}

	.market_boxs {
		margin-bottom: 6px;
		justify-content: space-between;
	}

	.market {
		display: flex;
		align-items: center;
		margin-left: 0;
		font-size: 16px;
		font-weight: bold;
		width: 41%;
	}
	
	.market_boxs .market:nth-child(2) {
		width: 42.5%;
	}

	.market_type {
		height: 25px;
		border: 1px solid #CCCCCC;
		margin: 10px 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	.info_type {
		width: 180px;
		height: 25px;
		border: 1px solid #CCCCCC;
		margin: 10px 0;
		font-size: 14px;
		font-weight: normal;
	}

	.result_btn {
		background-color: #680717;
		color: #FFF;
		width: 50px;
		height: 25px;
		font-size: 14px;
		text-align: center;
		line-height: 32px !important;
		cursor: pointer;
		float: right;
		border-radius: 3px;
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.rank {
		width: 30px !important;
	}

	.fand {
		width: 153px !important;
	}

	.sector,
	.before_day {
		display: none !important;
	}

	.bysl {
		width: 85px !important;
	}

	.trade {
		width: 100px !important;
	}

	.sector_name,
	.yesterday {
		display: none !important;
	}

	.btn_trade {
		background-color: #D9340A;
		color: #FFFFFF;
		cursor: pointer;
		padding: 5px 10px 5px 10px;
		border-radius: 5px;
	}

	.stock_ranking_us_btn {
		margin-right: 0;
	}

	.rank_about .about_item {
		font-size: 12px;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	right: 0;
}

.modal-content {
	position: absolute;
    background-color: #fefefe;
    width: 320px;
    bottom: 0;
    right: -2px;
    top: 30px;
    z-index: 999;
    border: 1px solid #CCC;
    height: fit-content;
	padding: 1em 0;
}

.modal_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
}

.modal_label {
	font-weight: bold;
}

.modal_close {
	color: #246ABD;
	cursor: pointer;
}

.modal_box_transaction {
	display: flex;
	align-items: center;
	padding: 1em;
}

.modal_box_transaction-label {
	min-width: 56px;
}

.transaction_purchase_btn {
	background-color: #DC320A;
	color: #FFFFFF;
	padding: 0.5em;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 1em;
}

.transaction_sale_btn {
	background-color: #246ABD;
	color: #FFFFFF;
	padding: 0.5em;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 1em;
}

.modal_box_trading {
	display: flex;
	align-items: center;
	padding: 1em;
}

.modal_box_trading-label {
	min-width: 56px;
}

.trading_purchase_btn {
	background-color: #DC320A;
	color: #FFFFFF;
	padding: 0.5em;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 1em;
}

.trading_sale_btn {
	background-color: #246ABD;
	color: #FFFFFF;
	padding: 0.5em;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 1em;
}

.trading_repayment_btn {
	background-color: #357720;
	color: #FFFFFF;
	padding: 0.5em;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 1em;
}
.trading_repayment_btn:hover,
.trading_sale_btn:hover,
.trading_purchase_btn:hover,
.transaction_sale_btn:hover,
.transaction_purchase_btn:hover {
 	opacity: 0.8;
}
.even_row {
	background-color: #F3F3F3;
}
#qc_tabs-menu.qc_us-rank .qc_splide {
  padding-left: 0;
  padding-right: 0;
}
#qc_tabs-menu.qc_us-rank .qc_sub_li {
  flex: unset;
}
.txt-nowrap {
	text-wrap: nowrap;
}

.modal_box_transaction_container,
.modal_box_trading_container {
	display: flex;
	width: calc(100% - 56px);
}

.modal_box_transaction_container>div,
.modal_box_trading_container>div {
	flex: 1;
}

.modal_box_transaction_container>div:last-child {
	margin-left: 1em;
	padding: 0.5em;
}

.model_search.modal-content {
	width: 340px !important;
}

.model_search.modal-content .modal_box_transaction-label,
.model_search.modal-content .modal_box_trading-label {
	min-width: 65px;
}

@media (max-width: 767.98px) {
	.table_ranking {
		width: 100%;
		font-size: 12px;
	}

	.modal-content,
	.model_search.modal-content {
		position: fixed;
		width: 93% !important;
		top: 40%;
        left: 3%;
	}

	.modal-layer {
		width: 100%;
		position: fixed;
		height: 100%;
		z-index: 998;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.sp-hide {
		display: none;
	}
	.time_boxs {
		width: 100%;
		padding: 12px 0;
	}

	tr.tab_2 .before_day, tr.tab_2 .yesterday {
		display: table-cell !important;
	}

	tr.tab_2 .bysl, tr.tab_2 .buy_sell {
		display: none !important;
	}
}

.trade-box-container {
	position: relative;
}

.content {
	overflow-x: unset;
}