
#title {
	background-image: url(images/title_bg.jpg);
}

div.cremation h2,
div.ohaka h2 {
	border-bottom: 1px solid #1db29f;
	border-top: 1px solid #1db29f;
	color: #1db29f;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 40px;
	margin: 0 -30px;
	padding: 20px;
}

div.cremation div.information {
	background-color: #fffddf;
	padding: 20px 50px;
}

div.cremation div.pplan {
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}

div.cremation div.pplan ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.cremation div.pplan ul li {
	background-color: white;
	border: 1px solid #1db29f;
	vertical-align: top;
	width: 280px;
}

div.cremation div.pplan h4 {
	background-color: #1db29f;
	color: white;
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 20px 10px;
	text-align: center;
}

div.cremation div.pplan ul li div.detail {
	display: block;
	height: 180px;
	padding: 20px;
	position: relative;
	text-align: center;
}

div.cremation div.pplan ul li div.detail ol li {
	border: none;
	text-align: justify;
	width: auto;
}

div.ohaka h2 {
	border-color: #e58f48;
	color: #e58f48;
}

ul.plan {
	margin: 0 auto;
	width: 870px;
}

ul.plan li {
	padding-bottom: 20px;
	width: 500px;
}

ul.plan li:first-child {
	border-color: #e58f48;
}

ul.plan li:first-child span.text {
	height: auto;
}

ul.plan li:first-child h3 {
	background-color: #e58f48;
}

ul.plan li:first-child table {
	border: 1px solid #e58f48;
	margin: 20px auto -40px auto;
	width: 420px;
}

ul.plan li:first-child table th {
	background-color: #e58f48;
	border: 1px solid #f1c29c;
	color: white;
	font-weight: 400;
	padding: 3px;
	text-align: center;
}

ul.plan li:first-child table td {
	border: 1px solid #e58f48;
	padding: 3px;
	text-align: center;
}

ul.plan li:first-child ul.photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.plan li:first-child ul.photos li {
	border: none;
	margin: 10px;
	padding: 0;
	width: auto;
}

ul.plan li:last-child {
	width: 350px;
}

ul.plan li:last-child h3 span.plan-name span.small {
	font-size: 18px;
	margin-left: 10px;
}