@charset "UTF-8";
/*----------------------
	EXTEND
------------------------*/
/*----------------------------------------------------------
	LINK
------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #008edf;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

a.link-white {
  color: #FFFFFF;
  text-decoration: none;
}

a.link-white:active,
a.link-white:hover,
a.link-white:focus {
  text-decoration: underline;
}

a.link-tel {
  color: #000000;
  text-decoration: none;
}

/*----------------------------------------------------------
	TITLE
------------------------------------------------------------*/
h2 {
  border-left: 1px solid #00626b;
}

#titleWp {
  background: #f7f3e8;
  border-bottom: 2px solid #FFFFFF;
}

h4.st {
  background: #f2f2ed;
}

h5.sst {
  font-weight: bold;
  color: #006469;
}
h5.sst:before {
  content: "";
  display: inline-block;
  background: #006469;
}

@media screen and (min-width: 641px), print {
  #titleWp h2 {
    width: 979px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 32px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
  }

  #main h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
  }
  #main h4 {
    height: 45px;
    padding-left: 15px;
    line-height: 45px;
    font-size: 22px;
    font-weight: normal;
  }
  #main h4.st {
    height: 45px;
    line-height: 45px;
    padding-left: 13px;
    margin-bottom: 20px;
    font-size: 22px;
    border-left: 5px solid #006469;
  }
  #main h5.sst {
    font-size: 18px;
    margin: 20px 0 5px;
  }
  #main h5.sst:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  br.hideSP {
    display: block;
  }

  br.hidePC {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 18px;
  }

  #titleWp {
    padding-left: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #FFFFFF;
  }
  #titleWp h2 {
    padding: 10px 10px 0;
  }

  #main h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  #main h4 {
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
  }
  #main h4.st {
    padding: 5px 5px 5px 8px;
    font-size: 16px;
    border-left: 3px solid #006469;
    margin-top: 15px;
  }
  #main h5.sst {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
  #main h5.sst:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  br.hidePC {
    display: block;
  }

  br.hideSP {
    display: none;
  }
}
/*----------------------------------------------------------
	TOPIC PATH
------------------------------------------------------------*/
@media screen and (min-width: 641px), print {
  #tpWp {
    background: #f5f5f5;
  }

  #tp {
    width: 1000px;
    margin: 0 auto;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  #tp a {
    color: #000;
  }
}
@media screen and (max-width: 640px) {
  #tpWp {
    display: none;
  }
}
/*----------------------------------------------------------
	TABLE
------------------------------------------------------------*/
.basic-table table {
  width: 100%;
}
.basic-table table th, .basic-table table td {
  background: #f7f5ec;
}
.basic-table table th:first-child, .basic-table table td:first-child {
  border-left: none;
}
.basic-table table .even th, .basic-table table .even td {
  background: #eeede7 !important;
}
.basic-table table th {
  text-align: center;
  font-weight: normal;
}
.basic-table table thead th {
  background: #7c7667 !important;
  color: #FFFFFF;
}

.summary-table1 table {
  width: 100%;
}
.summary-table1 table th, .summary-table1 table td {
  border: 1px solid #dadad4;
  text-align: center;
  font-weight: normal;
}
.summary-table1 table thead th {
  background: #eeede7;
}

.summary-table2 table {
  width: 100%;
}
.summary-table2 table th, .summary-table2 table td {
  border: 1px solid #dadad4;
  text-align: left;
  font-weight: normal;
}
.summary-table2 table th {
  background: #eeede7;
}

.summary-table3 table {
  width: 100%;
}
.summary-table3 table th, .summary-table3 table td {
  border: 1px solid #dadad4;
  text-align: center;
  font-weight: normal;
}
.summary-table3 table th {
  font-weight: bold;
}
.summary-table3 table thead th {
  background: #eeede7;
}

.price-table table {
  width: 100%;
}
.price-table table th, .price-table table td {
  border: 1px solid #dadad4;
  font-weight: normal;
}
.price-table table th {
  font-weight: bold;
}
.price-table table thead th {
  background: #eeede7;
}
.price-table table tbody th {
  background: #F0FBFF;
}

@media screen and (min-width: 641px), print {
  .basic-table table th, .basic-table table td {
    border-left: 2px solid #FFFFFF;
  }
  .basic-table table thead th {
    padding: 0;
    height: 30px;
  }
  .basic-table table tbody th, .basic-table table tbody td {
    padding: 13px 20px;
  }

  .summary-table1 table th, .summary-table1 table td,
  .summary-table2 table th,
  .summary-table2 table td,
  .summary-table3 table th,
  .summary-table3 table td {
    padding: 5px 10px;
  }

  .price-table table th, .price-table table td {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 640px) {
  .basic-table table th, .basic-table table td {
    padding: 5px;
    border-left: 1px solid #FFFFFF;
  }
  .basic-table table thead th {
    white-space: nowrap;
  }
  .basic-table table tbody th {
    white-space: nowrap;
    border-left: 1px solid #FFFFFF;
  }
  .basic-table table tbody td {
    padding-left: 5px;
  }

  .summary-table2 table th {
    margin-top: 10px;
  }
  .summary-table2 table th, .summary-table2 table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: block;
    padding: 5px;
  }

  .price-table table th, .price-table table td {
    padding: 5px;
  }

  .summary-table3 table td, .summary-table3 table th {
    font-size: 13px;
    padding: 5px;
  }
}
/*----------------------------------------------------------
	LIST
------------------------------------------------------------*/
.basic-list li {
  padding: 5px 5px 5px 0;
  border-bottom: 1px dotted #d5d5d5;
  text-indent: -1em;
  padding-left: 2em;
}
.basic-list li.even, .basic-list li:nth-child(even) {
  background: #eeede7;
}

ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .basic-list li {
    font-size: 12px;
    padding: 8px 5px 8px 1.5em;
  }
}
/*----------------------------------------------------------
	BUTTON
------------------------------------------------------------*/
a.btn {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #69a402;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
a.btn:link, a.btn:visited, a.btn:active, a.btn:hover, a.btn:focus {
  text-decoration: none;
}
a.btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

a.btn-list {
  position: relative;
  display: inline-block;
  *display:  inline;
  *zoom:  1;
  padding: 5px 23px;
  background: #FFFFFF;
  border: 1px solid #e3bc36;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}
a.btn-list:active, a.btn-list:hover, a.btn-list:focus {
  background: #e3bc36;
  color: #FFFFFF;
}

a.btn-detail {
  display: inline-block;
  *display:  inline;
  *zoom:  1;
  padding: 5px 23px;
  background: #FFFFFF;
  border: 1px solid #0069a2;
  text-decoration: none;
  font-size: 14px;
}
a.btn-detail:active, a.btn-detail:hover, a.btn-detail:focus {
  background: #0069a2;
  color: #FFFFFF;
}

a.btn-auto-width {
  position: relative;
  display: inline-block;
  *display:  inline;
  *zoom:  1;
  color: #FFFFFF;
  background: #69a402;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
a.btn-auto-width:link, a.btn-auto-width:visited, a.btn-auto-width:active, a.btn-auto-width:hover, a.btn-auto-width:focus {
  text-decoration: none;
}
a.btn-auto-width:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

@media screen and (min-width: 641px), print {
  a.btn {
    width: 400px;
    height: 50px;
    line-height: 50px;
  }

  a.btn-auto-width {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  a.btn {
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  a.btn-list,
  a.btn-detail {
    padding: 5px 45px;
  }

  a.btn-auto-width {
    padding: 5px 20px;
  }
}
/*----------------------------------------------------------
	TOPICS
------------------------------------------------------------*/
#topics {
  color: #e8340c;
  background: #FFFFFF;
}
#topics a {
  color: #e8340c;
}

@media screen and (min-width: 641px), print {
  #topics {
    padding: 10px 15px;
    margin-bottom: 30px;
    border: 3px solid #e8340c;
    font-size: 16px;
  }
  #topics span {
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  #topics {
    border: 2px solid #e8340c;
    padding: 5px;
  }
}
/*----------------------------------------------------------
	TICKET INFO
------------------------------------------------------------*/
#ticket-info {
  background: #FFFFFF;
  border: 1px solid #e8340c;
  color: #e8340c;
}
#ticket-info table {
  width: 100%;
  color: #e8340c;
}
#ticket-info table th {
  background: #e8340c;
  color: #FFFFFF;
  text-align: center;
}
#ticket-info table a {
  color: #e8340c;
}

@media screen and (min-width: 641px), print {
  #ticket-info {
    margin-bottom: 30px;
  }
  #ticket-info th {
    width: 216px;
    font-size: 20px;
  }
  #ticket-info td {
    padding: 7px 12px;
    margin-left: 228px;
  }
  #ticket-info .date {
    vertical-align: top;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  #ticket-info {
    margin-bottom: 10px;
  }
  #ticket-info table {
    width: 100%;
  }
  #ticket-info th, #ticket-info td {
    display: block;
  }
  #ticket-info th {
    padding: 3px 0 5px;
    font-size: 14px;
  }
  #ticket-info td {
    padding: 5px;
  }
  #ticket-info td:nth-of-type(2) {
    padding-top: 0;
  }
  #ticket-info .date {
    padding-bottom: 0;
  }
}
/*----------------------------------------------------------
	DOCOMO BANNER
------------------------------------------------------------*/
@media screen and (min-width: 641px), print {
  .docomoSwf {
    margin-top: 10px;
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .docomoSwf {
    margin: 20px 0;
    text-align: right;
  }
  .docomoSwf img {
    zoom: .5;
  }
}
/*----------------------------------------------------------
	COMMON OTHER
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.i-event {
  padding-left: 15px;
  background: url(/koshien/img/common/i_event.gif) no-repeat center left;
}

a.link {
  padding-right: 20px;
  background: url(/koshien/img/common/link.gif) no-repeat center right;
}

a.link-text {
  padding-right: 10px;
  background: url(/koshien/img/common/link_text.gif) no-repeat right center;
}

a.link-text2 {
  padding-right: 10px;
  background: url(/koshien/img/common/link_text.png) no-repeat right center;
}

a.link-pdf {
  padding-right: 20px;
  background: url(/koshien/img/common/link_pdf.gif) no-repeat center right;
}

a.link-img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a.link-box {
  display: block;
  color: #FFFFFF;
}
a.link-box:link, a.link-box:visited, a.link-box:active, a.link-box:hover, a.link-box:focus {
  text-decoration: none;
}
a.link-box:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  float: right;
  margin-left: 20px !important;
}

.img-l {
  float: left;
  margin-right: 20px !important;
}

.img-c {
  text-align: center;
}

.red {
  color: #cc0000;
}

.MarkMaru {
  color: #0c86db;
}

.MarkSankaku {
  color: #cc0000;
}

.MarkBatu {
  color: #000000;
}

.t-playguide {
  color: #00656c;
}

.t-toraPia {
  color: #3366cc;
}

.t-lawson {
  color: #009ee0;
}

span.ex,
span.pre {
  padding: 1px 10px;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 10px;
}

span.ex {
  background: #0c86db;
}

span.pre {
  background: #CC0000;
}

.Sat {
  color: #0000FF;
}

.Sun {
  color: #CC0000;
}

a.bnr-koticket {
  display: block;
  background: #FFFFFF;
  color: #006469;
  text-align: center;
  text-decoration: none;
}
a.bnr-koticket:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

@media screen and (min-width: 641px), print {
  a.bnr-koticket {
    width: 539px;
    height: 64px;
    margin: 0 auto;
    line-height: 64px;
    font-size: 18px;
    border: 3px solid #006469;
    position: relative;
  }
  a.bnr-koticket img {
    padding: 8px 0 8px 14px;
  }
}
@media screen and (max-width: 640px) {
  a.bnr-koticket {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    margin: 10px 0;
    text-align: left;
    border: 1px solid #006469;
    font-size: 12px;
  }
  a.bnr-koticket img {
    width: 110px;
    height: auto;
    position: absolute;
    top: 4px;
    right: 5px;
  }

  img.w-auto {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=common.css.map */
