@charset "utf-8";

/* 1カラム共用 */


/*
***********************************************************************************************
本文＆右カラムのラッパー
***********************************************************************************************
*/

/* 右カラムの背景色 */
#wrapper_content::before {
	content: none;
}


/*
***********************************************************************************************
中央カラム
***********************************************************************************************
*/

#content {
	float: none;
	width: auto;
}

/*
***********************************************************************************************
右カラム
***********************************************************************************************
*/

#content_aside {
	display: none;
}
