@charset "utf-8";
/* CSS Document */



/* ~~~ 応募者・建物名 ~~~ */
.contest-building { width: 100%;margin-bottom: 10px; }
.contest-building th,
.contest-building td  {
  padding: 8px 8px 4px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.contest-building th { width: 100px; }

/* ~~~ 作品を見る ~~~ */
.arrow a { font-size: 15px; }



/* ~~~ 建物写真（before → after） ~~~ */
.contest-unit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  text-align: center;
}
.contest-outer {
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.contest-outer:nth-child(1) { width: calc(40% - 5px); }
.contest-outer:nth-child(2) { width: 10px;padding: 100px 0 0; }
.contest-outer:nth-child(3) { width: calc(60% - 5px); }
.contest {
  width: 100%;
  padding: 0;
  text-align: center;
}
/* 改装前、改装後 */
.contest p {
  margin-bottom: 10px;
  font-size: 116%;
}
/* triangle */
.triangle{
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #666666;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width:750px) {
  .contest-outer:nth-child(1) { width: 100%; }
  .contest-outer:nth-child(2) { display: block;width: 100%;padding: 10px 0; }
  .contest-outer:nth-child(3) { width: 100%; }
  .triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666666;
  }
}
@media screen and (max-width:430px) {
  .contest-outer:nth-child(3) img { width: 100%;height: auto; }
}

/* 改装コンセプト */
.renovation-concept { margin-bottom: 50px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;font-size: 15px; }
.renovation-concept h4 {
  display: inline-block;
  border-radius: 3px;
  background: #70ac42;
  color: #fff;
  padding: 2px 10px 1px;
  margin: 5px 0 5px 0;
}
.renovation-concept h5 { font-size: 15px;font-weight: bold; }
.renovation-concept p { margin-bottom: 0.5rem; }
.renovation-concept ol { margin-bottom: 0.5rem; }

.renovation-concept .link { margin-top: 15px; }
.renovation-concept .link span { font-size: 13px; }

/* コンテスト受賞作品一覧（外壁改装作品/改装作品　exterior-award-list.html/remodeling-award-list.html） */
.award-list-tbl-unit { width: 100%; }

.award-list-tbl-a { float: left;width: 170px; }
.award-list-tbl-b { width: 560px;margin-left: -1px;overflow: hidden;}
.award-list-tbl-c { float: left;width: 170px;overflow: hidden; }
.award-list-tbl-d { width: 560px;overflow: auto; }

.award-list-tbl-a table { width: 170px; }
.award-list-tbl-b table { width: 560px;margin-left: -1px;}
.award-list-tbl-c table { width: 170px;margin-top: -1px; }
.award-list-tbl-d table { width: 560px;margin-top: -1px;margin-left: -1px; }

.award-list-tbl th,
.award-list-tbl td { height: 34px;padding: 5px 2px;border: 1px solid #c9c9c9;box-sizing: border-box;vertical-align: middle; }
.award-list-tbl th { background: #f0f0f0;text-align: center;/*vertical-align: middle;*/ }
.award-list-tbl-c td { text-align: center; }
.award-list-tbl-d td { padding: 5px 8px; }

.award-list-tbl-a th:nth-child(1) { width: 80px; }
.award-list-tbl-a th:nth-child(2) { width: 90px; }
.award-list-tbl-b th:nth-child(1) { width: 235px; }
.award-list-tbl-b th:nth-child(2) { width: 235px; }
.award-list-tbl-b th:nth-child(3) { width: 90px; }
.award-list-tbl-c td:nth-child(1) { width: 80px;/*vertical-align: middle;*/ }
.award-list-tbl-c td:nth-child(2) { width: 90px; }
.award-list-tbl-d td:nth-child(1) { width: 235px; }
.award-list-tbl-d td:nth-child(2) { width: 235px; }
.award-list-tbl-d td:nth-child(3) { width: 90px;text-align: center; }

@media screen and (max-width:750px){
  .award-list-tbl-unit { border-right: 1px solid #c9c9c9; }
  .award-list-tbl-a { width: 170px; }
  .award-list-tbl-a table { width: 170px; }
  .award-list-tbl-b { width: calc(100% - 170px); }
  .award-list-tbl-c { width: 170px; }
  .award-list-tbl-c table  { width: 170px;margin-top: -1px; }
  .award-list-tbl-d { width: calc(100% - 170px); }
}

/*tr.hv th { background: #e6f2f5!important; }*/
/*tr:not(.total).hv td.item { background: #e6f2f5!important; }*/
tr.hv td { background: #e6f2f5; }
.award-list-tbl-c tr.hv td[rowspan] { background: #fff; }
