body {
	font-size	: min(3.5vw, 10pt);
}

/* メインコンテンツ */
.main_contents {
	width		: 100%;
	max-width	: 1400px;
	margin		: 5px auto;
}

#area_header_rep {
	background-color	: #00724b;
}

/* サブタイトル */
.sub_title2 {
	padding			: 8px;
	background-color: #222;
	color			: #fff;
	text-align		: center;
	font-size		: min(4vw, 20px);
}

.top_block {
	border		: 1px solid #444;
	padding		: 5px;
	width		: 350px;
	margin		: 6px;
	border-radius: 10px;
}

.tbl_harai {
	text-align	: right;
}

.tbl_rank {
	text-align	: right;
}

.tbl_hani {
	text-align	: right;
	font-size	: 0.8em;
}

.rlt_odds {
	text-align	: right;
}

/* シミュレーション結果一覧 */
.flg_lstr_go {
	background-color	: #fff5c4;
}

.flg_lstr_no {
	background-color	: #ddd;
}

.flg_lstr_win {
	color		: #00f;
}

.flg_lstr_lost {
	color		: #777;
}

.main_result td {
	width		: 220px;
	text-align	: right;
}

.list_result {
	font-size		: 0.8em;
	margin-top		: 10px;
	display			: block;
	overflow-y		: scroll;
	height			: calc(50vh/2);
	border			: 1px solid;
	border-collapse	: collapse;
}
.list_result thead th {
	position: sticky;
	top: 0;
	z-index: 1;
}

.td_brc {
	font-size		: 0.6em;
}

.td_flg_win {
	text-align		: center;
}

.td_money {
	text-align		: right;
}

.memo {
	font-size	: 0.6em;
	color		: #00f;
}