@charset "UTF-8";

html {
overflow-y: hidden;
 height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
		 height: 100%;
}

#wrap {
  overflow-x: hidden;
  position: relative;
		width: 1920px;
		display: table;
}


#side{
overflow-x: hidden;
overflow-y: hidden;
display: table-cell;
width: 440px;
height: auto !important;
min-height: 100%;
background-color: #8cc63f;
vertical-align: top;
}

#main{
display: table-cell;
width: 1480px;
background-color: #fff;
height: auto !important;
min-height: 100%;
}

	a:hover img {		opacity: 0.7;	}

p { margin: 0;}
.clearfix { clear: both;}

.sub5,
.sub8 {
    width: 1200px;
}



