﻿@charset "utf-8";

 
#container { position: relative; height: 100%; }
#container:after { display: block; content: ""; clear: both; }

.main_content { position: relative; width: 980px; margin: 0 auto; z-index: 7; }
.main_content:after { display: block; content: ""; clear: both; }

.MC_box1 {position:relative; widht:100%;}
.MC_box2 {position:absolute; top:332px; left:0; width:100%; height:114px;}
.MC_box3 {position:relative; widht:100%; height:45px; margin-bottom:20px;}
.MC_box4 {position: relative; width: 237px; height:200px; float: left; margin-right:40px; }
.MC_box5 {position: relative; width: 394px; height:200px; float: left;}
.MC_box6 {position: relative; width: 270px; height:200px; float: right;  }
.MC_box7 {position: relative; width: 237px; height: 185px; float: left;  margin:10px 40px 0 0;}
.MC_box8 {position: relative; width: 394px; height: 185px; float: left;}
.MC_box9 {position: relative; width: 270px; height: 185px; float: right; margin-top:15px;}



@media (max-width: 800px) {
	
	#container,
	.main_content,
	.MC_box1, MC_box2, MC_box3, MC_box4, MC_box5, MC_box6, MC_box7, MC_box8, MC_box9{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	
	#container { width:100%; padding-top:70px; }
	.main_content { width:95%; height:100%; }	
	
	.MC_box1 { width: 100%; height:auto;}
	.MC_box2 { position: relative; top: 0; height: auto;}
	.MC_box3 { width:100%; }
	.MC_box4 { width:30%; margin-right:3%; }
	.MC_box5 { width:67%; float:left;}
	.MC_box6 { width:50%; float:left; margin-top:20px;  margin-right:3%;}
	.MC_box7 { width:47%; height:200px; float:left; margin:20px 0 0 0;}
	.MC_box8 { width:100%;}
	.MC_box9 { width:100%;}

}

@media (max-width: 600px) {
	
	.MC_box4 { width:100%; float:none; margin-right:0; }
	.MC_box5 { width:100%; float:none; margin-top:20px;}
	.MC_box6 { width:100%; float:none; margin-top:20px;  margin-right:0;}
	.MC_box7 { width:100%; float:none; margin-top:20px;}
	.MC_box8 { width:100%; margin-top:20px;}
	.MC_box9 { width:100%; margin-top:20px;}
	
}



