@charset "utf-8";

/* 20200120 added by Fabo */

.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }

.entry-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.entry-content .row > div {
	padding: 0 10px;
}

.strong {
	color: #e2686c;
}

.contents-colorbox {
	margin-bottom: 20px;
	padding: 20px;
	background: #f8f7e4;
	border-radius: 10px;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}

.contents-borderbox {
	margin-bottom: 20px;
	padding: 20px;
	border: #91c028 2px solid;
	border-radius: 10px;
}
.contents-borderbox :first-child {
	margin-top: 0;
}
.contents-borderbox :last-child {
	margin-bottom: 0;
}

.table-bordered th
.table-bordered td {
	padding: 12px;
	border: 1px solid #ddd;
}

.table-bordered th {
	background: #f8f7e4;
	width: 25%:;
}