<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:2vw 3vw;
}

/* #MERIT */
.meritList {
}
.meritList ul li {
	margin-bottom:3vw;
}
.meritList ul li .img {
	float:left;
	width:30%;
}
.meritList ul li p {
	display:block;
	height:100%;
	text-align: left;
	background:url(/images/arrow/arrow_yellow.png) right center no-repeat;
	background-size:5vw;
	padding:0 5.5vw 0 33%;
}

/* #POPULAR */
.popularList {
}
.popularList ul li {
	margin-bottom:3vw;
}
.popularList ul li img {
	float:left;
	width:20%;
}
.popularList ul li p {
	display:block;
	height:100%;
	text-align: left;
	padding:3vw 0 0 23%;
}

/* #FLOW */
.flowList {
}
.flowList ul li {
	text-align:left;
	margin-bottom:3vw;
}
.flowList ul li.rarrow {
	margin-bottom:7vw;
	
}
.flowList ul li.rarrow .img {
	position:relative;
}
.flowList ul li.rarrow .img:after {
	content:"";
	display:inline-block;
	background:url(/images/arrow/arrow_flow.png) center center no-repeat;
	background-size:4vw;
	width:21px;
	height:35px;
	position:absolute;
	bottom:-7vw;
	left:4vw;
	transform: rotate(90deg);
}
.flowList ul li .img {
	float:left;
	width:15%;
}
.flowList ul li p {
	padding:3vw 0 0 18%;
}

.bigBtn ul li,
.bigBtn2 ul li {
	margin-bottom:3vw;
}
.bigBtn ul li a,
.bigBtn2 ul li a {
	display:block;
	width:100%;
	background:#999 url(/images/arrow/arrow_bt.png) right 2vw center no-repeat;
	background-size:7vw;
	color:#FFF;
	padding:5vw 10vw;
}
.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:2vw;
	vertical-align: top;
}
.memberTbl table thead tr th {
	width:30%;
}
.memberTbl table thead tr th.bet {
	width:35%;
	background-color:#eac14f;
	color:#FFF;
	border-right:2px solid #FFF;
}
.memberTbl table thead tr th.keirin {
	width:35%;
	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:30%;
	text-align: left;
	font-weight:normal;
	font-size:93%;
}
.memberTbl table tbody tr.hx th {
	font-weight:bold;
}
.memberTbl table tbody tr td {
	width:35%;
}
.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:132%;
	line-height:1;
}
.memberTbl table tbody tr td small {
	display:block;
	font-size:77%;
	line-height:1.2;
}

#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:3vw;
}
#aboutMember .fullBtn a .text,
#aboutMember .halfBtn a .text {
	font-size:116%;
	font-weight:bold;
	color:#FFF;
}
#aboutMember .fullBtn a .text {
	font-size:132%;
}
#aboutMember .halfBtn a {
	background-color:#53a6d5;
}
#aboutMember .fullBtn a img {
	height:auto;
	width:60%;
}
#aboutMember .halfBtn a img {
	height:auto;
	width:50%;
}


/*-------------------------------------------------
	++ HOWTO BET
-------------------------------------------------*/
.betTypeBtn {
	padding-bottom:7vw;
}
.betTypeBtn ul li {
	width:50%;
	float:left;
}
.betTypeBtn ul li a {
	display:block;
	position: relative;
	width:100%;
	background-color:#999;
	color:#FFF;
	padding:7vw 2vw 1vw 2vw;
	font-size:93%;
	box-shadow:1px 1px 3px 0 rgba(0,0,0,0.2);
}
.betTypeBtn ul li.current a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
.betTypeBtn ul li.typeKeirin {
	padding-right:1px;
}
.betTypeBtn ul li.typeKeirin a {
	background:#e6f6ff url(/images/icon/keirin.png) center top 1vw no-repeat;
	background-size: auto 5vw;
	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) center top 1vw no-repeat;
	background-size: auto 5vw;
	color:#e6f6ff;
}
.betTypeBtn ul li.typeAutorace {
	padding-left:1px;
}
.betTypeBtn ul li.typeAutorace a {
	background:#ffeeee url(/images/icon/auto.png) center top 1vw no-repeat;
	background-size: auto 5vw;
	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) center top 1vw no-repeat;
	background-size: auto 5vw;
	color:#ffeeee;
}

.typeContent .selectBtn,
.typeContent .selectBtn2 {
	margin-bottom:5vw;
}
.typeContent .selectBtn ul,
.typeContent .selectBtn2 ul {
	width:100%;
}
.typeContent .selectBtn li {
	width:19%;
    height: 13vw;
	display:inline-block;
	vertical-align: middle;
	background:#E5F6FE url(/images/arrow/arrow_blue.png) right 1vw center no-repeat;
	background-size:2vw auto;
	border:1px solid #299fc4;
	border-radius:1vw;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
}
.typeContent .selectBtn2 li {
	width:32%;
	height: 13vw;
	display:inline-block;
	vertical-align: middle;
	background:#E5F6FE url(/images/arrow/arrow_blue.png) right 1vw center no-repeat;
	background-size:2vw auto;
	border:1px solid #299fc4;
	border-radius:1vw;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
}
.typeContent .selectBtn li a {
	display:block;
	width:100%;
	height:100%;
	color:#299fc4;
	padding:2vw 3vw 2vw 2vw;
	word-wrap:break-word;
	font-size:77%;
	line-height: 1;
}
.typeContent .selectBtn2 li a {
	display:block;
	width:100%;
	height:100%;
	color:#299fc4;
	padding:5vw 3vw 5vw 1vw;
	word-wrap:break-word;
	font-size:77%;
	line-height: 1;
}
.selectBtn2 ul li.line2 a {
    padding: 4vw 3vw;
}
.typeContent .selectBtn.colY li,
.typeContent .selectBtn2.colY li {
	background:#ffffdc url(/images/arrow/arrow_yellow02.png) right 1vw center no-repeat;
	background-size:2vw auto;
    border: 1px solid #fcb800;
}
.typeContent .selectBtn.colY li a,
.typeContent .selectBtn2.colY li a {
	color: #fcb800;
}
.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 1vw center no-repeat;
	background-size:2vw auto;
	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 li2 .detail .hx {
	color:#eb6363;
}
.blockPD125.otherBetList ul li .detail .hx,
.blockPD125.otherBetList ul li .detail2 .hx {
	color:#fcc13d;
}

/*-------------------------------------------------
	++ ABOUT POINT
-------------------------------------------------*/
#aboutPoint .taL.mb30 p {
	padding:0 3vw;
}

/*�|�C���g�Ƃ́H���|�C���g���g��*/
#usePoint .pointList h3 {
	margin-bottom:3vw;
}
.pointList ul li {
	margin-bottom:3vw;
}
.pointList ul li a {
	display:block;
	background-color:#FFF;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
	border-radius:5px;
	padding:2vw;
}
.pointList ul li img {
	vertical-align: middle;
	margin-right:5px;
	width:15%;
}
/*���g�N�ȃR���e���c*/
.profitList ul li {
	border:1px solid #d0d0d0;
	width:100%;
	margin-bottom:3vw;
	padding:0;
}
.profitList ul li h3 {
	background-color:#ffffdc;
	color:#ffcd44;
	text-align: center;
	padding:3vw;
	font-size:132%;
}
.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:2% 1%;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}
.normalTbl table tr th span {
	color: #299fc4;
	font-weight: bold;
}
.normalTbl table tr td {
	border:1px solid #d0d0d0;
	padding:2%;
	text-align: left;
	font-weight: normal;
}
.normalTbl table tr td span {
	color: #ff0000;
	font-weight: bold;
}

/*-------------------------------------------------
	++ Q AND A
-------------------------------------------------*/
.qaTypeContent {
	margin-bottom:15vw;
}
.qaList dl {
	margin-bottom:1vw;
}
.qaList dl dt {
	position:relative;
	border:1px solid #d0d0d0;
	text-align: left;
	padding:3vw 10vw;
	cursor: pointer;
	background: url(/images/arrow/arrow_gray02.png) right 1vw center no-repeat;
	background-size:4vw auto;
}
.qaList dl dt.current {
	background: url(/images/arrow/arrow_gray03.png) right 1vw center no-repeat;
	background-size:4vw auto;
}
.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:3vw 3vw 5vw 10vw;
}
.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 0.5em;
}
.qaTypeBtn li a{
    white-space: nowrap;
    text-decoration:underline;
}

/*-------------------------------------------------
	++ POINT
-------------------------------------------------*/
.pointR {
	margin: 0 auto;
	text-align: center;}

.typeContent .selectBtn.colY li,
.typeContent .selectBtn2.colY li {background-image: none; width: 18%; min-height: 46px;}
.typeContent .selectBtn.colY li a,
.typeContent .selectBtn2.colY li a {background-image: none;padding: 1vw;}

@media screen and (max-width: 360px) {
.typeContent .selectBtn.colY li,
.typeContent .selectBtn2.colY li {min-height: 46px;}
.typeContent .selectBtn.colY li a,
.typeContent .selectBtn2.colY li a {padding: 1vw 0.3vw;}

}</pre></body></html>