@charset "UTF-8";
/* CSS Document */
/*-- mv --*/
.mv{
	width:100%;
	margin-bottom:57px;
	background: url(../../img/top/mv_bg.jpg) no-repeat center top;
}

.mv_inner{
	width:960px;
	height:440px;
	margin:0 auto;
	overflow:hidden;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	position:relative;
	background: #f4f4f4;
}

h2{
	position:absolute;
	top:38px;
	right:29px;
	display: none;
	z-index: 100;
}

.mv_inner #photo {
	position: absolute;
	top: -279px;
	left: 0;
	opacity: 0;
}

/*-- case --*/
.case{
	width:960px;
	margin:0 auto;
	margin-bottom:60px;
}

h3{
	text-align:center;
	margin-bottom:27px;
}

.case ul{
	overflow:hidden;
}

.case li{
	width: 300px;
	float:left;
	text-align:left;
	line-height:1.6;
	margin-right:28px;
	font-size: 13px;
}

.case li.last{
	margin-right:0;
}

.ichiranBtn a:hover{
	opacity:0.6;
}

/*-- info --*/
.info{
	width:100%;
	background: url(../../img/top/info_bg.jpg);
}

.info_inner{
	width:960px;
	min-height:300px;
	margin:0 auto;
	overflow:hidden;
	padding-top:59px;
	box-sizing:border-box;
	padding-bottom: 60px;
}

.info_left{
	width:330px;
	min-height:144px;
	float:left;
	text-align:left;
}

.info_left h3{
	margin-bottom:37px;
	text-align: left;
}

.info_right{
	width:630px;
	min-height:144px;
	padding-left:55px;
	box-sizing:border-box;
	float:right;
	font-size:14px;
	border-left:#ccc 1px solid;
}

.info_right dl{
	overflow:hidden;
	width:565px;
	margin-bottom:20px;
}

.info_right dt{
	float:left;
	width:120px;
	margin-right:22px;
	text-align: left;
}

.info_right dd{
	float:right;
	width:418px;
	text-align:left;
}
