@charset "utf-8";

/* CSS Document */

#main {
  padding-bottom: 500px;
}

#contents {
  background-image: url(../../common/images/sidebar-bg.jpg), url(../../common/images/sidebar-bg-bottom.jpg), url(../images/tournament_bg.jpg);
  background-position: left 350px, left 350px , bottom right -50px;
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-color: white;
}


h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

h4 {
  background-color: #c9c3ab;
  margin-bottom: 20px;
}

h4 span  {
  color: #fff;
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.2em;
  width: auto;
}

.contents01 {}

.contents01 h3.contentsTitle {
  background: linear-gradient(45deg, #0081a3 25%, rgba(0, 129, 163, 0) 25%, rgba(0, 129, 163, 0) 75%, #0081a3 75%, #0081a3), linear-gradient(45deg, #0081a3 25%, rgba(0, 129, 163, 0) 25%, rgba(0, 129, 163, 0) 75%, #0081a3 75%, #0081a3);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  padding: 40px;
}

.contents01 h3.contentsTitle span {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  background-color: #fff;
  display: block;
  text-align: center;
}

.contents02 {
  padding: 40px;
}


/*部門順位や総合順位について*/
.rank p {
  margin-bottom: 35px;
  line-height: 1.8;
}

/*
.notes-list {
  padding: 10px 20px 5px 15px;
  margin-bottom: 25px;
  background-color: rgba(0, 129, 163, 0.11);
  border-radius: 5px;
}

.notes-list li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  padding-bottom: 5px;
}
*/

.terminology-box {
  margin-bottom: 25px;
  background-color: rgba(0, 129, 163, 0.11);
  border-radius: 5px;
}

.terminology-box h5 {
  color: #fff;
  background-color: #0081a3;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
.terminology-list {
  padding: 10px 20px 5px 15px;
  margin-bottom: 25px;
}
.terminology-list > dt {
  color: #0081a3;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.terminology-list > dd {
  margin-bottom: 10px;
}
.details-list {
  padding: 15px;
  margin: 5px 0 25px;
  border: 1px dashed #0081a3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.details-list > dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 160px;
}
.details-list > dt::before {
  color: #0081a3;
  content: "●";
  display: inline-block;
  padding-right: 3px;
  line-height: 1.2;
}
.details-list > dt > span {
  font-size: 12px;
  padding-left: 10px;
  vertical-align: baseline;
}
.details-list > dd {
  margin-bottom: 10px;
  margin-top: 5px;
  width: calc(100% - 165px);
}


.result-list {
  padding: 15px 20px;
  background-color: #efeae4;
  background-image: url(../images/stopwatch_icon.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 10px left -15px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
}
.result-item-year {
  padding-left: 5px;
}

.result-item-year span {
  color: #0081a3;
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.result-item-button {
  width: 200px;
  position: relative;
  background-color: #5faabd;
  border-radius: 8px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.26);
  padding-bottom: 5px;
}

a.result-item-button-text {
  width: calc(100% - 50px);
  height: 100%;
  padding: 20px 25px;
  display: block;
  text-decoration: none;
  background-color: #0081a3;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

a.result-item-button-text:link,
a.result-item-button-text:visited {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
a.result-item-button-text:link:hover,
a.result-item-button-text:visited:hover {
  background-color: rgba(0, 129, 163, 0.5);
}

a.result-item-button-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) ;
  left: 15px;
  top: calc(50% - 7.5px);
}
a.result-item-button-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/pdf_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: calc(50% - 12.5px);
}
