@charset "UTF-8";
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  background: transparent; }

body {
  line-height: 1.5; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

html {
  font-size: 14px;
  min-width: 320px; }
  @media only screen and (max-width: 639px) {
    html {
      font-size: 12px; } }

body {
  color: #212121;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 24px;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (max-width: 639px) {
    body {
      background: #fff; } }

a {
  color: #0061CB;
  text-decoration: underline; }
  @media only screen and (min-width: 640px), print {
    a:hover {
      text-decoration: none; } }

img {
  max-width: 100%;
  margin: 0;
  -webkit-touch-callout: none; }

div, dl, dt, dd, ul, li, p, span, tr, th, td, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE; }
  table th {
    background: #F8F8F6;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    vertical-align: middle; }
  table td {
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    vertical-align: middle;
    background: #FFF; }

#layoutWrap {
  overflow: hidden;
  min-width: 990px;
  position: relative; }
  @media only screen and (max-width: 639px) {
    #layoutWrap {
      width: 100%;
      min-width: 0; } }

#header {
  min-width: 980px;
  position: relative;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s; }
  #header.active {
    opacity: 1;
    filter: alpha(opacity=100); }
  @media only screen and (max-width: 639px) {
    #header {
      background: url(/assets/images/50th/common/line_sp.png) repeat-x center bottom/auto 2px #fff;
      height: 61px;
      min-width: 100%;
      width: 100%;
      padding-bottom: 2px;
      position: fixed; } }

#headerContents {
  width: 980px;
  height: 66px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 639px) {
    #headerContents {
      background: #fff;
      height: 59px;
      width: 100%;
      z-index: 1; } }
  #headerContents .headerLogo {
    position: absolute; }
    @media only screen and (max-width: 639px) {
      #headerContents .headerLogo {
        width: 68px;
        margin-left: 10px; } }
  #headerContents .headerTitle {
    display: inline-block;
    padding-left: 170px; }
    @media only screen and (max-width: 639px) {
      #headerContents .headerTitle {
        padding-left: 80px;
        padding-top: 10px; }
        #headerContents .headerTitle img {
          height: 33px; } }
  #headerContents .headerBtn {
    float: right;
    margin-top: 16px;
    position: relative; }
    @media only screen and (max-width: 639px) {
      #headerContents .headerBtn {
        display: none; } }
    #headerContents .headerBtn:before {
      content: '';
      background: url(/assets/images/50th/common/btn_header_kokuritsu_on.png) no-repeat left top;
      position: absolute;
      top: 0;
      right: 140px;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
    #headerContents .headerBtn:hover:before {
      right: 0; }

@media only screen and (max-width: 639px) {
  #headerContents .gNavTrigger {
    background: url(/assets/images/50th/common/bg_gnav_trigger.png) no-repeat center top;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10; }
    #headerContents .gNavTrigger span {
      background: #fff;
      display: block;
      height: 3px;
      left: 10px;
      position: absolute;
      -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      width: 20px; }
      #headerContents .gNavTrigger span.top {
        top: 10px; }
      #headerContents .gNavTrigger span.middle {
        top: 18px; }
      #headerContents .gNavTrigger span.bottom {
        top: 27px; }
    #headerContents .gNavTrigger.closeMenu .top {
      top: 20px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #headerContents .gNavTrigger.closeMenu .middle {
      left: 20px;
      width: 0; }
    #headerContents .gNavTrigger.closeMenu .bottom {
      top: 20px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); } }
#gnavWrap {
  background: url(/assets/images/50th/common/bg_gnav.png) repeat-x center top;
  min-width: 990px; }
  @media only screen and (max-width: 639px) {
    #gnavWrap {
      min-width: 0;
      width: 100%;
      background: url(/assets/images/50th/common/bg_gnav_sp.png) repeat center top;
      position: relative; } }

#gnav {
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
  padding-left: 170px; }
  @media only screen and (max-width: 639px) {
    #gnav {
      display: none;
      width: 100% !important;
      padding-left: 0; }
      #gnav.active {
        display: block; } }
  #gnav li {
    box-sizing: unset;
    float: left;
    border-right: 1px solid #fff;
    position: relative; }
    @media only screen and (min-width: 640px), print {
      #gnav li:before {
        content: '';
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -ms-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -ms-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      #gnav li:hover:before, #gnav li.current:before {
        opacity: 1;
        filter: alpha(opacity=100); }
      #gnav li a {
        position: relative; } }
    @media only screen and (max-width: 639px) {
      #gnav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        float: none !important; }
        #gnav li.close {
          text-align: center;
          border-bottom: none; }
        #gnav li img {
          height: 52px; } }

.contentBlock {
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 639px) {
    .contentBlock {
      width: 100%; } }

.section {
  position: relative; }

#footerWrap {
  background: url(/assets/images/50th/common/bg_footer.png) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 100; }

#footer {
  width: 980px;
  margin: 0 auto;
  overflow: hidden; }
  #footer .leftBlock {
    padding: 32px 0 60px; }
    @media only screen and (max-width: 639px) {
      #footer .leftBlock {
        padding: 0; } }
  #footer .rightBlock {
    padding: 62px 0 0; }
    @media only screen and (max-width: 639px) {
      #footer .rightBlock {
        padding: 0; } }
  @media only screen and (max-width: 639px) {
    #footer {
      width: 100%; }
      #footer .logo img {
        height: 92px;
        margin: 20px auto; } }

#pageTop {
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: -25px;
  right: 25px;
  bottom: auto; }
  #pageTop.fixed {
    position: fixed;
    top: auto;
    bottom: 25px; }
    @media only screen and (max-width: 639px) {
      #pageTop.fixed {
        bottom: 0; } }
  #pageTop a {
    border: 1px solid #be8915;
    background: #be8915;
    width: 43px;
    height: 43px;
    float: right;
    position: relative; }
    #pageTop a:before {
      content: '';
      background: url(/assets/images/50th/common/btn_pagetop_on.png) no-repeat center top #fff;
      position: absolute;
      top: 43px;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: all 0.2s ease; }
    @media only screen and (min-width: 640px), print {
      #pageTop a:hover:before {
        top: 0;
        opacity: 1; } }
  @media only screen and (max-width: 639px) {
    #pageTop {
      right: 0; } }

#footerLink {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  float: left;
  padding: 12px 80px 0 0; }
  #footerLink li {
    margin-bottom: 27px; }
  #footerLink a {
    display: inline-block;
    background: url(/assets/images/50th/common/icon_arrow_footer.png) no-repeat left 5px;
    color: #fff;
    text-decoration: none;
    padding-left: 20px; }

@media only screen and (min-width: 640px), print {
  #footerLink a:hover {
    text-decoration: underline; } }
#footerBnr {
  float: right; }
  @media only screen and (max-width: 639px) {
    #footerBnr {
      float: none;
      padding-bottom: 20px; } }
  #footerBnr li {
    margin-bottom: 25px; }
    @media only screen and (max-width: 639px) {
      #footerBnr li {
        margin-bottom: 10px; } }
    #footerBnr li a {
      /*background: #fff;*/
      display: block; }
      @media only screen and (max-width: 639px) {
        #footerBnr li a {
          background: none; } }
      #footerBnr li a img {
        transition: all 0.2s ease; }
        @media only screen and (max-width: 639px) {
          #footerBnr li a img {
            margin: 0 auto;
            height: 57px; } }
      @media only screen and (min-width: 640px), print {
        #footerBnr li a:hover img {
          opacity: 0.7; } }

#copyRightWrap {
  background: #333;
  color: #fff;
  font-size: 12px; }
  @media only screen and (max-width: 639px) {
    #copyRightWrap {
      padding: 10px 0; } }

#copyRight {
  line-height: 52px;
  width: 980px;
  margin: 0 auto;
  overflow: hidden; }
  @media only screen and (max-width: 639px) {
    #copyRight {
      width: 100%;
      line-height: 24px; } }

.leftBlock {
  float: left;
  overflow: hidden; }

.rightBlock {
  float: right;
  overflow: hidden; }

@media only screen and (max-width: 639px) {
  .leftBlock, .rightBlock {
    float: none;
    text-align: center; } }
.switch {
  display: none !important; }

@media only screen and (min-width: 640px), print {
  .switch.l {
    display: block !important; } }
@media only screen and (min-width: 640px) and (max-width: 979px) {
  .switch.m {
    display: block !important; } }
@media only screen and (max-width: 639px) {
  .switch.s {
    display: block !important; } }
@media only screen and (min-width: 640px), print {
  .scrollUp {
    -moz-transform: matrix(1, 0, 0, 1, 0, 50);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    -ms-transform: matrix(1, 0, 0, 1, 0, 50);
    transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .scrollUp.active {
      -moz-transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1;
      filter: alpha(opacity=100); } }
@media print {
  .scrollUp {
    opacity: 1;
    filter: alpha(opacity=100); } }

@media only screen and (min-width: 640px), print {
  #header {
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

  .fixed #headerPos {
    height: 141px; }
  .fixed #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8); } }
#contentLink {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: visible; }
  @media only screen and (min-width: 640px), print {
    #contentLink #accordionList {
      width: 990px;
      margin: auto;
      font-size: 0; }
      #contentLink #accordionList > li {
        display: inline-block;
        margin-left: 49px; }
        #contentLink #accordionList > li:first-child {
          margin: 0; }
        #contentLink #accordionList > li .accordionTrigger {
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
          #contentLink #accordionList > li .accordionTrigger.active {
            padding-bottom: 250px; }
            #contentLink #accordionList > li .accordionTrigger.active .btn img {
              opacity: 0;
              filter: alpha(opacity=0); }
        #contentLink #accordionList > li .trigger01 {
          background: url(/assets/images/50th/common/btn_accordion_01_on.png) no-repeat; }
        #contentLink #accordionList > li .trigger02 {
          background: url(/assets/images/50th/common/btn_accordion_02_on.png) no-repeat; }
        #contentLink #accordionList > li .trigger03 {
          background: url(/assets/images/50th/common/btn_accordion_03_on.png) no-repeat; }
        #contentLink #accordionList > li img {
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #contentLink #accordionList a {
        display: block; }
      #contentLink #accordionList .btn:hover img, #contentLink #accordionList a:hover img {
        opacity: 0;
        filter: alpha(opacity=0); }
      #contentLink #accordionList .accordion {
        position: absolute;
        width: 100%;
        height: 0;
        top: 200px;
        left: 0;
        overflow: hidden; }
        #contentLink #accordionList .accordion.active {
          height: auto;
          padding-top: 17px;
          border-bottom: 1px solid #C49E50; }
        #contentLink #accordionList .accordion .accordionBg {
          border-top: 1px solid #C49E50;
          background: #F3ECD0; }
          #contentLink #accordionList .accordion .accordionBg .accordionInner {
            position: relative;
            width: 950px;
            height: 100%;
            margin: auto;
            padding: 40px 26px; }
            #contentLink #accordionList .accordion .accordionBg .accordionInner:before {
              display: block;
              position: absolute;
              content: "";
              top: -17px;
              width: 33px;
              height: 17px;
              background: url(/assets/images/50th/common/bg_content_1_list.png) no-repeat; }
        #contentLink #accordionList .accordion.accordion01 .accordionInner:before {
          left: 115px; }
        #contentLink #accordionList .accordion.accordion01 li {
          margin-left: 29px; }
        #contentLink #accordionList .accordion.accordion03 li {
          margin-left: 29px; }
        #contentLink #accordionList .accordion.accordion03 .accordionInner:before {
          left: 800px; }
        #contentLink #accordionList .accordion ul {
          text-align: left; }
          #contentLink #accordionList .accordion ul li {
            display: inline-block;
            width: 280px; }
            #contentLink #accordionList .accordion ul li:first-child {
              margin-left: 0; }
            #contentLink #accordionList .accordion ul li span {
              display: inline-block;
              margin-top: 10px;
              font-size: 14px;
              line-height: 22px; }
        #contentLink #accordionList .accordion img {
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #contentLink #accordionList .accordion a {
          display: block; }
          #contentLink #accordionList .accordion a.info {
            background: url(/assets/images/50th/common/btn_accordion_01_01_on.png) no-repeat; }
          #contentLink #accordionList .accordion a.history {
            background: url(/assets/images/50th/common/btn_accordion_01_02_on.png) no-repeat; }
          #contentLink #accordionList .accordion a.thanks {
            background: url(/assets/images/50th/common/btn_accordion_01_03_on.png) no-repeat; }
          #contentLink #accordionList .accordion a.exhibition {
            background: url(/assets/images/50th/common/btn_accordion_03_01_on.png) no-repeat; }
          #contentLink #accordionList .accordion a.appreciation {
            background: url(/assets/images/50th/common/btn_accordion_03_02_on.png) no-repeat; }
          #contentLink #accordionList .accordion a.event {
            background: url(/assets/images/50th/common/btn_accordion_03_03_on.png) no-repeat; }
          #contentLink #accordionList .accordion a:hover img {
            opacity: 0;
            filter: alpha(opacity=0); } }
  @media only screen and (max-width: 639px) {
    #contentLink {
      margin-top: 20px; }
      #contentLink #accordionList > li {
        margin-top: 20px; }
        #contentLink #accordionList > li:first-child {
          margin-top: 0; }
      #contentLink #accordionList .accordion {
        display: none;
        padding-top: 18px; }
        #contentLink #accordionList .accordion .accordionBg {
          border: 1px solid #C49E50;
          background: #F3ECD0; }
        #contentLink #accordionList .accordion .accordionInner {
          position: relative;
          padding: 20px; }
          #contentLink #accordionList .accordion .accordionInner:before {
            display: block;
            position: absolute;
            content: "";
            width: 33px;
            height: 17px;
            top: -17px;
            left: 50%;
            margin-left: -16px;
            background: url(/assets/images/50th/common/bg_content_1_list.png) no-repeat; }
          #contentLink #accordionList .accordion .accordionInner ul li {
            margin-top: 15px;
            text-align: left; }
            #contentLink #accordionList .accordion .accordionInner ul li:first-child {
              margin-top: 0; }
            #contentLink #accordionList .accordion .accordionInner ul li span {
              display: inline-block;
              margin-top: 5px;
              line-height: 20px; }
      #contentLink .trigger01 .btn, #contentLink .trigger02, #contentLink .trigger03 .btn {
        display: block;
        width: 300px;
        margin: auto; }
      #contentLink .trigger01 img, #contentLink .trigger03 img {
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #contentLink .trigger01.active .btn img, #contentLink .trigger03.active .btn img {
        opacity: 0;
        filter: alpha(opacity=0); }
      #contentLink .trigger01 {
        background: url(/assets/images/50th/common/btn_accordion_01_on_sp.png) no-repeat center top;
        background-size: 300px; }
      #contentLink .trigger03 {
        background: url(/assets/images/50th/common/btn_accordion_03_on_sp.png) no-repeat center top;
        background-size: 300px; } }

@media only screen and (min-width: 640px), print {
  #setTicket {
    position: relative;
    text-align: center; }
    #setTicket ul {
      margin: 0 auto 30px;
      overflow: hidden; }
    #setTicket li {
      display: inline-block;
      font-size: 0; }
      #setTicket li img {
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #setTicket li.bnr01 {
        float: left; }
      #setTicket li.bnr02 {
        float: right; }
      #setTicket li:hover img {
        opacity: 0;
        filter: alpha(opacity=0); } }
@media only screen and (max-width: 639px) {
  #setTicket {
    width: 300px;
    margin: 0 auto 20px; }
    #setTicket .bnr02 {
      margin-top: 10px; } }
