@charset "UTF-8";


body .sp {display: none!important;}

#wrapper {
	/*高さ揃える ここから*/
	min-height: inherit;
    overflow: inherit;
	/*高さ揃える ここまで*/
}
#side-nav,
#main{
	/*高さ揃える ここから*/
	height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
	/*高さ揃える ここまで*/
}

@media screen and (max-width: 768px){
	body .sp {display: block!important;}
	body .pc {display: none!important;}
}

