/*****************************************************************************
 CSS only for /sr/eventreport/
*****************************************************************************/
/*
 Set
*****************************************************************************/

/* Sp footer nav
-----------------------------------------*/
.mod_footerlink{
    background: #e8e8e8;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink{
  background-color: transparent;
}
}

.mod_footerlink ul{
  margin: 0 auto;
  width: 967px;
  padding: 20px 0 20px 0;
  overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul{
  width: auto;
  padding:0;
  border-top: none;
}
}
.mod_footerlink ul li {
  margin: 0 0 0 -1px;
  padding: 0 30px 0 30px;
  display: inline-block;
  border-left: solid 1px #d7d7d7;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul li {
  margin: 0;
  padding:0;
  display: block;
  border-top: solid 1px #d7d7d7;
  border-left:none;
}
}
.mod_footerlink ul li:first-child {
  padding-left: 0px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 15px;
  font-size: 120%;
}
.mod_footerlink ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}









