style_202104.css 554 Bytes
Newer Older
Jung Kwangkyu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
@charset "UTF-8";

.tb-wrap {
  border: 3px solid #EBF4FB;
  border-radius: 4px;
}
.ad-area{
  top: 0;
  right: 20px;
}
canvas {
  width: 80%;
  height: 200px;
}

.tb-item {
  counter-increment: item;
}
.tb-item label:after {
  content: counters(item,"");
}

/* 工程一覧 */
#process-list h1{
  font-size: 20px;
}
#process-list .ar-box{
  min-height: 50px;
  font-weight: normal;
}
#process-list .sp-down img{
  width: 35px;
}

@media (min-width: 768px) {
  .del-btn,.sv-btn,.sb-btn{
    min-width: 150px;
  }
}