@charset "utf-8";
/* CSS Document */
body{
		margin:0;
		padding:0;
	}
.widget-place{float:none;}
	
	#bg{
		position:relative;
	}
	
	#main_body{
		width:100%;
		min-width:980px;
		position:relative;
	}
	
	.art_box{
		width:100%;
		min-width:980px;
		position:relative;
		height:auto;
		min-height:100px;
		margin:10px 0;
		box-sizing: border-box;
	}
	
	.art_inside_box{
		width:980px;
		position:relative;
		height:auto;
		min-height:100px;
		margin:10px auto;
		box-sizing: border-box;
	}
	
	.art_clear{
		clear:both;
	}
	
	#place_3, #place_4{
		float:left;
		height:auto;
		min-height:100px;
		width:49%;
		margin-right:1%;
	}
	
	#place_6, #place_7, #place_8{
		float:left;
		height:auto;
		min-height:100px;
		margin-right:1%;
	}
	
	#place_6, #place_7{
		width:34%;
	}
	
	#place_8{
		width:29%;
	}