@charset "UTF-8";
/*--------------------------------------------------------------------*\
   ⦿ PiNK UI CSS → RESET CSS
\*--------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  box-sizing: content-box;
}

div,
span {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin: 0 !important;
  font-size: 16px;
  font-size: 1.5em;
  line-height: 1;
  color: #292929;
  background-color: white;
  font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html,
body {
  min-height: 100%;
}

a:focus {
  outline: thin dotted;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

li {
  list-style: none;
  line-height: 0;
}

li a,
li p,
li span {
  line-height: 1;
}

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

code,
kbd,
pre,
samp {
  margin: 0;
  font-family: monospace, serif;
  font-size: 13px;
  font-size: 1.3rem;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 10px;
  font-size: 1.0rem;
}

sub,
sup {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

select {
  background-color: inherit;
  line-height: normal;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-size: 1.3rem;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
textarea {
  -webkit-user-select: auto;
}

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

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

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

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

/*--------------------------------------------------------------------*\
   ⦿ PiNK UI CSS → GRID SYSTEM
\*--------------------------------------------------------------------*/
.pui-wrapper {
  width: 100%;
  min-height: 100%;
}

.pui-container {
  margin: 0 auto;
  max-width: 960px;
  min-height: 100%;
}

.pui-column {
  display: block;
  float: left;
  width: 100%;
}

.pui-column-rit {
  display: block;
  float: right;
  width: 100%;
}

.pui-clear-fix,
.pui-container:after,
.pui-column:after,
.pui-column-rit:after,
.pui-column-grp:after,
.pui-clear:after {
  display: table;
  clear: both;
  content: "";
  height: 0;
}

@media (min-width: 768px) {
  .pui-grid-00 {
    width: 0%;
  }

  .pui-grid-01 {
    width: 4.16667%;
  }

  .pui-grid-02 {
    width: 8.33333%;
  }

  .pui-grid-03 {
    width: 12.5%;
  }

  .pui-grid-04 {
    width: 16.66667%;
  }

  .pui-grid-05 {
    width: 20.83333%;
  }

  .pui-grid-06 {
    width: 25%;
  }

  .pui-grid-07 {
    width: 29.16667%;
  }

  .pui-grid-08 {
    width: 33.33333%;
  }

  .pui-grid-09 {
    width: 37.5%;
  }

  .pui-grid-10 {
    width: 41.66667%;
  }

  .pui-grid-11 {
    width: 45.83333%;
  }

  .pui-grid-12 {
    width: 50%;
  }

  .pui-grid-13 {
    width: 54.16667%;
  }

  .pui-grid-14 {
    width: 58.33333%;
  }

  .pui-grid-15 {
    width: 62.5%;
  }

  .pui-grid-16 {
    width: 66.66667%;
  }

  .pui-grid-17 {
    width: 70.83333%;
  }

  .pui-grid-18 {
    width: 75%;
  }

  .pui-grid-19 {
    width: 79.16667%;
  }

  .pui-grid-20 {
    width: 83.33333%;
  }

  .pui-grid-21 {
    width: 87.5%;
  }

  .pui-grid-22 {
    width: 91.66667%;
  }

  .pui-grid-23 {
    width: 95.83333%;
  }

  .pui-grid-24 {
    width: 100%;
  }
}
/*--------------------------------------------------------------------*\
   ⦿ PiNK UI CSS → TYPOGRAPHY CSS
\*--------------------------------------------------------------------*/
[class^="pui-icon"],
[class*="pui-icon"],
[class^="-ico"],
[class*="-ico"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontsize-00 {
  font-size: 0px;
  font-size: 0rem;
}

.fontsize-01 {
  font-size: 1px;
  font-size: 0.1rem;
}

.fontsize-02 {
  font-size: 2px;
  font-size: 0.2rem;
}

.fontsize-03 {
  font-size: 3px;
  font-size: 0.3rem;
}

.fontsize-04 {
  font-size: 4px;
  font-size: 0.4rem;
}

.fontsize-05 {
  font-size: 5px;
  font-size: 0.5rem;
}

.fontsize-06 {
  font-size: 6px;
  font-size: 0.6rem;
}

.fontsize-07 {
  font-size: 7px;
  font-size: 0.7rem;
}

.fontsize-08 {
  font-size: 8px;
  font-size: 0.8rem;
}

.fontsize-09 {
  font-size: 9px;
  font-size: 0.9rem;
}

.fontsize-10 {
  font-size: 10px;
  font-size: 1rem;
}

.fontsize-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fontsize-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fontsize-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fontsize-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fontsize-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fontsize-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fontsize-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fontsize-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fontsize-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fontsize-20 {
  font-size: 20px;
  font-size: 2rem;
}

.fontsize-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fontsize-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fontsize-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fontsize-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fontsize-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fontsize-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fontsize-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fontsize-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fontsize-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fontsize-30 {
  font-size: 30px;
  font-size: 3rem;
}

.fontsize-31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.fontsize-32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fontsize-33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.fontsize-34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.fontsize-35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.fontsize-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.fontsize-37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.fontsize-38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.fontsize-39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.fontsize-40 {
  font-size: 40px;
  font-size: 4rem;
}

.fontsize-41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.fontsize-42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.lineheight-10 {
  line-height: 10px;
  line-height: 1rem;
}

.lineheight-11 {
  line-height: 11px;
  line-height: 1.1rem;
}

.lineheight-12 {
  line-height: 12px;
  line-height: 1.2rem;
}

.lineheight-13 {
  line-height: 13px;
  line-height: 1.3rem;
}

.lineheight-14 {
  line-height: 14px;
  line-height: 1.4rem;
}

.lineheight-15 {
  line-height: 15px;
  line-height: 1.5rem;
}

.lineheight-16 {
  line-height: 16px;
  line-height: 1.6rem;
}

.lineheight-17 {
  line-height: 17px;
  line-height: 1.7rem;
}

.lineheight-18 {
  line-height: 18px;
  line-height: 1.8rem;
}

.lineheight-19 {
  line-height: 19px;
  line-height: 1.9rem;
}

.lineheight-20 {
  line-height: 20px;
  line-height: 2rem;
}

.lineheight-21 {
  line-height: 21px;
  line-height: 2.1rem;
}

.lineheight-22 {
  line-height: 22px;
  line-height: 2.2rem;
}

.lineheight-23 {
  line-height: 23px;
  line-height: 2.3rem;
}

.lineheight-24 {
  line-height: 24px;
  line-height: 2.4rem;
}

.lineheight-25 {
  line-height: 25px;
  line-height: 2.5rem;
}

.lineheight-26 {
  line-height: 26px;
  line-height: 2.6rem;
}

.lineheight-27 {
  line-height: 27px;
  line-height: 2.7rem;
}

.lineheight-28 {
  line-height: 28px;
  line-height: 2.8rem;
}

.lineheight-29 {
  line-height: 29px;
  line-height: 2.9rem;
}

.lineheight-30 {
  line-height: 30px;
  line-height: 3rem;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
}

h4 {
  font-size: 30px;
  font-size: 3rem;
}

h4 {
  font-size: 28px;
  font-size: 2.8rem;
}

h5 {
  font-size: 24px;
  font-size: 2.4rem;
}

h6 {
  font-size: 20px;
  font-size: 2rem;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.pui-text-hid {
  text-indent: 200%;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
}

.pui-block-hid {
  margin: -1px;
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*--------------------------------------------------------------------*\
   ⦿ PiNK UI CSS → UTILITY
\*--------------------------------------------------------------------*/
.pui-hr-lin {
  margin: 20px 0;
  border: 0;
  border-bottom: solid 1px #cfcfcf;
}

.pui-hr-dot {
  margin: 20px 0;
  border: 0;
  border-bottom: dashed 1px #cfcfcf;
}

.pui-hr-sdw {
  margin: 20px 0;
  height: 0;
  border: 0;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #fff;
}

.pui-hr-gra {
  margin: 20px 0;
  height: 1px;
  border: 0;
  background: -webkit-linear-gradient(left, #ececec, #b4b4b4, #ececec);
  background: -moz-linear-gradient(left, #ececec, #b4b4b4, #ececec);
  background: linear-gradient(left, #ececec, #b4b4b4, #ececec);
}

/*--------------------------------------------------------------------*\
   ★ MyTicket pc -assets-common- css
\*--------------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:hover img {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
}

a:hover {
  color: #ffd201 !important;
}

h1 {
  line-height: 1.6em;
  font-size: 22px;
}

h2 {
  line-height: 1.6em;
  font-size: 24px;
  font-size: 2.2rem;
}

p {
  line-height: 1.6em;
}

textarea {
  resize: vertical;
}

.container {
  width: 100%;
  line-height: 1.4em;
  margin-bottom: 40px;
}

.container:after {
  display: table;
  clear: both;
  content: "";
  height: 0;
}

/* ---- ---- ---- ---- */
.serchplaceback {
    background: url("/images/img/back_bg.png") no-repeat;
    width: 196px;
    height: 60px;
    text-align: center;
    border: none;
    display: block;
    font-size: 19px;
    line-height: 60px;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}
a.serchplaceback:hover {
  color: #fff !important;
}
.serchplaceback:hover , .serchplace:hover , .serchplaceSmall:hover, .downloadticket:hover{
    cursor: pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    zoom: 1;
}

.serchplace {
    background: url("../images/img/next_bg.png") no-repeat;
    width: 276px;
    height: 60px;
    text-align: center;
    border: none;
    display: block;
    font-size: 18px;
    line-height: 60px;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.serchplaceSmall {
    background: url("../images/img/emptybt.png") no-repeat;
    width: 196px;
    height: 40px;
    text-align: center;
    border: none;
    display: block;
    color: #ffffff!important;
    font-size: 14px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.downloadticket {
    background: url("../images/img/print_bg.png") no-repeat;
    width: 200px;
    height: 30px;
    text-align: center;
    border: none;
    display: block;
    color: #ffffff!important;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 1px 1px #000;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.downloadstatement {
    background: url("/images/img/print_bg.png") no-repeat;
    width: 200px;
    height: 30px;
    text-align: center;
    border: none;
    display: block;
    color: #ffffff!important;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 1px 1px #000;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.changebg {
    background: url("/images/img/change_bg.png") no-repeat;
    width: 116px;
    height: 33px;
    text-align: center;
    border: none;
    display: block;
    font-size: 13px;
    line-height: 33px;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.xs-button-bg {
    background: url("/images/img/xs-button-bg.png") no-repeat;
    width: 80px;
    height: 20px;
    text-align: center;
    border: none;
    display: block;
    color: #ffffff!important;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #000;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.xs-button-bg-red {
    background: url("/images/img/xs-button-bg-red.png") no-repeat;
    width: 80px;
    height: 20px;
    text-align: center;
    border: none;
    display: block;
    color: #ffffff!important;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #000;
    font-family: "メイリオ", "Meiryo";
    padding:0;
}

.mthoverpd-con
{
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 40px;
    vertical-align: top;
    margin: 0px 15px;
    cursor: default;
}

.mthoverpd
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
}

.mthoverpd-chld > .mthoverpd
{
    left: 150px;
}

.mthoverpd-chld,
.mthoverpd-label
{
    background-color: #aaaaaa;
    color: #ffffff;
    line-height: 40px;
    padding-left: 10px;
    width: 150px;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    display: block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: solid 1px #999999;
    cursor: default;
}

a.mthoverpd-chld
{
    cursor: pointer;
}

.mthoverpd-con .mthoverpd-label
{
    background-color: #f9f9f9;
    border-bottom: solid 1px #f9f9f9;
}

.mthoverpd-con:hover .mthoverpd-label
{
    background-color: #aaaaaa;
    border-bottom: solid 1px #999999;
}

.mthoverpd-chld:hover,
.mthoverpd-chld > .mthoverpd > .mthoverpd-chld
{
    background-color: #444444;
    border-bottom: solid 1px #555555;
}

.mthoverpd-chld > .mthoverpd > .mthoverpd-chld:hover
{
    background-color: #555555;
    border-bottom: solid 1px #666666;
}

.mthoverpd-chld
{
    display: none;
}

.mthoverpd-label:after
{
    content: '\25bc';
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
}

.mthoverpd:hover > .mthoverpd-chld,
.mthoverpd-chld:hover > .mthoverpd,
.mthoverpd-chld:hover > .mthoverpd > .mthoverpd-chld
{
    display: block;
}

/* ---- ページ全体 ---- */
header,
#contents,
#backtop,
footer {
  min-width: 1110px;
}
.leftvariantcontainer {
  margin: 0 -360px 0 0;
  width: 100%;
  float: left;
}
.leftvariant {
  margin: 0 360px 0 20px;
  padding: 0 10px;
}
.leftvariant_no {
  margin: 0 20px 0 20px;
  padding: 0 10px;
}
.rightside {
  margin: -40px 20px 0 0;
  padding: 0 10px;
  width: 310px;
  float: left;
}
.solidcontent {
  margin: 0 auto;
  width: 1110px;
}

/* ---- エラーメッセージポップアップ ---- */
.error_popup{
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:1001;
    background:#CCC;
    opacity:0.8;
    display:none;
}
.error_popup_inner{
    width:400px;
    height:200px;
    margin:auto;
    background:black;
    position:fixed;
    z-index:1002;
    left:36%;
    top:10%;
    border-radius:10px;
    display:none;
}
.error_popup_header{
    width:100%;
    height:50px;
    background:#ffb500;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-top:-1px;
}
.error_popup_contain{
    width:100%;
    height:152px;
    background:white;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.error_title{
    margin: auto;
    width: 170px;
    text-align: center;
    height: 35px;
    padding-top: 15px;
    font-weight: bold;
}
.error_content{
    margin: auto;
    width: 350px;
    margin-top: 2px;
    height: 35px;
    color: red;
    padding-top:25px;
}
.error_popup_close{
    margin: auto;
    width: 350px;
    height: 35px;
    padding-top:10px;
    font-weight: bold;
}
.error_popup_btn_close{
    width:100px;
    height:25px;
    margin:auto;
    text-align:center;
    background:#ffb500;
    padding-top:10px;
    border-radius:5px;
    cursor:pointer;
}
.error_popup_btn_close:hover , .error_popup_btn_ok:hover{
    opacity:0.4;
}
.error_popup_ok{
    margin: auto;
    width: 350px;
    height: 35px;
    padding-top:10px;
    font-weight: bold;
    display:none;
}
.error_popup_btn_ok{
    width:100px;
    height:25px;
    margin:auto;
    text-align:center;
    background:#ffb500;
    padding-top:10px;
    border-radius:5px;
    cursor:pointer;
}
.centered_btn {
	text-align:center;
}
.centered_btn div {
	width:100px;
}

/* ---- ログイン/新規登録ポップアップ ---- */
#direct_popup_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.8;
  display: none;
}
#direct_popup_wrapper,
#registered_popup_wrapper {
  position: fixed;
  max-height: 90%;
  z-index: 11;
  top: 10%;
  left: 50%;
  overflow-y: auto;
  display: none;
}
#direct_popup_wrapper {
  margin-left: -240px;
  width: 480px;
}
#registered_popup_wrapper {
  margin-left: -280px;
  width: 560px;
}
.direct_popup {
  display: none;
  border-radius: 6px;
  padding: 6.25% 8.33%;
  height: auto;
  background-color: #fff;
}
#directlogin_popup h1,
#directregister_popup h1 {
  font-size: 18px;
  text-align: center;
}
#registered_popup h1 {
  font-size: 20px;
}
.direct_popup hr {
  border: none;
  height: 1px;
  background-color: #ededed;
}
.direct_popup p {
  font-size: 14px;
}
.direct_popup p:not(.my_mb_error) {
  margin-bottom: 10px;
}
.direct_popup input[type="text"],
.direct_popup input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 10px;
  height: 40px;
  background-color: #faffbd;
}
.direct_popup input#login_id,
.direct_popup input#login_pw,
.direct_popup input#email,
.direct_popup input#password {
  width: 94.5%;
}
.direct_popup input#birth_year {
  width: 104px;
}
.direct_popup input#birth_month,
.direct_popup input#birth_day {
  width: 48px;
}
.direct_popup button {
  margin: 16px auto;
  border-radius: 4px;
  display: block;
}
.direct_popup a {
  color: #427ec0;
  cursor: pointer;
}
.direct_popup .other_link {
  text-align: center;
}
#retister_birthday input {
  text-align: center;
  vertical-align: bottom;
}

/* ---- 白ヘッダ ---- */
header {
  border-bottom: 1px #eeeeee solid;
  height: 100px;
  background-color: #ffffff;
}
#headerlogo {
  margin: 27px 0 0 29px;
  width: 200px;
  height: 63px;
  font-size: 16px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#headerright {
  margin-left: -230px;
  width: 100%;
  float: right;
}
#headerlogin {
  margin: 11px 40px 11px 230px;
  min-width: 300px;
  float: right;
}
#headerlogin li {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  float: left;
  overflow: hidden;
  font-size: 13px;
}
.loggedin,
.loggedin a {
  color: #231815;
}
.headerusername {
  font-weight: bold;
}
#registerlink,
#loginlink {
  width: 144px;
  text-align: center;
}
#registerlink {
  margin-right: 12px;
  border-radius: 4px;
  background-color: #f5d917;
}
#loginlink {
  border-radius: 4px;
  background-color: #666;
}
#registerlink a,
#loginlink a {
  width: 100%;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  display: block;
}
#registerlink a {
  color: #000000;
}
#registerlink a:hover  {
  color: #000000 !important;
}
#loginlink a{
  color: #ffffff;
}
#loginlink a:hover {
  color: #ffffff !important;
}
#headermenu {
  margin: 0 25px;
  width: 330px;
  display: table;
  clear: right;
  float: right;
}
#headermenu li {
  width: 110px;
  line-height: 1.02;
  text-align: center;
  display: table-cell;
}
#headermenu li a {
  color: #7c8a8a;
  font-size: 12px;
}
#eventsearchcontainer {
  margin: 0;
  max-width: 900px;
}
#eventsearch {
  height: 42px;
  float: right;
}
#eventsearch input[type="text"] {
  margin-right: -62px;
  border: 1px #7c8a8a solid;
  border-radius: 8px;
  padding: 12px 72px 12px 12px;
  width: 414px;
  height: 16px;
  background-image: url("/images/img/searchicon.png");
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  float: left;
}
#eventsearchbutton {
  margin: 0;
  border: 0;
  padding: 0;
  width: 62px;
  height: 42px;
  opacity: 0;
  display: inline-block;
}

/* ---- ページ本体 ---- */
#contents {
  background-color: #fff;
  clear: both;
}
.breadcrumb_zone {
  margin: 0;
  padding: 0 40px;
  height: 28px;
  background-color: #efefef;
  background-image: url("/images/img/breadcrumb_bg.png");
  line-height: 28px;
  font-size: 14px;
  vertical-align: middle;
  box-shadow: 0 2px 2px #dddddd inset;
}
.breadcrumb_zone img {
  margin: 0 8px;
}
.breadcrumb_zone,
.breadcrumb_zone a {
  color: #7c8a8a;
}
.breadcrumb {
  margin-top: 3px;
  margin-bottom: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
#backpage {
  cursor: pointer;
}
#page_title {
  margin-left: 20px;
  font-size: 24px;
}

.bottomcontents {
  width: 980px;
  margin: 0 auto;
}
.bottomcontents h2 {
  background: #f9f9f9;
  border: 1px solid #dedede;
  border-left: 5px solid #fe9800;
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
  text-align: left !important;
}
.bottomcontents table {
  border: solid 1px #dedede;
  margin: 20px 0;
  margin-bottom: 30px;
}
.bottomcontents th {
  background: #f9f9f9;
  height: 46px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.bottomcontents td {
  border-top: solid 1px #dedede;
  height: 46px;
  text-align: center;
  vertical-align: middle;
}

.eventmakeplace {
 width: 800px;
 font-size: 13px;
 margin: 0 auto;
}

.syousai {
  width: 116px;
  height: 33px;
  margin-left: 20px;
}
.syousai2 {
  padding: 5px 0;
  width: 116px;
  height: 33px;
  margin-left: 20px;
}
.syousai3 {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 116px;
  height: 33px;
}
.warning {
  background-color:#FF4286;
  text-align: center;
  color: white;
}
.mandatory {
  color: #d0021b;
}
.mintext {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ---- フッタ ---- */
#backtop {
  margin: 16px auto 20px;
  width: 880px;
  color: #666666;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
  clear: both;
}
#backtop img {
  margin-right: 10px;
}
footer {
  width: 100%;
  background-color: #4d4d4d;
  margin-top: 20px;
}
.undergnav {
  margin: 0 auto;
  width: 1110px;
  display: table;
}
.undergnavcontents {
  width: 222px;
  display: table-cell;
}

.undergnavcontents h1,
.undergnavcontents li {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 14px;
}
.undergnavcontents h1 {
  color: #ffe326;
}
.undergnavcontents h1 img {
  margin-right: 10px;
  vertical-align: middle;
}
.undergnavcontents li {
  margin-left: 24px;
}
.undergnavcontents a {
  color: #ffffff;
}

.copyright {
  padding-top: 34px;
  padding-bottom: 34px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
}

.new_icon {
  display: inline-block;
  margin-bottom: 3px;
  border: 1px solid red;
  padding: 1px 3px;
  background-color: yellow;
  color: red;
  font-size: 12px;
  font-weight: bold;
}


/* ---- pager ---- */
.pager_number {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pager_pagging {
  margin-left: 5px;
}
.pager_pagging a {
  text-decoration: none;
}
.pager_pagging .page {
  background-color: #FCA305;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 7px;
  margin: 2px 2px 5px 2px;
  float: left;
}
.pager_pagging .inactive {
  color: #AC6666;
}
.pager_pagging .current {
  color: #fff;
}


/* ---- 指定席 配置状況表テーブル 共通 ----
 /eventmake/seat
 /eventmanage/seat
 ---- */
table.seat_allocation {
  margin: 35px auto 0;
}
table.seat_allocation th,
table.seat_allocation td {
  padding: 0 4px;
  border: solid 1px #dedede;
  height: auto;
}
table.seat_allocation th {
  background-color: #f9f9f9;
}
table.seat_allocation th:first-child {
  width: 100px;
  text-align: left;
}
table.seat_allocation thead th {
  width: 120px;
  text-align: center;
}
table.seat_allocation tbody th,
table.seat_allocation thead th.seat_type {
  text-align: left;
}
table.seat_allocation td {
  text-align: right;
}
table.seat_allocation td.unallocated {
  color: red;
}


/* ---- 自由席 販売数テーブル 共通 ----
 /eventmake/number
 /eventmanage/number
 /eventmanage/reserve/number
 /event/detail
 ---- */
.number_table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.number_table tfoot {
  border-top: solid 1px #dedede;
}
.number_table th,
.number_table td {
  padding: 3px 40px;
  width: auto;
  vertical-align: middle;
}
.number_table th {
  height: 40px;
  font-weight: normal;
}
.number_table th.typename,
.number_table th.number,
.number_table th.remain,
.number_table td.remain {
  text-align: center;
}
.number_table th.price,
.number_table td.price,
.number_table td.number {
  text-align: right;
}
.number_table th.price,
.number_table td.price,
.number_table th.remain,
.number_table td.remain {
  padding-left: 0px;
}
.number_table th.price,
.number_table td.price {
  width: 128px;
}
.number_table th.remain,
.number_table td.remain {
  width: 160px;
}
.number_input {
  width: 64px;
}
.number_change .number_input {
  color: red;
}


/* --------  （イベント一覧表 共通） -------- */
table.event_list {
  margin: 20px auto 20px 30px;
  font-size: 14px;
}
table.event_list td {
  line-height: 1.4;
}
table.event_list thead th{
  background-color: #f4b084;
  white-space: nowrap;
}
table.event_list th,
table.event_list td {
  border: 1px solid #ddd;
  padding: 6px;
  vertical-align: middle;
}
table.event_list td a.event_name {
  color: #000;
  text-decoration: underline;
}
table.event_list td.score {
  text-align: center;
}


/* ---- その他 ---- */
.my_mb_error {
  color: #FF0000;
}
.sheetframe {
  border: 1px solid #dedede;
}
