<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------------------------------------------------
	++ ABOUT TOP
-------------------------------------------------*/

#aboutGamboo {
	padding:0;
	background-color:#fccf00;	
}
#aboutGamboo img {
	display:block;
	margin:0 auto;
	text-align: center;
}
#aboutGamboo .aboutRead {
	background-color:#fc9a00;	
	color:#FFF;
	padding:30px 0;
}

/* #MERIT */
.meritList ul li p {
	padding:0 50px;
	text-align: left;
	background:url(/images/arrow/arrow_yellow.png) right 30px top 2px no-repeat;
}

/* #POPULAR */
.popularList ul li img {
	float:left;
}
.popularList ul li p {
	padding:10px 0 0 83px;
	text-align: left;
}

/* #FLOW */
.flowList ul li.rarrow {
	position:relative;
}
.flowList ul li.rarrow:after {
	content:"";
	display:inline-block;
	background:url(/images/arrow/arrow_flow.png) center center no-repeat;
	width:21px;
	height:35px;
	position:absolute;
	top:30px;
	right:-10px;
}
.flowList ul li .img {
	height:80px;
}

.bigBtn ul li a {
	display:block;
	width:100%;
	height:140px;
	background:#999 url(/images/arrow/arrow_bt.png) right 10px center no-repeat;
	color:#FFF;
	padding:40px 100px;
}
.bigBtn2 ul li a {
	display:block;
	width:100%;
	/*height:140px;*/
	background:#999 url(/images/arrow/arrow_bt.png) right 10px center no-repeat;
	color:#FFF;
	padding:40px 100px;
}
.bigBtn ul li.linkBet a,
.bigBtn2 ul li.linkBet a {
	background-color:#eac14f;
}
.bigBtn ul li.linkKeirin a,
.bigBtn2 ul li.linkKeirin a {
	background-color:#53a6d5;
}



/*-------------------------------------------------
	++ ABOUT MEMBER
-------------------------------------------------*/

.memberTbl {
	margin-bottom:50px;
}
.memberTbl table {
	width:100%;
}
.memberTbl table tr th,
.memberTbl table tr td {
	padding:10px;
}
.memberTbl table thead tr th {
	width:20%;
}
.memberTbl table thead tr th.bet {
	width:40%;
	background-color:#eac14f;
	color:#FFF;
	border-right:2px solid #FFF;
}
.memberTbl table thead tr th.keirin {
	width:40%;
	background-color:#53a6d5;
	color:#FFF;
}
.memberTbl table tbody tr.hx {
	background-color:#333333;
	color:#FFF;
}
.memberTbl table tbody tr {
	border-bottom:1px solid #d0d0d0;
}
.memberTbl table tbody tr th {
	width:20%;
	text-align: left;
}
.memberTbl table tbody tr td {
	width:40%;
}
.memberTbl table tbody tr td:nth-last-of-type(1) {
	background-color:#e6f6ff;
}
.memberTbl table tbody tr td:nth-last-of-type(2) {
	background-color:#fff4d6;
	border-right:2px solid #FFF;
}
.memberTbl table tbody tr td .dec {
	font-size:36px;
	line-height:1;
}

#aboutMember .fullBtn a,
#aboutMember .halfBtn a {
	display:block;
	width:100%;
	margin:0 auto;
	text-align: center;
	background-color:#eac14f;
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
	border-radius:15px;
	padding:40px;
}
#aboutMember .fullBtn a .text,
#aboutMember .halfBtn a .text {
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	margin-top:15px;
}
#aboutMember .halfBtn a {
	width:50%;
	background-color:#53a6d5;
	padding:20px;
}
#aboutMember .halfBtn a img {
	float:left;
}
#aboutMember .halfBtn a .text {
	font-size:24px;
	margin-top:5px;
}

/*-------------------------------------------------
	++ HOWTO BET
-------------------------------------------------*/
.betTypeBtn {
	padding-bottom:30px;
}
.betTypeBtn ul li {
	width:50%;
	float:left;
}
.betTypeBtn ul li a {
	display:block;
	position: relative;
	width:100%;
	background-color:#999;
	color:#FFF;
	padding:10px;
	min-height:50px;
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
}
.betTypeBtn ul li.current a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.betTypeBtn ul li.typeKeirin {
	padding-right:3px;
}
.betTypeBtn ul li.typeKeirin a {
	background:#e6f6ff url(/images/icon/keirin.png) left 5px center no-repeat;
	color:#299fc4;
	border:1px solid #299fc4;
}
.betTypeBtn ul li.typeKeirin a:after {
	border-color: #299fc4 transparent transparent transparent;
}
.betTypeBtn ul li.typeKeirin a:hover,
.betTypeBtn ul li.typeKeirin.current a {
	background:#299fc4 url(/images/icon/keirin_w.png) left 5px center no-repeat;
	color:#e6f6ff;
}
.betTypeBtn ul li.typeAutorace {
	padding-left:3px;
}
.betTypeBtn ul li.typeAutorace a {
	background:#ffeeee url(/images/icon/auto.png) left 5px center no-repeat;
	color:#eb6363;
	border:1px solid #eb6363;
}
.betTypeBtn ul li.typeAutorace a:after {
	border-color: #eb6363 transparent transparent transparent;
}
.betTypeBtn ul li.typeAutorace a:hover,
.betTypeBtn ul li.typeAutorace.current a {
	background:#eb6363 url(/images/icon/auto_w.png) left 5px center no-repeat;
	color:#ffeeee;
}

.typeContent .selectBtn,
.typeContent .selectBtn2 {
	margin-bottom:30px;
}
.typeContent .selectBtn li {
	width:20%;
	min-height:42px;
	float:left;
	vertical-align: top;
	padding-right:5px;
}
.typeContent .selectBtn2 li {
	width:33.3%;
	min-height:42px;
	float:left;
	vertical-align: top;
	padding-right:5px;
}
.typeContent .selectBtn li a,
.typeContent .selectBtn2 li a {
	display:block;
	width:100%;
	height:100%;
	color:#299fc4;
	border-radius:5px;
	font-size:14px;
	line-height: 1;
	padding:15px 15px 15px 5px;
	font-weight:bold;
	background:#E5F6FE url(/images/arrow/arrow_blue.png) right 7px center no-repeat;
	border:1px solid #299fc4;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
}
.typeContent .selectBtn.colY li a,
.typeContent .selectBtn2.colY li a {
	color: #fcb800;
    border: 1px solid #fcb800;
	background:#ffffdc url(/images/arrow/arrow_yellow02.png) right 7px center no-repeat;
}
.typeContent .selectBtn li.current a,
.typeContent .selectBtn li a:hover,
.typeContent .selectBtn2 li.current a,
.typeContent .selectBtn2 li a:hover {
	background:#299fc4 url(/images/arrow/arrow_white.png) right 7px center no-repeat;
	color:#FFF;
}
.typeContent .selectBtn.colY li.current a,
.typeContent .selectBtn.colY li a:hover,
.typeContent .selectBtn2.colY li.current a,
.typeContent .selectBtn2.colY li a:hover {
	background-color:#fcb800;
}

.blockPD125.keirinBetList ul li .detail .hx,
.blockPD125.keirinBetList ul li .detail2 .hx {
	color:#299fc4;
}
.blockPD125.autoraceBetList ul li .detail .hx,
.blockPD125.autoraceBetList ul li .detail2 .hx {
	color:#eb6363;
}
.blockPD125.otherBetList ul li .detail .hx,
.blockPD125.otherBetList ul li .detail2 .hx {
	color:#fcc13d;
}

/*-------------------------------------------------
	++ ABOUT POINT
-------------------------------------------------*/
.pointList ul li img {
	vertical-align: middle;
	margin-right:5px;
}
.profitList ul li {
	border:1px solid #d0d0d0;
	width:32%;
	margin:0 2% 15px 0;
	padding:0;
}
.profitList ul li:nth-of-type(3n) {
	margin-right:0;
}
.profitList ul li h3 {
	background-color:#ffffdc;
	color:#ffcd44;
	text-align: center;
	padding:15px;
}
.profitList ul li a {
	display:block;
	padding:15px;
}
.profitList ul li a img {
	display:block;
	margin:0 auto 15px auto;
	text-align: center;
}
.profitList ul li a span {
	display:block;
}

.k3k5Tbl table {
	width:auto;
	margin: 1em 0;
}
.k3k5Tbl table tr th,
.k3k5Tbl table tr td {
	border:1px solid #d0d0d0;
	padding:5px 10px;
	text-align: center;
}

.normalTbl table {
	width:100%;
	margin: 1em 0;
}
.normalTbl table tr th {
	border:1px solid #d0d0d0;
	padding:5px 20px;
	text-align: center;
	font-weight: normal;
}
.normalTbl table tr th span {
	color: #299fc4;
	font-weight: bold;
}
.normalTbl table tr td {
	border:1px solid #d0d0d0;
	padding:5px 20px;
	text-align: left;
	font-weight: normal;
}
.normalTbl table tr td span {
	color: #ff0000;
	font-weight: bold;
}

/*-------------------------------------------------
	++ Q AND A
-------------------------------------------------*/

.qaTypeContent {
	margin-bottom:50px;
}
.qaList dl {
	margin-bottom:3px;
}
.qaList dl dt {
	position:relative;
	border:1px solid #d0d0d0;
	text-align: left;
	padding:10px 40px;
	cursor: pointer;
	background: url(/images/arrow/arrow_gray02.png) right 5px center no-repeat;
}
.qaList dl dt.current {
	background: url(/images/arrow/arrow_gray03.png) right 5px center no-repeat;
}
.qaList dl dt:before {
	display:block;
	content:"Q.";
	font-size:112%;
	font-weight:bold;
	color:#fcb800;
	margin-right:5px;
	position:absolute;
	top:10px;
	left:10px;
}

.qaList dl dd {
	position:relative;
	background-color:#fafaf5;
	text-align: left;
	padding:10px 40px 20px 40px;
}
.qaList dl dd:before {
	display:block;
	content:"A.";
	font-size:112%;
	font-weight:bold;
	color:#ff5a00;
	margin-right:5px;
	position:absolute;
	top:10px;
	left:10px;
}
.qaTypeBtn li {
    display: inline-block;
    vertical-align: text-top;
    white-space: nowrap;
    margin: 0.3em 1em;
}
.qaTypeBtn li a{
    white-space: nowrap;
    text-decoration:underline;
}

/*-------------------------------------------------
	++ POINT
-------------------------------------------------*/
.pointR {
	float: right;}
</pre></body></html>