@charset "utf-8";

/* タブ部分色指定 */
.tab .list.here{
  background: #e41622;
}
.tab .list03 .title{
  color: #ffffff;
}
.pager_title{
  color: #ffffff;
}

.bgWhile01{
  background: url("../../../img/v3/ultraman/ultra_bg_while02.png") repeat-x center bottom;
}
.bgWhile02{
  background: url("../../../img/v3/ultraman/ultra_bg_while01.png") repeat-x center bottom;
}
.bgWhile03{
  background: url("../../../img/v3/ultraman/ultra_bg_while01.png") repeat-x center bottom;
}

.bgWhile04{
  background: url("../../../img/v3/ultraman/ultra_bg_while02.png") repeat-x center bottom;
}

.block01 {
  background: url("../../../img/v3/ultraman/ultra_bg02.png") center top;
}
.block02 {
  background: url("../../../img/v3/ultraman/ultra_bg01.png") center top;
}
.block03 {
  background: url("../../../img/v3/ultraman/ultra_bg02.png") center top;
}


.detailBlock {
    overflow: hidden;
    padding: 5px 35px 10px;
    background-color: #e41622;
    border-radius: 10px 10px 0 0;
}

.bukatsuTopInfoBox{
  padding-bottom: 20px;
}
.bukatsuTopInfoBox .bukatsuTopContentBox ul li {
  background-color: #017ddd;
}
.bukatsuTopInfoBox{
  background-image:url("/img/v3/bukatsu/index/dot_pattern/dot_pattern04_red.png");
  background-repeat: repeat;
}

@media screen and (max-width:768px){
  .bukatsuTopInfoBox{
    margin-top: 10px;
  }
  .detailBlock {
    border-radius: 0;
    padding: 5px 0px 10px;
  }
}