/* mobile */
@media only screen and (min-device-width : 320px) and (max-device-width : 650px) {



.mobile-only{
	display: block;
	width: 100%;
    margin: 0 auto;
}
.mobile-only img{
    width: 100%;
}

.m-wrap .section-inner{
	max-width: 550px;
	width: 100%;
}
#content{
	margin-left: auto !important;
	margin-right: auto !important;
	min-width: 0;
	width: 100%;
}

#top-wrap
{
	width: 100%;
}

#sect-menu{ display: none;}
#top{ display: none;}

.m-wrap .divider .title{
    font-size: 2.5em;
}
