@charset "utf-8";

body { 
	width:100% !important;
	min-width: 100%;
	margin:0 !important;
	padding:0 !important;
	color: #000; 
	background: none !important;
}
/* ヘッダーフッターぱんくず非表示 */
.gl_header,
.gl_footer,
.directory {
	display: none !important;
}
body.top .contents {
	zoom: 70%;
}

/*新レイアウト*/
.content {
	width: 100%;
}
.content_main,
.content_main_top {
	margin:  0 auto !important;
}
.content_sidebar {
	display: none;
}
_:-ms-fullscreen, :root .each_sidebar {
  display: none !important;
}

/*旧レイアウト*/
#main-container {
	width: 100%;
	background: #fff;
}
body#index #left-container,
#right-container {
	display: block;
	margin: 0 auto;
	padding: 0;
	float: none !important;
}
body#index .sidebar-r,
#left-container {
	display: none;
}
.box650 {
	width: 100%;
	padding: 0;
	overflow: visible;
}
