@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

h5,
h6,
pre,
table,
code,
kbd,
samp,
acronym,
input,
textarea,
select {
    font-size: 100%;
}

a,
ins {
    text-decoration: none;
}

address,
em,
cite,
dfn,
var {
    font-style: normal;
}

input,
textarea {
    font-family: sans-serif;
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

a img {
    border: none;
}


/* Setting */

html {
    height: 100%;
    font-size: 14px;
    line-height: 18px;
}

body {
    height: 100%;
    color: #000;
    font-family: 'メイリオ', sans-serif, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
    background: #000;
}

* html body {
    /* for IE6 */
    font-size: small;
}

*:first-child+html body {
    /* for IE7 */
    font-size: small;
}

ul {
    list-style-position: outside;
    list-style-type: none;
}

ol {
    list-style-position: outside;
}

table {
    border-collapse: collapse;
}

legend {
    color: #333;
}

.kari {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */

a {
    text-decoration: underline;
    color: #fff;
}

a:hover {
    color: #aaa;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.fade a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
}

.fade a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.fade:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
}

.fade {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.b {
    font-weight: bold;
}

.mt15 {
    margin-top: 15px;
}


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

#main {
    margin: 0;
}

#header {
    margin: 0;
    width: 100%;
    height: 120px;
    background: #000;
    border-bottom: 4px solid #ff0000;
}

.header-area {
    margin: 0 auto;
    width: 1000px;
}

.top-logo {
    float: left;
    margin: 8px 0 0 10px;
}

.user {
    float: right;
    margin: 24px 20px 0 0;
}

.user table * {
    font-size: 14px;
    color: #fff;
}

.user table th,
.user table td {
    padding: 2px 5px;
    font-size: 14px;
}

.user table td input {
    background: #fff;
    border: none;
    color: #666;
}

.user table td .sbtn {
    padding: 13px 10px;
    background: #fede0d;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.user table th {
    font-weight: bold;
}

.user .link {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.user .link a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}


/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

#contents {
    margin: 0 auto;
    width: 1500px;
    padding: 0;
    text-align: left;
}

.top01 {
    background: url("../../images/uraroute/top01.jpg") no-repeat #000;
    width: 1500px;
    height: 1400px;
    text-align: center;
    padding-top: 671px;
}

.top07 {
    background: url("../../images/uraroute/top07.jpg") no-repeat #000;
    width: 1500px;
    height: 1600px;
    text-align: center;
    padding-top: 80px;
}

.roat-logo {
    margin: 0 auto;
    position: relative;
}

.roat-ura {
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.form {
    text-align: center;
    width: 900px;
    margin: 20px auto;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.form-txt {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}

.form02-txt {
    text-align: center;
    margin: -30px auto 0;
    color: #fff;
    font-size: 16px;
}

.form03-txt {
    text-align: center;
    margin: 30px auto 0;
    color: #fff;
    font-size: 16px;
}

.form-txt input,
.form02-txt input,
.form03-txt input {
    border: 0;
    border-radius: 5px;
    width: 700px;
    padding: 15px 15px;
    font-size: 16px;
    margin-top: 10px;
}

.f-man {
    margin: 20px 0;
}

.f-com {
    margin: 20px 90px 0;
    font-size: 14px;
    text-align: left;
    text-shadow: 1px 1px 0px #000;
}

.f-com2 {
    margin: 20px auto;
    font-size: 14px;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
}

.btn {
    text-align: center;
    margin: 5px 0;
    width: 100%;
}

.btn02 {
    bottom: 40px;
    margin: 0 auto;
    width: 1500px;
    position: absolute;
}

.pass {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    line-height: 26px;
    text-shadow: 1px 1px 0px #000;
}

.area {
    position: relative;
    text-align: center;
}

#result {
    margin: 0 auto;
    width: 1500px;
    height: 886px;
    text-align: left;
    background: url("../../images/uraroute/bg.jpg") no-repeat #000;
    padding: 300px 0 0;
}

.title01 {
    margin: 30px auto;
    text-align: center;
}

.res {
    width: 1008px;
    margin: 30px auto;
}

.res li {
    width: 316px;
    margin: 10px;
    float: left;
}

.result {
    background: url("../../images/uraroute/result.png");
    background-size: contain;
    width: 306px;
    border: 4px solid #333;
    height: 222px;
    margin-left: 3px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

.res li {
    margin-bottom: 8px;
}

.r-arrow {
    position: absolute;
    top: 63px;
    left: 113px;
    z-index: 100;
}

.p-race {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 8px;
    color: #fff;
    background: #000;
    font-size: 12px;
}

.s-race {
    position: absolute;
    top: 24px;
    left: 11px;
}

.place {
    position: absolute;
    top: 42px;
    left: 7px;
}

.s-race2 {
    position: absolute;
    top: 20px;
    left: 174px;
}

.place2 {
    position: absolute;
    top: 42px;
    left: 174px;
}

.race {
    position: absolute;
    top: 80px;
    left: 7px;
}

.race2 {
    position: absolute;
    top: 77px;
    left: 174px;
}

.r-date {
    position: absolute;
    top: 140px;
    left: 7px;
}

.aom {
    position: absolute;
    bottom: 7px;
    left: 7px;
    color: #ff0000;
    font-size: 31px;
}

.trs01 {
    position: absolute;
    top: 28px;
    right: 120px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background: #000;
    padding: 15px 5px;
}

.trs02 {
    position: absolute;
    top: 28px;
    right: 138px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background: #000;
    padding: 15px 5px;
}

.rank01t {
    position: absolute;
    top: 27px;
    right: 80px;
}

.rank01 {
    position: absolute;
    top: 45px;
    right: 80px;
    font-size: 20px;
    border: 2px solid #000;
    padding: 15px 3px;
}

.rank02t {
    position: absolute;
    top: 27px;
    right: 45px;
}

.rank02 {
    position: absolute;
    top: 45px;
    right: 45px;
    font-size: 20px;
    border: 2px solid #000;
    padding: 3px 3px;
}

.rank03t {
    position: absolute;
    top: 27px;
    right: 10px;
}

.rank03 {
    position: absolute;
    top: 45px;
    right: 10px;
    font-size: 20px;
    border: 2px solid #000;
    padding: 3px 3px;
}

.title {
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 30px;
}

.text-area {
    width: 1000px;
    margin: 30px auto;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.column-info {
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    text-shadow: none;
    font-weight: normal;
    border: 4px solid #666;
    margin: 0;
}

.login-btn2 {
    margin: 10px auto;
    text-align: center;
    background: url(../../images/uraroute/arrow-b.svg) no-repeat 98% #fede0d;
    background-size: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    padding: 20px 0;
    line-height: 22px;
    border: 2px solid #fff;
    cursor: pointer;
    text-decoration: none;
    width: 90%;
}

.login-btn2 a {
    color: #000;
    display: block;
    text-decoration: none;
}

.login-btn2 a:hover {
    color: #fff!important;
}

.login-btn2:hover {
    background: url(../../images/uraroute/arrow-w.svg) no-repeat 98% #333;
    background-size: 10px;
    color: #fff;
}


/* 

/* ----------------------------------------------------
お問い合わせ
---------------------------------------------------- */

#contact {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 1px 0px #000;
    padding: 230px 50px 50px;
}

.info textarea {
    width: 98%;
    height: 300px;
    padding: 1%;
    margin: 10px auto;
}

#trans table {
    width: 100%;
    border: #bababa 1px solid;
    background-color: #fff;
    margin: 4px auto;
    color: #000;
}

#trans th {
    width: 200px;
    height: 22px;
    text-align: center;
    padding: 10px;
    border: #bababa 1px solid;
    font-weight: normal;
    background: #ddd;
}

#trans td {
    padding: 10px;
    height: 22px;
    text-align: left;
    border: #bababa 1px solid;
}


/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#footer {
    margin: 0;
    width: 100%;
    text-align: center;
    background: #e10078;
    background: #000;
    border-top: 4px solid #ff0000;
}

.footer-area {
    margin: 0 auto;
    width: 1000px;
    color: #fff;
    text-align: left;
}

.footer-logo {
    float: left;
}

.footer-com {
    float: left;
    margin: 16px 0 0 5px;
}

#footer-menu {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

#footer-menu li {
    display: table-cell;
    vertical-align: middle;
}

#footer-menu li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 20px 0;
}

#footer-menu li a:hover {
    background-color: #333;
}

address {
    margin: 0px auto;
    padding: 5px 0;
    text-align: center;
}

.pc-none,
.login-btn {
    display: none;
}

.smp-top02 {
    display: none;
}

.pc-top02 {
    display: block;
}

.smp-top03 {
    display: none;
}

.pc-top03 {
    display: block;
}

.smp-top04 {
    display: none;
}

.pc-top04 {
    display: block;
}

.re01 {
    display: none;
}

.re02 {
    display: none;
}

.smp-top05 {
    display: none;
}

.pc-top05 {
    display: block;
}

.smp-top06 {
    display: none;
}

.pc-top06 {
    display: block;
}

.fff {
    width: 870px;
    margin: 0 auto;
}

.fff li {
    float: left;
    width: 290px;
    padding: 0 3px;
    box-sizing: border-box;
}

.fff li img {
    width: 100%;
}