@charset "utf-8"; 
/* CSS Document */

.section h5 {
	padding-left: 10px;
	margin-bottom: 10px;
}
.section .inner_section {
	margin-bottom: 20px;
}
.section .inner_section:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.section .inner_section div {
	width: 100%;
	float: none;
}
.section .inner_section .graph {
	float: none; 
	width: 300px;
	margin: 0 auto;
}
.play {
	width: 100%;
}
.movie {
	text-align: center;
}
iframe {
	width: 320px !important;
	height: 300px !important;
}

