@charset "utf-8";
.container {
	width: 980px;
	margin: 0;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	}
.col-6 {
	width: 480px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: table;
	}
.clearfix:after, .row:after {
  clear: both;
	}
.m-course {
	background: url(../img/course-wrap.png) left top repeat;
	padding: 30px 30px 40px 30px;
	box-sizing: border-box;
	}
.m-course--header {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 126.1904761904762%;
	}
.m-header--title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	}
.m-header--recommend {
	position: absolute;
	top: 40px;
	left: -10px;
	z-index: 20;
	text-align: center;
	}
.m-header--photo {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 10;
	text-align: center;
	}
.m-course--body .m-body-outline {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 30px;
	}
.m-course--body .m-body-outline p {
	text-align: justify;
	text-justify: inter-ideograph;
	}
.m-body-price {
	display: table;
	width: 100%;
	margin-top: 12px;
	}	
.m-body-price span {
	display: table-cell;
	padding-right: 5px;
	box-sizing: border-box;
	}	
.t-al-r {
	text-align: right;
	}
.f-cl-red {
	color: #E81927;
	}
.bk-cl-yellow {
	background-color: #ffff00;
	}

.m-mb-xs {
	margin-bottom: 12px;
	}
.m-mb-md {
	margin-bottom: 25px;
	}
.m-mb-xl {
	margin-bottom: 30px;
	}
.m-mb-xxl {
	margin-bottom: 50px;
	}