@charset "utf-8";
div.float_box {
  width: 202px;
  float: right;
  margin-left: 1em;
}
div.float_box p {
  text-align: center;
}
div#item div.float_box p.img_box {
  margin: 0;
}
div.float_box p img {
  max-width: 202px;
}

@media only screen and (max-width: 700px) {
	iframe {
	width: 100%;
	}
}

div.outer {
  display: flex;
  justify-content: space-between;
}
div.inner {
  width: 45%;
}


.ire {
	font-size:16px;	
	margin-bottom: 2em;
}
@media only screen and (max-width: 700px)  {
	.ire {
	font-size:13px;	
}
	}