ul.sss_tab {
  margin: 0px;
  padding: 0px;
  border-bottom: 5px solid #014099
}
ul.sss_tab{
  font-size: 0px;
}

ul.sss_tab li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  margin-right:4px;
}
ul.sss_tab li:last-child{
  margin-right:0px;
}

ul.sss_tab li a {
  width: 155px;
  padding: 5px 2px;
  border: 2px solid #014099;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 50px;
  background: url(../sss_img/sssb_back01.jpg);
  color: white;
  display: block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

ul.sss_tab li a:hover {
  background: url(../sss_img/sssb_back02.jpg);
  color: #fff;
  border: 2px solid #890303;
  border-bottom: none;
  display: block;
  opacity: 1;
  box-shadow: none;
}

ul.sss_tab li span {
  font-size: 10px;
  line-height: 20px;
}

ul.sss_tab li.this a {
  background: url(../sss_img/sss_back04.jpg);
  pointer-events: none;
  border: none;
  box-shadow: none;
  width: 160px;
  height: 65px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  font-weight: bold;
}

ul.sss_tab li.no_link a {
  background: url(../sss_img/sssb_back01.jpg);
  pointer-events: none;
  box-shadow: none;
  opacity: .5;
  color: rgba(255, 255, 255, .5)
}

ul.sss_tab li.final a {
  background: url(../sss_img/sssb_back03.jpg);
  position: relative;
}

ul.sss_tab li.final.this a {
  background: url(../sss_img/sssb_back04.jpg);
  position: relative;
}

ul.sss_tab li.final a:before {
  content: "Final";
  background: #ffcc00;
  color: black;
  border-radius: 2px;
  padding: 0 2px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 5px
}

img.sss_img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #014099
}

.sss_navi {
  margin: 20px 0 50px;
}

a.sss_pre, a.sss_nex {
  float: left;
  width: 120px;
  height: 60px;
  display: block;
  padding: 10px 5px;
  border: 2px solid #014099;
  background: url(../sss_img/sssb_back01.jpg);
  color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

a.sss_pre {
  text-align: right;
  border-radius: 25px 0px 0 25px;
}

a.sss_nex {
  border-radius: 0px 25px 25px 0px;
  text-align: left;
}

.sss_pre span, .sss_nex span {
  font-size: 10px;
  margin-left: 2px;
}

a.nigyou {
  padding: 20px 5px 0;
}

.sss_cen {
  float: left;
  width: 580px;
  margin: 0 10px;
}

.sss_rac {
  background: url(../sss_img/sss_back03.jpg) bottom;
  position: relative;
  font-size: 26px;
  height: 30px;
  padding: 15px 0 5px 60px;
  font-weight: bold;
}

.sss_rac:before {
  content: url(../sss_img/sss_logo.png);
  transform: scale(0.65);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
}

.final_bg {
  background: url(../sss_img/sss_back05.jpg) bottom
}

.sss_rac span {
  background: #ffcc00;
  color: black;
  border-radius: 2px;
  padding: 0 2px;
  font-size: 12px;
  margin-right: 5px;
}

.sss_nam {
  display: block;
  background: url(../sss_img/sss_back02.jpg);
  height: 35px;
  margin: 0px 0 0 0px;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  padding: 0 10px;
}

.sss_nam a {
  float: right;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.sss_nam a:hover {
  opacity: .4
}

.sss_sei {
  float: left;
  width: 100px;
  display: blcok;
  margin-right: 25px;
}

.sss_sei a {
  width: 100%;
  height: 26px;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  border: 2px solid #014099;
  border-radius: 5px;
  background: url(../sss_img/sssb_back01.jpg);
  color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  text-align: center;
}

a.final {
  background: url(../sss_img/sssb_back03.jpg);
  position: relative;
}

a.final:before {
  content: "Final";
  background: #ffcc00;
  color: black;
  border-radius: 2px;
  padding: 0 2px;
  font-size: 12px;
  margin-right: 5px;
}

.sss_sei a:hover, a.sss_pre:hover, a.sss_nex:hover {
  background: url(../sss_img/sssb_back02.jpg);
  color: #fff;
  display: block;
  opacity: 1;
  box-shadow: none;
  border: 2px solid #890303
}

.no_linkb {
  background: url(../sss_img/sssb_back02.jpg);
  pointer-events: none;
  border: none;
  box-shadow: none !important;
  opacity: .2;
  color: rgba(255, 255, 255, .5);
}

.comment {
  margin-bottom: 60px;
}