﻿@charset "UTF-8";
/*
style.css
*/
.yosoList .race_btn li.blu,
.yosoList2 .race_btn li.blu{
    background-color: #03A9F4;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 100%;
    line-height: 1.5em;
    padding: 3px 0;
    margin-bottom: 5px;
}
.yosoList .race_btn li.gry,
.yosoList2 .race_btn li.gry{
    background-color: #848484;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 100%;
    line-height: 1.5em;
    padding: 3px 0;
    margin-bottom: 5px;
}

.yosoList .race_btn li.blu a,
.yosoList2 .race_btn li.blu a, 
.yosoList .race_btn li.gry a,
.yosoList2 .race_btn li.gry a 

{
	padding-top:0.5em;
	color: #FFFFFF;
	display: block;}
.yosoList .race_btn li.gry span,
.yosoList2 .race_btn li.gry span{
	padding-top: 10px;
    display: block;
}

.pinkM {
	clear: both;
	display: block;
	width: 70%;
	background-color:#FF0054;
	border-radius: 5px;
	color:#FFFFFF;
	padding:0px;
	line-height: 2.8em;
	margin: 5% auto;
	text-align:center;
	font-size: 130%;
	font-weight: bold;}
.pinkS {
	display: inline-block;
	width: 100%;
	background-color:#FF0054;
	border-radius: 5px;
	color:#FFFFFF;
	padding:0px;
	line-height: 2.0em;
	margin: 0px auto;
	text-align:center;
	font-size: 90%;}
.pinkSS {
	float: right;
	display: inline-block;
	width: 25%;
	background-color:#FF0054;
	border-radius: 5px;
	color:#FFFFFF;
	padding:5px 0px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px auto 0px auto;
	text-align:center;
	font-size: 108%;}
.pinkL a,
.pinkM a,
.pinkS a,
.pinkSS a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;}
.pinkL,
.pinkM,
.pinkS,
.pinkSS {
    border: 0px;}

#past_loading.loading{
    top: 300px;
    position: absolute;
    z-index: 1;
    margin: auto;
    width: 100%;
    text-align: center;
}

.loading .iconL{
    border: 15px solid #6b6868;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 15px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}


#yoso_list .loading{
	text-align: center;
    margin-top: 140px;
    height: 220px;
	
}

#yoso_list .empty{
	background: none;
}

#yoso_list li span.time {
    background-image: url(/images/web-yoso/icon_time.png);
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 25%;
    width: 3.2em;
    padding-left: 1.3em;
    color: #FF0000;
}

#yoso_list li span.other{
   width:3em;
}

#ranking_contents .loading {
width: 100%;
    height: 150px;
    margin: 68px auto;
    text-align: center;
}


#member_rank .loading {
    text-align: center;
    margin: 50px;
}

table.winhistoryTable th {
    border-bottom: 1px #B2B2B2 solid;
    border-right: 1px #B2B2B2 solid;
    
}
#yoso_comment{
	width: 93%;
    height: 10em;
}    

.check-group.bettype div label.disable {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9b9b), to(#4c4b4b));
    box-shadow: 2px 2px 6px #ddd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
}


div.yoso_set{
  display:inline-block;
  width: 125px;
}

div.yoso_set .btn_set{
    display: block;
    width: 87%;
    background-color: #FF0054;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 0px;
    line-height: 2em;
    margin: 5px auto;
    text-align: center;
    font-size: 15px;
    border:0;
}


.yoso_confirm ul{
width:95%;
margin:5px auto;
font-size: 18px;
}
.yoso_confirm .header{
background-color:#e2e2e2;
font-weight: bold;	
}
.yoso_confirm ul li {
    display: inline-block;
    padding-left:10px;
    line-height: 2.3em;
        vertical-align: middle;
}

.yoso_confirm.hide {
    display: none;
}

li.conf_order {
    width: 58%;
    word-break:break-all;
}
li.conf_price {
    width: 32%;
}

.yoso_confirm ul li.conf_kake {
    width:30%;
}
.yoso_confirm ul li.conf_kake {
    width:30%;
}

.yoso_confirm ul li.conf_count {
    width:30%;
}
.yoso_confirm ul li.conf_remove {
    text-align:center;
}
.yoso_confirm .conf_remove a{
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: #BDBDBD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBDBD), color-stop(100%,#9E9E9E));
    background: linear-gradient(to bottom, #BDBDBD 0%,#9E9E9E 100%);
    border: 1px solid #808080;
    border-bottom-color: #616161;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(0,0,0,0.1);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	margin: 6px auto;
}

.yoso_confirm .conf_remove a::after {
    content: "削除";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 40px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    color: rgb(245, 245, 245);
}

.yoso_confirm{
	clear:both;
}

.label_list_item2 label.disable {
    background-color: #e8e8e8;
    color: #989898;
    /* padding-right: 19px; */
    /* width: 20%; */
    width: 90%;
    border-radius: 6px;
}

#yosoInfo{
width: 96%;
    margin: 0px 2%;
}

.blueSS {
	float: right;
	display: inline-block;
	width: 25%;
	background-color:#03A9F4;
	border-radius: 5px;
	color:#FFFFFF;
	padding:5px 0px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px auto 0px auto;
	text-align:center;
	font-size: 108%;}
.graySS {
	float: right;
	display: inline-block;
	width: 25%;
	background-color:#848484;
	border-radius: 5px;
	color:#FFFFFF;
	padding:5px 0px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px auto 0px auto;
	text-align:center;
	font-size: 108%;}

.graySS a,
.blueSS a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;}

.graySS,
.blueSS {
    border: 0px;}
    
    
.loading{
text-align:center;
}

.loadS{
    position: absolute;
    z-index: 1;
    margin: auto;
    width: 100%;
    text-align: center;
}
.loadS .iconL{
    border: 15px solid #6b6868;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 15px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0px auto;
}

@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}


	
.txt_r{
color:rgb(238, 0, 0);
}

.day_place.beta li{
width: 33.1%;

}

p.txt_v {
    color: #e20505;
}

.ranking_list li.yoso_none {
    margin: 30px 5px;
   text-align: center;
}

.check-group-ranking {
	text-align:center;
}

	
	
.loginbox input[type="text"],
.loginbox input[type="password"]  {
    border-color: #9a9a9a;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    width: 300px;
    padding: 2%;
    line-height: 2em;
}
.loginbox label {
    width: 90%;
    display: inline-block;
    margin: 5px 0px;
}

.loginbox labellabel.autologin {
    width: 300px;
}

#autologin{
/*display: block;*/
width: auto;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
ul.yoso_Rlist li.cancel{
background-color: #aba9a9;
    border: 1px #aba9a9 solid;
    color: #000000;
    display: block;
    }
 #yosoRace{
 margin:1px 20px;
 }
 
#raceTtl li span.program_name{
padding-left:1em;
font-size: 15px;
}

#rowBox_keirin {
	background-image:url(/images/2014/yoso/yoso_bg.gif);
	background-position: left top;
	background-repeat:no-repeat;
	width:739px;
	height:49px;
	position:relative;}
.rowBox_ttl01 {
	position:absolute;
	left:17px;
	line-height:49px;
	color:#FFFFFF;
	font-size:125%;}
.rowBox_detail01 {
	width:375px;
	position:absolute;
	left:115px;
	line-height:49px;
	font-size:125%;
	text-align:left;}
.rowBox_detail01 img {
	vertical-align:middle;}

.rowBox_ttl02 {
	position:absolute;
	left:480px;
	line-height:49px;
	color:#FFFFFF;
	font-size:125%;}
.rowBox_detail02 {
	width:250px;
	position:absolute;
	left:550px;
	line-height:49px;
	font-size:90%;
/*	text-align:center;*/
}


#rowBox_keirin .rowInfo, #rowBox_keirin .rowExpect {
    float: left;
}
#rowBox_keirin .rowExpect h3, #rowBox_keirin .rowInfo h3 {
    float: left;
    padding: 0 16px 0 0;
    width: 83px;
}
#rowBox_keirin .rowExpect .rowExpectImage {
    float: left;
    font-size: 18px;
    line-height: 17px;
    width: 370px;
}
#rowBox_keirin .rowInfo .rowInfoSource {
    float: left;
    line-height: 18px;
    width: 200px;
}
#rowBox_keirin .rowExpect .rowExpectImage img, #rowBox_keirin .rowInfo .rowInfoSource img {
    vertical-align: middle;
}

.disp_recommend span.bike_no.no1 {
    background-color: #ecebeb;
}
.disp_recommend span.bike_no.no2 {
	background-color:#333333;
	color: #FFFFFF;}
.disp_recommend span.bike_no.no3 {
	background-color:#FE0000;
	color: #FFFFFF;}
.disp_recommend span.bike_no.no4 {
	background-color:#223DD4;
	color: #FFFFFF;}
.disp_recommend span.bike_no.no5{
	background-color:#FFFF0F;}
.disp_recommend span.bike_no.no6 {
	background-color:#5DC202;}
.disp_recommend span.bike_no.no7 {
	background-color:#FF9900;}
.disp_recommend span.bike_no.no8 {
	background-color:#FF9ACC;}
.disp_recommend span.bike_no.no9 {
	background-color:#9B439A;
	color: #FFFFFF;}
	
.disp_recommend span.bike_no {
    text-align: center;
    font-weight: bold;
    border-radius: 1.5em;
    margin: 0px;
    display: inline-block;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    padding-top: 0px;
    font-size:18px;
    margin: 0px 1px;
}
.yoso_table .loading
{
	width:100%;
	height:400px;
	margin:auto;
}
.greenL2{
	display: block;
	width: 90%;
	background-color:#4fca00;
	border-radius: 5px;
	color:#FFFFFF;
	padding:0px;
	line-height: 2.8em;
	margin: 7% auto 0px auto;
	text-align:center;
	font-size: 5.625vw;}
.greenL2 a{
color:#FFFFFF;
display:block;
}
a.uli_blue{
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    color: #074bb5;
    -webkit-text-decoration-skip: none;
}	
a.uli_pink{
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    color: #ff4085;
}

.ranking_list li.yoso_none {
    padding: 0;
    margin: 20px auto;
    padding-bottom: 20px;
}
.div_clear{
clear:both;
}
.confirm_btn{
	clear: both;
	display: block;
	width: 70%;
	
	border-radius: 5px;
	color:#FFFFFF;
	padding:0px;
	line-height: 2.8em;
	margin: 5% auto;
	text-align:center;
	font-size: 130%;
	font-weight: bold;}
.confirm_btn a{
color:#FFFFFF;
display:block;
}
.confirm_btn.lightBlueL{
background-color:#7FCCE3;
}
.confirm_btn.greenL{
background-color:#4fca00;
}

h1 span.beta {
    position: absolute;
    right: auto;
    bottom: 43px;
    padding-left: 10px;
    font-size: 16px;
}

.yoso_none{
padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    }
    
  #yoso_list li.none {
    /* margin: 50px auto; */
    text-align: center;
    background: none;
    padding: 1em;
    border-bottom: 1px #BABABA solid;
}

li.big.cancel img {
    width: 37%;
}

#rightArea h3.subttl span {
	float: left;
	width: 40%;}
	
#rightArea .rightAreaBox_noline.inner2,
#rightArea .rightAreaBox.inner2{
    padding: 0px 3px;
    }
#rightArea .check-group.bettype div label {
    width: 11.9%;
    text-align: center;
    margin-top: 2%;
    line-height: 1.8em;
    margin-bottom: 0;
    font-size: 85%;
}
#rightArea  .arrive_txt{
padding-right: 0em;
}
.grayM {
	clear: both;
	display: block;
	width: 70%;
	background-color:#EDEDED;
	border-radius: 5px;
	color:#FFFFFF;
	padding:0px;
	line-height: 2.8em;
	margin: 5% auto;
	text-align:center;
	font-size: 130%;
	font-weight: bold;}
.grayL a, .grayM a, .grayS a{
	color:#000000;
}
.d_tabs{
	text-align: center;
    margin: 1px 20px;
}
.property {float: right;}
.property .shoubu{
	vertical-align: top;
    border: 2px #FD0000 solid;
    background-color: #FFE671;
    font-size: 100%;
    color: #FD0000;
    font-weight: bold;
    padding: 0px 3px;
    margin: 0px 10px;
    display: inline-block;
    line-height: 1.5em;
}
.yoso_detail_btnO li.pink {
    background-color: #FF0054;
}
.nowwinTable .pinkS{
line-height: 2.2em;
font-size: 92%;
}
.nowwinTable .pinkS a{
    background: url(/images/web-yoso-pc/arrowW_right.png) no-repeat 5% center;
    padding-left:16px;
}

.pay_btn{
height: 2.5em;
}
.yoso_detail_btn2{
float: left;
	width: 100%;
	text-align: center;
	margin:2% auto 5% auto;
	}
.yoso_detail_btn2 li a{
	color: #FFFFFF;
	display: block;}
.yoso_detail_btn2 li {
    width: 45%;
    background-color: #FF0054;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 112%;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin: 0px 2%;
    line-height: 3em;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.yoso_detail_btn li.marunori
,.yoso_detail_btn2 li.marunori{
background-color: #3882f7;
}
.yoso_detail_btn li.marunori_off
,.yoso_detail_btn2 li.marunori_off{
    background-color: #BFBFBF;
}

.attention_txt a{
color:blue;
text-decoration: underline;
}

span#hit_race img,span.hit_race img{
margin-left:15px;
}

.yosoList .race_name li span.shoubu,
.yosoList2 .race_name li span.shoubu {
	vertical-align: top;
	width:75px;
	padding: 0px 3px;
	margin: 0px 10px;
	display: inline-block;
    line-height: 1.5em;}
    
.leftAreaBox_norikatu{
	margin-bottom: 20px;
    border-left: 1px #BABABA solid;
    border-right: 1px #BABABA solid;
    border-bottom: 1px #BABABA solid;
    }
.norikatu_list{

}

.norikatubox{
	border-left: 1px #BABABA solid;
    border-right: 1px #BABABA solid;
    border-bottom: 1px #BABABA solid;
    padding: 15px;
}
.disp_recommend {
    margin-bottom: 20px;
}

.PastKaisai{/* border-left:solid 1px #BABABA; *//* border-right:solid 1px #BABABA; *//* border-bottom:solid 1px #BABABA; */margin-bottom:30px;min-height: 300px;}

.yoso_detail_btn_fix{
    float: left;
    width: 100%;
    text-align: center;
    margin: 2% auto 5% auto;
    position: absolute;
}
.d_follow{
clear:both;
width:100%;
position: relative;
}
.yoso_detail_btn_fix li {
	width: 31.3%;
 	background-color:#1fc244;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px 1%;
    line-height: 3em;
    display: inline-block;
    vertical-align: top;
	}

.yoso_detail_btn_fix li a{
	color:white;
	display:block;
}

.yoso_detail_btnO li.midori
,.yoso_detail_btn li.midori{
	background-color:#1fc244;
}
#yoso_list.past_kaisai{
border-bottom:1px #BABABA solid;
border-left: solid 1px #BABABA;
border-right: solid 1px #BABABA;
}

.kake_show .trans{
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 10px solid black;
border-bottom: 0;
width: 0;
height: 0;
display:inline-block;
margin-left:3px;
}
.kake_show.active .trans{
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 10px solid black;
width: 0;
height: 0;
border-top:0;
display:inline-block;
margin-left:3px;
}

li.detail_kake {

    width: 100%;
    text-align: center;
}
li a.following{background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #fff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #fff 0%,#f9f9f9 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #fff 0%,#f9f9f9 100%); /* IE10+ */background: linear-gradient(to bottom, #fff 0%,#f9f9f9 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */border-color: #989898;border-radius: 5px;border-style: solid;border-width: 1px;color: #403d3d;/* display: inline-block; */line-height: 42px;text-align: center;display: block;width: 100%;color: #4fca00;font-weight: bold;}

li a.followed{
background-color: #1fc244;
    border-radius: 5px;
    }
    
    li.li_follow {
    background-color: unset;
}
.norikatu_list li {
    cursor: pointer;
}

#norikatu_view{
cursor: pointer;
}
.styled-select select {
	background:none\9;
	background: none\0/;
    background-color: #B3B3B3\9;
    background-color: #B3B3B3\0/;
    }
 .styled-select select::-ms-expand{
  display:none;
}

.followList{
border-bottom: 1px #BABABA solid;
}

.followList ul.race_name {
    padding: 2% 2% 0 2%;
}

.change_follow {
   position: absolute;
    width: 30%;
    left: 12px;
    text-align: left;
    bottom: 0;
}
.change_follow li {
    width: 100%;
}
.marunori_txt{
	text-align: left;
    margin-top: 5px;
    float: right;
    width: 48%;
}
.marunori_txt a{
    text-decoration: underline;
    color: blue;}
    
.race_name .followCount{
float: right;
    margin: 20px 10px 0px 0;
}
.follow_link a{
text-decoration: underline;
}
.my_intro_list ul li.remove {
    text-align:center;
}
.my_intro_list .remove a{
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: #BDBDBD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBDBD), color-stop(100%,#9E9E9E));
    background: linear-gradient(to bottom, #BDBDBD 0%,#9E9E9E 100%);
    border: 1px solid #808080;
    border-bottom-color: #616161;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(0,0,0,0.1);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	margin: 6px auto;
}

.my_intro_list .remove a::after {
    content: "削除";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 40px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    color: rgb(245, 245, 245);
}

.my_intro_list{
	clear:both;
}
.my_intro_list ul.del{
float: right;
}

#profile_list li p.intro_body{
width: 80%;
    margin-left:0px;
    padding: 0px 0px 0px 5px;
}



.name span.u_rank{
	width: 67px;
    height: 1.5em;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    vertical-align: bottom;
    font-weight: bold;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.member span.u_rank {
    width: 45px;
    height: 2em;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    /* vertical-align: bottom; */
    font-weight: bold;
    /* background-position: top;*/
    background-repeat: no-repeat;
    background-size: contain;
}
#div_intro .name span.u_rank{
	width: 50px;
    height: 32px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    /* vertical-align: bottom; */
    font-weight: bold;
    /* background-position: top;*/
    background-repeat: no-repeat;
    background-size: contain;
}

#rightArea #div_intro .name span.u_rank{
	width: 45px;
    height: 2em;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    /* vertical-align: bottom; */
    font-weight: bold;
    /* background-position: top;*/
    background-repeat: no-repeat;
    background-size: contain;
}

span.u_rank.C {
    background-image: url(/images/web-yoso-auto/pc/rank_c.png);
}
span.u_rank.B {
   background-image: url(/images/web-yoso-auto/pc/rank_b.png);
}

span.u_rank.A {
    background-image: url(/images/web-yoso-auto/pc/rank_a.png);
}

span.u_rank.S {
    background-image: url(/images/web-yoso-auto/pc/rank_s.png);
}

span.u_rank.SS {
    background-image: url(/images/web-yoso-auto/pc/rank_ss.png);
}

span.u_rank.LE {
    background-image: url(/images/web-yoso-auto/pc/rank_le.png);
}
span.u_rank.LE1 {
    background-image: url(/images/web-yoso-auto/pc/rank_le1.png);
}
span.u_rank.LE2 {
    background-image: url(/images/web-yoso-auto/pc/rank_le2.png);
}
span.u_rank.LE3 {
    background-image: url(/images/web-yoso-auto/pc/rank_le3.png);
}
span.u_rank.OR {
    background-image: url(/images/web-yoso-auto/pc/rank_or.png);
}

.member span.u_rank.C {
    background-image: url(/images/web-yoso-auto/pc/rank_c.png);
}
.member span.u_rank.B {
   background-image: url(/images/web-yoso-auto/pc/rank_b.png);
}

.member span.u_rank.A {
    background-image: url(/images/web-yoso-auto/pc/rank_a.png);
}

.member span.u_rank.S {
    background-image: url(/images/web-yoso-auto/pc/rank_s.png);
}

.member span.u_rank.SS {
    background-image: url(/images/web-yoso-auto/pc/rank_ss.png);
}

.member span.u_rank.LE {
    background-image: url(/images/web-yoso-auto/pc/rank_le.png);
}
.member span.u_rank.OR {
    background-image: url(/images/web-yoso-auto/pc/rank_or.png);
}

#rightArea #div_intro span.u_rank..C {
    background-image: url(/images/web-yoso-auto/pc/rank_c.png);
}
#rightArea #div_intro span.u_rank.B {
   background-image: url(/images/web-yoso-auto/pc/rank_b.png);
}

#rightArea #div_intro span.u_rank.A {
    background-image: url(/images/web-yoso-auto/pc/rank_a.png);
}

#rightArea #div_intro span.u_rank.S {
    background-image: url(/images/web-yoso-auto/pc/rank_s.png);
}

#rightArea #div_intro span.u_rank.SS {
    background-image: url(/images/web-yoso-auto/pc/rank_ss.png);
}

.member span.u_rank.LE {
    background-image: url(/images/web-yoso-auto/pc/rank_le.png);
}
.member span.u_rank.OR {
    background-image: url(/images/web-yoso-auto/pc/rank_or.png);
}
.member span.u_rank.LE1 {
    background-image: url(/images/web-yoso-auto/pc/rank_le1.png);
}
.member span.u_rank.LE2 {
    background-image: url(/images/web-yoso-auto/pc/rank_le2.png);
}
.member span.u_rank.LE3 {
    background-image: url(/images/web-yoso-auto/pc/rank_le3.png);
}


#search_rank
{
	width: 15%;
    background-color: #FF0054;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px 1%;
    line-height: 2em;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
 }
.search_past_ranking {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

#member_rank #rankingbox .loading {
    text-align: center;
        margin: 0;
    height: 273px;
}
.styled-select3.week {
   	width: 31%;
	}
	
.W350 .styled-select3.week {
    width: 190px;
}

#div_intro li.none
{
list-style: none;
}

.W630C h3.subttl span.driveG {
    float: right;
    display: inline-block;
    border: 1px #82af22 solid;
	background-color: #FFFFFF;
    color: #82af22;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.7em;
    margin-right: 2%;
    padding: 0;
    text-align: center;
        width: 35%;}
.W630C h3.subttl span.driveB {
    float: right;
    display: inline-block;
    border: 1px #37569d solid;
	background-color: #FFFFFF;
    color: #37569d;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.7em;
    margin-right: 2%;
    padding: 0;
    text-align: center;
        width: 35%;}
        
.W630C2 .yosoList .race_detail {
    width: 50%;
}

#profile_list li:last-child {
    border: none;
}

.info_list li:last-child {
   /* border: none;*/
}

.W630C .confirm{
padding:30px;
}

h3.subttl2 {
    width: 100%;
    border-bottom: 1px #BABABA solid;
    background-color: #FFFFFF;
    border-top: none;
    text-align: center;
    margin: 1.5em 0 0.5em 0;
    padding: 0px;
    font-size: 100%;
    line-height: 2em;
    font-weight: bold;
    display: inline-block;
    position: relative;}
h3.subttl2 span {
    float: left;
    width: 30%;
    background-color: #363636;
    text-align: center;
    color: #FFFFFF;
    margin: 0;}
h3.subttl span.tekichu {
    background-color: white;
    text-align: left;
    width: 20%;
    margin-left: 5px;
}
.inner,.inner_pc {
    width: 96%;
    margin: 5% auto;
}
.banner {
    margin-bottom: 10px;
}
.delP{
    float: left;
    display: inline-block;
    width: 75%;
    background-color: #BFBFBF;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 0px;
    line-height: 2.5em;
    margin: 25px auto 0 auto;
    text-align: center;
    font-size: 100%;
}
.delP a{
color: #FFFFFF;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}


.price_box input[type="number"] {
    border-color: #9a9a9a;
    border-style: solid;
    border-width: 1px;
	border-radius: 0px;
    margin: 0px 2%;
    width: 20%;
    /*float: left;*/
	font-size: 100%;
	line-height: 1.6em;
	text-align: right;
    padding: 0px 3px;
	display: inline-block;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.link_list p.glink a {
    text-decoration: underline;
    font-weight: bold;
}

.link_list p.listimg {
    width: 38px;
    visibility: visible;
    vertical-align: middle;
    margin: 5px 17px;
}

.link_list .listr {
    border-bottom: 1px #BABABA solid;
}

.link_list p.listimg {
    width: 38px;
    visibility: visible;
    vertical-align: middle;
    margin: 5px 17px;
}

.link_list .listr p {
    display: inline-block;
}



ul.seiseki_menu {
	width:100%;
	margin-bottom:2%;;
	text-align:center;}
ul.seiseki_menu li {
	display:inline-block;
	width:48%;
    	line-height: 1.2em;
    	margin: 0px;
    	padding: 6px 0px;
	border-right: 1px #BABABA solid;
	border-bottom: 1px #BABABA solid;
	background-color:#B3B3B3;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 108%;}
ul.seiseki_menu li:last-child {
	border-right: none;}
ul.seiseki_menu li a {
	color: #FFFFFF;
	display: block;}
ul.seiseki_menu li.current {
	background-color: #eb6363;
	color: #FFFFFF;
	border-bottom: 1px #BABABA solid;}

ul.seiseki_menu2 {
	width:100%;
	margin-top:3%;;
	text-align:center;
	clear:both;}
ul.seiseki_menu2 li {
	display:inline-block;
	width:48%;
	line-height: 2.5em;
	margin:0px;
	padding: 0px;
	border-right: 1px #BABABA solid;
	border-bottom: 1px #BABABA solid;
	background-color:#B3B3B3;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 108%;}
ul.seiseki_menu2 li:last-child {
	border-right: none;}
ul.seiseki_menu2 li a {
	color: #FFFFFF;
	display: block;}
ul.seiseki_menu2 li.current {
	background-color: #eb6363;
	color: #FFFFFF;
	border-bottom: 1px #BABABA solid;}

.synthesis_list_pc {
	margin:0px 0 5px;}
.synthesis_list_pc li {
	padding:10px 0px 10px 10px;
	background:url(/images/web-yoso/arrowG.gif) no-repeat 98% center;
	border-bottom:1px #BABABA solid;
	/*font-size:5vw;*/
	clear: both;}
.synthesis_list_pc li:last-child{
border-bottom:none;
}
.synthesis_list_pc li p {
	line-height: 39px;
	text-align: left;}
.synthesis_list_pc .listimg{
	float:left;
	margin:0px 10px 0px 0;
	width:38px;
	height:39px;}
.synthesis_list_pc .listimg img {
    max-height: 39px;
    max-width: 38px;}
.synthesis_list_pc .listr{
	float:right;
	margin-left:45px;
	width:100%;
	min-height:39px;}
.synthesis_list_pc .listl{
	float:left;
	width:100%;}
.synthesis_list_pc .listr a,
.synthesis_list_pc .listl a {
	display:block;}
	
.profileedit_table2 {
	clear: both;
	vertical-align: top;
	margin: 1%  0;
	padding: 0;
	width: 100%;}
.profileedit_table2 th,
.profileedit_table2 td {
	width: 33%;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 100%;
	}
.profileedit_table2 td.img {
	padding: 2% 7% 1% 3%;
}
.profileedit_table2 td.name{
	width: 66%;
}
.profileedit_table2 td.noline {
	border-top: none;}
.profileedit_table2 td div.nname{
	width: 96%;
    padding: 0px 0px 0px 5px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5em;
}
.profileedit_table2 td .editP {
width:96%
}

h2.blackttl{
background-color: #363636;
color: #FFF;
} 

.label_list.yosoya_search{
width: 100%;
}

.label_list.yosoya_search .label_list_item
{
width: 32%;
    display: inline-block;
    margin: 5px 0px;
}

.label_list.yosoya_search .label_list_item span.rankC {
    background-image: url(/images/web-yoso/rank_c.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
}


.label_list.yosoya_search .label_list_item label input[type="checkbox"]
{width: 30px;
 height: 30px;}

.label_list.yosoya_search .label_list_item label img {
    vertical-align:bottom;		
}

.yosoya  td {
	width:20%;
	}
.yosoya .bt_yoso_today
{
	width:50px;
	height:58px
}

.yosoList ul.today_yoso{
position: absolute;
    width: 50px;
    height: 60px;
    right: 25px;
    top: 0;
    display: block;
}
.yosoList ul.today_yoso li{
border:none
}
.yosoList ul.today_yoso li img{
width:100%;
}

.yosoList li.list_none{
	padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom:none;
}

.research{
text-align:center;
margin-bottom:20px;
margin-top:5px;
}

.research a{
text-decoration:underline
}


.race_count{
background-color:#eb6363;
color:#FFFFFF;
margin-top:-1px;
text-align:center;
height: 25px;
}
.race_count sup a{
color:#FFFFFF;
}
.ttl_latest{
border-left: unset;
    border-right: unset;
    background-color: #f68181;
    color: #FFFFFF;
    border: 1px #BABABA solid;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    margin: 0px;
    position: relative;
        display: block;
}

.profil_btn li.midori {
    background-color: #1fc244;
}
.cmt_h a{
text-decoration: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
color: #074bb5;	
}

#marquee {width:100%;overflow:hidden;background-color:#FFEBBE;margin-bottom:5px;position:relative;height: 2.0em;line-height: 2.0em;}
#marquee_text{
	
position: absolute;
	
top: 0;
	
left: 100%;
	
/* padding:0.5em 0; */
	
display: block;
	
word-break: keep-all;
	
/* text-overflow: ellipsis; */
	
white-space: nowrap;
line-height:2em;
	
}

span.kessha_no {
    color: #f53838;
}


#yoso_total li.gray.wide {
    width: 30%;
    
}

ul#KessayaInfo {
    margin: 3% 0 -2% 0;
}

.drawer-brand.autorace_txt_image{
    min-height: 78px;
    width: 250px;
    position: relative;
}
a.drawer-brand.autorace_txt_image span {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 12px;
}
a.drawer-brand.autorace_txt_image img{
	position: absolute;
    left: 0; 
    top: 20px;
}

.yoso_detail_btn li.winpresent.close{
	background-color: #BEBEBE;
}