/** sp guide **/
.eventDataArea{
  /*margin-top: 22px;*/
}
.formArea li{
  box-sizing:border-box;
}
.formArea .category{
  width: 91px;
}
.formArea .culb{
  width: 94px;
}
.formArea .place{
  width: 91px;
}
.formArea .event{
  width: 150px;
  margin-top: 8px;
}
.formArea .mounth{
  width: 46px;
  margin-top: 8px;
}
.formArea .secondBtn{
  width: 46px;
  display: inline-block;
  margin-top: 9px;
}
.archiveLink.eventLink a{
  font-size: 12px;
}
.archiveLink.eventLink{
  margin: 25px 0;
}
.eventInfoArea{
  /*margin-top: 22px;*/
}

.formArea{
  margin-bottom: 0;
}


.eventListWrap{
  margin: 20px 0 50px;
}
.newsList > li{
  display: table;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin: 0;
}
.newsList > li:first-child{
  border-top: 1px solid #ccc;
}
.newsList .clubemb{
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 48px;
}
.newsList .textArea{
  display: table-cell;
  text-align: left;
  padding-left: 10px;
}
.newsList .textArea .timeStamp{
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  margin:0 0 4px;
}
.newsList .textArea .leagueTag{
  display: table-cell;
    vertical-align: top;
}
.newsList .textArea .leagueTag span {
  background: #eaeaea;
  color: #555;
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 100%;
  vertical-align: middle;
  width: 120px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
.newsList .textArea .articleTit{
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 19px;
}
.newsList .textArea .articleTit a {
  color: #333;
  font-weight: bold;
}
.newsList .textArea .articleTit a:hover {
  color: #06c;
}

.newsList .textArea .infoDateIco{
  display: table;
  width: 100%;
  letter-spacing: -.40em;/*隙間用*/
}
.newsList .textArea .infoDateIco .timeStamp{
  display: table-cell;
  vertical-align: middle;
}
.newsList .textArea .infoDateIco .articleIco{
  display: table-cell;
  text-align: right;
  width: 85px;
}
.newsList .textArea .infoDateIco .articleIco img{
  margin-left: 3px;
  width: 18px;
  height: auto;
  letter-spacing: normal;/*隙間用*/
}


.infoRedTxt{
  font-size: 9px;
  color: #e60012;
  padding: 2px 0;
  font-weight: bold;
  text-align: center;
}
.infoGrayBox{
  font-size: 10px;
  background-color: #eaeaea;
  padding: 2px 14px;
  font-weight: bold;
  text-align: center;
}
.eventTableBlock .infoTxt{
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}
.eventArea .eventInfoBox{
  margin: 0 10px;
}
.eventArea .eventTable{
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 14px;
}
.eventArea .eventTable a{
  color: #06f;
}
.eventArea .eventTable tr{
    border-top: 1px solid #fff;
}
.eventArea .eventTable td{
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
}
.eventArea .eventTable .bgGray{
    background-color: #f6f6f6;
}
.eventArea .eventTable .txtBold{
  font-weight: bold;
  padding: 0 8px;
}
.eventArea .eventTable .placeTxt{
  text-align: left;
  padding-left: 8px;
}
.eventDetailTit{
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.eventTableTit.titDetail{
  padding-top: 0;
}

.eventInfoTxt{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}
.eventInfoTxt.txtBold{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.eventArea .eventTable.tableBorder{
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
}
.eventArea .eventTable.tableBorder td{
  text-align: left;
  padding-left: 8px;
}
.eventArea .eventTable.tableBorder tr{
    border-top: 1px solid #ccc;
}
.ticketBtnArea{
  margin: 30px 0 30px;
  width: 100%;
  text-align: center;
}
.ticketBtnArea .btnBlueGradArrow{
  margin: 10px auto 0;
  width: 95%;
}
.moreBtn {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.rightTopLink {
  height: 15px;
  position: relative;
  border-top: 1px solid #ccc;
}
.rightTopLink a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 10px;
}
.rightTopLink a:before {
  color: #333;
  content: "\ec600";
  font-family: "icomoon3";
  font-size: 12px;
  left: -17px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
}

.informationTXT{
  padding-top: 50px;
  line-height: 1.5;
  font-size: 14px;
}

