@charset "utf-8";
/* CSS Document */

.Course-29-1{
	position:relative;
	width:100%;
	height:auto;
	top: 40px;
	}
.Course-29-1 .pic1{
	position:absolute;
	left:50%;
	top:35%;
	width:170px;
	height:52px;
	margin-left:-85px;
	z-index:1;
	background:url(../images/course-29-1/cc1.png) top center no-repeat;
	}
.Course-29-1 .pic1 img{
	max-width:100%;
	}
.Course-29-1 .pic2{
	position:absolute;
	left:50%;
	top:35%;
	width:170px;
	height:52px;
	margin-left:-85px;
	z-index:1;
	background:url(../images/course-29-1/cc2.png) top center no-repeat;
	}
.Course-29-1 .pic2 img{
	max-width:100%;
	}
.Course-29-1 .pic3{
	position:absolute;
	left:50%;
	top:35%;
	width:170px;
	height:52px;
	margin-left:-85px;
	z-index:1;
	background:url(../images/course-29-1/cc3.png) top center no-repeat;
	}
.Course-29-1 .pic3 img{
	max-width:100%;
	}
.Course-29-1 .pic4{
	position:absolute;
	left:50%;
	top:35%;
	width:170px;
	height:52px;
	margin-left:-85px;
	z-index:1;
	background:url(../images/course-29-1/cc4.png) top center no-repeat;
	}
.Course-29-1 .pic4 img{
	max-width:100%;
	}
.Course-29-1 .text {
    position: relative;
    top: -25%;
    font: 30px/38px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    text-align: center;
    z-index: 1;
}	
body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1,
h1+p {
	margin: 30px 15px 0;
	font-weight: 300;
}
h1+p a {
	color: #333;
}
h1+p a:hover {
	text-decoration: none;
}
h2 {
	margin: 60px 15px 0;
	padding: 0;
	font-weight: 300;
}
h2 span {
	margin-left: 1em;
	color: #aaa;
	font-size: 85%;
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .10s ease-in-out;
	transition: .10s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
