@charset "UTF-8";
@media(min-width:768px){
    article.gray {
        background: #f0f0f0; }
      
      /*見出し調整*/
      .pageHeader {
        background: url("../img/about/pic_about_h2bg.jpg") 50% 100% no-repeat;
        background-size: cover; }
      
      h2 {
        width: auto;
        height: 30px;
        margin: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0;
        font-size: 30px;
        font-weight: normal;
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1; }
        h2:after {
          content: "";
          width: 60px;
          height: 3px;
          padding: 0;
          margin: auto;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          background: #ffd700;
          background-size: 0px 0px;
          position: absolute;
          top: -3px;
          left: 0;
          right: 0; }
      
      h3 {
        width: 100%;
        height: auto;
        margin: 0 auto 25px;
        padding: 0 0 0 3px;
        border-bottom: 1px solid #333;
        font-weight: bold;
        font-size: 22px; }
      
      h4 {
        width: 100%;
        height: auto;
        margin: 0 auto 25px;
        padding: 0 0 0 3px;
        border-bottom: 1px solid #333;
        font-weight: bold;
        font-size: 15px; }
      
      .cellWrapper {
        width: 800px;
        height: auto;
        margin: 20px auto;
        padding: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        background: #f0f0f0;
        border-radius: 3px; }
        .cellWrapper img {
          width: 250px;
          height: auto;
          margin: 0 30px 0 0;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          float: left; }
        .cellWrapper .txt {
          width: 490px;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          float: left; }
        .cellWrapper h4 {
          margin: 30px 0 5px 0; }
        .cellWrapper .pdfArea {
          width: 100%;
          height: auto;
          margin: 10px auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
          .cellWrapper .pdfArea a.pdfBanner {
            width: 158px;
            height: 39px;
            margin: 0 0 5px 10px;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
            .cellWrapper .pdfArea a.pdfBanner:hover {
              transition-duration: 0.8s;
              opacity: 0.6; }
            .cellWrapper .pdfArea a.pdfBanner img {
              width: 100%;
              height: auto;
              margin: 0 auto;
              padding: 0;
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              display: block; }
          .cellWrapper .pdfArea p {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 0 0 0 10px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
          .cellWrapper .pdfArea a.flash {
            width: auto;
            height: 40px;
            min-height: 40px;
            margin: 0 5px 0 10px;
            padding: 0 15px 0 40px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: inline-block;
            background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #1a74bc;
            background-size: 7px auto;
            border-radius: 3px;
            color: #fff;
            line-height: 40px;
            font-size: 14px;
            vertical-align: top;
            text-decoration: none; }
            .cellWrapper .pdfArea a.flash:hover {
              transition-duration: 0.8s;
              background-color: #368fcc; }
          .cellWrapper .pdfArea a.download {
            width: auto;
            height: 40px;
            min-height: 40px;
            margin: 0 5px 0 10px;
            padding: 0 15px 0 40px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: inline-block;
            background: url(../img/icon_pdf.png) 10px 50% no-repeat #1a74bc;
            background-size: 25px auto;
            border-radius: 3px;
            color: #fff;
            line-height: 40px;
            font-size: 14px;
            vertical-align: top;
            text-decoration: none; }
            .cellWrapper .pdfArea a.download:hover {
              transition-duration: 0.8s;
              background-color: #368fcc; }
          .cellWrapper .pdfArea span {
            height: 40px;
            line-height: 40px; }
      
      /*グランプリ用見出し*/
      h3.gp {
        width: 100%;
        height: auto;
        margin: 8px auto 15px;
        padding: 0 0 5px 0;
        border-bottom: none;
        font-weight: bold;
        font-size: 22px;
        border-bottom: 1px solid #9f9f9f; }
      
      h4.gp {
        width: 100%;
        height: auto;
        margin: 0 auto 10px;
        padding: 0 0 0 3px;
        border-bottom: none;
        font-weight: bold;
        font-size: 15px; }
      
      .dataArea {
        width: 850px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .dataArea p {
          padding: 0 20px; }
      
      /*ul li {
        width: 98%;
        height: auto;
        margin: 0 auto;
        padding: 10px 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        position: relative; }*/
        ul li span.title {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          font-weight: bold; }
        ul li p.title {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          font-weight: bold; }
      
      .date {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        position: relative; }
      
      ul.history {
        width: auto;
        display: inline-block;
        margin: 20px auto 2px;
        float: right; }
        ul.history li {
          padding: 0;
          display: block; }
        ul.history li.head {
          width: 100%;
          margin: 0;
          padding: 0 0 0 2.5em; }
          ul.history li.head span.num {
            width: auto;
            height: 1.0em;
            margin: auto;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0; }
      
      ul.terms {
        width: auto;
        display: block;
        margin: 0 auto; }
        ul.terms li {
          padding: 0;
          display: block; }
        ul.terms li.head {
          width: 100%;
          margin: 0;
          padding: 0 0 15px 4.5em; }
          ul.terms li.head span.num {
            width: auto;
            height: 1.0em;
            margin: auto;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            font-weight: bold; }
        ul.terms li.inner {
          width: 100%;
          margin: 0;
          padding: 10px 0 0 1.5em; }
          ul.terms li.inner span.num {
            width: auto;
            height: 1.0em;
            margin: auto;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 10px;
            left: 0;
            font-weight: bold; }
      
      ul.chart {
        width: auto;
        min-width: 350px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: inline-block;
        border: 1px solid #9f9f9f; }
        ul.chart li {
          width: 100%;
          background: #fff; }
          ul.chart li:nth-child(2n) {
            background: #f0f0f0; }
      
      p.attention {
        width: 100%;
        height: auto;
        margin: 5px auto;
        padding: 0 0 0 1.3em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        position: relative; }
        p.attention:after {
          content: "※";
          width: auto;
          height: auto;
          padding: 0;
          margin: auto;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        p.attention a {
          width: auto;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline;
          text-decoration: underline;
          background: none;
          color: #1a74bc;
          line-height: 1.4; }
          p.attention a:hover {
            opacity: 1.0;
            background: none;
            text-decoration: none; }
      
      /*グリーンチャンネル*/
      h4.gc {
        width: 850px;
        height: auto;
        margin: 25px auto 10px;
        padding: 0 0 0 20px;
        border-bottom: none;
        font-weight: bold;
        font-size: 15px; }
      
      .gcImg {
        width: 290px;
        height: auto;
        margin: 0 10px 0 20px;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        float: left; }
        .gcImg img {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          border: 1px solid #9f9f9f; }
      
      .gcTxt {
        width: 480px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        float: left; }
        .gcTxt table {
          font-size: 14px; }
        .gcTxt table tr.border {
          border-top: 1px solid #9f9f9f; }
      
      .linkArea {
        width: 850px;
        height: auto;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .linkArea a {
          width: auto;
          min-width: 190px;
          height: 40px;
          min-height: 40px;
          margin: 0 5px 10px 0;
          padding: 0 15px 0 40px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block;
          background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #1a74bc;
          background-size: 7px auto;
          border-radius: 3px;
          color: #fff;
          line-height: 40px;
          font-size: 14px;
          vertical-align: top;
          text-decoration: none; }
          .linkArea a:hover {
            transition-duration: 0.8s;
            background-color: #368fcc; }
      
      /*j-place*/
      .picWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        text-align: center; }
        .picWrapper img {
          width: auto;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline; }
      
      h5 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 15px 0 3px;
        border-bottom: none;
        font-weight: bold;
        font-size: 16px; }
      
      table {
        width: 100%;
        height: auto;
        margin: 15px 10px 40px 10px;
        padding: 0;
        border-top: 1px solid #9f9f9f;
        border-bottom: 1px solid #9f9f9f;
        border-left: 1px solid #9f9f9f;
        border-right: none;
        font-size: 15px; }
        table.grandprix_scroll {
          width: 100%;
          height: auto;
          margin: 15px 10px 40px 10px;
          padding: 0;
          border-top: 1px solid #9f9f9f;
          border-bottom: 1px solid #9f9f9f;
          border-left: 1px solid #9f9f9f;
          border-right: none;
          font-size: 15px; }
        table th {
          background: #555;
          color: #fff;
          padding: 4px 0;
          text-align: center;
          border-right: 1px solid #9f9f9f; }
        table th.a {
          width: 200px; }
      
        table td.a {
          width: 350px; }
          
        table td.a1 {
          width: 17%; }
        table td.a2 {
          width: 16%; }
        table td.a3 {
          width: 8%; }
        table td.a4 {
          width: 20%; }
        table td.a5 {
          width: 12%; }
        table td.a6 {
          width: 13%; }
        table td.a7 {
          width: 12%; }
      
        table td.a11 {
          width: 60%; }
        table td.a12 {
          width: 15%; }
        table td.a13 {
          width: 15%;
          text-align: left; }
        table td.a14 {
          text-align: right; }
      
        table th.b {
          width: 150px; }
        table th.c {
          width: 250px; }
        table tr td {
          padding: 3px 0;
          border-right: 1px solid #9f9f9f;
          text-align: center;
          border:  1px solid #9f9f9f;
          }
      
      /*規約*/
      .innerContent {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
      
      h4.privacy {
        width: 100%;
        height: auto;
        margin: 10px auto 5px;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        border: none;
        font-weight: bold; }
      
      /*番号リスト*/
      ul.num {
        width: 95%;
        height: auto;
        margin: 0;
        padding: 10px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        list-style: decimal outside; }
        ul.num li {
          display: list-item;
          padding: 10px 0 0; }
      
      /*電話投票等インフォメーション*/
      .colWapper {
        width: 900px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .colWapper .itemCell {
          width: 32%;
          height: auto;
          margin: 0 2% 20px 0;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          cursor: pointer;
          float: left;
          background: #f0f0f0;
          border-radius: 3px; }
          .colWapper .itemCell:hover {
            transition-duration: 0.8s;
            opacity: 0.5; }
          .colWapper .itemCell:nth-child(3n) {
            margin: 0 0 20px 0; }
          .colWapper .itemCell img.cellPic {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 15px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
          .colWapper .itemCell h4.cellTitle {
            width: 100%;
            height: 35px;
            margin: 0 auto;
            padding: 0 0 15px 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block;
            font-size: 16px;
            border: none;
            text-align: center; }
          .colWapper .itemCell p.cellTxt {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 0 15px 15px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
      
      /*faq*/
      .qaCell {
        width: 860px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .qaCell .question {
          width: 100%;
          height: auto;
          margin: 0 auto 10px;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          background: #f0f0f0;
          border-radius: 3px;
          position: relative;
          cursor: pointer; }
          .qaCell .question:hover {
            transition-duration: 0.8s;
            opacity: 0.7; }
          .qaCell .question .openIcon {
            width: 26px;
            height: 26px;
            margin: auto;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block;
            position: absolute;
            top: 7px;
            right: 7px;
            background: #fff;
            border-radius: 50%; }
            .qaCell .question .openIcon span {
              width: 14px;
              height: 2px;
              margin: auto;
              padding: 0;
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              display: block;
              background: #1a74bc;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              transition-duration: 0.7s;
              transform: rotate(0deg); }
            .qaCell .question .openIcon span:nth-child(2) {
              transition-duration: 0.5s;
              transform: rotate(90deg); }
            .qaCell .question .openIcon.open span {
              transition-duration: 0.7s;
              transform: rotate(180deg); }
            .qaCell .question .openIcon.open span:nth-child(2) {
              transition-duration: 0.5s;
              transform: rotate(180deg); }
        .qaCell h4 {
          width: 100%;
          height: 40px;
          margin: 0 auto;
          padding: 3px 40px 3px 3px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          border: none; }
          .qaCell h4 span {
            width: 55px;
            height: 34px;
            margin: 0 10px 0 0;
            padding: 0;
            line-height: 35px;
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            display: inline-block;
            border-radius: 3px; }
            .qaCell h4 span.q {
              background: #ffd700; }
            .qaCell h4 span.a {
              background: #1a74bc;
              color: #fff; }
        .qaCell .answer {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0 0 30px 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: none; }
          .qaCell .answer .txt {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 10px 20px 10px 72px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
            .qaCell .answer .txt p {
              width: 100%;
              height: auto;
              margin: 0 auto;
              padding: 0 10px 10px;
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              display: block; }
            .qaCell .answer .txt .subTxt {
              width: 100%;
              height: auto;
              margin: 0 auto;
              padding: 5px 20px;
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              display: block; }
              .qaCell .answer .txt .subTxt h6 {
                width: 100%;
                height: auto;
                margin: 0 auto 2px;
                padding: 0;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                display: block;
                font-size: 14px;
                font-weight: bold; }
        .qaCell table.faqCourse {
          width: 350px;
          height: auto;
          margin: 20px auto 0;
          padding: 0;
          box-sizing: border-box;
          display: block; }
          .qaCell table.faqCourse th.a {
            width: 35%; }
          .qaCell table.faqCourse th.a {
            width: 65%; }
          .qaCell table.faqCourse tr:nth-child(4) {
            border-bottom: none; }
        .qaCell .tableWrapper {
          width: auto;
          height: auto;
          margin: 0 0 10px;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block; }
        .qaCell .answer .txt p.date {
          font-size: 13px;
          padding: 0;
          text-align: right; }
        .qaCell table {
          width: 100%;
          display: table;
          margin: 3px auto 10px; }
          .qaCell table tr.thCol {
            border: 1px solid #9f9f9f; }
          .qaCell table tr:nth-child(2n-1) {
            background: #f0f0f0; }
          .qaCell table tr:nth-child(4) {
            border-bottom: none; }
          .qaCell table th {
            min-width: 3.2em;
            padding: 5px;
            font-size: 13px;
            font-weight: bold; }
          .qaCell table td {
            padding: 5px;
            font-size: 13px;
            line-height: 1.2; }
            .qaCell table td span {
              font-size: 11px; }
      
      /*コンテンツ内ボタン汎用*/
      .btnWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .btnWrapper.top {
          width: 900px;
          text-align: right; }
        .btnWrapper.grandprix {
          padding: 10px 20px; }
        .btnWrapper a.linkBtn {
          width: auto;
          height: 40px;
          min-height: 30px;
          margin: 0;
          padding: 0 20px 0 35px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block;
          background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #333;
          border-radius: 3px;
          color: #fff;
          line-height: 40px;
          font-size: 14px;
          vertical-align: top;
          text-decoration: none;
          text-align: left; }
          .btnWrapper a.linkBtn:hover {
            transition-duration: 0.8s;
            opacity: 0.7; }
      
      /*english GI*/
      .engArea {
        width: 100%;
        height: auto;
        margin: 0 auto 40px;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .engArea p {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
        .engArea .pdfArea {
          width: 100%;
          height: auto;
          margin: 10px auto;
          padding: 0 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
        .engArea a.pdfBanner {
          width: 158px;
          height: 39px;
          margin: 10px 0 0;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
          .engArea a.pdfBanner:hover {
            transition-duration: 0.8s;
            opacity: 0.6; }
          .engArea a.pdfBanner img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
        .engArea a.download {
          width: auto;
          height: 40px;
          min-height: 40px;
          margin: 0 5px 0 0;
          padding: 0 15px 0 40px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block;
          background: url(../img/icon_pdf.png) 10px 50% no-repeat #1a74bc;
          background-size: 25px auto;
          border-radius: 3px;
          color: #fff;
          line-height: 40px;
          font-size: 14px;
          vertical-align: top;
          text-decoration: none; }
          .engArea a.download:hover {
            transition-duration: 0.8s;
            opacity: 0.7; }
        .engArea .btnWrapper {
          padding: 0 20px; }
        .engArea table {
          width: 100%;
          display: table; }
        .engArea tr.chartFooter {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border-top: 1px solid #9f9f9f; }
          .engArea tr.chartFooter td {
            padding: 20px 3px; }
            .engArea tr.chartFooter td:first-child {
              background: #555;
              color: #fff;
              font-weight: bold; }
        .engArea tr:nth-child(2n-1) {
          background: #f0f0f0; }
        .engArea tr:nth-child(4) {
          border: none; }
        .engArea th {
          font-size: 11px;
          padding: 0 5px; }
        .engArea td {
          font-size: 11px;
          padding: 0 3px; }
          .engArea td:nth-child(8) {
            text-align: right; }
          .engArea td:nth-child(9) {
            text-align: right; }
          .engArea td:nth-child(11) {
            text-align: right; }
      
      /*english Jpn*/
      .engAreaJpn {
        width: 100%;
        height: auto;
        margin: 0 auto 40px;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .engAreaJpn p {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
        .engAreaJpn .pdfArea {
          width: 100%;
          height: auto;
          margin: 10px auto;
          padding: 0 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
        .engAreaJpn a.pdfBanner {
          width: 158px;
          height: 39px;
          margin: 10px 0 0;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
          .engAreaJpn a.pdfBanner:hover {
            transition-duration: 0.8s;
            opacity: 0.6; }
          .engAreaJpn a.pdfBanner img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block; }
        .engAreaJpn a.download {
          width: auto;
          height: 40px;
          min-height: 40px;
          margin: 0 5px 0 0;
          padding: 0 15px 0 40px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block;
          background: url(../img/icon_pdf.png) 10px 50% no-repeat #1a74bc;
          background-size: 25px auto;
          border-radius: 3px;
          color: #fff;
          line-height: 40px;
          font-size: 14px;
          vertical-align: top;
          text-decoration: none; }
          .engAreaJpn a.download:hover {
            transition-duration: 0.8s;
            opacity: 0.7; }
        .engAreaJpn .btnWrapper {
          padding: 0 20px; }
        .engAreaJpn table {
          width: 100%;
          display: table; }
        .engAreaJpn tr.chartFooter {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border-top: 1px solid #9f9f9f; }
          .engAreaJpn tr.chartFooter td {
            padding: 20px 3px; }
            .engAreaJpn tr.chartFooter td:first-child {
              background: #555;
              color: #fff;
              font-weight: bold; }
        .engAreaJpn tr:nth-child(2n-1) {
          background: #f0f0f0; }
        .engAreaJpn tr:nth-child(4) {
          border: none; }
        .engAreaJpn th {
          font-size: 11px;
          padding: 0 5px; }
        .engAreaJpn td {
          font-size: 11px;
          padding: 0 3px; }
          .engAreaJpn td:nth-child(8) {
            text-align: right; }
          .engAreaJpn td:nth-child(9) {
            text-align: right; }
          .engAreaJpn td:nth-child(11) {
            text-align: right; }
      
      /*表彰*/
      .awardWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
        box-sizing: border-box;
        display: block; }
      
      h4.tableTitle {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        display: block;
        border-bottom: none; }
      
      .tableInner {
        width: 49%;
        height: auto;
        margin: 0 2% 0 0;
        padding: 0;
        box-sizing: border-box;
        display: block;
        float: left; }
        .tableInner:last-child {
          margin: 0; }
      
      table.award {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        display: table;
        border-top: 1px solid #9f9f9f; }
        table.award tr:nth-child(2n) {
          background: #f0f0f0; }
        table.award tr:nth-child(4) {
          border-bottom: none; }
        table.award tr th {
          border-bottom: 1px solid #9f9f9f;
          padding: 5px 10px;
          font-size: 13px; }
          table.award tr th:first-child {
            width: 50%;
            text-align: left; }
        table.award tr td {
          padding: 5px 10px;
          font-size: 13px;
          text-align: left; }
        table.award tr:last-child th {
          border-bottom: none; }
      
      /*表彰馬名*/
      .boldtitle {
          font-size: 20px;
      }
      
      /*注釈*/
      .attention {
          font-size: 11px;
          float: right;
      }

      .SP{
        display: none;
      }
}