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

#wrapper .main-area{
	height: 200px;
	width: 960px;
	background-image: url(../img/information/admin/main.png);
	background-repeat: no-repeat;
	position: relative;
}
@media screen and (max-width:768px) {
	#wrapper .main-area {
        width: 100%;
        padding-top: 4.8rem;
        background-image: url('../img/user_case/sp-top-bg.png');
        background-position: center 0;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 5.6rem;
        height: auto;
        margin-bottom: 0;
    }
}