@charset "UTF-8";

table.pricelist {
	background-color: #E8498B;
	float: left;
	margin: 0px 5px;
	width: 230px;
}
.si {
	background-color: #FFF89E;
}
table.pricelist thead tr th {
	background-color: #EEE;
}
table.pricelist thead tr th strong {
	display: block;
	padding: 5px 0px;
	color: #2E3892;
	font-size: 16px;
}
table.pricelist thead tr th span {
	display: block;
}
table.pricelist thead tr th,table tbody tr th {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	padding: 5px 5px;
}
table.pricelist tbody tr th {
	width: 100px;
}
table.pricelist tbody tr td span {
	font-size: 12px;
	color: #B21F63;
	display: block;
}
table.pricelist tbody tr td strong {
	color: #F00;
}
table.pricelist tbody tr td {
	width: 125px;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	padding: 5px 5px;
	color: #006E72;
}
table.pricelist tbody tr td em {
	font-size: 16px;
}
section.warning {
	border: solid 1px #854F21;
	background-color: #FFF89E;
	padding: 15px;
	margin: 15px 30px;
}
section.warning h3 {
	color: #FF369C;
}
section.warning ul li {
	font-size: 12px;
	color: #854F21;
	list-style-type: circle;
	margin: 0px 0px 5px 15px;
}
section.warning ul li strong {
	color: #FF369C;
}
section.warning a {
	margin: 0px auto;
}