@charset"utf-8";

.contents h2{
	margin-top:39px;
	}

.contents .section1{
	background:url(/img/common/bg02.gif) bottom left repeat-x;
	padding:55px 0 34px 0;
	}
.contents .section1 dt{
	float:left;
	width:142px;
	}
.contents .section1 dd{
	float:right;
	width:483px;
	}
.contents .section1 dd p{
	margin-top:12px;
	}

.contents .section1 ul{
	margin-top:26px;
	}
.contents .section1 ul li{
	float:left;
	width:211px;
	}
.contents .section1 ul li.lastChild{
	width:201px;
	}

.main .contents .footbox2{
	margin-top:55px;
	}
.main .contents .footbox2 .footbox2inner{
	padding:36px 0 61px 0;
	position:relative;
	}
.main .contents .footbox2 .list{
	position:absolute;
	top:26px;
	right:0;
	font-size:84%;
	}



/********** clear-fix  ***********/

.contents .section1 ul:after,
.contents .section1 dl:after{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}

.contents .section1 ul,
.contents .section1 dl{
	display: inline-block;
}

.contents .section1 ul,
.contents .section1 dl{
	display: block;
}

