@charset "utf-8";

/* -----------------------------------------------------------
	Version: 1.0～3
	Comment: TOP設定
----------------------------------------------------------- */

/* 
 top Style [
----------------------------------------------------------- */
#left {
	float: left;
	width: 455px;
	text-align: left;
}

#right {
	float: right;
	width: 436px;
	text-align: left;
	}
	
#topics2 {
	float: left;
	width: 455px;
	padding-bottom: 33px;
}
	
#topics {
	float: left;
	width: 455px;
	background-image: url(../images/top/topics_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 37px;
}

#topics h3 span {
    display: none;
}

#topics dl {
	padding-right: 15px;
	padding-left: 15px;
	}
	
#topics dl dt {
	font-size: 15px;
	color: #666;
	padding-bottom: 5px;
	}
	
#topics dl dd {
	font-size: 15px;
	color: #666;
	line-height: 22px;
	}
	
#news {
	float: left;
	width: 455px;
	text-align: left;
	padding-bottom: 49px;
}

#news dl {
	padding-right: 10px;
	padding-left: 10px;
}

#news dl dt {
	font-size: 13px;
	color: #666;
}

#news dl dd {
	font-size: 15px;
	color: #666;
	line-height: 22px;
	background-image: url(../images/share/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#mobile {
	float: left;
	width: 455px;
} 

#course {
	float: right;
	width: 436px;
	background-image: url(../images/top/box.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	}
#course2 {
	float: right;
	width: 436px;
	background-image: url(../images/top/box_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 39px;
	}

#course2 ul#career{
	margin-bottom:10px;
    float: none;
}

#course2 ul#career li {
    clear: both;
    float: none;
}


#course2 ul li {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	display: inline;
	float: left;
	width: 200px;
	margin-left: 12px;
	}

#course2 ul li img {
	padding-bottom: 5px;
	}

#course2 ul li a {
	color: #666;
	text-decoration: none;
	}
	
#c01,
#c02,
#c03 {
	float: left;
	width: 129px;
	padding-bottom: 60px;
}

#c01,
#c02 {
	margin-right: 24px;
}

#c01 p,
#c02 p,
#c03 p {
	padding-bottom: 4px;
}

#c01 dl dd,
#c02 dl dd,
#c03 dl dd {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	padding-top: 9px;
}

#c01 p a:hover img,
#c02 p a:hover img,
#c03 p a:hover img
{opacity:0.8;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

div#movieBox,
div#movieBox video {
    width: 100%;
}
div#movieBox {
    margin-bottom: 1em;
}
#movieBox h2 {
    display: block;
    padding: 8px;
    background: red;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 1.6em;
    color: #fff;
}

.main_slide.slick-dotted.slick-slider {
    margin-bottom: 45px;
}

.main_slideWrapper {
    position: relative;		
}

.imgBox {
    position: relative;
}

.imgBox p {
    position: absolute;
    font-size: 3em;
    background: #00000073;
    color: #fff;
    padding: 0.3em 0.8em;
}

.imgBox p.topright {
	top: 10%;
    right: 0;
}

.imgBox p.bottomleft {
	bottom: 10%;
    left: 0;
}

.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}