@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 2015.06.16 ver0.0.0.1  @emix
 index.css

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------
最新情報
--------------------------------------------------------------- */
section.update {
	background: url(../images/common/bg_update.png) repeat;
	border-top: 1px solid #000;
    padding: 0px 2% 56px;

}
section.update h2 {
	background: url(../images/common/hd_update.png) no-repeat top center;
	width: 100%;
	padding-top: 25px;
	text-align: left;
	margin: 0 auto;
}
#update {
display: inline-block;
width: 100%;
max-width: 1100px;
}
#update li {
float: left;
position: relative;
margin-right: 1%;
width: 13.3%;
height: 165px;
}
#update li.others {
	margin-right: 0px;
}
#update li a {
	display: block;
	width: 100%;
	height: 100%;
}
#update li.music a {/*音楽スタジオ*/
	background: url(../images/top/update_p01_music.png) no-repeat;
}
#update li.postproduction a {/*ポストプロダクション*/
	background: url(../images/top/update_p02_postproduction.png) no-repeat;
}
#update li.broadcasting a {/*放送局*/
	background: url(../images/top/update_p03_broadcasting.png) no-repeat;
}
#update li.education a {/*教育施設*/
	background: url(../images/top/update_p04_education.png) no-repeat;
}
#update li.development a {/*研究開発*/
	background: url(../images/top/update_p05_development.png) no-repeat;
}
#update li.personal a {/*パーソナルスタジオ*/
	background: url(../images/top/update_p06_personal.png) no-repeat;
}
#update li.others a {/*その他*/
	background: url(../images/top/update_p07_others.png) no-repeat;
}
#update li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#update li a span {
	color: #fff;
	position: absolute;
	bottom: 0;
	display: block;
	background: #000;
	width: 100%;
	padding: 10px 0;
	opacity: 0.8;
}
