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

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/

#mv{
	width:990px;
}

#mv h2 a{
	background:url(../images/bg_mv_01.jpg) left top no-repeat;
	width:970px;
	height:200px;
	margin:0 auto;
	display:block;
}

@media screen and (max-width:1190px) {
#mv{	width:790px;}
#mv h2 a{
	background:url(../images/bg_mv_02.jpg) left top no-repeat;
	width:770px;
}
}
@media screen and (max-width:990px) {
	#mv{	width:590px;}
#mv h2 a{
	background:url(../images/bg_mv_02.jpg) left top no-repeat;
	width:570px;
}
}
@media screen and (max-width:790px) {
#mv{	width:590px;}
#mv h2 a{
	background:url(../images/bg_mv_03.jpg) left top no-repeat;
	width:570px;
	height:45px;
}
}

@media screen and (max-width:590px) {
#mv{	width:390px;}
#mv h2 a{	width:370px;}
}

@media screen and (max-width:390px) {
#mv{	width:300px; margin-left:10px !important;}
#mv h2 a{	width:280px;}
}