@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.p-sec {
  /*区切り付きテーブルゴールド
  ---------------------------------------------------------------------------*/
}

.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt .wrap ul.list li {
  padding: 6px;
  padding-left: 35px;
}

.p-sec .p-ctt .wrap ul.list li a {
  color: #333;
  text-decoration: none;
}

.p-sec .p-ctt .wrap ul.list li a:hover {
  color: #f97601;
}

.p-sec .p-ctt .wrap ul.list li.winning {
  background: url(../images/icon1.png) no-repeat 0 50%;
}

.p-sec .p-ctt .wrap ul.list li.report {
  background: url(../images/icon2.png) no-repeat 3px 40%;
}

.p-sec .team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 720px;
  padding: 25px;
  margin: 20px auto 0;
  -moz-border-radius: 6px;
       border-radius: 6px;
  border: 3px solid #f97601;
}

.p-sec .team_wrap .teamname_box {
  width: 314px;
  margin-left: 20px;
}

.p-sec .team_wrap .teamname_box img + img {
  margin-top: 5px;
}

.p-sec .team_wrap .teamname_box .team_name {
  margin-top: 15px;
  padding-left: 10px;
}

.p-sec .team_wrap a {
  display: block;
}

.p-sec .team_wrap a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.p-sec .team_wrap a:hover {
  opacity: .8;
}

.p-sec .prizes .prize {
  display: block;
  width: 100%;
  height: 42px;
  background: url(../img/prize.png) no-repeat 0 0;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-weight: bold;
  font-size: 16px;
  color: #ffd600;
  text-shadow: 0px 0px 5px #000;
}

.p-sec .prizes .prize + .prize {
  margin-top: 5px;
}

.p-sec .report_wrap {
  margin: 0px 60px;
}

.p-sec .report_wrap img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.p-sec .report_wrap p + p {
  margin-top: 20px;
}

.p-sec .photo {
  border: 1px solid #ccc;
  margin: 0px 60px;
  margin-top: 30px;
  padding: 20px 0px 20px 40px;
}

.p-sec .photo p {
  margin-bottom: 10px;
}

.p-sec .photo a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding: 10px;
  width: 158px;
  background: #eaeaea;
  -moz-border-radius: 3px;
       border-radius: 3px;
  display: inline-block;
}

.p-sec .photo a:hover {
  opacity: .8;
}

.p-sec .photo a + a {
  margin-left: 15px;
  margin-bottom: 18px;
}

.p-sec .photo a:nth-of-type(4n-3) {
  margin-left: 0;
}

.p-sec .photo2 {
  border: 1px solid #ccc;
  margin: 0px 60px;
  margin-top: 30px;
  padding: 20px 0px 20px 40px;
}

.p-sec .photo2 p {
  margin-bottom: 10px;
}

.p-sec .photo2 a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding: 10px;
  width: 208px;
  background: #eaeaea;
  -moz-border-radius: 3px;
       border-radius: 3px;
  display: inline-block;
}

.p-sec .photo2 a:hover {
  opacity: .8;
}

.p-sec .photo2 a + a {
  margin-left: 15px;
  margin-bottom: 18px;
}

.p-sec .photo2 a:nth-child(5) {
  margin-left: 0;
}

.p-sec .photo2 a:nth-child(8) {
  margin-left: 0;
}

.p-sec .backlink {
  margin-top: 40px;
  text-align: center;
}

.p-sec .backlink a {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #ccc;
}

.p-sec .table_main2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 860px;
  margin: 20px auto 0;
  background: #ffffff;
}

.p-sec .table_main2 img {
  padding: 0px;
}

.p-sec .table_main2 th.t_top {
  text-align: right;
  width: auto;
  color: #000000;
  font-style: bold;
  border-top: #cdbb9c 1px solid;
  border-right: #cdbb9c 5px solid;
  background: #efe9e0;
  padding: 10px;
}

.p-sec .table_main2 th {
  text-align: right;
  text-valign: middle;
  width: auto;
  color: #000000;
  font-style: bold;
  border-bottom: #cdbb9c 1px solid;
  border-left: #cdbb9c 1px solid;
  border-right: #cdbb9c 5px solid;
  background: #efe9e0;
  padding: 10px;
}

.p-sec .table_main2 td.t_top {
  width: auto;
  border-top: #cdbb9c 1px solid;
}

.p-sec .table_main2 td {
  width: auto;
  border-bottom: #cdbb9c 1px solid;
  border-right: #cdbb9c 1px solid;
  text-align: left;
  text-valign: middle;
  padding: 10px;
}
