@charset "utf-8";
/* CSS Document */
.horserace { position:relative; background:url(../images/horserace.jpg) no-repeat; width:760px; height:160px; margin:10px 0 20px 0;}
.race_show { padding-left:75px; line-height:37px; font-size:24px; font-weight:bold; font-style:italic; color:#fff; padding-top:8px;
text-shadow: 2px 2px 3px rgba(111, 109, 66, 0.75);}
.race_graphic { background:url(../images/graphic_no.png) no-repeat center center; width:15px; height:5px;}
.race_order { padding:20px 50px 20px 10px; width:420px;}
.race_order table { font-family:"HelveticaNeue LT 57 Cn"; color:#5f5d3a; font-size:72px; font-style:italic; line-height:72px;}

/*	Wide Tablet Layout: 1024px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.horserace { position:relative; background:url(../images/horserace.jpg) no-repeat; width:639px; background-size:639px auto; margin:10px 0 20px 0;}
.race_show {
    padding-left: 60px;
    line-height: 29px;
    font-size: 22px;
}
.race_order {
    padding: 13px 10px 12px 10px;
    width: 343px;
}
}
/*	Mobile Layout: 320px */
@media only screen and (max-width: 767px) {
.horserace { background:url(../images/horserace_m.jpg) no-repeat; width:100%; height:auto; background-size:auto 100%; margin:10px 0;}
.race_show {
    line-height: 40px;
    padding-top: 17px;
}
.race_order {
    padding: 10px 0 6px 0;
    width: 100%;
}
.race_order table {
    font-size: 56px;
    line-height: 56px;
}
}