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

div.option {
	background-color: #f7ecec;
	border-radius: 10px;
	margin: 0 -10px;
	padding: 20px;
}

div.option h2 {
	border-bottom: 1px dotted #745e54;
	border-top: 1px dotted #745e54;
	color: #745e54;
	font-size: 24px;
	line-height: 1.2em;
	padding: 12px 0;
	position: relative;
}

div.option h2.dryhead {
	padding-right: 30px;
}

div.option h2 span.icon {
	background: url(images/icon_pop.svg) no-repeat left 7px bottom 5px;
	background-size: 15px;
	display: block;
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: -10px;
}

div.option h2 span.icon strong {
	background-color: #c37573;
	border-radius: 80px;
	color: white;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 48px;
	line-height: 1.3em;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	width: 48px;
}

div.option p {
	padding: 0 10px;
}
