@charset "utf-8";

.oushou_wrap{
  padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #ff5400;
    display: inline-block;
    text-align: center;
}

.oushou_main{

}

.center{
  text-align: center;
}

.broadcast {
  margin-right: 5px;
}
.stream{

}

@media ( min-width : 600px ){

    .flexbox {
      width: 700px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
    }
  .broadcast,
  .stream {
    -webkit-flex: 1;
    flex: 1;
    background: none;

  }
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.broadcast {
  width:50%;
}
.stream{
 width:50%;
}

.flexbox {
  width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}

.broadcast,
.stream {
  -webkit-flex: 1;
  flex: 1;
  background: none;

}
