@charset "utf-8";

/* clearfix */
#main .section:after{
    content:" ";
    display:block;
    height:0;
		line-height:0;
    clear:both;
    visibility:hidden;
}
#main .section{
    display:inline-block;
		min-height:1%;
}

/* Hides from IE-mac \*/
* html #main .section{height: 1%;}
#main .section{display:block;}
/* End hide from IE-mac */

/*--------------------------------*/
#main .section{
	margin:0 10px 60px;
}
#main .section img.txt{
	margin-bottom:30px;
}
#main .section div.img img{
	margin-bottom:5px;
}
#main .section1 div.img,
#main .section3 div.img{
	float:right;
	width:220px;
}
#main .section1 div.txt,
#main .section3 div.txt{
	float:left;
	width:350px;
}

#main .section2 div.img{
	float:left;
	width:220px;
}
#main .section2 div.txt{
	float:right;
	width:350px;
}