@charset "utf-8";

@-ms-viewport {
    width: device-width;
}

/* PCログイン前　header
------------------------------------------------*/
/* header　全体 */
header{
	width:100%;	
    position:sticky;
	top:0;
	z-index: 999999;
}

/* header　上（※ログインフォームなど） */
.header_top{
	padding: 20px 0 15px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030000+0,1b1f31+100 */
background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	position: relative;
}
.header_top h1 img{
	position: absolute;
	top:20px;
	left: 10px;
	width:200px;
}
.header_top .Pclogin{
	text-align: right;
	padding-right: 1em;
	float: right;
	width: 700px;
}
dl.login_id,
dl.password{
	color: #ae8446;
	display: inline-block;
	width:38%;
}
.header_top .Pclogin dl dt{
	display: inline-block;
	width:25%;
	font-size: 13px;
	text-align: right;
	margin-right: 1em;
}
.header_top .Pclogin dl dd{
	display: inline-block;
	margin: 0;
	width:67%;
}
.header_top .Pclogin input::placeholder {
  color: #696969;
  font-size: 12px;
}
.login_id input[type="text"]{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030000+0,1b1f31+100 */
background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	border: 1px solid #ae8446;
	padding-left: 0.5em;
	width:100%;
}
.password input[type="text"]{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030000+0,1b1f31+100 */
background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	border: 1px solid #ae8446;
	padding-left: 0.5em;
	width:100%;
}
.Pclogin_btn{
	display: inline-block;
	width: 18%;
	margin-left: 0.3em;
}
.Pclogin_btn button[type="submit"]{
	background: #ae8446;
	color: #1b1f31;
	padding: 0.2em 1.5em;
	text-align: center;
	border-radius: 2px;
	font-weight: bold;
	width: 100%;
}
.login_q,
.login_error{
	text-align: right;
}
.login_q p{
	color: #b4b4b4;
	font-size: 13px;
	margin-top: 1em;
}
.login_q a{
	text-decoration: underline;
}
.login_error p{
	color: #ff0000;
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: -0.8em;
}

/* header　下（※ナビゲーション） */
.header_bottom{
	position: relative;
}
.pc_header_nav{
	position: absolute;
	right:0;
	top:1.5em;
	width:55%;
	z-index: 1;
}
.pc_header_nav ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pc_header_nav ul li img{
	width:90%;
	display: inline;
}
.pc_header_nav ul:after{
	content: "";
	position: absolute;
    display: block;
    bottom: 0;
    left: -120px;
	background: url(../img/nav_underline_text.png) no-repeat center / 100%;
	height:13.16px;
	width:100px;
}
.pc_header_nav:after{
content: "";
    position: absolute;
    display: block;
    width: 110%;
    height: 1px;
    bottom: -5px;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(174,132,70,0) 0%,rgba(174,132,70,0.8) 30%);
    background: linear-gradient(to right, rgba(174,132,70,0) 0%,rgba(174,132,70,0.8) 30%);
}

/* PCログイン前　フッター固定の登録箇所
------------------------------------------------*/
.fixed_footer_inner{
	width:800px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
}
input.footer_btn{
	display: none;
}
.regist_form_footer{
	display: block;
	margin: 1em auto 0.3em auto;
	width:90%;
}
.regist_form_footer_left{
	display: inline-block;
	width:65%;
	position: relative;
	vertical-align: top;
}
.regist_form_footer_right{
	display: inline-block;
	width:35%;
	position: relative;
	vertical-align: middle;
}
.regist_form_footer_left input[type="text"]{
	width:90%;
	margin-bottom: 0.5em;
}
.regist_form_footer_left img{
	margin: 0 auto;
	width:60%;
	margin-bottom: 0.3em;
}
img.bottom_entry_btn{
	width:100%;
}
img.bottom_entry_text{
    position: absolute;
	top:-25px;
	right:0;
	bottom:0;
	left: 0;
	margin: 0 auto;
	z-index: 2;
	width:85%;
}
img.bottom_entry_horse{
	position: absolute;
	top:-90px;
	left:-20px;
	width:200px;
}
img.bottom_entry_tower{
	position: absolute;
	top:-80px;
	right:-120px;
	width:200px;
}
img.footer_close_btn{
    width:8%;
	position: absolute;
	right: -2%;
	top: -6%;
	z-index: 2000;
}
input.address_input_footer{
		width:65%;
		padding: 0.4em 0.6em;
		font-size: 1em;
		border: 2px solid #e60012;
}
.agree{
	color: #ececec;
	font-size: 13px;
}
.agree input[type="checkbox"]{
	margin-right: 0.5em;
}

/* PCログイン前　section1　一撃万馬王〜序章〜
------------------------------------------------*/
#section1_mainvisual{
	position: relative;
	background: #000000;
	width: 100%;
    height: calc(100vh - 98.38px);
}

video#bg-video{
 width: 100%;
    z-index: -1;
    overflow: hidden;
}

/* PCログイン前　section2　先週の的中実績
------------------------------------------------*/
#section2_winresult {
	position: relative;
    width: 100%;
    height: 100vh;
	padding-top: 98.38px;
  background: url(../img/pat01.png) repeat center / 150px,#8e0000; /* Old browsers */;
background:  -moz-linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-moz-linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-moz-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)), -moz-linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 150px,-moz-linear-gradient(-45deg,  #8e0000 0%, #9a0001 50%, #850001 100%); /* FF3.6-15 */
background:  -webkit-linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-webkit-linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-webkit-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)), -webkit-linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 150px,-webkit-linear-gradient(-45deg,  #8e0000 0%,#9a0001 50%,#850001 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)), linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 150px,linear-gradient(135deg,  #8e0000 0%,#9a0001 50%,#850001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0000', endColorstr='#850001',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* 的中実績スライドショー */
.winresult{
    width:750px;
	position: absolute;
	top: 50%;
	right:-120px;
  transform: translateY(-65%);
}
.winresult_Slider{
	width:100%;
	margin: 0 auto;
}
ul.winresult_Slider li .baken_bg{
	background: url(../img/baken_tekichu.png) no-repeat center / 750px;
	height:494.85px;
}
.winresult_Slider img{
	width:100%;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
.winresult_Slider_Dots{
	position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
}
.winresult_Slider_Dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.winresult_Slider_Dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.winresult_Slider_Dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.winresult_Slider_Dots li.slick-active button:before {
    opacity: .75;
    color: #ae8446;
}
.slick-slide{
	position: relative;
}
/* 的中馬券文言 */
.baken_text{
	position: absolute;
	left: 80px;
    top: 100px;
	color: #121212;
	width: 100%;
}
.baken_text h3{
	border-bottom:1px solid #ae8446;
	border-top:1px solid #ae8446;
	font-size: 12px;
	display: inline-block;
	color: #ae8446;
	padding: 2px 6px;
	font-weight: normal;
	margin-bottom: 8px;
}
.baken_text_left{
	position: absolute;
	left: 0;
    top: 0;
	width:195px;
}
.race_days{
	font-size: 17px;
	margin-bottom: 8px;
}
.race_place{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size:55px;
	font-weight: bold;
	margin-top: -10px;
}
.race_number{
	vertical-align: baseline;
	margin-top: -3px;
	margin-bottom: 10px;
}
span.race_number_box{
	background: #ff0000;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 26px;
	margin-right: 5px;
}
.race_name{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size:18px;
	font-weight: bold;
	line-height: 1.2em;
}
.baken_text_center{
	position: absolute;
	left: 210px;
    top: 30px;
	text-align: center;
	font-size: 43px;
	line-height: 75px;
	font-weight: bold;
	width:50px;
}
.baken_text_right{
	position: absolute;
	right: 220px;
    top: 0;
	font-size: 25px;
	width:40%;
	text-align: right;
}
.race_buy{
	font-size: 38px;
}
.race_money_title{
	background: #ae8446;
	display: inline-block;
	padding: 0 18px;
	font-size: 17px;
	color: #ffffff;
}
.race_money{
	color: #ff0000;
	font-size: 34px;
	font-weight: bold;
}
/* PCログイン前　section3　万馬券獲得への近道
------------------------------------------------*/
#section3_short_cut{
	position: relative;
    width: 100%;
	background: linear-gradient(90deg,rgba(3,0,0,1),rgba(0,0,0,0) 50%, rgba(3,0,0,1)),url(../img/section03.bg.jpg) center center / cover no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
.section3_short_cut_navy{
    width: 100%;
	background:rgba(25,28,45,0.6);
}
#section3_short_cut h1 img{
	width:95%;
	margin: 0 auto 50px auto;
}
#section3_short_cut h2 img{
	width:90%;
	margin:50px auto;
}
/* 人気と勝率などの表 */
.rate_table{
	width:50%;
	display: inline-block;
	text-align: center;
}
.rate_table table{
	width: 90%;
	margin: auto;
}
.rate_table table , td, th {
	border: 1px solid #ae8446;
	border-collapse: collapse;
}
.rate_table td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.rate_table th {
	background-color: rgba(174,132,70,0.8);
background-image: url("https://www.transparenttextures.com/patterns/inflicted.png");
	color: #191c2d;
	width: calc(100% / 4);
	padding: 5px 0;
}
.rate_table td{
	padding: 10px 0;
}
.count,
.percent{
    font-family: 'Roboto Mono', monospace;
	color: #ccff66;
    text-shadow: 0 0 10px rgba(200, 255, 120, .9);
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
}
/* section3　説明・論理 */
.section3_logic{
	width:50%;
	float: right;
	color: #ffffff;
	position: relative;
}
.section3_logic_inner{
    width: 90%;
}
.section3_logic_inner h1{
    color:#ae8446;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 0 0 15px rgba(25,28,45,1);
}
.section3_logic_inner h3 img{
	width:100%;
	margin: 20px 0;
}
img.blood_logic{
	width:80%;
	margin: 0 auto 50px auto;
}
img.blood_logic:last-child{
	margin: 0 auto;
}

/* PCログイン前　section4　万馬王について
------------------------------------------------*/
#section4_about {
	position: relative;
    width: 100%;
    height: 100vh;
	padding-top: 98.38px;
  background: rgba(0, 0, 0, 0.4);
}
#section4_about:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(../img/section04_bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: -1;
}

/* 一撃万馬王についてスライドショー */
.about{
    width:800px;
	position: absolute;
	top: 45%;
	right:-90px;
  transform: translateY(-65%);
}
.about_Slider{
	width:100%;
	margin: 0 auto;
}
.about_Slider img{
	width:100%;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
.about_Slider_Dots{
	position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
}
.about_Slider_Dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.about_Slider_Dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.about_Slider_Dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about_Slider_Dots li.slick-active button:before {
    opacity: .75;
    color: #ae8446;
}

/* PCログイン前　section5　無料情報の更新
------------------------------------------------*/
#section5_update {
	position: relative;
    width: 100%;
	height:100vh;
	background: linear-gradient(90deg,rgba(0,0,0,3),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/section05.bg.jpg) center center / cover no-repeat,#000000;
	background-attachment: fixed;
	overflow: hidden;
}
.update{
	position: absolute;
	width:420px;
	right:-90px;
	bottom:300px;
	background: rgba(0,0,0,0.6);
}
ul.update_Slider li{
	position: relative;
}
dl.update_day{
	position: absolute;
	top:8px;
	right:10px;
	width:36%;
	background: rgba(255,255,255,0.93);
	border-radius: 4px;
	overflow: hidden;
}
dl.update_day dt{
	display: inline-block;
	width:50%;
	background: rgba(255,0,0,0.85);
	text-align: center;
	color: #ffffff;
	padding: 2px 0;
}
dl.update_day dd{
	display: inline-block;
	width:50%;
	text-align: center;
	color: #121212;
	margin: 0;
	padding: 2px 0;
}
ul.update_Slider img{
	width: 100%;
}
.update .slick-prev { 
	left: calc(50% - 10px); 
	top: 101%; 
	transform: rotateZ(-90deg);
	z-index: 1;
}
.update .slick-next { 
	right: calc(50% - 10px); 
	top: -25px; 
	transform: rotateZ(-90deg);
	z-index: 1;
}
.update .slick-prev:before, .update .slick-next:before {
    color: rgba(255,0,0,0.9);
}
/* PCログイン前　section6　お客様の感謝の声
------------------------------------------------*/
#section6_review {
	position: relative;
    width: 100%;
    height: 100vh;
	padding-top: 98.38px;
  background: url(../img/pat01.png) repeat center / 150px,#8e0000; /* Old browsers */;
background:  -moz-linear-gradient(-90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-moz-linear-gradient(-90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-moz-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)), -moz-linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 150px,-moz-linear-gradient(45deg,  #8e0000 0%, #9a0001 50%, #850001 100%); /* FF3.6-15 */
background:  -webkit-linear-gradient(-90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-webkit-linear-gradient(-90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),-webkit-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)), -webkit-linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 150px,-webkit-linear-gradient(45deg,  #8e0000 0%,#9a0001 50%,#850001 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(-90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),linear-gradient(-90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,0.7)),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)), linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 150px,linear-gradient(-135deg,  #8e0000 0%,#9a0001 50%,#850001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0000', endColorstr='#850001',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	overflow: hidden;
}
/* 感謝の声セット */
ul.review_container{
	width:76%;
	position: absolute;
    top: 40%;
	left:-12%;
    transform: translateY(-50%);
}
ul.review_container li{
	display: inline-block;
	width:calc(100% / 2);
	margin: 0 auto;
	vertical-align: top;
}
.review_inner{
	width:93%;
	margin: 20px auto;
	color: #ffffff;
	padding: 30px 30px 20px 30px;
background:url("../img/review_flash_bg.png") no-repeat center / 74%,url("../img/review_title.png") no-repeat top 8px center / 170px,url("../img/review_center_bottom.png") no-repeat bottom 7px center / 70px,url("../img/review_left_top.png") no-repeat top 8px left 8px / 35px,url("../img/review_right_top.png") no-repeat top 8px right 8px / 35px,url("../img/review_left_bottom.png") no-repeat bottom 8px left 8px / 35px,url("../img/review_right_bottom.png") no-repeat bottom 8px right 8px / 35px,url("https://www.transparenttextures.com/patterns/carbon-fibre.png") repeat center / 24px,#0e0f1a;
	box-shadow: 1px 1px 0 #310202, 0 0 15px 5px #800000;
}
.review_inner p.review_coment{
	font-size: 14px;
	margin-bottom: 5px;
}
.review_inner p.review_days{
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
}

/* PCログイン前　登録フォーム
------------------------------------------------*/
#section_entry {
	background: url(../img/entry_wide_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
img.entry_title{
	width:83%;
	margin: 0 auto 20px auto;
	position: relative;
	z-index: 1;
}
img.entry_horse{
	position: absolute;
	width:250px;
	left:-110px;
	top:-20px;
}
img.entry_tower{
	position: absolute;
	width:300px;
	right:-110px;
	top:-30px;
}
.regist_form_entry{
	display: block;
	margin: 1em auto 0.3em auto;
	width:90%;
}
.regist_form_entry_left{
	display: inline-block;
	width:53%;
	position: relative;
	vertical-align: top;
}
.regist_form_entry_right{
	display: inline-block;
	width:47%;
	position: relative;
	vertical-align: middle;
}
.regist_form_entry_left input[type="text"]{
	width:100%;
	margin-bottom: 0.7em;
}
.regist_form_entry_left img{
	margin: 0 auto 0.8em auto;
	width:95%;
}
.regist_form_entry_right input[type="image"]{
	width:100%;
	margin: 0.5em 0 0 1em;
}
/* PCログイン前　footer
------------------------------------------------*/
footer{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030000+0,1b1f31+100 */
background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	position: relative;
	padding: 30px 0 20px 0;
}
.footer_nav{
	width:90%;
	margin: 0 auto;
}
.footer_nav ul li{
	display: inline-block;
	width:calc(100% / 6);
	text-align: center;
	color: rgba(174,132,70,0.6);
	position: relative;
	font-size: 14px;
}
.footer_nav ul li:after{
	content: "|";
	position: absolute;
	right:0;
}
.footer_nav ul li:last-child::after{
	content: none;
}
.footer_bottom{
	width:90%;
	margin: 35px auto 0 auto;
	position: relative;
}
.footer_logo{
	display: inline-block;
	width:30%;
}
.footer_notes{
	display: inline-block;
	width:70%;
	color: #909090;
	font-size: 12px;
	position: absolute;
  top: 35%;
  transform: translateY(-43%);
	line-height: 1.8em;
}
.footer_logo img{
	width:90%;
	margin: 0 auto;
}
.footer_bottom p{
	color: #909090;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
/* PCログイン前　ページ強制スクロール
------------------------------------------------*/
/* 全体 */
.main {
  position: relative;
}
/* ページャー */
.pager {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
	z-index: 1;
}
.pager:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 25px;
    width: 2px;
    height: 44px;
    background: -webkit-linear-gradient(top, rgba(170,141,104,0.2) 100%,rgba(170,141,104,0.8) 0%, rgba(170,141,104,0) 100%);
    background: linear-gradient(to bottom, rgba(170,141,104,0.2) 100%,rgba(170,141,104,0.8) 0%, rgba(170,141,104,0) 100%);
}
.pager li {
    display: block;
    margin: 40px 20px;
}
.pager li a {
      display: block;
      width: 12px;
      height: 12px;
      background: #ae8446;
      border-radius: 50%;
	opacity: 0.5;
	position: relative;
	z-index: 9999;
}
.pager li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 2px;
    height: 44px;
    background: -webkit-linear-gradient(top, rgba(170,141,104,0.2) 100%,rgba(170,141,104,0.8) 0%, rgba(170,141,104,0) 100%);
    background: linear-gradient(to bottom, rgba(170,141,104,0.2) 100%,rgba(170,141,104,0.8) 0%, rgba(170,141,104,0) 100%);
}
.pager .is-current a{
      background: #ae8446;
	opacity: 1;
    }

/* ページャー各メニュー画像*/
.side_index7,.side_index8{
	display: none!important;
}
.pager li.side_index1 a:after{
	content: "";
	background: url('../img/nav_side_01.png') no-repeat 50% 50% / 100%;
	width:135px;
	height:55.99px;
	display: inline-block;
	position: absolute;
	left:15px;
	top:-15px;
}
.pager li.side_index2 a:after{
	content: "";
	background: url('../img/nav_side_02.png') no-repeat 50% 50% / 100%;
	width:135px;
	height:55.99px;
	display: inline-block;
	position: absolute;
	left:15px;
	top:-15px;
}
.pager li.side_index3 a:after{
	content: "";
	background: url('../img/nav_side_03.png') no-repeat 50% 50% / 100%;
	width:135px;
	height:55.99px;
	display: inline-block;
	position: absolute;
	left:15px;
	top:-15px;
}
.pager li.side_index4 a:after{
	content: "";
	background: url('../img/nav_side_04.png') no-repeat 50% 50% / 100%;
	width:135px;
	height:55.99px;
	display: inline-block;
	position: absolute;
	left:15px;
	top:-15px;
}
.pager li.side_index5 a:after{
	content: "";
	background: url('../img/nav_side_05.png') no-repeat 50% 50% / 100%;
	width:135px;
	height:55.99px;
	display: inline-block;
	position: absolute;
	left:15px;
	top:-15px;
}
.pager li.side_index6 a:after{
	content: "";
	background: url('../img/nav_side_06.png') no-repeat 50% 50% / 100%;
	width:135px;
	height:55.99px;
	display: inline-block;
	position: absolute;
	left:15px;
	top:-15px;
}

/* PCログイン前　テンプレート・その他ページ
------------------------------------------------*/
#other_page_body{
	background: linear-gradient(90deg,rgba(3,0,0,1),rgba(0,0,0,0) 50%, rgba(3,0,0,1)),url(../img/section03.bg.jpg) center center / cover no-repeat;
	background-attachment: fixed;
	position: relative;
}
.othr_page_inner{
	width:980px;
	margin: 50px auto;
	position: relative;
	background:rgba(25,28,45,0.7);
	padding: 60px 0;
	border-radius: 8px;
}
h1.other_page_title{
	text-align: center;
	color:#ae8446;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
}
.other_pege_content{
	width:85%;
	margin: 0 auto;
	color:#ae8446;
	font-size: 0.9em;
}
.other_pege_text{
	width:90%;
	margin: 0 auto;
}
.other_pege_content p{
	margin-bottom: 15px;
}
.other_pege_content dl dt{
	margin-bottom: 5px;
}
.other_pege_content dl dd{
	margin-bottom: 10px;
}
img.company{
	width:60%;
	margin: 2em auto;
}

/* PCログイン前　お問い合わせ
------------------------------------------------*/
.contact_form{
	padding: 2em 2em 3em 2em;
	background: rgba(251,250,246,0.8);
	width: 80%;
	margin: 0 auto;
}
.contact_form h1{
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
.contact_form p{
	margin-bottom: 1em;
	font-size: 0.9em;
}
.contact_form_inner{
	width:90%;
	margin: 0 auto;
	border:1px solid #ae8446;
	padding: 1em 2em 2em 2em;
	border-radius: 4px;
}
.contact_form label{
	display: block;
	margin-bottom: 10px;
}
.contact_form input[type='text']{
   width:100%;
}
.contact_form_set textarea{
	width:100%;
}
.contact_form_set{
	border-bottom: 1px solid #ae8446;
	padding: 1.5em 0;
}
.contact_form_set:nth-of-type(2){
	border-bottom: none;
}
.contact_form_set span{
	background: #f21d1d;
	border-radius: 4px;
	color: #ffffff;
	padding: 0.2em 0.5em;
	font-size: 11px;
	margin-left:0.5em;
}
p.contact_error_text{
	color:#f21d1d;
	font-size: 13px;
}
.contact_form_set p{
	display: inline-block;
	width:70%;
}
.retouch_btn_zone{
	text-align: center;
}
.retouch_btn{
	background: #a4a4a4;
	border: 1px solid #585858;
	color: #585858;
    padding: 0.2em 1.5em;
    text-align: center;
    border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 1em;
}


/* PCログイン後　全体
------------------------------------------------*/
#AfterLoginBody{
width:100%;
background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat02.png) repeat center / 144px,-moz-linear-gradient(left,  #1b1f31 100%,#030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat02.png) repeat center / 144px,-webkit-linear-gradient(left,  #1b1f31 100%,#030000 0%, #1b1f31 100%);
	background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat02.png) repeat center / 144px,linear-gradient(to right,  #1b1f31 100%,#030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	position: relative;
}

/* PCログイン後　header
------------------------------------------------*/
#login_header{
	width:100%;
	padding: 20px 0 15px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030000+0,1b1f31+100 */
background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	position: relative;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
    -moz-box-shadow: 1px 2px 10px rgba(0,0,0,0.9);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
}
#login_header h1 img{
	width:450px;
	float: left;
}
.login_header_right{
	float: right;
}
.MyAccount dl{
	display: inline-block;
	/*
	color: #ae8446;
	border:1px solid #ae8446;
	*/
	color: white;
	border:1px solid white;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.MyAccount dl dt{
	display: inline-block;
	/*
	color: #ae8446;
	border-right:1px solid #ae8446;
	*/
	color: white;
	border-right:1px solid white;
	background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 30px,-moz-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 30px,-webkit-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%);
	background: linear-gradient(90deg,crgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 30px,linear-gradient(to right,  #050a1e 100%,#030000 0%,#050a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	padding: 2px 20px;
}
.MyAccount dl dd{
	display: inline-block;
	margin: 0;
	padding: 2px 20px;
}
.MyAccountBtn{
	text-align: right;
}
.MyAccountBtn ul li{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.MyAccountBtn ul a{
	display:inline;
	background: #ae8446;
	color: #1b1f31;
	border-radius: 2px;
	padding: 7px 16px;
}
.MyAccountBtn li.shopping_cart{
	position: relative;
}
.MyAccountBtn li.shopping_cart p.cart_alert{
	position: absolute;
	top:-10px;
	right:-3px;
	color: #ffffff;
	font-weight: normal;
	background: #FF0100;
	width: 16px;
    height: 16px;
    border-radius: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	z-index: 9;
}

/* PCログイン後　テロップ部分
------------------------------------------------*/
.telop{
	width:100%;
	background: linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0) 50%, rgba(0,0,0,1)),rgba(0,0,0,0.7);
	position: relative;
	height:51px;
	margin: 0 auto 1em auto;
	padding-top: 6px;
}
.telop h3{
	font-weight: normal;
	font-size: 23px;
}
.telop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-image: linear-gradient(to right, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
	z-index: 3;
}
.telop:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-image: linear-gradient(to right, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
	z-index: 3;
}
img.telop_left{
	position: absolute;
	left:0;
	top:0;
	margin: 0 auto;
	width:183px;
	z-index: 2;
}
img.telop_right{
	position: absolute;
	top:0;
	right:0;
	margin: 0 auto;
	width:103px;
	z-index: 2;
}
.marqueeRightLeft {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	color:#ffffff;
	font-weight: bold;
	z-index: 1;
}
.marqueeRightLeft:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	display:inline-block;
	width:223px;
	height:51px;
	background:url(../img/telop_shadow_left.png) no-repeat;
	background-size:contain;
	z-index: 9999999;
}
.marqueeRightLeft:after{
	position:absolute;
	top:0;
	right:0;
	content:"";
	display:inline-block;
	width:143px;
	height:51px;
	background:url(../img/telop_shadow_right.png) no-repeat;
	background-size:contain;
	z-index: 9999999;
}
.marqueeRightLeft h3:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft h3 {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:20s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:20s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:20s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:20s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:20s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}

/* PCログイン後　右側ナビゲーション
------------------------------------------------*/
ul.right_container_menu{
	text-align: center;
}
ul.right_container_menu img{
	display: inline;
	margin-bottom: 4px;
}
ul.right_container_menu h1 img{
	width:85%;
	margin-bottom: -8px;
}

/* PCログイン後　今週のキャンペーン
------------------------------------------------*/
.campaign_bn{
	text-align: center;
}
.campaign_bn img{
	display: inline;
	width:90%;
}
.campaign_cdt{
	color: #ae8446;
	background: #1b1f31;
	border:1px solid #ae8446;
	width:80%;
	margin: 1em auto;
}
.campaign_cdt dl dt{
	display: inline-block;
	text-align: center;
	width:50%;
	border-right:1px solid #ae8446;
	padding: 0.2em 0;
	background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 30px,-moz-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 30px,-webkit-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%);
	background: linear-gradient(90deg,crgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 30px,linear-gradient(to right,  #050a1e 100%,#030000 0%,#050a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
}
.campaign_cdt dl dd{
	display: inline-block;
	text-align: center;
	width:50%;
	margin: 0;
	padding: 0.2em 0;
	background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #0d1227 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#0d1227 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#0d1227 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
}

/* PCログイン後　無料のお得な情報
------------------------------------------------*/
.login_freeupdate ul{
	width:90%;
	margin: 1.5em auto;
}
.login_freeupdate ul li{
	display: inline-block;
	width: calc(100% / 2);
	text-align: center;
	margin-bottom: 1em;
}
.login_freeupdate ul li a img{
	display: inline;
	width: 92%;
}
.login_freeupdate dl{
	display: inline-block;
	margin-bottom: 1em;
	font-size: 12px;
}
.login_freeupdate dl dt{
	display: inline-block;
	color: #ffffff;
	background: #0092e5;
	padding: 0.1em 1em;
	border-top-left-radius : 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius : 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.login_freeupdate dl dd{
	display: inline-block;
	color: #121212;
	margin: 0;
	padding: 0.1em 1em;
	background: #ffffff;
	border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius : 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius : 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

/* PCログイン後　直近の的中実績
------------------------------------------------*/
.login_winresult ul li{
	display: inline-block;
	width:calc(100% / 2);
	background: url(../img/baken_tekichu.png) no-repeat center / 355px;
	height:234.23px;
	position: relative;
}
/* 的中馬券文言 */
.login_winresult ul li .baken_text,
ul.camp_tekichu01 li .baken_text{
	position: absolute;
	left: 38px;
    top: 40px;
	color: #121212;
	width: 100%;
}
.login_winresult ul li .baken_text h3,
ul.camp_tekichu01 li .baken_text h3{
	border-bottom:none;
	border-top:none;
	font-size: 9px;
	display: inline-block;
	color: #ae8446;
	padding: 0;
	font-weight: normal;
	margin-bottom: 5px;
}
.login_winresult ul li .baken_text_left,
ul.camp_tekichu01 li .baken_text_left{
	position: absolute;
	left: 5px;
    top: 0;
	width:100px;
}
.login_winresult ul li p.race_days,
ul.camp_tekichu01 li p.race_days{
	font-size: 11px;
	margin-bottom: 0;
	line-height: 0.5em;
}
.login_winresult ul li p.race_place,
ul.camp_tekichu01 li p.race_place{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size:13px;
	font-weight: bold;
	margin-top: 0;
	line-height: 0.6em;
	margin-bottom: 0.8em;
}
.login_winresult ul li p.race_number,
ul.camp_tekichu01 li p.race_number{
	vertical-align: baseline;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 0.5em;
}
.login_winresult ul li span.race_number_box,
ul.camp_tekichu01 li span.race_number_box{
	background: #ff0000;
	color: #ffffff;
	padding: 2px 4px;
	font-size: 12px;
	margin-right: 3px;
}
.login_winresult ul li p.race_name,
ul.camp_tekichu01 li p.race_name{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size:12px;
	font-weight: bold;
	line-height: 1em;
}
.login_winresult ul li .baken_text_center,
ul.camp_tekichu01 li .baken_text_center{
	position: absolute;
	left: 108px;
    top: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	width:20px;
}
.login_winresult ul li .baken_text_right,
ul.camp_tekichu01 li .baken_text_right{
	position: absolute;
	left: 140px;
    top: 0;
	width:140px;
	text-align: left;
	font-size:0;
	padding-top: 7px;
}
.login_winresult ul li p.race_buy,
ul.camp_tekichu01 li p.race_buy{
	font-size: 16px;
	line-height: 1em;
}
.login_winresult ul li p.race_money_title,
ul.camp_tekichu01 li p.race_money_title{
	background: #ae8446;
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 25px;
}
.login_winresult ul li p.race_money,
ul.camp_tekichu01 li p.race_money{
	color: #ff0000;
	font-size: 17px;
	font-weight: bold;
}
/* PCログイン後　フッター
------------------------------------------------*/
.footer_nav02{
	width:90%;
	margin: 0 auto;
}
.footer_nav02 ul li{
	display: inline-block;
	width:calc(100% / 7);
	text-align: center;
	color: rgba(174,132,70,0.6);
	position: relative;
	font-size: 14px;
}
.footer_nav02 ul li:after{
	content: "|";
	position: absolute;
	right:0;
}
.footer_nav02 ul li:last-child::after{
	content: none;
}

/* PCログイン後　予約中の商品
------------------------------------------------*/
/* 決済内容の確認 */
.ConfirmationMenu{
	width:90%;
	margin:1.5em auto;
}
.ConfirmationMenu table{
	width:100%;
}
.ConfiLine td:nth-child(1){
	/*
	color: #ae8446;
	*/
	color: #ffffff;
	background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 60px,-moz-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 60px,-webkit-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%);
	background: linear-gradient(90deg,crgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 60px,linear-gradient(to right,  #050a1e 100%,#030000 0%,#050a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	border: 1px solid #b28850;
	box-sizing: border-box;
	width:20%;
	text-align: center;
	vertical-align: middle;
}
.ConfiLine td:nth-child(2){
	background: #ffffff;
	border: 1px solid #b28850;
	box-sizing: border-box;
	text-align: left;
	padding: 10px 5px 10px 10px;
	width:80%;
	text-shadow: none;
	line-height: 1.4em;
}
td.Total{
	background: #5c0303!important; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 60px,-moz-linear-gradient(left,  #5c0303 100%,#5c0303 0%, #5c0303 100%)!important; /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 60px,-webkit-linear-gradient(left,  #5c0303 100%,#5c0303 0%, #5c0303 100%)!important;
	background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 60px,linear-gradient(to right,  #5c0303 100%,#5c0303 0%,#5c0303 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#5c0303',GradientType=1 )!important; /* IE6-9 */
}
td.TotalBg{
	background:#fffff0!important;
}
.cancel{
	text-align: right;
	margin: 0.5em 0 0 0;
	color: #ffffff;
}
.cancel p{
	font-size: 0.7em;
}
.cancel a{
	text-decoration: underline;
}

/* PCログイン後　ログインポイントプレゼント
------------------------------------------------*/
#GetPoint .arrow{
	text-align: center;
	margin: 1em auto 0 auto;
	color:#ff0000;
}
.GetPointCount{
	text-align: center;
	margin: 1em 0;
}
.GetPointCount dl{
	display: inline-block;
	color: #ae8446;
	border:1px solid #ae8446;
	width:60%;
}
.GetPointCount dl dt{
	display: inline-block;
	color: #ae8446;
	background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,-moz-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,-webkit-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%);
	background: linear-gradient(90deg,crgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,linear-gradient(to right,  #050a1e 100%,#030000 0%,#050a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	border-right:1px solid #ae8446;
	padding: 5px 10px;
	width:35%;
}
.GetPointCount dl dd{
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width:65%;
	background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
}

.GetPointCount p.GetCaption{
	color:#ff0000;
	text-align: center;
	font-size: 12px;
	margin-top: 1em;
}
#point {
    position: fixed;
	top:130px;
    right: 20px;
	z-index: 9;
}
#point img{
	width:200px;
}

/* PCログイン後　購入済み商品（情報）
------------------------------------------------*/
/* 情報の確認01 */
dl.race_info{
	width:90%;
	margin:1.5em auto 0.5em auto;
	border:1px solid #ae8446;
}
dl.race_info dt{
	text-align: center;
	color: #ae8446;
	background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,-moz-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,-webkit-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%);
	background: linear-gradient(90deg,crgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,linear-gradient(to right,  #050a1e 100%,#030000 0%,#050a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	border-bottom:1px solid #ae8446;
	padding: 5px 0;
	font-weight: bold;
}
dl.race_info dd{
	background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	margin: 0;
	padding: 10px;
	color: #ffffff;
}
dl.race_info dd{
	border-bottom:1px solid #ae8446;
}
dl.race_info dd:last-of-type{
	border: none;
}
/* 情報の確認02 */
.RaceMenu{
	width:90%;
	margin:1.5em auto 0.5em auto;
}
.RaceMenu table{
	width:100%;
}

/* PCログイン後　商品・PT購入
------------------------------------------------*/
ul.pack_list li{
	display: inline-block;
	width:calc(100% / 2);
	vertical-align: top;
}
.PackMenu{
	width:90%;
	margin: 0 auto;
}
.PackMenu table{
	width:100%;
}
.PackMenu tr.ConfiLine td:nth-child(1){
	width:35%;
	font-size: 14px;
}
.PackMenu tr.ConfiLine td:nth-child(2){
	width:65%;
}
.PackMenu tr.ConfiLine td.pt_buy_list{
	font-size: 12px;
	line-height: 2em;
}
.pt_buy_list label input{
	vertical-align: middle;
}
input[type="radio"]{
	margin-right: 0.4em;
}
span.pt_price{
	margin-left: 0.6em;
	color: #787878;
}
/* 横並びボタン */
.buy_btn{
	text-align: center;
}
.btn03{
	text-align: center;
	color:#ffffff;
	display: inline-block;
	width:calc(90% / 2);
	font-size: 14px;
}
.btn03 a{
	width:90%;
    display: inline-block;
	font-size: 1.2em;
	text-align: center;
	margin: 1em auto;
	background: #600d18; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-moz-linear-gradient(left,  #600d18 100%,#600d18 0%, #600d18 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-webkit-linear-gradient(left,  #600d18 100%,#600d18 0%, #600d18 100%);
	background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,linear-gradient(to right,  #600d18 100%,#600d18 0%,#600d18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	position: relative;
	border:2px solid #704616;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.7) inset;
	padding: 0.1em 1.5em;
	border-radius: 4px;
}
img.bank_credit_img{
	width:55%;
	margin: 2em auto 1em auto;
}
p.buy_caption{
	color: #ff0000!important;
	text-align: center;
	font-size: 12px;
}
.buy_caution{
	width:80%;
	margin: 2em auto 0 auto;
	border: 1px solid #ae8446;
	background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	color: #ffffff;
	padding: 10px;
}
.buy_caution h3{
	color: #ae8446;
	text-align: center;
	margin-bottom: 0.5em;
}
.buy_caution ul{
	padding-left: 20px;
}
.buy_caution ul li{
	list-style: disc;
	font-size: 13px;
}

/* PCログイン後　感謝の声＆的中実績
------------------------------------------------*/
.VoicePager .pager{
	text-align: center;
	margin-bottom: 20px;
    margin-top: 40px;
}
.TekichuPager .pager{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
	position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    z-index: 1;
}
.TekichuPager .pager:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background:none;
    background:none;
}
.VoicePager .pager span,
.TekichuPager .pager span{
    margin:5px;
    padding:8px;
    color:#444;
    background:#ffffff;
	border-radius: 4px;
	font-size: 13px;
    border: 1px solid #cecece;
}
.VoicePager .pager span:hover,
.TekichuPager .pager span:hover{
    cursor:pointer;
    background:#f1f1f1;
    border: 1px solid #a8a8a8;
	color:#444;
    text-decoration: underline;
}
/* 開いているページ（current）*/
.VoicePager .pager span.current,
.TekichuPager .pager span.current{
    color:#ffffff;
    background:#444;
    border: 1px solid #444;
}
.VoicePager .pager span.current:hover,
.TekichuPager .pager span.current:hover{
    cursor:default;
    text-decoration: none;
}
/* 前へ　次へ（invalid）*/
.VoicePager .pager span.invalid,
.TekichuPager .pager span.invalid{
    background: #eee;
    border: solid 1px #eee;
    color: #aaa;
}
.VoicePager .pager span.invalid:hover,
.TekichuPager .pager span.invalid:hover{
    cursor:default;
    text-decoration: none;
}
/* …点々（ellipsis）*/
.VoicePager .pager span.ellipsis,
.TekichuPager .pager span.ellipsis{
    color:#C8C8C8;
    background:none;
    border: none;
}
.VoicePager .pager span.ellipsis:hover,
.TekichuPager .pager span.ellipsis:hover{
    cursor:default;
    text-decoration: none;
}
.voice_caption{
	font-size: 11px;
	color:#9A9A9A;
}
.login_voice ul{
	width:90%;
	margin: 0.5em auto;
}
.login_voice ul li{
	margin-bottom: 2.5em;
}

/* PCログイン後　フッター系メニューなど
------------------------------------------------*/
/* 会社概要*/
img.login_company{
	width:70%;
	margin: 2em auto 1em auto;
}
/* 全体*/
.left_contents_inner .other_pege_content p{
	color: #ae8446;
}
/* PCログイン後　会員情報変更
------------------------------------------------*/
.left_contents_inner .MyAccount{
	text-align: center;
	margin-top: 2em;
}
.MyPagePass{
	width:60%;
	margin: 0 auto;
}
.MyPagePass dl{
	text-align: center;
	color: #ae8446;
}
.MyPagePass dl dd{
	margin: 0;
	padding: 0.5em;
}
.MyPagePass input{
	color: #C7C7C7;
	width:100%;
	border: 1px solid #d8d8d8;
	padding: 0.3em;
}
/* PCログイン後　メール不着の案内
------------------------------------------------*/
img.mail_icon{
	width: 70%;
	margin: 1.5em auto;
}
.MailCopyZone{
	width:100%;
	text-align: center;
}
.MailCopyZone input{
	width:50%;
	text-align: center;
	padding: 0.2em 0;
	pointer-events : none;
	font-weight: bold;
	margin-top: 0.6em;
	color: #121212;
}
#btnCopy{
	margin: 1em auto 0 auto;
	border-radius: 4px;
background:#dd020f;
	background-size: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	padding: 0.3em 1em;
}
.MailBtn{
	width:55%;
	margin: 1em auto;
	border-radius: 4px;
	border: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 9;
	background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
}
.MailBtn a{
	text-decoration: none;
}
.MailBtn p{
	margin: 0.5em 0;
}
.MailBtn p:after{
    box-sizing: border-box;
    content: '\f35d';
    display: block;
    font-family:"Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
	font-weight: 900;
	font-size: 17px;
	color: #ffffff;
}

/* PCログイン後　よくある質問
------------------------------------------------*/
dl.faq_content{
	width:90%;
	margin: 1em auto;
	border:1px solid #ae8446;
}
dl.faq_content dt{
	color: #ae8446;
	background: #030000; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,-moz-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,-webkit-linear-gradient(left,  #050a1e 100%,#030000 0%, #050a1e 100%);
	background: linear-gradient(90deg,crgba(0,0,0,0) 50%, rgba(0,0,0,0.4)),url(../img/pat01.png) repeat center / 50px,linear-gradient(to right,  #050a1e 100%,#030000 0%,#050a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	border-bottom:1px solid #ae8446;
	padding: 0.5em 1em;
}
dl.faq_content dd{
	background: #030000; /* Old browsers */
background: -moz-linear-gradient(left,  #030000 0%, #1b1f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #030000 0%,#1b1f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #030000 0%,#1b1f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#1b1f31',GradientType=1 ); /* IE6-9 */
	margin: 0;
	padding: 0.5em 1em;
	color: #ffffff;
}
dl.faq_content dd{
	border-bottom:1px solid #ae8446;
}
dl.faq_content dd:last-of-type{
	border: none;
}
/* PCログイン後　予想家紹介
------------------------------------------------*/
.tipster_set01{
	background: url(../img/tipster_left01.png?1) no-repeat top left / 300px,url(../img/tipster_right01.png?1) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}
.tipster_set02{
	background: url(../img/tipster_left01.png) no-repeat top left / 300px,url(../img/tipster_right02.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:380px;
	margin: 2em auto;
	width:95%;
}
.tipster_set03{
	background: url(../img/tipster_left01.png) no-repeat top left / 300px,url(../img/tipster_right03.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:410px;
	margin: 2em auto;
	width:95%;
}
.tipster_set04{
	background: url(../img/tipster_left01.png) no-repeat top left / 300px,url(../img/tipster_right04.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:370px;
	margin: 2em auto;
	width:95%;
}
.tipster_set05{
	background: url(../img/tipster_left01.png) no-repeat top left / 300px,url(../img/tipster_right05.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:500px;
	margin: 2em auto;
	width:95%;
}
.tipster_set06{
	background: url(../img/tipster_left01.png) no-repeat top left / 300px,url(../img/tipster_right06.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:380px;
	margin: 2em auto;
	width:95%;
}
.tipster_set_text{
	position: absolute;
	width:80%;
	right:20px;
	top:20px;
	background:rgba(3,0,0,0.3);
	padding: 10px 15px;
}
.tipster_set_text h1{
	color: #ae8446;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	text-shadow: 0 0 5px #000000, 0 0 10px #000000;
	font-size: 23px;
	font-weight: bold;
}
p.tipster_name{
	text-align: right;
	color: #ae8446!important;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size: 18px;
	margin: 0.2em 0 0.5em 0;
}
.tipster_set_text p{
	text-shadow: 0 0 5px #000000, 0 0 10px #000000;
	text-indent: 1em;
	font-size: 15px;
}
/* PCログイン後　キャンペーンページ
------------------------------------------------*/
img.campaign_main_visual{
	width:90%;
	margin: 0 auto 1em auto;
}
.campaginPackMenu{
	width:80%;
	margin: 0 auto;
}
.campaginPackMenu table{
	width:100%;
}
ul.camp_tekichu01{
	margin-bottom: 2em;
}
ul.camp_tekichu01 li:nth-child(1){
	display: inline-block;
	width:50%;
	background: url(../img/baken_tekichu.png) no-repeat center / 355px;
	height:234.23px;
	position: relative;
	vertical-align: top;
}
ul.camp_tekichu01 p{
	color: #121212;
}
ul.camp_tekichu01 li:nth-child(2){
	display: inline-block;
	width: 50%;
	padding-top: 0.5em;
}
ul.camp_tekichu01 li:nth-child(2)>p{
	color: #ffffff;
	font-size: 14px;
	text-indent: 1em;
}
.camp_voice{
	margin-top: 2em;
}
.login_winresult li p{
	color: #121212;
}

img.free_img{
	width:75%;
	margin: 1em auto 1.5em auto;
}


/* 20220912　リニューアル　追記分
------------------------------------------------*/

/* PCログイン後　右側ナビゲーション*/
.right_container{
	padding-top: 30px!important;
}
ul.right_container_menu img{
	width: 100%;
}

ul.right_container_menu img.side_menu_img{
	width: 92%;
}
ul.right_container_menu img.side_menu_img_mini{
	width: 85%;
}

/* PCログイン後TOP　キャンペーンセクション*/
.camp_erea{
	position: relative;
	font-size: 100%;
	width: 90%;
	margin: 2em auto 3em auto;
	padding: 1.5em 0 3em 0;
	background: #600d18; /* Old browsers */
background: url(../img/gold_flame_left_y.png) repeat-y left top / 10px,url(../img/gold_flame_right_y.png) repeat-y right top / 10px,url(../img/gold_flame_top_x.png) repeat-x top center / 6px,url(../img/gold_flame_bottom_x.png) repeat-x bottom center / 6px,rgba(0,0,0,0.8),rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-moz-linear-gradient(left,  #600d18 100%,#600d18 0%, #600d18 100%); /* FF3.6-15 */
background: url(../img/gold_flame_left_y.png) repeat-y left top / 10px,url(../img/gold_flame_right_y.png) repeat-y right top / 10px,url(../img/gold_flame_top_x.png) repeat-x top center / 6px,url(../img/gold_flame_bottom_x.png) repeat-x bottom center / 6px,linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-webkit-linear-gradient(left,  #600d18 100%,#600d18 0%, #600d18 100%);
	background: url(../img/gold_flame_left_y.png) repeat-y left top / 10px,url(../img/gold_flame_right_y.png) repeat-y right top / 10px,url(../img/gold_flame_top_x.png) repeat-x top center / 6px,url(../img/gold_flame_bottom_x.png) repeat-x bottom center / 6px,linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,linear-gradient(to right,  #600d18 100%,#600d18 0%,#600d18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
}

.camp_erea_text{
	width: 90%;
	margin: 1.5em auto;
	color: #fafafa;
	text-shadow: 0px 1px 0px #000, 0px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 2px 2px 0px #000;
	line-height: 1.6em;
}
.camp_erea_bn img{
	width: 90%;
	margin: 1.5em auto 0 auto;
}
.camp_erea_btn{
	text-align: center;
}
.camp_erea_btn a img{
	display: inline;
	width: 60%;
}

/* キャンペーン用赤いタイトル */
.camp_big_title_red{
	background: #5c0303; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-moz-linear-gradient(left,  #260202 100%,#5c0303 0%, #260202 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-webkit-linear-gradient(left,  #260202 100%,#5c0303 0%, #260202 100%);
	background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,linear-gradient(to right,  #260202 100%,#5c0303 0%,#260202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	padding: 0.4em 0;
	box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.8);
	position: relative;
	z-index: 999;
	margin: 1em auto;
	text-align: center;
	width: 95%;
}
.camp_big_title_red:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-image: linear-gradient(to right, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
	z-index: 3;
}
.camp_big_title_red:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-image: linear-gradient(to right, transparent, #815f2d 15%, #815f2d 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
	z-index: 3;
}
.camp_big_title_red h1{
	color: #ffffff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size:24px;
	font-weight: bold;
	text-shadow: 0 0 5px #000000, 0 0 10px #000000;
	position: relative;
	display: inline-block;
	width: 80%;
}

/* フレームの装飾*/
img.gold_flame_top_center{
	position: absolute;
	left: 50%;
	top: -2.5%;
	transform: translateX(-50%);
	width: 300px;
	z-index: 999;
}
img.gold_flame_bottom_center{
	position: absolute;
	left: 50%;
	bottom: -2.5%;
	transform: translateX(-50%);
	width: 300px;
	z-index: 999;
}
img.gold_flame_top_left{
	position: absolute;
	top: -2.5%;
	left: -2.2%;
	width: 100px;
	z-index: 999;
}
img.gold_flame_top_right{
	position: absolute;
	top: -2.5%;
	right: -2.2%;
	width: 100px;
	z-index: 999;
}
img.gold_flame_bottom_left{
	position: absolute;
	bottom: -2.5%;
	left: -2.2%;
	width: 100px;
	z-index: 999;
}
img.gold_flame_bottom_right{
	position: absolute;
	bottom: -2.5%;
	right: -2.2%;
	width: 100px;
	z-index: 999;
}
img.gold_flame_center_left{
	position: absolute;
	top: 50%;
	left: -3.5%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 999;
}
img.gold_flame_center_right{
	position: absolute;
	top: 50%;
	right: -3.5%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 999;
}

/* PCログイン後　購入ページ*/
h1 img.title_special_plan{
	width: 50%;
	margin: 0 auto;
}
.plan_list{
	width: 95%;
	margin: 2em auto 1em auto;
}
.plan_menu{
	width:90%;
	margin: 0 auto;
}
.plan_menu table{
	width:100%;
}
.plan_menu td{
	line-height: 1.6em!important;
}
.plan_menu tr.ConfiLine td:nth-child(1){
	width:35%;
	font-size: 14px;
}
.plan_menu tr.ConfiLine td:nth-child(2){
	width:65%;
}
.plan_menu tr.ConfiLine td.pt_buy_list{
	font-size: 12px;
	line-height: 2em;
}
.plan_menu tr.plan_table td:nth-child(1){
	background: url(../img/pat02.png) repeat center / 50px,rgba(5,10,30,0.5);
}
.plan_menu tr.plan_table td:nth-child(2){
	background: rgba(250,250,250,0.05);
	color: #fafafa;
}
.buy_btn{
	text-align: center;
}
.plan_buy_btn{
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin: 3.5em auto 4em auto;
}
.plan_buy_btn a{
	width:90%;
	font-size: 1.2em;
	text-align: center;
	margin: 1em auto;
	background: #600d18; /* Old browsers */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-moz-linear-gradient(left,  #600d18 100%,#600d18 0%, #600d18 100%); /* FF3.6-15 */
background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,-webkit-linear-gradient(left,  #600d18 100%,#600d18 0%, #600d18 100%);
	background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)),url(../img/pat03.png) repeat center / 80px,linear-gradient(to right,  #600d18 100%,#600d18 0%,#600d18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420715', endColorstr='#420715',GradientType=1 ); /* IE6-9 */
	position: relative;
	border:2px solid #704616;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.7) inset;
	padding: 1em 2em;
	border-radius: 4px;
}

/* PCログイン後　予想家の紹介*/
.tipster_set_text{
	background:rgba(3,0,0,0.5);
	line-height: 1.6em;
}
.tipster_set_text h1{
	font-size: 26px;
	margin-bottom: 0.5em;
}
p.tipster_name{
	font-size: 24px;
}
.tipster_set01{
	background: url(../img/tipster_left01.png?1) no-repeat top left / 300px,url(../img/tipster_right.png?1) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}
.tipster_set02{
	background: url(../img/tipster_left02.png) no-repeat top left / 300px,url(../img/tipster_right.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}
.tipster_set03{
	background: url(../img/tipster_left03.png) no-repeat top left / 300px,url(../img/tipster_right.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}
.tipster_set04{
	background: url(../img/tipster_left04.png) no-repeat top left / 300px,url(../img/tipster_right.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}
.tipster_set05{
	background: url(../img/tipster_left05.png) no-repeat top left / 300px,url(../img/tipster_right.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}
.tipster_set06{
	background: url(../img/tipster_left06.png) no-repeat top left / 300px,url(../img/tipster_right.png) no-repeat bottom 10px right / 250px;
	position: relative;
	height:390px;
	margin: 2em auto;
	width:95%;
}

