@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0 auto;
}

.hidden_pc{
	display: none;
}

header div.header_contents{
	background:url("../img/bg_header_pc.png");
	background-position:center bottom;
	width: 100%;
	height:630px;
	overflow: hidden;
}

header div.contair{
	width:1010px;
	margin:30px auto;
}

header p.icon{
	float:left;
}

h1 div.logo_img{
	display: block;
	width: 550px;
	margin: 60px auto;
}

header h2{
	float:right;
	color:#FFFFFF;
	font-weight: bold;
	text-align: right;
	line-height: 160%;
}

header h2 span.bg_k{
	font-size: 15px;
    background: #000000;
    padding: 1px 2px 3px 8px;
}

header h2 span.small{
	font-size:13px;
	font-weight: normal;
}

div.header_contents02
{
	background: url(../img/bg_header02_pc.png);
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-position: center bottom;
}

header div.contair02
{
	width: 1010px;
    height: 80px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header div.contair02 h1 div.logo_img
{
	width: 150px;
	margin:0!important;
}

header div.contair02 h1 div.logo_img img
{
	width:100%;
}

header div.contair02 nav ul
{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

header div.contair02 nav ul li
{
	width:70px;
	margin:0px 10px;
}

header div.contair02 nav ul li img
{
	width:100%;
}

#nav_header {
	  display:none;
}

.clone-nav#nav_header {
	  display:block!important;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
	background:url("../img/bg_header02_pc.png") no-repeat;
    height: 80px;
    overflow: hidden;
    background-position: center bottom;
}

.clone-nav div.contair02 {
	width:1010px;
	height: 80px;
	margin:0px auto ;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clone-nav div.contair02 h1 div.logo_img02
{
	width: 150px;
	margin:0!important;
}

.clone-nav div.contair02 h1 div.logo_img02 img
{
	width:100%;
}

.clone-nav div.contair02 nav ul
{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

.clone-nav div.contair02 nav ul li{
	width:70px;
	margin:0px 10px;
}

.clone-nav div.contair02 nav ul li img{
	width:100%;
}

.is-show {
  transform: translateY(0);
}

.fixed_btn
{
  position: fixed;
  bottom: 40px;
  right: 10%;
  z-index: 100;
}

.fixed_btn a img {
	width:70%;
}


@media only screen and (max-width:767px) {

.hidden_pc{
	display: block;
}

.hidden_sp{
	display: none;
}

header div.header_contents{
	background:url("../img/bg_header_sp.png") no-repeat;
	width: 100%;
	height:auto;
	background-size:cover;
}

header div.contair{
	width:96%;
	margin:10px auto;
}

header p.icon{
	float:left;
	width: 60px;
}

header p.icon img{
	width: 100%;
}

h1 div.logo_img{
	display: block;
	width: 80%;
	margin: 30px auto 70px;
}

h1 div.logo_img img{
	width: 100%;
}

header h2{
	font-size:5.0vw;
	line-height: 105%;
}

header h2 span.bg_k{
    font-size: 3.2vw;
    padding: 2px 6px 2px 8px;
	position: relative;
    top: 3px;
}

header h2 span.small{
	font-size: 10px;
}

div.header_contents02{
    background: url(../img/bg_header02_sp.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: bottom;
}

header div.contair02{
	width:100%;
	margin:5px auto ;
	height: auto;
}

header div.contair02 h1 div.logo_img{
	width: 125px;
	margin:0 10px!important;
}

header div.contair02 h1 div.logo_img img{
	width:100%;
}

header div.contair02 nav ul{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

header div.contair02 nav ul li{
	width: 23.5%;
    margin: 0px 1% 0 0.5%;
}

header div.contair02 nav ul li img{
	width:100%;
}

.clone-nav {
	background: url(../img/bg_header02_sp.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: bottom;
}

.clone-nav div.contair02{
	width:100%;
	margin:5px auto ;
	height: auto;
}

.clone-nav div.contair02 h1 div.logo_img02{
	width: 125px;
	margin:0 10px!important;
}

.clone-nav div.contair02 h1 div.logo_img02 img{
	width:100%;
}

.clone-nav div.contair02 nav ul{

	display: flex;
	justify-content:flex-start;
	align-items: center;
}

.clone-nav div.contair02 nav ul li{
	width: 23.5%;
    margin: 0px 1% 0 0.5%;
}

.clone-nav div.contair02 nav ul li img{
	width:100%;
}

.fixed_btn
{
  bottom: 15px;
  right: 15px;
  width:40px;
}

.fixed_btn a img {
	width:100%;
}


}

footer{
	background:url("../img/bg_footer_pc.png");
	width: 100%;
	height:420px;
	overflow: hidden;
}

footer div.contair{
	width:1010px;
	margin:30px auto;
}

footer div.contair nav {
	position: relative;
	top:0px;
}

footer div.contair nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer div.contair nav ul li {
	margin:30px 10px;
}

footer div.logo_img{
	display: block;
	width: 150px;
	float: left;
}

footer div.logo_img img{
	width: 100%;
}

footer p.footer_txt{
	color:#FFFFFF;
	text-align: center;
	margin-top:80px;
}

footer div.contair ul.sns_link {
	display: flex;
	justify-content: center;
	align-items: center;
	float:right;
}

footer div.contair ul.sns_link li{
	width: 50px;
    margin: 0 30px 0 0;
}

footer div.contair ul.sns_link li img{
	width: 100%;
}

footer div.contair nav ul.sns_link li.icon_chariloto{
	width: 70px;
    margin-right: 40px ;
}

footer div.contair nav ul.sns_link li.icon_chariloto img{
	width: 115%;
}

footer div.contair ul.text_link {
	display: flex;
	justify-content:center;
	align-items: center;
	width:60%;
	margin:0 auto;
}

footer nav ul.text_link li {
	text-align: center;
	font-size:14px;
	color:#FFFFFF;
	margin :100px 10px 0;
}

@media only screen and (max-width:767px) {
footer{
	background: url(../img/bg_footer_sp.png);
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center top;
}

footer div.contair{
	width:95%;
	margin:10px auto 30px;
}

footer div.contair nav {
	top:0px;
}

footer div.logo_img{
	display: block;
	width: 160px;
	margin: 10px auto;
	float: none;
}

footer div.logo_img img{
	width: 100%;
}

footer p.footer_txt{
	margin:10px 0;
	font-size:2.8vw;
}

footer div.contair nav ul.sns_link {
    float: none;
}

footer div.contair nav ul.sns_link li{
	width: 60px;
    margin: 20px 10px 0 ;
}

footer div.contair nav ul.sns_link li img{
	width: 90%;
}

footer div.contair nav ul.sns_link li.icon_chariloto{
	width: 70px;
    margin-right: 20px ;
}

footer div.contair nav ul.sns_link li.icon_chariloto img{
	width: 115%;
}

footer div.contair nav ul.text_link {
	width:100%;
}

footer div.contair nav ul.text_link li {
    font-size: 11px;
    margin: 10px 0.5%;
    width: auto;
    letter-spacing: 0vw;
}
}

article{
    width: 100%;
    background: url(../img/bg_main_pc.png) repeat;
    padding-bottom: 80px;
    background-size: contain;
    background-position: center top;
}

article div.contair{
	width:1010px;
	margin:0 auto;
	overflow: inherit;
}

article div.contair02 {
    width: 1010px;
    margin: 0 auto;
    overflow: inherit;
    padding-top: 20px;
}

div.contair nav {
	position: relative;
	top:-100px;
}

div.contair nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

div.contair nav ul li {
	margin:30px 15px;
}

h3 div.ttl_img{
	display: block;
	width:400px;
	margin: -80px auto 0;
	padding-top:0px;
	text-align: center;
}

h3 div.ttl_img02{
    display: block;
    width: 400px;
    margin: 0px auto 0;
    padding-top: 50px;
    text-align: center;
}

h3 div.ttl_img img,h3 div.ttl_img02 img {
	width:100%;
}


h4.contents_ttl{
	width:440px;
	margin:30px auto 40px;
	color:#FFFFFF;
	background: #0043d2;
	border-radius: 25px;
	text-align: center;
    padding: 6px 10px 8px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

h4.contents_ttl_special{
	width:440px;
	margin:30px auto;
	color:#FFFFFF;
	background: #0043d2;
	border-radius: 25px;
	text-align: center;
    padding: 6px 10px 8px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

article div.start_race{
	width:780px;
	margin:0 auto 190px;
	background: #000000;
	border-radius: 10px;
	padding: 20px 10px 10px;
	position: relative;
}

article div.start_race div.expect_not{
	background: #454545;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	color: #707070;
	font-size:18px;
	font-weight: bold;
	margin-left: -20px;
}

article div.race_info{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	color:#c8c8c8;
	margin-top:0px;
	margin-left:10px;
}

article div.race_info p.race_area{
	font-size:32px;
	font-weight:bold;
	float:left;
	margin-bottom: 5px;
}

article div.race_info p.race_date{
	font-size:18px;
	font-weight:normal;
	float:left;
	margin: 0 15px 2px;
}

article div.race_info ul.race_cat{
	display: flex;
	justify-content:flex-start;
	align-items: center;
    color: #FFFFFF;
}

article div.race_info ul.race_cat li{
	width: 40px;
    margin: 0 5px 0 0;
}

ul.race_cat li p{
	width: 36px;
	height: 36px;
	border-radius: 8px;
	text-align: center;
}

ul.race_cat li p span{
	font-size:20px;
	font-weight:bold;
	line-height: 34px;
	letter-spacing: 0.05em;
    margin-left: 2px;
}

ul.race_cat li p.race_cat_gp{
	background: #e5504f;
}

ul.race_cat li p.race_cat_ni{
	background: #002d81;
}

ul.race_cat li p.race_cat_md{
	background: #6d9bc4;
}

ul.race_cat li p.race_cat_mo{
	background: #65cccc;
}

ul.race_cat li p.race_cat_gl{
	background: #ff999a;
}

ul.race_cat li p.race_cat_md span,ul.race_cat li p.race_cat_mo span{
	letter-spacing: -0.05em!important;
	margin-left: -1px;
}

article div.race_info ul.race_cat li img{
	width: 100%;
}

article div.race_info p.race_end_icon{
	color: #454545;
	font-size:22px;
	font-weight: bold;
	border: #454545 3px solid;
	border-radius: 5px;
	padding:2px 10px 4px;
}

article div.race_info02{
	display: block;
	color:#c8c8c8;
	position: absolute;
	right:20px;
	border: #c8c8c8 3px solid;
	width:180px;
	float: right;
	border-radius: 5px;
}

article div.race_info02 p.race_num {
	display: block;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	background: #c8c8c8 ;
	float: left;
	padding: 2px 11.5px 4px;
}

article div.race_info02 p.race_time {
	display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 2px;
}

article div.race_info02 p.race_time span {
	display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 0px 3px;
    margin: 0 5px 0 5px;
    float: left;
    width: 30px;
}

article div.expect_space{
	width:95%;
	margin: 22px 10px 10px 28px;
}

article div.expect_space div.expect_contents{
	width:59%;
	float: left;
	margin-left:-18px;
}

article div.expect_space div.expect_contents table{
	border-collapse: separate;
	border-spacing: 0;
 	border-radius: 10px;
 	overflow: hidden;
	color:#c8c8c8;
	font-size:15px;
	width:100%;
}

article div.expect_space div.expect_contents table th.ttl01{
	border: 1px solid #000000;
	background:#454545;
	width:57px;
	height:35px;
	padding: 15px 10px;
	text-align: center;
	white-space: nowrap;
}

article div.expect_space div.expect_contents table th.ttl02{
	border: 1px solid #000000;
	background:#00005d;
	width:137px;
	height:35px;
	padding: 15px 10px;
	text-align: center;
}

article div.expect_space div.expect_contents table th.ttl03{
	border: 1px solid #000000;
	background:#960000;
	width:137px;
	height:35px;
	padding: 15px 10px;
	text-align: center;
}

article div.expect_space div.expect_contents table td{
	border: 1px solid #000000;
	background:#c8c8c8;
	width:67.5px;
	padding: 15px 10px;
	text-align: center;
	color:#454545;
	vertical-align: middle;
}

article div.expect_space div.expect_contents table td.ttl04{
	border: 1px solid #000000;
	background:#939393;
	padding: 15px 10px;
	text-align: center;
	color:#c8c8c8;
}

article div.expect_space div.expect_contents table td.ttl04 span.three{
	color:#ffe200;
}

article div.expect_space div.expect_contents table td.ttl04 span{
	color:#FFFFFF;
}

article div.expect_space div.expect_textarea{
	width:41%;
	border: 3px solid #c8c8c8;
 	border-radius: 10px;
	color:#c8c8c8;
	float:right;
	position:relative;
}

article div.expect_space div.expect_textarea p.expect_textarea_ttl{
	color: #5a5a5a;
    background: #c8c8c8;
    padding: 5px 0;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

article div.expect_space div.expect_textarea p.expect_textarea_ttl:before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../img/icon_comment.svg);
    background-size: contain;
    vertical-align: middle;
    margin:0 10px;
}

article div.expect_space div.expect_textarea p.expect_textarea_contents,article div.expect_space div.expect_textarea_sp p.expect_textarea_contents{
	padding:10px;
	font-size:14px;
	line-height: 180%;
}

article div.expect_space div.expect_textarea p.expect_textarea_attention,article div.expect_space div.expect_textarea_sp p.expect_textarea_attention{
	padding:10px;
	color:#5a5a5a;
	vertical-align: bottom;
	font-size:12px;
	line-height: 160%;
}

article div.expect_space div.expect_textarea p.expect_textarea_attention02 {
	padding:10px;
	color:#5a5a5a;
	vertical-align: bottom;
	font-size:12px;
	line-height: 160%;
	position: absolute;
	bottom: 0;
}

article div.bet_link_area {
	display: block;
	width: 240px;
	margin: 0px 0 10px 225px;
    position: relative;
    top: 20px;
}

article div.bet_link_area a img{
	width: 100%;
}

article div.bet_link_regist {
	color:#5a5a5a;
	font-size:14px;
	position:relative;
	top: -24px;
	right:-495px;
	width: 155px;
}

article div.bet_link_regist a {
	text-decoration: underline;
}

article div.contents_info p{
	color:#c8c8c8;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

article div.contents_info p span.bg_k{
	font-size:15px;
	background: #000000;
	padding: 1px 0px 2px 8px;
    margin-right: 2px;
}

article div.contents_info p span.small{
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0.3em;
}

article div.contents_info ul.contents_icon_info{
	display: flex;
	justify-content:center;
	align-items: center;
	margin: 25px auto 40px;
}

article div.contents_info ul.contents_icon_info li{
	text-align: center;
	width:121.5px;
	line-height: 60%;
}

ul.contents_icon_info li p{
	width: 46px;
	height: 46px;
	border-radius: 8px;
	text-align: center;
	margin: 0 auto;
}

ul.contents_icon_info li p.race_cat_gp{
	background: #e5504f;
}

ul.contents_icon_info li p.race_cat_ni{
	background: #002d81;
}

ul.contents_icon_info li p.race_cat_md{
	background: #6d9bc4;
}

ul.contents_icon_info li p.race_cat_mo{
	background: #65cccc;
}

ul.contents_icon_info li p.race_cat_gl{
	background: #ff999a;
}


ul.contents_icon_info li p.race_cat_gp span,
ul.contents_icon_info li p.race_cat_ni span,
ul.contents_icon_info li p.race_cat_md span,
ul.contents_icon_info li p.race_cat_mo span,
ul.contents_icon_info li p.race_cat_gl span
{
	font-size:20px!important;
	font-weight:bold;
	line-height: 44px;
	color: #FFFFFF!important;

}

article div.contents_info ul.contents_icon_info li span{
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
}

article div.today_race{
	width:800px;
	margin:0 auto;
}

article div.today_race div.expect_space{
	margin-left:28px;
	margin-top:0px;
}

article div.today_race div.expect_not{
	background: #454545;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	color: #707070;
	font-size:18px;
	font-weight: bold;
	margin-left: -20px;
}

article div.today_race div.bet_link_area{
	margin: 0px 0 10px 225px;
	top:20px;
}

article div.today_race div.bet_link_regist {
	right:-495px;
	top:-24px;
	width: 155px;
}

article div.today_race_textarea{
	width:760px;
	margin:0 auto 150px;
	color:#5a5a5a;
	font-size:14px;
    line-height: 180%;

}

.acd-check {
    display: none;
}
.acd-label{
    background: #000000;
    color: #fff;
    display: block;
 	border-radius: 10px ;
	padding: 20px 10px;
    position: relative;
	margin-bottom: 20px;
}
.acd-label:after{
box-sizing: border-box;
    font-size: 32px;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 24px;
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/icon_plus.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
}
.acd-content{
	width:800px;
    display: none;
	background: #000000;
	border-radius: 0 0 10px 10px ;
	padding: 10px;
    height: 0;
    opacity: 0;
}

.acd-check:checked + .acd-label{
    border-radius: 10px 10px 0 0 ;
	margin-bottom: 0;
}

.acd-check:checked + .acd-label:after{
	content: '';
    display: inline-block;
    width: 32px;
    height: 6px;
    background-image: url(../img/icon_minus.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    top: 37px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 2px 10px 10px;
    display: block;
	margin-bottom: 20px;
}

.race_select {
	display: flex;
	justify-content:center;
	align-items: center;
	margin: 0px 0 20px -15px;
}

.race_select li{
	width:54px;
	height: 54px;
	text-align: center;
	color:#454545;
	border: #454545 2px solid;
	border-radius: 10px ;
	margin:0 5px;
	padding: 10px 0px 2px;
	font-size:24px;
	font-weight: bold;
	line-height: 55%;
}

.race_select li:first-child{
    margin-left: 0px!important;
}

.race_select li:last-child{
    margin-right: 0px!important;
}

.race_select li span{
	font-size:12px;
	font-weight: normal;
}

.race_select li span.no_race {
    letter-spacing: -0.1em;
}

.race_select li.race_now {
	background:#c8c8c8;
}

.race_select li.race_now:hover,
.race_select li.race_end:hover
{
	cursor: pointer;
}

.race_select li.race_end {
	background:#707070;
}

.race_select li.race_before,.race_select li.race_ng {
	background:#000000;
}

.clearfix:after {
    content: "";         /* 擬似要素を実体化 */
    clear: both;        /* floatを解除する */
    display: block;     /* ブロック要素にする */
}

.acd-check_sp {
    display: none;
}

article div.contair div.special{
	width:800px;
	margin:0 auto;
}

article div.contair div.special div.special_imgarea{
	width:90%;
	margin:0 auto;
	background: #000000;
	border-radius: 20px ;
	padding: 10px;
	text-align: center;
}

article div.contair div.special div.special_imgarea img{
	width:90%;
	margin-top:20px;
}

article div.contair div.special div.special_imgarea p{
	color:#FFFFFF;
	font-size:26px;
	font-weight:bold;
	margin:20px 0 10px;
	line-height: 150%;
	letter-spacing: 0.2em;
}

article div.contair div.special div.special_textarea{
	width:88%;
	margin:15px auto;
	color: #959595;
	padding: 10px;
	line-height: 150%;
	font-weight:bold;
}

article div.contair div.special div.special_textarea a{
	text-decoration: underline;
}

article div.contair div.guide_contair{
	width:800px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}

article div.contair div.guide01,article div.contair div.guide02{
	width:46%;
	margin:1% 2%;
}

article div.contair div.guide01 h4.contents_ttl,article div.contair div.guide02 h4.contents_ttl {
	width: 90%;
    margin: 20px auto;
    color: #FFFFFF;
    background: #0043d2;
    border-radius: 25px;
    text-align: center;
    padding: 6px 10px 8px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

article div.contair div.guide01 div.guide01_contents,article div.contair div.guide02 div.guide02_contents{
	border: #707070 3px solid;
    border-radius: 10px;
}

article div.contair div.guide01 div.guide_ttl,article div.contair div.guide02 div.guide_ttl{
	color: #FFFFFF;
    background: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    padding: 6px 0 8px;
    letter-spacing: 0.1em;
}

article div.contair div.guide01 p,article div.contair div.guide02 p{
	margin: 5px auto;
    color: #c8c8c8;
    padding: 10px;
    line-height: 180%;
    font-size: 15px;
    font-weight: bold;
}

article div.contair div.guide02 div.guide_ttl img{
	width: 65%;
}

article div.contair div.guide01 div.guide_imgarea ,article div.contair div.guide02 div.guide_imgarea {
	width: 95%;
    text-align: center;
    margin: 0 auto;
}

article div.contair div.guide01 div.guide_imgarea img,article div.contair div.guide02 div.guide_imgarea img{
	width:100%;
	margin:0px 0 15px;
}

article div.contair div.guide01 div.guide_textarea{
	margin: -15px auto 10px;
    color: #959595;
    font-size: 12px;
    padding: 10px;
    line-height: 180%;
    font-weight: bold;
}

article div.contair div.guide03{
	width:60%;
	margin:20px auto 50px;
	border: #707070 3px solid;
    border-radius: 10px;
}

article div.contair div.guide03 div.guide_ttl{
	color:#FFFFFF;
	background: #000000;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
	padding: 8px 0;
	letter-spacing: 0.1em;
}

article div.contair div.guide03 p{
	margin: 0px auto;
    color: #959595;
    padding: 10px;
    line-height: 180%;
    font-size: 14px;
    font-weight: bold;
}

article div.contair div.guide03 div.regist_link_area {
	display: block;
	width:50%;
	margin: 0px auto 20px;
	top:0px;
	text-align: center;
}

article div.contair div.guide03 div.regist_link_area img {
	width:100%;
}

article div.contair div.about_contents{
	width:800px;
	margin:0 auto 100px;
	border: #707070 3px solid;
    border-radius: 10px;
}

article div.contair div.about_contents span.three{
	color:#ffe200;
}

article div.contair div.about_contents div.about_ttl{
	color:#FFFFFF;
	background: #000000;
	text-align: center;
	font-size:22px;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
	padding: 10px 0;
}

article div.contair div.about_contents div.about_ttl img{
	width: 45%;
}

article div.contair div.about_contents p{
	margin:0px auto 10px;
	color: #959595;
	padding: 10px;
	line-height: 150%;
	font-size:16px;
	font-weight:bold;
}

article div.contair div.about_contents div.about_imgarea{
	width:100%;
	margin:0 auto;
	background: #000000;
	padding:0 10px;
	text-align: center;
}

article div.contair div.about_contents div.about_imgarea img{
	width:90%;
	margin-top:5px;
}

article div.contair div.about_contents div.about_imgarea p{
	color:#c8c8c8;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0px;
	line-height: 150%;
	text-align: left;
}

article div.contair div.about_contents div.about_textarea{
	width: 98%;
    margin: 0px auto 10px;
    color: #959595;
    padding: 10px;
    line-height: 150%;
    font-size: 16px;
    font-weight: bold;
}

article div.contair div.special div.special_textarea span{
	color: #FFFFFF;
}

article div.contair div.about_contents div.about_link_area{
	width:60%;
	margin:15px auto 30px;
	text-align: center;
}

article div.contair div.about_contents div.about_link_area a{
	color:#585858;
	background: #c8c8c8;
	text-align: center;
	border: #585858 2px solid;
    border-radius: 30px;
	padding:10px 20px 10px 35px;
	font-weight: bold;
}

article div.contair div.about_contents div.about_link_area a span:after{
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 10px;
    top: 24px;
}

article div.contair div.expect_highratearea{
	width:800px;
	height:325px;
	margin:0 auto 100px;
	border: #707070 3px solid;
    border-radius: 10px;
	overflow:hidden scroll;
     	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}

article div.contair div.expect_highratearea::-webkit-scrollbar {
        display:none; /* Chrome, Safari 対応 */
    }

article div.contair div.expect_highratearea table{
	width:780px;
	border-collapse: separate;
	border-spacing: 0;
 	border-radius: 10px;
 	overflow: hidden;
	color:#c8c8c8;
	margin: 1.5% 1%;
}

article div.contair div.expect_highratearea table td.result_date{
	background:#939393;
	color:#454545;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	width: 90px;
}

article div.contair div.expect_highratearea table td.result_place{
	background: #c8c8c8;
    color: #454545;
    padding: 0 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    width: 125px;
}

article div.contair div.expect_highratearea table td.result_cat{
	background: #c8c8c8;
    color: #454545;
    padding: 5.5px 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 125px;
}

article div.contair div.expect_highratearea table td.result_cat p{
	float:left;
	margin:0 2%;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gp,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_ni,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_md,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_mo,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_gl
{
	width: 44px;
	height: 44px;
	border-radius: 5px;
	text-align: center;

}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gp span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_ni span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_md span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_mo span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_gl span
{
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height: 41px;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gp{
	background: #e5504f;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_ni{
	background: #002d81;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_md{
	background: #6d9bc4;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_mo{
	background: #65cccc;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gl{
	background: #ff999a;
}

article div.contair div.expect_highratearea table td.result_cat p.race_num{
	background:#707070;
	color:#FFFFFF;
	width:44px;
	height:44px;
	border-radius: 5px;
	text-align: center;
	font-weight:bold;
	line-height: 41px;
	font-size:18px;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_three{
	background:#960000;
	color:#FFFFFF;
	width: 44px;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 5px;
	position:relative;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_two{
	background:#00005d;
	color:#FFFFFF;
	width: 44px;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 5px;
	position:relative;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_three span.small,
article div.contair div.expect_highratearea table td.result_cat p.race_betcat_two span.small{
	font-size:14px;
	position: absolute;
    width: 44px;
    top: 24px;
    left: 0px;
}

article div.contair div.expect_highratearea table td.result_number{
	background: #c8c8c8;
    color: #454545;
    padding: 0 5px 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    width: 100px;
}

article div.contair div.expect_highratearea table td.result_money{
	background: #c8c8c8;
    color: #454545;
    padding: 0 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    width: 160px;
    border-left: #454545 solid 1px;
}

article div.contair div.result_contents{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}

article div.contair div.result_contents div.result_contents_one,
article div.contair div.result_contents div.result_contents_two,
article div.contair div.result_contents div.result_contents_three
{
	width:32%;
	margin:0 auto 100px;
	border: #707070 3px solid;
    border-radius: 10px;
}

article div.contair div.result_contents div.result_contents_one div.result_contents_ttl,
article div.contair div.result_contents div.result_contents_two div.result_contents_ttl,
article div.contair div.result_contents div.result_contents_three div.result_contents_ttl
{
	color:#c8c8c8;
	background: #000000;
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    padding: 8px 0 10px;
}

article div.contair div.result_contents div.result_contents_three div.result_contents_ttl span.three{
	color:#ffe200;
}

article div.contair div.result_contents div.result_contents_one p.result_contents_sub-ttl,
article div.contair div.result_contents div.result_contents_two p.result_contents_sub-ttl,
article div.contair div.result_contents div.result_contents_three p.result_contents_sub-ttl
{
	color:#c8c8c8;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	margin:2% 0 2.5%;
}

article div.contair div.result_contents div.result_contents_one table,
article div.contair div.result_contents div.result_contents_two table,
article div.contair div.result_contents div.result_contents_three table
{
	width:96%;
	border-collapse: separate;
	border-spacing: 1px;
 	border-radius: 12px;
 	overflow: hidden;
	color:#c8c8c8;
	margin: 2% auto;
}

article div.contair div.result_contents div.result_contents_one table th,
article div.contair div.result_contents div.result_contents_two table th,
article div.contair div.result_contents div.result_contents_three table th
{
	background: #454545;
	color:#c8c8c8;
	padding:  5px;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
}

article div.contair div.result_contents div.result_contents_one table td,
article div.contair div.result_contents div.result_contents_two table td,
article div.contair div.result_contents div.result_contents_three table td
{
	background: #c8c8c8;
	color:#454545;
	padding:15px 5px;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
}

article div.contair div.result_contents div.result_contents_one table td.date,
article div.contair div.result_contents div.result_contents_two table td.date,
article div.contair div.result_contents div.result_contents_three table td.date
{
	background: #939393;
	color:#454545;
	padding:  5px;
	text-align: center;
	vertical-align: middle;
	font-size:12px;
	font-weight:bold;
	width:55px;
}

article div.contair div.result_contents div.result_contents_one table td.ttl03,
article div.contair div.result_contents div.result_contents_two table td.ttl03,
article div.contair div.result_contents div.result_contents_three table td.ttl03
{
	background: #960000;
	color:#c8c8c8;
	padding:  5px;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	width: 18%;
}

article div.contair div.result_contents div.result_contents_one table td.ttl02,
article div.contair div.result_contents div.result_contents_two table td.ttl02,
article div.contair div.result_contents div.result_contents_three table td.ttl02
{
	background: #00005d;
	color:#c8c8c8;
	padding:  5px;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	width: 18%;
}

article div.contair02 div.readme{
	width:800px;
	margin:0 auto 80px;
}

article div.contair02 div.readme div.readme_textarea{
	width:88%;
	margin:15px auto;
	color: #959595;
	padding: 10px;
	line-height: 150%;
	font-weight:bold;
}

@media only screen and (max-width:767px) {
article{
	background: url("../img/bg_main_sp.png") repeat;
	width: 100%;
	height: auto;
	background-size:contain;
	padding-bottom: 1px;
}

article div.contair{
	width:93.5%;
	margin:0 auto;
}

article div.contair02{
	width:93.5%;
	margin:0 auto;
}

div.contair nav {
	position: relative;
	top:-30px;
}

div.contair nav ul li{
	width:24%;
	margin:2% 1.5% 5% ;
}

div.contair nav ul li img{
	width:100%;
}

h3 div.ttl_img{
	width: 75%;
	margin: -20px auto 0;
	padding-top:0px;
}

h3 div.ttl_img02 {
    width: 75%;
    padding-top: 45px;
}

h3 div.ttl_img img,h3 div.ttl_img02 img{
	width: 100%;
}

h4.contents_ttl{
	width:280px;
	margin:15px auto;
    padding: 7px 10px 8px;
    font-size: 20px;
	letter-spacing: 0.05em;
}

h4.contents_ttl_special{
	width:280px;
	margin:15px auto;
    padding: 7px 10px 8px;
    font-size: 20px;
	letter-spacing: 0.05em;
}

article div.start_race{
	width:100%;
	margin:0 auto 150px;
	background: #000000;
	border-radius: 5px;
	padding:1px 10px;
	position: relative;
}

article div.start_race div.expect_not {
    font-size: 3.6vw;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

article div.race_info{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	color:#c8c8c8;
    margin: 11px 6px 11px 0px;
}

article div.race_info p.race_area{
	font-size:23px;
    margin-bottom: 0px;
	padding-bottom: 1px;
}

article div.race_info p.race_date{
	font-size:11px;
	margin: 0 10px 0px;
}

article div.race_info ul.race_cat li{
	width: 23px;
    margin: 0 5px 0px 0;
}

ul.race_cat li p{
    width: 23px;
    height: 23px;
    border-radius: 3px;
	position: relative;
}

ul.race_cat li p span{
	position: absolute;
    font-size: 12px;
    top: 50%;
    left: 52.5%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 1px 0;
}

article div.race_info ul.race_cat li img{
	width: 100%;
}

article div.race_info p.race_end_icon{
	font-size: 12px;
    padding: 2px 0;
    border: #454545 2px solid;
    width: 46px;
    height: 23px;
    text-align: center;
	line-height: 14.5px;
}

article div.race_info02{
display: block;
    color: #c8c8c8;
    position: absolute;
    right: 3.3%;
    border: #c8c8c8 2px solid;
    width: 105px;
    float: right;
    border-radius: 3px;
    margin-bottom: 1px;
    height: 23px;
}

article div.race_info02 p.race_num {
	font-size: 13px;
    padding: 3.3% 2% 4% 1.6%;
    border-radius: 0px;
    position: relative;
    line-height: 12px;
}

article div.race_info02 p.race_time {
	display: table-cell;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    position: absolute;
    top: 12.5%;
    left: 34%;
}

article div.race_info02 p.race_time span {
	display: table-cell;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    float: left;
    margin: 1.8% 5px 0 0;
    vertical-align: middle;
    width: 20px;
}

ul.race_cat li p.race_cat_md span{
    letter-spacing: -0.05em;
    margin-left: -1px;
}

ul.race_cat li p.race_cat_mo span {
    letter-spacing: -0.05em;
    margin-left: -1px;
}

article div.expect_space{
	width:100%;
	margin: 5px auto 0px;
}

article div.expect_space div.expect_contents{
	width:100%;
	float:none;
	margin-left: 0px;
	margin-bottom: 10px;
}


article div.expect_space div.expect_contents table {
	width:100%;
	border-radius: 9px;
}

article div.expect_space div.expect_contents table th.ttl01{
	border: 1px solid #000000;
	background:#454545;
	width:57px;
	height:35px;
	text-align: center;
	white-space: nowrap;
	padding: 8px 2px 10px;
	font-size: 4.5vw;
}

article div.expect_space div.expect_contents table th.ttl02{
	border: 1px solid #000000;
	background:#00005d;
	width:137px;
	height:35px;
	text-align: center;
	padding: 8px 2px 10px;
	font-size: 4.5vw;
}

article div.expect_space div.expect_contents table th.ttl03{
	border: 1px solid #000000;
	background:#960000;
	width:137px;
	height:35px;
	text-align: center;
	padding: 8px 2px 10px;
	font-size: 4.5vw;
}

article div.expect_space div.expect_contents table td{
	border: 1px solid #000000;
	background:#c8c8c8;
	width:67.5px;
	text-align: center;
	color:#454545;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 4.0vw;
}

article div.expect_space div.expect_contents table td.ttl04{
	border: 1px solid #000000;
	background:#939393;
	padding: 10px 5px;
	text-align: center;
	color:#c8c8c8;
}

article div.expect_space div.expect_textarea {
	width:100%;
	float:none;
	margin-top:10px;
	border-radius: 5px;
	margin-left:0px;
}

article div.expect_space div.expect_textarea p.expect_textarea_ttl{
    border-radius: 2px 2px 0 0;
}


article div.expect_space div.expect_textarea p.expect_textarea_contents,article div.expect_space div.expect_textarea_sp p.expect_textarea_contents{
	padding:15px 15px 10px;
	font-size:13px;
	line-height: 180%;
}

article div.expect_space div.expect_textarea p.expect_textarea_attention,article div.expect_space div.expect_textarea_sp p.expect_textarea_attention{
	font-size:10px;
	padding: 0px 15px 15px;
}


.acd-label_textarea{
    color: #585858;
    background: #c8c8c8;
    display: block;
    border-radius: 5px;
    padding: 8px 10px 12px;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    height: 35px;
}

.acd-label_textarea:before{
content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_comment.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 2px 5px 0 0;
    float: left;
}

.acd-label_textarea:after{
	box-sizing: border-box;
    font-size: 6.4vw;
    padding: 10px;
    position: absolute;
    right: 1.0%;
    top: 20%;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon_plus02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}
article div.acd-content_sp{
	display: none;
	width:100%;
	margin-top:0;
	border: 3px solid #c8c8c8;
	border-top: none;
 	border-radius:0 0 5px 5px;
	color:#c8c8c8;
}

.acd-check_sp:checked + .acd-label_textarea{
    border-radius: 5px 5px 0 0 ;
	margin-bottom: 0;
}

.acd-check_sp:checked + .acd-label_textarea:after{
content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon_minus02.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
}
.acd-check_sp:checked + .acd-label_textarea + .acd-content_sp{
    height: auto;
    opacity: 1;
    display: block;
	margin-bottom: 0px;
}



article div.bet_link_area {
	display: block;
	width: 240px;
	margin: 0px auto 5px;
}

article div.bet_link_regist {
	font-size:10px;
	position: relative;
    top: 20px;
    right: 0;
	text-align: center;
	margin-bottom: 40px;
	width: auto;
}

article div.bet_link_regist a {
	text-decoration: underline;
}

article div.contents_info p{
	font-size:16px;
}

article div.contents_info p span.bg_k{
    font-size: 15px;
    background: #000000;
    padding: 0px 0px 2px 8px;
}

article div.contents_info p span.small{
	font-size:11px;
	font-weight: normal;
}

article div.contents_info ul.contents_icon_info {
    margin: 25px auto;
}

article div.contents_info ul.contents_icon_info li{
	width:20%;
	line-height: 30%;
}

article div.contents_info ul.contents_icon_info li span{
	color: #c8c8c8;
    font-size: 11px;
    letter-spacing: -0.4vw;
}
ul.contents_icon_info li p {
    width: 23px;
    height: 23px;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
	position: relative;
}

ul.contents_icon_info li p.race_cat_gp span,
ul.contents_icon_info li p.race_cat_ni span,
ul.contents_icon_info li p.race_cat_md span,
ul.contents_icon_info li p.race_cat_mo span,
ul.contents_icon_info li p.race_cat_gl span {
	font-size: 12px!important;
    color: #FFFFFF!important;
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 10px 0;
    letter-spacing: -0.1vw!important;
}

article div.today_race{
	width:96%;
	margin:0 auto;
}

article div.today_race div.race_info {
    margin: 0;
    padding: 0;
}

article div.today_race div.expect_space{
	margin-left:0;
	margin-bottom: 0px;
}

article div.today_race div.expect_not{
	font-size: 3.6vw;
    margin-bottom: 0px;
    border-radius: 5px;
	margin-left: 0px;
}

article div.today_race div.bet_link_area{
	margin: 0px auto 24px;
}

article div.today_race div.bet_link_regist {
	font-size:12px;
	position: static;
	text-align: center;
	margin-bottom: 10px;
	width:auto;
}

article div.today_race_textarea{
	width:96%;
	margin:0 auto 150px;
	color:#5a5a5a;
	font-size:14px;
}

.acd-check {
    display: none;
}
.acd-label{
    background: #000000;
    color: #fff;
    display: block;
 	border-radius: 5px ;
	padding: 11px;
    position: relative;
	margin-bottom: 10px;
}
.acd-label:after{
	box-sizing: border-box;
    font-size: 32px;
    padding: 10px;
    position: absolute;
    right: 1.5%;
    top: 24.5%;
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/icon_plus.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
}
.acd-content{
	width:100%;
    display: none;
	background: #000000;
	border-radius: 0 0 5px 5px ;
	padding: 10px;
    height: 0;
    opacity: 0;
}

.acd-check:checked + .acd-label{
    border-radius: 5px 5px 0 0 ;
	margin-bottom: 0;
}

.acd-check:checked + .acd-label:after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 25px;
    background-image: url(../img/icon_minus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    top: 44.40444445%;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 4px 10px 10px;
    display: block;
	margin-bottom: 20px;
}

.race_select {
	display: block;
	width: 105.5%;
	justify-content:flex-start;
  	overflow-x: scroll;
  	overflow-y: hidden;
  	white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	margin-left: -2.5%;
	margin-bottom: 15px;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

.race_select::-webkit-scrollbar {
        display:none; /* Chrome, Safari 対応 */
}

.race_select li{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 0 2.5px;
    font-size: 19px;
    line-height: 90%;
    display: inline-block;
}

.race_select li:first-child{
    margin-left: 10px!important;
}

.race_select li:last-child{
    margin-right: 10px!important;
}

.race_select li span{
	font-size:14px;
	font-weight: normal;
}

.race_select li span.no_race {
    letter-spacing: -0.15em;
}

.race_select li.race_now {
	background:#c8c8c8;
}

.race_select li.race_end {
	background:#707070;
}

.race_select li.race_before,.race_select li.race_ng {
	background:#000000;
}

article div.contair div.special{
	width:100%;
}

article div.contair div.special div.special_imgarea{
	width:98%;
	margin:0 auto;
	background: #000000;
	border-radius: 5px ;
	padding: 10px;
	text-align: center;
}

article div.contair div.special div.special_imgarea img{
	width:95%;
	margin-top:10px;
}

article div.contair div.special div.special_imgarea p{
	color:#FFFFFF;
	font-size:4.8vw;
	font-weight:bold;
	margin:20px 0 10px;
	line-height: 150%;
	letter-spacing: 0em;
}

article div.contair div.special div.special_textarea{
	font-size: 14px;
    width: 98%;
    line-height: 180%;
}

article div.contair div.guide_contair{
	width:98%;
	display:block;
}

article div.contair div.guide01,article div.contair div.guide02{
	width: 100%;
    margin: 1% auto 15%;
}

article div.contair div.guide01 h4.contents_ttl,article div.contair div.guide02 h4.contents_ttl {
	width: 280px;
    margin: 15px auto;
    padding: 7px 10px 8px;
    font-size: 20px;
    letter-spacing: 0.05em;
}

article div.contair div.guide01 div.guide01_contents,article div.contair div.guide02 div.guide02_contents{
	border: #707070 3px solid;
    border-radius: 5px;
}

article div.contair div.guide01 div.guide_ttl,article div.contair div.guide02 div.guide_ttl{
	font-size:18px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	padding: 9px 0 10px;
	letter-spacing: 0.1em;
}

article div.contair div.guide01 p,article div.contair div.guide02 p{
	margin:0px auto;
	padding: 10px;
	line-height: 180%;
	font-size:13px;
}

article div.contair div.guide02 div.guide_ttl img{
	width: 65%;
}

article div.contair div.guide01 div.guide_imgarea ,article div.contair div.guide02 div.guide_imgarea {
	width: 95%;
	text-align: center;
	margin:0 auto;
}

article div.contair div.guide01 div.guide_imgarea img,article div.contair div.guide02 div.guide_imgarea img{
	width:100%;
	margin:10px 0;
}

article div.contair div.guide01 div.guide_textarea{
	margin:5px auto;
	color:#5a5a5a;
	font-size:10px;
	padding: 0px 10px 5px;
	line-height: 150%;
}

article div.contair div.guide03{
	width:98%;
	margin:20px auto 50px;
	border: #707070 3px solid;
    border-radius: 5px;
}

article div.contair div.guide03 div.guide_ttl{
	color:#FFFFFF;
	background: #000000;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	padding: 5px 0 8px;
	letter-spacing: 0.1em;
}

article div.contair div.guide03 p{
	margin:0px auto;
	color: #c8c8c8;
	padding: 10px;
	line-height: 180%;
	font-size:13px;
	font-weight:bold;
}

article div.contair div.guide03 div.regist_link_area {
	display: block;
	width:80%;
	margin: 0px auto 20px;
	top:0px;
	text-align: center;
}

article div.contair div.guide03 div.regist_link_area img {
	width:100%;
}

article div.contair div.about_contents{
	width:98%;
	margin:0 auto 100px;
	border: #707070 3px solid;
    border-radius: 5px;
}

article div.contair div.about_contents span.three{
	color:#ffe200;
}

article div.contair div.about_contents div.about_ttl{
	color: #FFFFFF;
    background: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    padding: 9px 0 10px;
    letter-spacing: 0.08em;
}

article div.contair div.about_contents div.about_ttl img{
	width:70%;
}

article div.contair div.about_contents p{
	margin: 0px auto;
    color: #959595;
    padding: 10px;
    line-height: 180%;
    font-size: 14px;
    font-weight: bold;
}

article div.contair div.about_contents div.about_imgarea{
	width:100%;
	margin:0 auto;
	background: #000000;
	padding:0 10px;
	text-align: center;
}

article div.contair div.about_contents div.about_imgarea img{
	width:98%;
	margin-top:5px;
}

article div.contair div.about_contents div.about_imgarea p{
	color:#c8c8c8;
	font-size:11px;
	font-weight:bold;
	margin:0px 0 10px;
	line-height: 180%;
	text-align: left;
}

article div.contair div.about_contents div.about_textarea{
width: 98%;
    margin: 0px auto;
    color: #959595;
    padding: 0 10px 10px;
    line-height: 180%;
    font-size: 14px;
    font-weight: bold;
}

article div.contair div.about_contents div.about_link_area{
	width:85%;
	margin:15px auto 30px;
	text-align: center;
}

article div.contair div.about_contents div.about_link_area a{
	color: #585858;
    background: #c8c8c8;
    text-align: center;
    border: #585858 2px solid;
    border-radius: 30px;
    padding: 9px 10px 10px 30px;
    font-weight: bold;
    font-size: 3.6vw;
}

article div.contair div.about_contents div.about_link_area a span:after{
	content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    top: 27px;
}

article div.contair div.expect_highratearea{
	width:98%;
	height:50vw;
	margin:0 auto 100px;
	border: #707070 3px solid;
    border-radius: 5px;
	overflow:hidden scroll;
}

article div.contair div.expect_highratearea table{
	width:98%;
	border-collapse: separate;
	border-spacing: 0;
 	border-radius: 5px;
 	overflow: hidden;
	color:#c8c8c8;
	margin: 1.5% 1%;
}

article div.contair div.expect_highratearea table td.result_date{
	padding: 1%;
    font-size: 10px;
    width: 16%;
    letter-spacing: 0.005em;
}

article div.contair div.expect_highratearea table td.result_place{
	padding: 1%;
    font-size: 15px;
    width: 17%;
}

article div.contair div.expect_highratearea table td.result_cat{
    padding: 1% 0;
    font-size: 4.2vw;
    line-height: 23px;
	width: 20%;
}

article div.contair div.expect_highratearea table td.result_cat p{
	float:left;
	margin:0 2.5%;
	width:24px;
	height:24px;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gp,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_ni,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_md,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_mo,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_gl
{
	width: 23px;
	height:23px;
	margin:0;
	border-radius: 3px;
	text-align: center;
	line-height: 19px;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gp span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_ni span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_md span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_mo span,
article div.contair div.expect_highratearea table td.result_cat p.race_cat_gl span
{
	font-size: 12px;
	line-height: 20px;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gp{
	background: #e5504f;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_ni{
	background: #002d81;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_md{
	background: #6d9bc4;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_mo{
	background: #65cccc;
}

article div.contair div.expect_highratearea table td.result_cat p.race_cat_gl{
	background: #ff999a;
}

article div.contair div.expect_highratearea table td.result_cat p img{
	width:100%;
}

article div.contair div.expect_highratearea table td.result_cat p.race_num{
	width:23px;
	height:23px;
	line-height: 22px;
	font-size:12px;
	border-radius: 3px;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_three{
	width:23px;
	height:23px;
	line-height: 10px;
	font-size: 11px;
    padding-top: 1px;
	border-radius: 3px;
	position: relative;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_two{
	width:23px;
	height:23px;
	line-height: 10px;
	font-size: 12px;
    padding-top: 1px;
	border-radius: 3px;
	position: relative;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_three span.category_num,
article div.contair div.expect_highratearea table td.result_cat p.race_betcat_two span.category_num{
	text-align:center;
}

article div.contair div.expect_highratearea table td.result_cat p.race_betcat_three span.small,
article div.contair div.expect_highratearea table td.result_cat p.race_betcat_two span.small{
	font-size: 8px;
    width: 23px;
    position: absolute;
    top: 12px;
    left: 0px;
}

article div.contair div.expect_highratearea table td.result_number{
	padding: 1%;
    font-size: 15px;
    width: 11%;
    letter-spacing: -0.05em;
}

article div.contair div.expect_highratearea table td.result_money{
	padding: 1% 0;
    font-size: 16px;
    width: 19.5%;
}

article div.contair div.result_contents{
	width:98%;
	margin:0 auto 20px;
	display:block;
}

article div.contair div.result_contents div.result_contents_one,
article div.contair div.result_contents div.result_contents_two,
article div.contair div.result_contents div.result_contents_three
{
	width:100%;
	margin:0 auto 40px;
	border-radius: 5px;
}

article div.contair div.result_contents div.result_contents_one div.result_contents_ttl,
article div.contair div.result_contents div.result_contents_two div.result_contents_ttl,
article div.contair div.result_contents div.result_contents_three div.result_contents_ttl {
    border-radius: 4px 4px 0 0;
}

article div.contair div.result_contents div.result_contents_one table,
article div.contair div.result_contents div.result_contents_two table,
article div.contair div.result_contents div.result_contents_three table
{
 	border-radius: 9px;
}

article div.contair02 div.readme{
	width:98%;
}

article div.contair02 div.readme div.readme_textarea{
	font-size:4.0vw;
	width:95%;
}



}

