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

#topics_index #insta_live{
    margin:60px auto;
    width: 960px;
    background: url("/lpi/joshibu/img/vol02/bg_top.png") no-repeat top center, url(/lpi/joshibu/img/vol02/bg_btm.png) no-repeat bottom center;
}
#topics_index #insta_live h1{
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #cf4b7b;
    text-shadow: 2px 2px 2px #fff;
    line-height: 1.4;
    padding-top: 50px;
}
#topics_index #insta_live h1 span{
    font-size: 50px;
}
#topics_index #insta_live .theme{
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #849bff;
  text-shadow: 2px 2px 2px #fff;
  margin: 20px 0;
  line-height: 1.4;
}
#topics_index #insta_live .theme span{
    font-size: 60px;
}
#topics_index #insta_live .guest{
  font-weight: bold;
  font-size: 39px;
  text-align: center;
  color: #849bff;
}
#topics_index #insta_live .profile{
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    margin-bottom:20px
}
#topics_index #insta_live .book{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

#topics_index #insta_live ul{
    display: flex;
    flex-wrap: wrap;
    width: 960px;
}
#topics_index #insta_live ul li{
    flex: 0 0 37%;
    margin:0 auto;
    padding:0;
}
#topics_index #insta_live ul li:nth-of-type(2){
    flex: 0 0 63%;
    text-align: center;
    padding:0 30px;
}
#topics_index #insta_live ul li:nth-of-type(3){
  flex: 0 0 100%;
  text-align: center;
  padding-bottom: 60px;
}