@CHARSET "UTF-8";
.imgFix { position:fixed;left:0px; top:5px; margin: 0 0 22px 0}
body{margin:0;padding:0;color:#CCC;width:650px;}

#conf_label{float: left;margin-left: 5px;margin-top: 20px;font-size: 20px}
#races_view_label{float: left;margin-top: 30px;font-size: 20px}
#config{
	float:left;
	position:relative;
	border-radius:12px;
	margin-left:4px;
   /* bottom:1px;*/
    width:64px;
    height:64px;
    padding:2px;
    background:#333;
    color:#eee;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;

}

#config:hover{
    background:#eee;
    color:#666;
}

.footer{
width:650px;

    position:fixed;
    z-index:100;
    /*width:100%;*/
    height:110px;
    bottom:0px;
    border-top:#222 solid 1px;
}

.footer .button{
	float:left;
	position:relative;
	border-radius:12px;
	margin-left:4px;
   /* bottom:1px;*/
    width:64px;
    height:64px;
    padding:2px;
    background:#333;
    color:#eee;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}

.footer .button:hover{
    background:#eee;
    color:#666;
}

.footer .button2{
	float:left;
	position:relative;
	border-radius:12px;
	margin-left:4px;
   /* bottom:1px;*/
    width:64px;
    height:64px;
    padding:2px;
    background:#ddd;
    color:#eee;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}

.footer .button2:hover{
   background:#fff;
    color:#333;
}


.footer .button_play{
	float:left;
	position:relative;
	border-radius:32px;
	margin-left:15px;
   /* bottom:1px;*/
    width:64px;
    height:64px;
    padding:2px;
    background:#ddd;
    color:#eee;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}

.footer .button_play:hover{
    background:#f5f5f5;
    color:#333;
}

.footer .button_stop{
	float:left;
	position:relative;
	border-radius:32px;
	margin-left:15px;
   /* bottom:1px;*/
    width:64px;
    height:64px;
    padding:2px;
    background:#7fff7f;
    color:#eee;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
    display: none;
}

.footer .button_stop:hover{
    background:#00ff00;
    color:#333;
}

.footer .content{
width:650px;
float:left;
position:relative;
 height:120px;
    text-align:center;
    background:#666;
    padding-top:10px;
     padding-bottom:10px;
    font-size: 40px;

}

.footer .content a{
	float:left;
    color:#FFF;
    margin:0 0 0 0px ;
    /*top:-10px;*/
    position: relative;
}


#slide{width: 620px;margin-left:5px;}

/* スライダーをのせるベースを描く */
.slider {

float: left;
width:650px;

background-color: #ccc;
z-index:1000;
 /* width:286px;*/
 	/*top:-100px;*/
  padding-top:5px;
  padding-bottom:8px;
  height:10px;
  margin-left:0;
  /*
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(0.5, #444), color-stop(0.501, #333), color-stop(1, #000));
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
  */
}
/* スライダーの背景を描く */
.slider input {
display:none;
z-index:1001;
-webkit-appearance:none;
  position:absolute;
  display:block;

  height:12px;
  padding:0px;
  margin:0;
  border:0;
  border-radius:12px;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #000), color-stop(1, #444));
  box-shadow:inset 0 2px 5px #000, 0 1px 1px rgba(255,255,255,0.5);
}
/* スライダーのボタンのベースを描く */
.slider input::-webkit-slider-thumb {
  top:0px;
  -webkit-appearance:none;
  position:relative;
  z-index:100000;
  width:80px;
  height:14px;
  border-radius:5px;
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(0.49, #dddddd), color-stop(0.50, #d1d1d1), color-stop(1, #a1a1a1));
  background-repeat:no-repeat;
  background-position:50%;
  box-shadow:inset 0 -1px 1px rgba(255,255,255,0.5), inset 0 1px 0 #fff;
}
/* ボタンのアイコンを描く （@font-faceでWebSymbolsRegularを読み込んでおく） */

.slider input::-webkit-slider-thumb:before,
.slider input::-webkit-slider-thumb:after {
  /*position:absolute;
  display:block;
  content:'';
  width:68px;
  padding:9px 0;
  line-height:1;
  font-size:26px;
  font-family:'WebSymbolsRegular';
  color:#848484;
  text-align:center;
  */
}

.slider input::-webkit-slider-thumb:before {
  text-shadow:0 1px 0 rgba(255,255,255,0.9), 0 -1px 0 rgba(0,0,0,0.7);
}
.slider input::-webkit-slider-thumb:after {
  color:#fff;
  -webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3) 49%, rgba(0,0,0,0) 50%, rgba(0,0,0,0));
}


#graph_png{height:1260px;z-index:-100100;}
#graph_png_jk{height:1160px;z-index:-100100;}
#graph_png_bamei{height:1260px;z-index:-100100;}
#racedata{background-color: #aaa;color:#fff;position:fixed;left:0px; top:0px; margin: 0 0 0 0;font-size:18px;width:450px;}

#racesWrap{background-color: red}

#config_wrap{background-color: #ccc;color:#000;position:fixed;left: 10px; top:5px; margin: 0 0 0 0;font-size:18px;width: 600px;}

#racesE{background-color: white;color:#000;position:fixed;left: 10px; top:25px; margin: 0 0 0 0;font-size:18px;width: 200px;}
#racesE table{border: solid 1px #000;width: 100%}
#racesE tr td{padding-top: 5px;padding-bottom: 10px}

#racesW{background-color: white;color:#000;position:fixed;left:210px; top:25px; margin: 0 0 0 0;font-size:18px;width: 200px;}
#racesW table{border: solid 1px #000;width: 100%}
#racesW tr td{padding-top: 5px;padding-bottom: 10px}

#racesL{background-color: white;color:#000;position:fixed;left:410px; top:25px; margin: 0 0 0 0;font-size:18px;width: 200px;}
#racesL table{border: solid 1px #000;width: 100%}
#racesL tr td{padding-top: 5px;padding-bottom: 10px}

#image_add_tan{float:left;}
#image_jiku{float:left;}
#image_add_fuk{float:left;}

.button_img{width:64px;}
#minbeds{font-size:30px;;border: none;position: relative;float: left;margin-left: 10px}
#b_play{}
#b_stop{}
#b_prev_to_min{margin-left: 15px;}
#b_prev{}
#b_next{}
#b_next_to_max{}
#conf{margin-left:10px;}
#reload{margin-left:8px;}



dl.form_conf dd ul { padding:0 0 0 0  }

dl.form_conf dd:after { content: ''; display: block; clear: both; }
dl.form_conf dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 50%;
}
dl.form_conf dd label {
	display: block;
	padding: 10px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	border: 1px solid #fff;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}
dl.form_conf dd li:last-child label {
	border-left: 0;
	/*border-radius: 0 10px 10px 0;*/
}
dl.form_conf dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #111;
}
dl.form_conf dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}
