<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ================================================== *
 *
 *    reset
 *
 * ================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden],
audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

blockquote,
dd,
dl,
figure,
p {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: .83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

mark {
  color: #000;
  background-color: #ff0;
}

sub,
sup {
  font-size: .83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

td,
th {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

button,
input {
  line-height: normal;
  vertical-align: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-size: 14px;
  font-family: "メイリオ", sans-serif;
  line-height: 1.43;
  color: #000;
  min-width: 1000px;
  background: #000 url("/static_extra/pc_static/images/extra/enjoy/recer/bg_diagonal1_2.png") repeat 0 0;
}

a:visited,
a:link {
  color: #0069D5;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #0069D5;
  text-decoration: none;
}

body.is-noBg {
  background: none;
}

/* ================================================== *
 *
 *    PAGE LAYOUT
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        main
 * ------------------------------------------------- */

.l-mainInner {
  box-sizing: border-box;
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
  padding: 0 40px;
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */

/* ------------------------------------------------- *
 *        modal
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    PLUGINS
 *
 * ================================================== */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
}

#cboxMiddleLeft {
  width: 21px;
}

#cboxMiddleRight {
  width: 21px;
}

#cboxTopCenter {
  height: 21px;
}

#cboxBottomCenter {
  height: 21px;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* ------------------------------------------------- *
 *        colorBox
 * ------------------------------------------------- */

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
  overflow: visible;
}

#cboxLoadedContent {
  margin: 0;
}

#cboxCurrent {
  display: none !important;
}

#cboxNext,
#cboxPrevious,
#cboxTitle {
  display: none;
}

#cboxClose {
  top: 0;
  right: 0;
  bottom: inherit;
  width: 50px;
  height: 50px;
  background: url("/static_extra/pc_static/images/extra/enjoy/recer/btn_close1_1.png") 0 0 no-repeat;
}

#cboxClose:hover {
  background: url("/static_extra/pc_static/images/extra/enjoy/recer/btn_close1_1.png") 0 0 no-repeat;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.65);
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  display: none;
  width: 0;
  height: 0;
  background: none;
}

/* ================================================== *
 *
 *    GLOBAL HELPER
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */

.h-mt0 {
  margin-top: 0px !important;
}

.h-mt3 {
  margin-top: 3px !important;
}

.h-mt5 {
  margin-top: 5px !important;
}

.h-mt10 {
  margin-top: 10px !important;
}

.h-mt15 {
  margin-top: 15px !important;
}

.h-mt20 {
  margin-top: 20px !important;
}

.h-mt25 {
  margin-top: 25px !important;
}

.h-mt30 {
  margin-top: 30px !important;
}

.h-mt35 {
  margin-top: 35px !important;
}

.h-mt40 {
  margin-top: 40px !important;
}

.h-mt45 {
  margin-top: 45px !important;
}

.h-mt50 {
  margin-top: 50px !important;
}

.h-mt55 {
  margin-top: 55px !important;
}

.h-mt60 {
  margin-top: 60px !important;
}

/* ------------------------------------------------- *
 *        h-clear
 * ------------------------------------------------- */

.h-clear:before,
.h-clear:after {
  content: " ";
  display: table;
}

.h-clear:after {
  clear: both;
}

/* ------------------------------------------------- *
 *        h-align
 * ------------------------------------------------- */

.h-alignL {
  text-align: left !important;
}

.h-alignC {
  text-align: center !important;
}

.h-alignR {
  text-align: right !important;
}

/* ------------------------------------------------- *
 *        font style
 * ------------------------------------------------- */

.h-fs12 {
  font-size: 12px !important;
}

.h-fs14 {
  font-size: 14px !important;
}

.h-fBold {
  font-weight: bold !important;
}

.h-fColor1 {
  color: #000 !important;
}

/* ------------------------------------------------- *
 *        floats
 * ------------------------------------------------- */

.h-floatL {
  float: left !important;
}

.h-floatR {
  float: right !important;
}

/* ================================================== *
 *
 *    GRID
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TITLE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TEXT
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TEXTLINK
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    LIST
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        qanda1
 * ------------------------------------------------- */

.qanda1 {
  margin-top: 50px;
}

.qanda1.is-min {
  margin-top: 30px;
}

.qanda1_q {
  position: relative;
  margin-top: 20px;
  padding: 2px 0 0 30px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.qanda1_qIcon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}

.qanda1.is-2016 .qanda1_qIcon {
  background: #f62828;
}

.qanda1.is-2015 .qanda1_qIcon {
  background: #317fef;
}

.qanda1.is-2014 .qanda1_qIcon {
  background: #f1c016;
}

.qanda1.is-2013 .qanda1_qIcon {
  background: #30a52c;
}

.qanda1.is-2012 .qanda1_qIcon {
  background: #f62828;
}

.qanda1.is-2011 .qanda1_qIcon {
  background: #317fef;
}

.qanda1_a {
  margin-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.qanda1.is-min .qanda1_a {
  margin-top: 7px;
}

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    NAV
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TAB
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TABLE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */

.header {
  position: relative;
  background: #000;
}

.header_inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
  height: 70px;
  padding: 0 40px;
}

.header_logo {
  position: absolute;
  left: 40px;
  top: 7px;
  margin: 0;
  height: 48px;
}

.header_logo a {
  display: block;
}

/* ------------------------------------------------- *
 *        globalNav
 * ------------------------------------------------- */

.globalNav {
  float: right;
}

.globalNav_navs {
  height: 70px;
  display: table;
  table-layout: fixed;
}

.globalNav_navs &gt; li {
  display: table-cell;
  width: 70px;
  border-left: 1px solid #666;
  vertical-align: middle;
}

.globalNav_navs &gt; li:last-child {
  border-right: 1px solid #666;
}

.globalNav_navs &gt; li &gt; a {
  position: relative;
  text-align: center;
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  background: url("/static_extra/pc_static/images/extra/enjoy/recer/bg_diagonal1_1.png") repeat 0 0;
  color: #666;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.1s linear;
}

.globalNav_navs &gt; li &gt; a &gt; span {
  display: table-cell;
  vertical-align: middle;
}

.globalNav_navs &gt; li &gt; a:hover {
  position: relative;
  background: #000;
  color: #fff;
}

.globalNav_navs &gt; li &gt; a:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
}

.globalNav_navs &gt; li.is-active &gt; a {
  position: relative;
  background: #000;
  color: #fff;
}

.globalNav_navs &gt; li.is-active &gt; a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
}

.globalNav_navs &gt; li.is-year2016 &gt; a:hover:before {
  border-color: #f62828 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2016.is-active &gt; a:before {
  border-color: #f62828 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2015 &gt; a:hover:before {
  border-color: #3180ef transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2015.is-active &gt; a:before {
  border-color: #3180ef transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2014 &gt; a:before {
  border-color: #f1c016 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2014.is-active &gt; a:before {
  border-color: #f1c016 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2013 &gt; a:before {
  border-color: #30a52c transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2013.is-active &gt; a:before {
  border-color: #30a52c transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2012 &gt; a:before {
  border-color: #f62828 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2012.is-active &gt; a:before {
  border-color: #f62828 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2011 &gt; a:before {
  border-color: #317fef transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2011.is-active &gt; a:before {
  border-color: #317fef transparent transparent transparent;
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */

.footer {
  padding-bottom: 40px;
  text-align: center;
}

.footer_copy {
  margin-top: 10px;
  font-size: 9px;
  font-family: 'Arial', sans-serif;
  color: #999;
}

/* ------------------------------------------------- *
 *        profile1
 * ------------------------------------------------- */

.profile1 {
  background: #317fef;
  text-align: center;
}

.profile1.is-2016 {
  background: #f62828;
  color: #fff;
}

.profile1.is-2015 {
  background: #317fef;
  color: #fff;
}

.profile1.is-2014 {
  background: #f1c016;
  color: #000;
}

.profile1.is-2013 {
  background: #30a52c;
  color: #fff;
}

.profile1.is-2012 {
  background: #f62828;
  color: #fff;
}

.profile1.is-2011 {
  background: #317fef;
  color: #fff;
}

.profile1_text {
  font-weight: bold;
}

.profile1_text2 {
  margin-top: 25px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

.profile1_titleMainLabel {
  display: block;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}

.profile1_titleSubLabel {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.profile1_lists {
  display: table;
  margin: 20px auto 0;
  font-size: 12px;
  font-weight: bold;
}

.profile1_listsItem {
  display: table-row;
  margin: 0 auto;
}

.profile1_listsTitle {
  display: table-cell;
  padding-top: 5px;
  text-align: right;
  white-space: nowrap;
}

.profile1_listsText {
  display: table-cell;
  padding: 5px 0 0 10px;
  text-align: left;
}

/* ------------------------------------------------- *
 *        racerPanel1
 * ------------------------------------------------- */

.racerPanel1 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.racerPanel1_title {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  padding: 0 0 1px 1px;
}

.racerPanel1_title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
}

.racerPanel1.is-2016 .racerPanel1_title:after {
  border-color: transparent transparent #d81616 transparent;
}

.racerPanel1.is-2015 .racerPanel1_title:after {
  border-color: transparent transparent #1d5fe7 transparent;
}

.racerPanel1.is-2014 .racerPanel1_title:after {
  border-color: transparent transparent #eaa80c transparent;
}

.racerPanel1.is-2013 .racerPanel1_title:after {
  border-color: transparent transparent #1c881a transparent;
}

.racerPanel1.is-2012 .racerPanel1_title:after {
  border-color: transparent transparent #d81616 transparent;
}

.racerPanel1.is-2011 .racerPanel1_title:after {
  border-color: transparent transparent #1d5fe7 transparent;
}

.racerPanel1_title img {
  width: 100%;
  height: auto;
}

.racerPanel1_unit {
  position: absolute;
  box-sizing: border-box;
  width: 20%;
  padding: 0 0 1px 1px;
}

.racerPanel1_unit.is-scale2 {
  width: 40%;
}

.racerPanel1_unit.is-blank:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #878787 transparent;
}

.racerPanel1_unit.is-panel_a1,
.racerPanel1_unit.is-panel_a2,
.racerPanel1_unit.is-panel_a3,
.racerPanel1_unit.is-panel_a4,
.racerPanel1_unit.is-panel_a5,
.racerPanel1_unit.is-panel_a6,
.racerPanel1_unit.is-panel_a7 {
  left: 0;
}

.racerPanel1_unit.is-panel_b1,
.racerPanel1_unit.is-panel_b2,
.racerPanel1_unit.is-panel_b3,
.racerPanel1_unit.is-panel_b4,
.racerPanel1_unit.is-panel_b5,
.racerPanel1_unit.is-panel_b6,
.racerPanel1_unit.is-panel_b7 {
  left: 20%;
}

.racerPanel1_unit.is-panel_c1,
.racerPanel1_unit.is-panel_c2,
.racerPanel1_unit.is-panel_c3,
.racerPanel1_unit.is-panel_c4,
.racerPanel1_unit.is-panel_c5,
.racerPanel1_unit.is-panel_c6,
.racerPanel1_unit.is-panel_c7 {
  left: 40%;
}

.racerPanel1_unit.is-panel_d1,
.racerPanel1_unit.is-panel_d2,
.racerPanel1_unit.is-panel_d3,
.racerPanel1_unit.is-panel_d4,
.racerPanel1_unit.is-panel_d5,
.racerPanel1_unit.is-panel_d6,
.racerPanel1_unit.is-panel_d7 {
  left: 60%;
}

.racerPanel1_unit.is-panel_e1,
.racerPanel1_unit.is-panel_e2,
.racerPanel1_unit.is-panel_e3,
.racerPanel1_unit.is-panel_e4,
.racerPanel1_unit.is-panel_e5,
.racerPanel1_unit.is-panel_e6,
.racerPanel1_unit.is-panel_e7 {
  left: 80%;
}

.racerPanel1_unit a {
  display: block;
}

.racerPanel1_unit a:hover .racerPanel1_profile {
  opacity: 1;
}

.racerPanel1_image img {
  width: 100%;
  height: auto;
}

.racerPanel1_icon {
  position: absolute;
}

.racerPanel1_icon.is-nationwide {
  top: 0;
  left: 1px;
}

.racerPanel1_icon.is-local {
  right: 0;
  bottom: 1px;
}

.racerPanel1_profile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  background-color: rgba(49, 127, 239, 0.8);
  opacity: 0;
  transition: all 0.1s linear;
}

.racerPanel1.is-2016 .racerPanel1_profile {
  background-color: rgba(246, 40, 40, 0.8);
}

.racerPanel1.is-2015 .racerPanel1_profile {
  background-color: rgba(49, 127, 239, 0.8);
}

.racerPanel1.is-2014 .racerPanel1_profile {
  background-color: rgba(241, 192, 22, 0.8);
}

.racerPanel1.is-2013 .racerPanel1_profile {
  background-color: rgba(48, 165, 44, 0.8);
}

.racerPanel1.is-2012 .racerPanel1_profile {
  background-color: rgba(246, 40, 40, 0.8);
}

.racerPanel1.is-2011 .racerPanel1_profile {
  background-color: rgba(49, 127, 239, 0.8);
}

.racerPanel1_profile .profile1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  vertical-align: middle;
}

.racerPanel1_profile .profile1_text {
  font-size: 12px;
}

.racerPanel1_profile .profile1_titleMainLabel {
  font-size: 24px;
}

.racerPanel1_profile .profile1_titleSubLabel {
  font-size: 9px;
}

.racerPanel1_profile .profile1_lists {
  margin-top: 10px;
}

.racerPanel1_profile .profile1_listsTitle {
  padding-top: 2px;
}

.racerPanel1_profile .profile1_listsText {
  padding-top: 2px;
}

/* ================================================== *
 *
 *    STATE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    MODAL
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        modal1
 * ------------------------------------------------- */

.modal1 {
  display: table;
  width: 960px;
  height: 860px;
  margin: 0;
}

.modal1_header {
  display: table-cell;
  width: 460px;
  box-sizing: border-box;
  vertical-align: top;
}

.modal1_header.is-2016 {
  background: #f62828;
}

.modal1_header.is-2015 {
  background: #317fef;
}

.modal1_header.is-2014 {
  background: #f1c016;
}

.modal1_header.is-2013 {
  background: #30a52c;
}

.modal1_header.is-2012 {
  background: #f62828;
}

.modal1_header.is-2011 {
  background: #317fef;
}

.modal1_profile {
  padding: 25px 18px;
}

.modal1_body {
  display: table-cell;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  vertical-align: top;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
  margin: 0 -3px 0 0;
}

.js-scrollBar {
  width: 460px;
  height: 750px;
  margin-right: -20px;
  padding-right: 20px;
}

.jspVerticalBar {
  width: 5px;
}
.jspDrag {
  background-color: #aaa;
}
.jspTrack {
  background-color: #e0e0e0;
}
.jspPane .qanda1_q:first-child {
  margin-top: 0;
}

</pre></body></html>