@charset "shift_jis";
body {
  overflow: visible !important;
  font-size:15px;
}
* {overflow: visible;}
#header-container {
	width: 100%;
}
#header-container #header .site-nav {
	display:none;
}
#contents-container #contents #index-main {
	width: 100%;
}
#wrapper {
	width: 100%;
	display:table-cell; 
	clear: both;
}
#utility, #topic-path {
	display:table; 
}
#main {
	padding-top: 20px;
	margin-left: 0;
	width: 100%;
  display:table-cell; 
  float:none; 
}
#aside {
	display:none;
}
.imgbox-wrapper,
imgbox-01,
imgbox-02, {
	display: table-cell;
}
.text-left1 {
	width:380px;
	float:left;
}
.text-left2 {
	width:520px;
	float:left;
}