@charset "UTF-8";

/* header
------------------------------*/
header.fix{
 box-shadow:0 0 4px 0;}

header .hsNav a{
 display: block ;}

/* course
------------------------------*/
.courseItem a{
 text-decoration: none ;}

.courseItem a:hover {
 opacity: 1;
 transition: 0.3s;}

.courseItem a:hover img{
 opacity: 1;
 transition: 0.3s;}

@media screen and (max-width:768px) {
}


@media screen and (max-width:768px) {
 .courseItem dl {
  min-height: 200px;
  padding: 15px ;
 }
}
