@charset "utf-8";


@import url("../../css/course.css");



/* LeftColumn
*************************************************************************/

#mainCourseLeft{
	padding-bottom: 6px;
}
#mainCourseLeft h2{
	padding-bottom: 15px;
}

/* Mobile
************************************/
#mainCourseLeft #courseMobile{
	width: auto;
	min-height: 111px;
	margin: 0 5px 12px 20px;
	padding: 20px;
	border: solid #CCC 1px;
	position: relative;
}
#mainCourseLeft #courseMobile #courseMobileQR{
	display: block; 
	position: absolute;
	width: auto;
	height: 111px;
 top: 50%;
 left: 20px;
	margin-top: -55px;
}
#mainCourseLeft #courseMobile p{
	margin-left: 130px;
	font-size: 120%;
	line-height: 1.3em;
}
#mainCourseLeft #courseMobile p.sendMail{
	margin-top: 15px;
}
#mainCourseLeft #courseMobileNotice{
	margin: 0 5px 22px 25px;
	color: #F60;
	font-size: 120%;
	line-height: 1.3em;
}
#mainCourseLeft #courseMobileNotice h4{
	font-size: 100%;
	font-weight: bold;
}