/* title-style ==================================================================== */
.title-scafe01{
	background: #d15c5c;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
	padding: 8px 10px;
	color: #ffffff;
}

.title-course01{
	background: #5c3910;
	font-weight: normal;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 15px;
	padding: 8px 10px;
	color: #ffffff;
}

.title-course02{
	background: #a96516;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
	padding: 8px 10px;
	color: #ffffff;
}

/* scafe ==================================================================== */
.scafe-box {
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 20px;
}
.scafe-img {
	float: left;
	margin-right: 10px;
}

/* course ==================================================================== */
.course-box {
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 10px;
}
.course-img {
	float: right;
	margin-left: 10px;
}

.course-img02 {
	overflow: hidden;
	margin-bottom: 20px;
}
.course-img02 li {
	/*float: left;*/
	max-width: 580px;
	/*margin-right: 10px;*/
}
.course-img02 li .caption {
	font-size: 11px;
	padding: 4px 0;
	line-height: 1.4;
}

/* table ==================================================================== */
.item-table {
	width: 100%;
	margin:0 auto;
	border-collapse:collapse;
	border: 1px solid #cec1b2;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-table th {
	background: #f4efe9;
	width:18%;
	vertical-align: middle;
	border: 1px solid #cec1b2;
	padding:5px;
	font-size: 12px;
	font-weight:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-table td{
	width:82%;
	padding:5px;
	font-size: 12px;
	border: 1px solid #cec1b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* suport-box ==================================================================== */
.suport-box {
	background: #f5f5f5;
	padding: 10px;
}
.suport-box .support-name {
	font-size: 14px;
}
.suport-box .tel {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1;
}
.suport-box .support-info {
	font-size: 12px;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
.title-course01{
	font-size: 14px;
}

.title-course02{
	font-size: 14px;
}
/* img-style ==================================================================== */
.scafe-box {
	overflow: hidden;
	margin-bottom: 10px;
}
.scafe-img {
	float: none;
	margin: 10px auto;
	text-align: center;
}

/* img-style ==================================================================== */
.course-box {
	overflow: hidden;
	margin-bottom: 10px;
}
.course-img {
	float: none;
	margin: 10px auto;
	text-align: center;
}

/* table ==================================================================== */
.item-table {
	border-collapse:collapse;
	border-bottom: none;
}
.item-table th {
	display: block;
	width: auto;
	vertical-align: inherit;
	border: none;
	border-bottom: 1px solid #cec1b2;
	font-size: 13px;
}
.item-table td{
	display: block;
	width: auto;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #cec1b2;
}
}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
}
