/*-PC-*/
@media screen and (min-width: 921px) {
	#mainImage {
		margin-top:2px;
		height:400px;
		background:url("/img/index/main_bg.png") no-repeat center center;
	}
}
/*-SP-*/
@media screen and (max-width: 920px) {
	#mainImage {
		margin-top:2px;
		height:400px;
		background:none;
	}
}

#mainImage .frame {
	border-top:4px solid #FFFFFF;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:918px;
	height:400px;
	box-shadow: 0px 0px 4px black;
}
#mainImage .slides img {
	margin:0 auto;
	margin-top:-220px;
	width:910px;
}
#main img{
	width:620px
}
#main .comment {
	margin-top:10px;
}
#mainImage img.slogan{
	position:absolute;
	width:400px;
	bottom:20px;
	left:480px;
	z-index:99999;
}
#mainImage img.logo2{
	position:absolute;
	top:20px;
	width:200px;
	left:20px;
	z-index:99999;
}
