
BODY{
	background : url(img/bg.gif) ;
}
DIV#header{
	background : url(img/bg_hana.png) bottom center repeat-x;
}

.list {
 display: inline-block; 
 padding:  50px 0 0; 
 width:150px;
 height:150px;
 text-align:center;
 margin:5px auto;
 background : url(img/icon.png) center center no-repeat ;
 margin:0 20px;
  vertical-align: middle;

}
.voice{
 display: inline-block; 
line-height : 1.5;
letter-spacing: -0.05em;
  vertical-align: middle;

}

.list2 {
 display: inline-block; 
 padding:  50px 0 0; 
 width:80px;
 height:150px;
 text-align:center;
 background : url(img/1.png) center center no-repeat ;
 margin:0 20px;
  vertical-align: middle;
}


.com{
border-left: 2px solid #c0c0c0;
border-right: 2px solid #c0c0c0;
padding:0 10px;
margin:10px 0 5px;
font-size:95%;
}

.first{
	background : url(img/first.png)  no-repeat center center;
	height:250px;
	margin:0 auto 50px;
}
.first2{
	padding:80px 0;
}


@media ( max-width: 779px ){
.list2{
display:none;
}

}



