@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

/* Setting-basic
---------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	padding: 0 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #111;
	background: #fff;
	line-height:1.8;
	font-size: 16px;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
ol,ul {
	list-style: none;
}
p {
	margin: 0 0 25px;
	line-height: 1.7;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 25px;
	line-height: 1.3;
	font-size: 100%;
	font-feature-settings: "palt";
}

/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
	color: #7a7a7a;
}
.swap {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swap:hover {
  opacity: 0.7;
}
a.linkstyle {
	color: #126EAE;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px !important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

/* Table Module
---------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #bbb;
	background: #f3f3f3;
}
td,th {
	padding: 3px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	vertical-align: middle;
}
tr:nth-child(even) {
	background: #fafafa;
}
thead th {
	font-size: 90%;
	background: #ddd;
}
tbody th {
	color: #fff;
	font-size: 90%;
	background: #8899aa;
}
.result_modal_table img,
.result_table img {
	width: 100%;
	max-width: 45px;
}
.iwp_table {
	margin-top: 7px;
	border: none;
	border-collapse: separate;
	border-spacing: 3px; 
}
.iwp_table th,
.iwp_table td {
	border: none;
}
.iwp_table tbody th {
	background: #898e92;
}
.iwp_table tbody td {
	background: #e5e8e9;
}
.card {
	letter-spacing: -2px;
}
.card_y,
.card_r {
	display: inline-block;
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	-o-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
}
.card_y {
	color: #ffd500;
}
.card_r {
	color: #ff0000;
}
.turnlist td a {
	padding: 5px;
	display: block;
	background: #fdffe5;
}


/* Forms Module
---------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 0.6em;
	background: #fcfbf5;
}
select {
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f7f7f7;
}
option {
	padding: 4px;
	background: #fff;
}
input[type="submit"] {
	display: inline-block;
	padding: 12px 24px;;
	text-align: center;
	line-height: 1;
	border: 3px solid #555;
	border-radius: 22px;
	cursor: pointer;
	font-size: 100%;
	background: #fff;
}
input[type="submit"][disabled] {
	background: #cecece;
	cursor: not-allowed; /* 禁止カーソル */
}
input[type="checkbox" i] {
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
input[type="radio"i] {
	-webkit-appearance: radio;
	box-sizing: border-box;
}
input[type="radio" i], input[type="checkbox" i] {
	background-color: initial;
	padding: initial;
	border: initial;
}

.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 1px 3px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
}
.need:before {
	content: "任意";
	background: #999;
}
.any:before {
	content: "必須";
	background: #f00;
}



/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: auto;
}
.area_drawermenu.active {
  visibility: visible;
  opacity: 1;
}
.menu_list {
  overflow-y: scroll;
  position: absolute;
  right: -500px;
  left: auto;
  width: 80%;
  max-width: 445px;
  height: 100%;
  padding: 100px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #eaecee;
}
.active .menu_list {
  right: 0px;
  left: auto;
  font-size: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header_menubtn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 900;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header_menubtn:hover {
  background: #ddd;
}
.header_menubtn.active {
  position: fixed;
	background: #eaecee;
}
.header_menubtn p {
  margin: 8px 0 0;
  color: #c33346;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.header_menubtn p.close {
  display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
  display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
  display: block;
  color: #c33346;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu_trigger {
  position: relative;
  width: 30px;
  height: 19px;
  top: 23px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 8px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background: #333;
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background: #333;
}


/* layout-toppage
---------------------------------------*/
.sp_only {
  display: none;
}
.cover_header {
	padding: 120px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.ttl_main {
	margin: 0 0 30px;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.4;
}
.ttl_data {
	margin: 0;
	display: inline;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: middle;
}
.ttl_data span {
	font-size: 80%;
}
.ttl_cont01 {
	position: relative;
	margin: 0 0 60px;
	padding: 0 0 30px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.ttl_cont01::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 45px;
	height: 3px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #555;
}
.ttl_cont02 {
	margin: 0 0 20px;
	padding-left: 15px;
	border-left: 5px solid #aaa;
	font-size: 1.8rem;
	font-weight: normal;
}
.ttl_cont03 {
	margin: 0 0 30px;
	font-size: 2.4rem;
	font-weight: normal;
}

.block_contents {
	margin: 0 0 10px;
	padding: 80px 0;
	background: #eaecee;
}
.block_contents_inner {
	margin: 0 0 80px;
}
.wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.block_game {
	justify-content :flex-start;
	-webkit-justify-content: flex-start;
	width: 100%;
}
.block_game > li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.block_game > li:nth-child(4n) {
	margin: 0 0 2% 0;
}
.block_game li a {
	position: relative;
	display: block;
	height: 180px;
	background: #333;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .1em;
}
.block_game li a.c_blue {
	background: #1f5cab url(../images/common/icon_arr1.svg) no-repeat 50% 95%;
	background-size: 20px;
}
.block_game li a.c_red {
	background: #e94d37 url(../images/common/icon_arr1.svg) no-repeat 50% 95%;
	background-size: 20px;
}
.block_game li a.c_green {
	background: #72bc1d url(../images/common/icon_arr1.svg) no-repeat 50% 95%;
	background-size: 20px;
}
.block_game li a.c_brawn {
	background: #af9f90 url(../images/common/icon_arr1.svg) no-repeat 50% 95%;
	background-size: 20px;
}
.block_game li a .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	font-size: 2.1rem;
	text-align: center;
	z-index: 1;
}
.block_game li a:hover {
	transform: scale(1.02, 1.02);
	opacity: .9;
}
.block_news p {
	font-size: 1.4rem;
}
.footer {
	padding: 30px 0 50px;
	text-align: center;
}

a.bnr_sokuhou {
	display: inline-block;
	padding: 20px 30px;
	background: url(../images/common/bnr_sokuhou.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 1.5rem;
}


.copyright {
	margin: 0;
	color: #aaa;
	font-size: 1.2rem;
}


/* layout-sub
---------------------------------------*/
.sub_cover_header {
	padding: 20px 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.sub_ttl_main {
	display: block;
	width: calc(100% - 80px);
	margin: 0 0 20px;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.4;
}
.sub_ttl_data {
	display: inline-block;
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	vertical-align: middle;
}
.sub_ttl_data span {
	font-size: 80%;
}
.sub_block_contents {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.sub_block_contents .side {
	width: 220px;
	padding: 30px 15px 100px;
	background: #eaecee;
}
.sub_block_contents .main {
	width: calc(100% - 220px);
}
.sub_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
	padding: 30px 0;
}

.ttl_side01 {
	margin: 0 0 30px;
	font-size: 1.6rem;
	font-weight: bold;
}
.ttl_side02 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: normal;
}
.side_inner {
	margin: 0 0 40px;
}
.side_block_game {
	width: 100%;
}
.side_block_game > li {
	margin: 0 0 5px;
}
.side_block_game li a {
	display: block;
	padding: 10px;
	background: #333;
	color: #fff;
	line-height: 1.4;
	letter-spacing: .1em;
}
.side_block_game li a.c_blue {
	background: #1f5cab url(../images/common/icon_arr1.svg) no-repeat 98% 50%;
	background-size: 15px;
}
.side_block_game li a.c_red {
	background: #e94d37 url(../images/common/icon_arr1.svg) no-repeat 98% 50%;
	background-size: 15px;
}
.side_block_game li a.c_green {
	background: #72bc1d url(../images/common/icon_arr1.svg) no-repeat 98% 50%;
	background-size: 15px;
}
.side_block_game li a.c_brawn {
	background: #af9f90 url(../images/common/icon_arr1.svg) no-repeat 98% 50%;
	background-size: 15px;
}
.side_block_game li a:hover {
	opacity: .9;
}
.side_block_game li a .txt {
	font-size: 1.5rem;
	z-index: 1;
}

.sub_main_head {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 40px;
}
.sub_main_head div .ttl {
	font-size: 3.2rem;
	font-weight: normal;
}
.sub_main_head div {
	width: 60%;
}
.sub_main_head ul {
	width: 40%;
	text-align: right;
}
.sub_main_head ul li {
	display: inline;
}

a.btn04 {
	display: inline-block;
	line-height: 1;
	padding: 8px 18px;
	border: 1px solid #555;
	color: #333;
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a:hover.btn04 {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}










/* parts
---------------------------------------*/
.ttl_Poppins {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.swapimg,
.swapimg2 img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out ;
	opacity: 1;
}
.swapimg:hover,
.swapimg2 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}

a.btn01 {
	padding: 12px;
	border: 2px solid #2b2e31;
}
a.btn02 {
	padding: 8px 18px;;
	border: 3px solid #2b2e31;
}
a.btn03 {
	padding: 5px 7px;
	font-size: 80%;
	white-space: nowrap;
}
a.btn01,
a.btn02,
a.btn03 {
	display: inline-block;
	line-height: 1;
	color: #fff;
	border-radius: 22px;
	background: #2b2e31;
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a:hover.btn01,
a:hover.btn02,
a:hover.btn03 {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.btnlist {
	margin: 0;
	list-style: none;
}
.btnlist li {
	display: inline;
	margin: 0 3px 0 0;
}
.liststyle1 {
	overflow: hidden;
	width: 100%;
}
.liststyle1 dt {
	width: 12%;
	float: left;
	font-weight: bold;
}
.liststyle1 dd {
	width: 88%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
.liststyle1 dd:last-child {
	margin: 0;
	border-bottom: none;
}
.liststyle2 {
	overflow: hidden;
	width: 100%;
}
.liststyle2 dt {
	width: 20%;
	float: left;
	font-weight: bold;
}
.liststyle2 dd {
	width: 80%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
.liststyle2 dd:last-child {
	margin: 0;
	border-bottom: none;
}
.liststyle2 dd p {
	margin: 0;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 10px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 10px;
}

.pagetop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
	font-size: 230%;
	opacity: 0.5;
}
.pagetop a {
	text-decoration: none;
}

.game_order_num {
	position: absolute;
	top: 13px;
	top: -7px;
	left: 13px;
	padding: 1px;
	white-space: nowrap;
	display: inline-block;
	font-size: 10px;
	color: #333333;
	background: #fff;
}


.sec_link {
	margin: -15px 0 10px;
	text-align: center;
	font-size: 120%;
}
.sec_link a {
	text-decoration: underline;
	color: #00457a;
}
.area_content_side_ad {
	margin: 0 8px;
}

a.btn_live {
	display: inline-block;
	padding: 3px 5px;
	font-size: 80%;
	border-radius: 5px;
	background: #fff;
}

.area_content_ad {
	padding: 15px 20px;
	width: 100%;
	background: #eceef0;
}
.area_content_ad_in {
	margin: 0 auto;
	width: 728px;
}

.sp_only,
.print_only {
	display: none;
}
.moniter_only {
	display: inline-block;
}
.inhightv {
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
}




/* Responsive
---------------------------------------*/
@media screen and (max-width: 960px) {
.sub_block_contents .side {
	display: none;
}
.sub_block_contents .main {
	width: 100%;
}
.sub_wrap {
  width: 100%;
}

}


@media screen and (max-width: 768px) {
body {
	padding: 0 10px;
}
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
tbody td,
tbody th,
thead td,
thead th {
	font-size: 80%;
}

.header_menubtn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.cover_header {
	padding: 90px 0;
	width: 100%;
}
.ttl_main {
	margin: 0 0 30px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.ttl_data {
	font-size: 1.5rem;
}
.ttl_cont01 {
	margin: 0 0 50px;
	padding: 0 0 25px;
	font-size: 2.1rem;
}
.ttl_cont02 {
	margin: 0 0 20px;
	padding-left: 12px;
	border-left: 5px solid #aaa;
	font-size: 1.6rem;
}
.ttl_cont03 {
	margin: 0 0 30px;
	font-size: 2.1rem;
}
.block_contents {
	padding: 60px 0;
}
.block_contents_inner {
	margin: 0 0 60px;
}

.block_game {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	width: 100%;
}
.block_game > li {
	width: 48%;
	margin: 0 0 20px 0;
}
.block_game > li:nth-child(4n) {
	margin: 0 0 2% 0;
}
.block_game li a {
	height: 120px;
}
.block_game li a .txt {
	font-size: 1.6rem;
}


.sub_main_head div .ttl {
	font-size: 2.6rem;
}
.sub_main_head div {
	width: 100%;
}
.sub_main_head ul {
	width: 100%;
	text-align: left;
}


}




/* プリント */
@media print {
body {
	-webkit-print-color-adjust: exact;
}
.print_only {
	display: inline-block;
}
.moniter_only {
	display: none;
}
.sub_cover_header,
.header_menubtn,
.side,
.sub_main_head ul,
.main .ttl_cont03,
.footer {
	display: none;
}
.sub_main_head div {
	width: 100%;
}
.sub_main_head div .ttl {
	margin: 0 0 5px;
	font-weight: 400;
	font-size: 1.4rem;
}
.sub_block_contents {
	border: none;
}
.sub_block_contents .main {
	width: 100%;
}
.sub_wrap {
	width: 100%;
	max-width: 100%;
}
.sub_wrap h6 {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 80%;
}
.result_table {
	font-size: 80%;
}
.result_table thead th {
	background: #fff;
}

}