@charset "UTF-8";
/*==============================================================================
home CSS
==============================================================================*/

/*------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------*/
.main{margin-bottom: 58px;}

.contents h2{margin-bottom: 15px;}

.contents .lead{}
.contents .lead h2{float: left;}
.contents .lead .txt{float: right;}
.contents .about,
.contents .intro{
  clear: both;
  padding-top: 140px;
  background: url(../img/common/img_border.gif) 0 40px no-repeat;
}

.contents .home{
  clear: both;
  margin-top: 50px;
}

.contents .home2{
  clear: both;
  padding-top: 150px;
  background: url(../img/common/img_border2.gif) 0 20px no-repeat;
}

.contents .about,
.contents .home{position: relative;width: 1036px;margin-right: -86px;}
.contents .about .box,
.contents .home .box{
  float: left;
  width: 432px;
  min-height: 360px;
  margin-right: 86px;
}
.contents .home .box {
	margin-top: 20px;
}
.contents .about .box h2,
.contents .home .box h2{margin-bottom: 0;}


.contents .intro h2,
.contents .home2 h2{margin: 0;}
.contents .intro ul,
.contents .home2 ul{
  position: relative;
  margin-right: -40px;
}
.contents .intro li,
.contents .home2 li{
  float: left;
  width: 290px;
  height: 288px;
  margin-right: 40px;
  font-size: 11px;
}