@charset "UTF-8";
@media screen and (min-width: 1025px) {
    /* Reset */
    * {
        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: #fff
    }
    * 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;
    }
    /* ---------------------------------------------------------------------
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;
    }
    input: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 */
    }
    input {
        -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;
    }
    /* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */
    .pc-none,
    .login-btn {
        display: none;
    }
    /* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
    #main {
        margin: 0;
    }
    #wrap {
        background-image: url("../../images/boat/bg.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: fixed;
    }
    .f-res {
        background: #171717;
        border: 4px solid #f1b14c;
        border-radius: 26px;
        margin: 10px 80px;
        padding: 20px;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        text-align: center;
    }
    #header {
        margin: 0;
        width: 100%;
        height: 130px;
        background: #8f4cc3;
    }
    .header-area {
        margin: 0 auto;
        width: 1000px;
    }
    .top-logo {
        float: left;
        margin: 8px 0 0 10px;
    }
    .user {
        float: right;
        margin: 10px 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: #f9db31;
        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;
    }
    .sns li {
        float: left;
        margin: 3px 2px 0;
    }
    .sns li img {
        width: 97px;
    }
    /* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
    #contents {
        margin: 0 auto;
        width: 1000px;
        padding: 0;
        text-align: left;
    }
    .title {
        background: #171717;
        border: 4px solid #f1b14c;
        border-radius: 26px;
        margin: 10px 80px;
        padding: 20px;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .form {
        text-align: center;
        width: 1000px;
        margin: 20px auto;
        padding: 15px 0;
        background: url("../../images/boat/top04a.jpg") no-repeat #000;
    }
    .form02 {
        text-align: center;
        width: 1000px;
        margin: 20px auto 0;
        padding: 15px 0;
        background: url("../../images/boat/top08.jpg") no-repeat #000;
    }
    .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;
    }
    .form-txt04 {
        border: 0;
        border-radius: 5px;
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
        font-size: 16px;
        margin-top: 10px;
        border: 2px solid #999;
    }
    .f-man {
        margin: 20px 0;
    }
    .f-com {
        margin-top: 20px;
        text-shadow: 1px 1px 0px #000;
    }
    .f-sns {
        margin: 0 auto;
        width: 780px;
    }
    .f-sns li {
        float: left;
        margin: 5px;
    }
    @keyframes vertical {
        0%,
        100% {
            -webkit-transform: scale(0.8)
        }
        50% {
            -webkit-transform: scale(1.0)
        }
    }
    .btn {
        animation: vertical ease-in-out infinite alternate;
        animation-duration: 1.8s;
        text-align: center;
        margin: 5px 0;
        width: 100%;
    }
    .pass {
        width: 700px;
        margin: 0 auto;
        text-align: left;
        line-height: 26px;
    }
    #result {
        margin: 0 auto;
        width: 1000px;
        text-align: left;
        background: url("../../images/boat/bg2.jpg") no-repeat #000;
        padding: 5px 0;
    }
    .title01 {
        margin: 30px auto;
        text-align: center;
    }
    .res {
        width: 840px;
        margin: 30px auto;
    }
    .res li {
        width: 260px;
        margin: 10px;
        float: left;
    }
    .result {
        background: url("../../images/boat/result.png");
        background-size: contain;
        width: 260px;
        height: 187px;
        margin-left: 3px;
        position: relative;
        font-weight: bold;
    }
    .res li {
        margin-bottom: 8px;
    }
    .r-arrow {
        position: absolute;
        top: 63px;
        left: 100px;
        z-index: 100;
    }
    .p-race {
        position: absolute;
        top: 2px;
        left: 2px;
        padding: 2px 8px;
        color: #fff;
        background: #8f4cc3;
    }
    .s-race {
        position: absolute;
        top: 25px;
        left: 11px;
    }
    .place {
        position: absolute;
        top: 44px;
        left: 7px;
    }
    .s-race2 {
        position: absolute;
        top: 25px;
        left: 158px;
    }
    .place2 {
        position: absolute;
        top: 44px;
        left: 154px;
    }
    .place img,
    .place2 img {
        height: 30px;
    }
    .race {
        position: absolute;
        top: 77px;
        left: 7px;
    }
    .race img {
        height: 32px;
    }
    .race2 {
        position: absolute;
        top: 77px;
        left: 7px;
    }
    .race3 {
        position: absolute;
        top: 77px;
        left: 154px;
    }
    .race2 img,
    .race3 img {
        height: 27px;
    }
    .r-date {
        position: absolute;
        top: 113px;
        left: 7px;
    }
    .aom {
        position: absolute;
        bottom: 7px;
        left: 7px;
        color: #8f4cc3;
        font-size: 26px;
    }
    .trs01 {
        position: absolute;
        top: 28px;
        right: 100px;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        width: 20px;
        text-align: center;
        background: #000;
        padding: 15px 5px;
    }
    .trs02 {
        position: absolute;
        top: 28px;
        right: 115px;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        width: 20px;
        text-align: center;
        background: #000;
        padding: 15px 5px;
    }
    .rank01t {
        position: absolute;
        top: 27px;
        right: 70px;
        font-size: 14px;
    }
    .rank01 {
        position: absolute;
        top: 45px;
        right: 70px;
        font-size: 20px;
        border: 2px solid #000;
        padding: 15px 3px;
    }
    .rank02t {
        position: absolute;
        top: 27px;
        right: 40px;
        font-size: 14px;
    }
    .rank02 {
        position: absolute;
        top: 45px;
        right: 40px;
        font-size: 20px;
        border: 2px solid #000;
        padding: 3px 3px;
    }
    .rank03t {
        position: absolute;
        top: 27px;
        right: 10px;
        font-size: 14px;
    }
    .rank03 {
        position: absolute;
        top: 45px;
        right: 10px;
        font-size: 20px;
        border: 2px solid #000;
        padding: 3px 3px;
    }
    #contents-right {
        width: 734px;
        float: right;
    }
    .title05 {
        text-align: center;
        margin-bottom: 8px;
    }
    .title04 {
        margin-top: 30px;
    }
    .plan-banner {
        float: left;
    }
    .plan-btn {
        float: left;
        margin-top: 54px;
    }
    .plan-head {
        text-align: center;
        margin: 20px auto;
    }
    .text-area {
        width: 710px;
        margin: 30px auto;
        padding: 20px;
        background: #8f4cc3;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
    /* ----------------------------------------------------
お問い合わせ
---------------------------------------------------- */
    #contact {
        background: url("../../images/boat/contact-bg.html") no-repeat top #000;
        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;
    }
    .image-parent {
        position: relative;
    }
    .image-banner {
        position: relative;
    }
    .image-qr {
        position: absolute;
        top: 13px;
        right: 14px;
    }
    /* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #footer {
        margin: 0;
        width: 100%;
        text-align: center;
        background: #8f4cc3;
        color: #fff;
    }
    .footer-area {
        margin: 0 auto;
        width: 1000px;
        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;
    }
    .column-info {
        background: #fff;
        color: #000;
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
        text-shadow: none;
        font-weight: normal;
        border: 4px solid #fede0d;
        margin: 0;
    }
    .column-info a {
        color: blue;
    }
}