
@charset "utf-8";

#contents-main {
    margin: -70px auto 0;
}
#contents .page-ttl {
    background: url(http://cdn.l-tike.com/fifaclubworldcup2016/images/page_ttl_ticket_bg.jpg) center top no-repeat;
    background-size: cover;
}

/*
common
------------------------------ */
.comment {
	font-size: 12px;
}
.comment li {
	margin-bottom:10px;
}

/* ticket-desc
------------------------------ */
.ticket-desc {
  margin-top: 5px;
}
.ticket-desc dt {
  margin-top: 20px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
}
.ticket-desc dd {
  margin-top: 2px;
  font-size: 12px;
}
.ticket-desc .buy {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}

/* ticket
------------------------------ */
#ticket .ticket-list {
  margin: 20px auto;
}
#ticket .ticket-list table {
  width: 100%;
  border: 0;
  text-align: center;
}
#ticket .ticket-list tr {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#ticket .ticket-list th {
  padding: 15px 0;
  background: #e5e5e5;
  border-right: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
#ticket .ticket-list .btm th {
  padding: 5px 0 10px;
  font-size: 10px;
  border-right: none;
}
#ticket .ticket-list th.last {
  border-right: 1px solid #e5e5e5;
}
#ticket .ticket-list td {
  padding: 20px 10px;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 12px;
}
#ticket .ticket-list td.price {
  line-height: 2;
  font-size: 14px;
}
#ticket .ticket-list td .seat a {
  display: block;
  margin-top: 5px;
  padding: 2px 0;
  background: #f2f2f2;
  text-align: center;
  font-size: 14px;
}
#ticket .ticket-list td .seat a:hover {
  background: #0087e6;
  color: #fff;
  text-decoration: none;
}
#ticket p {
  margin-top: 10px;
  font-size: 12px;
}
#ticket .icon {
  margin-top: 20px;
  font-size: 14px;
}
#ticket .icon span {
  display: inline-block;
  padding: 5px 20px 5px 0;
}
#ticket .icon img {
  padding-right: 10px;
  vertical-align: top;
}


/* notice
------------------------------ */
.notice {
  margin-top: 15px;
  font-size: 12px;
}
.notice li {
	margin-bottom: 10px;
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

/* contact
------------------------------ */
#contact p {
  margin-top: 10px;
  font-size: 14px;
}
#contact p.first {
  margin-top: 15px;
}

/* info
------------------------------ */
.info {
  margin-top: 5px;
}
.info dt {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
}
.info dd {
  margin-bottom: 30px;
  font-size: 14px;
}
.info .is-banner li {
	display: inline-block;
}

/*
access
------------------------------ */
.map_left {
	padding-top:30px;
	margin:0 30px 30px 0;
	float:left;
}
.map_right {
	padding-top:30px;
	float:left;
}
.map_right ul {
	margin-bottom:30px;
}

/*
FAQ
------------------------------ */

.help_buy_list {
	margin-bottom:50px;
}
.help_buy_list dt {
	width:160px;
	float:left;
	clear:both;
}
.help_buy_list dd {
	width:300px;
	float:left;
}
.q_txt {
	font-weight:bold;
	text-indent: -2.5em;
    padding-left: 35px;
}
.q_txt b {
	padding-right:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0d6fb8;
}
.a_txt {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #cccccc;
	text-indent: -2.5em;
    padding-left: 35px;
}
.a_txt b {
	padding-right:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e60012;
}

/*
stipulation
------------------------------ */
.stipulation ul {
	margin:20px 0;
}
.stipulationlist {
	margin-bottom:30px;
}
.stipulationlist > li {
	margin-bottom: 10px;
    margin-left: 20px;
    list-style-type: decimal;
    list-style-position: initial;
}

/* guide
------------------------------ */
.guide {
  margin-top: 5px;
}
.guide dt {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
}
.guide dd {
  margin-bottom: 30px;
  font-size: 12px;
}
.guide dd li {
}

/* willcall
------------------------------ */
.will_list li {
	list-style-type: disc;
    list-style-position: inside;
}
.will_step_list {
	margin: 20px 0 0;
}
.will_step_list li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
	padding: 15px;
	border: 1px solid #666;
	height: 110px;
}
.will_step_list li:first-child,
.will_step_list li:last-child{
	width: 18%;
}
.will_step_list li.arrow {
    padding-top: 50px;
    font-size: 20px;
    font-weight: bold;
	border: none;
}
.will_step_list li strong {
	font-weight: bold;
    font-size: 16px;
}
.operating_table{
	margin: 20px auto 0;
}
.operating_table td {
    padding: 10px 80px;
    border: 1px solid #666;
    text-align: center;
    vertical-align: middle;
}
.operating_table td.cal01 {
	background-color: #b1e4e4;
}
.operating_table td.cal02 {
	background-color:#1C71D5;
	color: #fff;
}
.operating_table td.cal03 {
	background-color:#cccccc;
}
.operating_table td.cal04 {
	background-color:#E5710B;
	color: #fff;
}
.will_note {
    margin: 10px auto 0;
    display: block;
    text-align: center;
}
.will_map_img {
	width: 40%;
    float: left;
    margin: 20px 20px 0 0;
}
.will_map_right {
	padding-top: 30px;
    float: left;
	width: 50%;
}



