﻿@charset "utf-8";

/*------------ .tw_box ------------ */

.tw_timeline {
	background: #82D6FD;
}
.tw_timeline h2 {
  background: url(../images/top/timeline_tit.png) no-repeat;
  width: 333px;
  height: 102px;
}
.tw_timeline .timeline_inner {
  background: #a6e3ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 623px;
  margin: 0 auto;
  padding: 10px;
  min-height: 250px;
}

.timeline_inner iframe {
	max-width: 620px !important;
	width: 620px !important;
}
.timeline {
	max-width: 620px !important;
}
.stream {
	width: 100% !important;
}

/*
.timeline .timeline_inner iframe {
  width: 620px !important;
}

.stream {
	width: 100% !important;
}
*/
