/* --------------
 * common
 * -------------- */
 
/*main*/
#content {
	float:right;
}

/*side*/
#sidebar, #sidebar_left, #sidebar_right {
	float:left;
	margin-left:0!important;
}

@media only screen and (max-width: 767px) {
	#content {
		float: none;
	}
}
