
/*============================================================================

	#main

============================================================================*/

main {
    height: 741px;
    background-image: url(../images/slide01.png);
    background-position: top center;
}
main .inner:before {
    bottom: -96px;
    right: 7px;
    left: 0;
    height: 92px;
    background-image: url(../images/contents_top.png);
}


@media screen and (max-width:640px) {
/* スマホ */
main{
	height:440px;
}

}