@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.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: #0560bf;
}

.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 #0560bf;
}

.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;
  text-align: justify;
}

.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-child(6) {
  margin-left: 0;
}

.p-sec .photo a:nth-child(10) {
  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 .teamphoto a + a {
  margin-top: 5px;
}