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

/*--mv--*/
.mv{
	width:100%;
	height:480px;
	margin: 0 auto 79px;
	position:relative;
	overflow: hidden;
}

.mv_dot{
    /*background: url(../../img/top/dot_cover.png) repeat;*/
    width: 100%;
    height: 480px;
	position:absolute;
	top:0;
	left:0;
	opacity:0.8;
}

h2.catch{
	background:url(../../img/top/mv_catch_bg.png);
	width:575px;
	height:309px;
	margin:0 auto;
	padding-top:78px;
	box-sizing:border-box;
	position:absolute;
	top:96px;
	left:0;
	right:0;
	z-index:10;
}

.mv .slideWrap {
	width: 2880px;
	margin-left: -1440px;
	position: absolute;
	top: 0;
	left: 50%;
}

.mv .slider {
	width: 100%;
}

.mv .slider li {
	width: 960px;
}

.mv .slider li img {
	height: 480px;
}

/*--work--*/
.work{
	margin-bottom:100px;
}

.work ul{
	overflow:hidden;
	margin-bottom:47px;
}

.work ul li{
	float:left;
	width:300px;
	margin-right:30px;
	font-size:13px;
	text-align:left;
}

.work ul li img{
	display:inline-block;
	margin-bottom:7px;
}

.work ul li:last-child{
	margin-right:0;
}

.work p{
	margin:0 auto;
}

.work ul li a,
.work ul li a:hover,
.work ul li a:visited{
	text-decoration:none;
	color:#000;
}