/** sp ticket **/
.ticketArea .ticketTableArea{
	margin-top: 20px;
}
.ticket3Btn{
  width: 100%;
  display: table;
}
.ticket3Btn li {
  display: table-cell;
  width: 33%;
  padding-right: 1%;
  vertical-align: middle;
  text-align: center;
}
.ticket3Btn li.last4Btn{
  padding-right: 0;
}
.ticket3Btn li a{
  font-size: 10px;
  font-weight: bold;
  padding: 10px 0;
  color: #333;
  background-color: #eaeaea;
  display: block;
}
.ticketArea .matchAcc.noBorder{
	border-bottom: none;
}
.ticketArea .matchAcc .matchTicketList {
  display: block;
  font-size: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0px;
  border-bottom: 1px solid #aaa;
}
.ticketArea .matchTicketList li {
  display: inline-block;
  font-size: 100%;
  vertical-align: middle;
  text-align: center;
  width: 22%;
}
.ticketArea .matchTicketList .ticketListBtn{
  padding:0 0 0 10px;
  width: 30%;
}
.ticketArea .matchAcc .matchTicketList .note{
  display: block;
  padding: 5px;
  background: #f0f0f0;
  width: 98%;
  text-align: left;
  box-sizing:border-box;
  margin: 10px auto 0;
}
.ticketArea .matchAcc .matchTicketList .note{
  font-size: 12px;
  line-height: 16px;
  }
.ticketArea .matchTicketList li span {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
.ticketArea .matchTicketList li span a{ font-weight: bold; }

.ticketArea .matchTicketList li span.btnGlayGrad {
  display: block;
}

.ticketArea .matchTicketList li .matchTeam {
  font-size: 13px;
  font-weight: bold;
}
.ticketArea .matchTicketList li .matchLiveTxt {
  font-size: 12px;
  line-height: 15px;
}
.ticketArea .accList{
	border-top: 1px solid #ccc;
}
.ticketArea .accList.secondList{
	margin-top: 20px;
}
.ticketArea .archiveLink02{
	margin-top: 25px;
}
.ttlNoLink{
  position: relative;
}
.ttlNoLink h3.logoJ1,
.ttlNoLink h3.logoJ2,
.ttlNoLink h3.logoJ3,
.ttlNoLink h3.logoYnc{
    padding-left: 90px;
}
.ttlNoLink h3 {
    background: none repeat scroll 0 0 #4f4f4f;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 10px 0;
    padding: 12px 16px;
    position: relative;
}
.ttlNoLink h3.logoJ1 span {
    background: url("/img/sp/common/parts_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    background-size: 68px 80px;
    height: 20px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 10px;
    white-space: nowrap;
    width: 68px;
}
.ttlNoLink h3.logoJ2 span {
    background: url("/img/sp/common/parts_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    background-size: 68px 80px;
    background-position: 0 -20px;
    height: 20px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 10px;
    white-space: nowrap;
    width: 68px;
}
.ttlNoLink h3.logoJ3 span {
    background: url("/img/sp/common/parts_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    background-size: 68px 80px;
    background-position: 0 -40px;
    height: 20px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 10px;
    white-space: nowrap;
    width: 68px;
}
.ttlNoLink h3.logoYnc span {
    background: url("/img/sp/common/parts_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    background-size: 68px 80px;
    background-position: 0 -60px;
    height: 20px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 10px;
    white-space: nowrap;
    width: 68px;
}

.howtolinkArea span {
    display: block;
    clear: both;
    text-align: right;
}
.howtolinkArea span a {
    display: inline-block;
    font-size: 11px;
    color: #333;
    margin-left: 10px;
}
.howtolinkArea span a:after {
    font-family: FontAwesome;
    content: "\f054";
    color: #333;
    font-size: 10px;
    padding-left: 5px;
}

.ticketArea .matchTicketList li span.matchTime,
.ticketArea .matchTicketList li span.matchPlace{
	font-size: 11px;
	display: block;
}

.ticketArea .matchTicketList li .matchTeam{
	display: block;
}

.matchTicketList li:nth-child(3){
	position: relative;
    padding-top: 17px;
}

.matchTicketList li:nth-child(3) .embS{
	position: absolute;
	top: 0;
	left: 39%;
}

ul.scoreInfo .status.live{
	font-size: 11px;
	padding: 0;
	width: 80%;
    margin: 0 auto;
}