@charset "UTF-8";
/* CSS Document */

#imokiri .reviews {
	margin: 0 auto;
	padding: 0;
	background: url(/ec/products/32400/img/beniharuka2_03.jpg) no-repeat;
	text-align: center;
}
#imokiri .reviews .movie iframe {
	width: 550px;
	height: 310px;
}

#imokiri .producer {
	margin: 0 auto;
	padding: 0;
	background: url(/ec/products/32400/img/beniharuka3_02.jpg) no-repeat;
	text-align: center;
}
#imokiri .producer .movie iframe {
	width: 480px;
	height: 270px;
}

#imokiri .recipe_movie {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#imokiri .recipe_movie iframe {
	width: 800px;
	height: 450px;
}

#attention {
  border: 3px solid #E60039;
  border-radius: 10px;
  color: #333333;
  font-size: 18px;
  line-height: 150%;
  margin: 30px 15px 15px;
}
#attention .sp {
  display: none !important;
}
#attention h3 {
  background: #E60039;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  margin: 0;
  padding: 15px;
  text-align: center;
}
#attention h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin: 1em 0;
  padding: 0 15px;
}
#attention h4.point {
  color: #E60039;
}
#attention p {
  margin: 1em 0;
  padding: 0 15px;
}
#attention p strong {
  color: #E60039;
}