
div.mainimg {
	background-color: #fbfbfb;
}

div.mainimg img {
	height: auto;
	max-width: 100%;
}

div.solvent {
	margin: 0 auto;
	width: 900px;
}

div.solvent table.list-table th {
	background-color: #e8f1f6;
	color: black;
	padding: 12px 20px;
	text-align: justify;
	width: 30%;
}

div.solvent table.list-table td {
	padding: 12px 20px;
}

ul.case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.case-list li {
	padding: 0 20px 30px 20px;
}

ul.case-list li p {
	background-color: white;
	border: 1px solid #578ec6;
	border-radius: 5px;
	color: #578ec6;
}

ul.case-list li p em {
	background-color: #578ec6;
	color: white;
	display: inline-block;
	margin-right: 20px;
	padding: 5px 16px;
}

ul.case-list li span {
	display: inline-block;
}

ul.case-list li span img {
	border-radius: 20px;
	display: inline-block;
}

ul.case-list li span.before {
	background: url(images/arrow.svg) no-repeat right 0 center;
	background-size: 30px;
	padding-right: 40px;
}

a.page-link {
	display: block;
	margin-top: -90px;
	padding-top: 90px;
}

div.course-pricelist table.pricelist th.campaign {
	background-color: #e3c415;
}

div.course-pricelist table.pricelist tr.header td {
	background-color: #15a89a;
}

div.course-pricelist table.pricelist td a {
	color: #0082ca;
	font-weight: 700;
}