@charset "utf-8";

#content01 h1 {
margin-bottom:26px;
}
#content01 h2 {
margin-bottom:33px;
margin-left:8px;
}

/* start box */
#content01 .start {
margin:0 5px 60px;
}
#content01 .start p {
margin-bottom:15px;
font-size:1.1em;
}
#content01 .start li {
float:left;
margin-right:2px;
}
#content01 .start p strong{
	font-size: 12px;
	font-weight:800;
}

/* each box styles */
#content01 .city,
#content01 .life {
position:relative;
float:left;
width:412px;
height:31em;
margin-bottom:60px;
*margin-bottom:30px;
padding-bottom:24px;
}
#content01 .city {
margin-right:36px;
}
#content01 .city ul,
#content01 .life ul {
position:absolute;
left:0;
bottom:0;
height:101px;
}
#content01 .environment {
clear:left;
}
#content01 .environment h3 {
margin-bottom:3px;
}
#content01 .environment ul {
margin-right:-4px;
}
 
