@charset "utf-8";
/* ========================================================
	/special/index.css => 特設サイト
======================================================== */


#zensanso{

    font-family: "ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;

	font-size: 1.3rem;
	line-height: 1.3rem;
	
	width: 100%;
}
#zensanso thead{
	background-color: #f3f1eb;
}
#zensanso .center{
	text-align: center;
}
#zensanso thead .wakuban,
#zensanso tbody .wakuban,
#zensanso thead .umaban,
#zensanso tbody .umaban,
#zensanso thead .jockey,
#zensanso thead .bataijyu,
#zensanso thead .odds{
	font-weight: bold;
}
#zensanso thead .horse .name,
#zensanso tbody .horse .name{
	font-weight: bold;
	margin: 8px 0;
}
#zensanso thead .rireki .racename,
#zensanso tbody .rireki .racename{
	font-weight: bold;
	margin: 5px 0;
}
#zensanso tbody .attention{
	color: red;
}
#zensanso tbody .result{
	margin: 8px 0;
}
#zensanso tbody .result form{
	display: inline;
}


#zensanso tbody em.noken,
#zensanso tbody em.kakotyaku{
	font-size: 2rem;
	font-weight: bold;
}
#zensanso tbody em.kakojiko{
	font-size: 2rem;
}

#zensanso tbody a.vtr{
    display: inline-block;
    /*display: inline;*/
    zoom: 1;
    padding: 2px 8px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
#zensanso tbody a.vtr:hover{
    background-color: #eee;
    color: #555;
}
 
#zensanso tbody a.vtr:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

#zensanso .zenso{
	background-color: #4c4a41;
	color: #fff;
	font-weight: bold;
}


#zensanso tr th,
#zensanso tr td{
	border: 1px solid #e4e4e4;
	padding: 5px;
}

#container {
    padding-top: 0;
}

#container>section.w{
    max-width: 100%;
}



@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
}

