@charset "utf-8";
/* Media quires for a responsive layout */
/* For tablets & smart phones */
/* For smaller displays like laptops */
#textDiv{
top: 45%;
}
.titleLine{
	width:100%;
	display: inline-block;
}
.videoDiv{
	width:98%;
	height:400px;
	margin-left: auto;
	margin-right: auto;
}
.videoDiv iframe{
	width:98%;
	height:400px;
}
.regular {
    width:98%;
    height:100px;
    margin: 0px auto;
}
.regular3{
	width: 98%;
}
.regular3 div{
    width: 30%;
    height:400px;
    overflow: hidden;
    z-index: 200;
    position: relative;    
}
.regular3 div img{
    width: 100%;
}
.regular3 .customerEA{
width:80px;
height:26px;
border:solid 1px #fff;
margin-top: 10px;
margin-left:auto;
margin-right:auto;
color: #fff;
display: block;
text-decoration: none;
}
.regular3 .customerEA:hover{
    color:#000;
    background-color:#fff;
}
.regular3 div .customerText{
    width: 100%;
    height:400px;
    top:400px;
    left:0px;
    position:absolute;
    background-color: #ccc;
    z-index: 1000;
    display: block;
}
#allClass{
    width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}
.classDiv{
    width:33%;
}
.classDiv img{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
#footer #footerMap{
    width:95%;
}
.footerMapClass{
    width:50%;
    float: left;
    margin-right: 15px;
}

#goTopDiv{
    float:left;
    position: fixed;
    bottom: 20px;
    right: 20px;
}