@charset "UTF-8";

/* ===================================================================

	食物アレルギーをお持ちの方へ
	
=================================================================== */

.pageHeadingDoor {
	background: linear-gradient(-30deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)),  url("/cuisine/images/cuisine_heading.jpg") top center no-repeat;
  	background-size: cover;
}
#intro ,
#material,
#consideration  {
	margin: 0 auto 1.5em auto;
	overflow: hidden;
}
#intro h3 {
	margin-bottom: 34px;
}

#intro p,
#material p,
#consideration p {
	font-size: 15px;
	line-height: 26px;
}

#consideration ol {
	margin-bottom: 1.5em;
}

#consideration ol li {
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
}