/* CSS Document */


#contents {
}

#contents .section1{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../support/images/section1_bg.png);
	background-repeat: no-repeat;
	background-position: 700px bottom;
	height: 480px;
}

#contents .section1 h3{
	margin-bottom:40px;
	padding-top: 20px;
}

#contents .section1 .title{
	margin-bottom:20px;
	text-align: left;
}

#contents .section1 p{
	margin-bottom:50px;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
}

#contents .copy{
	margin-bottom:70px;
	background-color: #FCDF32;
}

#contents .copy .inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contents .copy .inner h3{
	margin-bottom:30px;
	text-align: left;
}

#contents .copy .inner p{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

#contents .section2{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 70px;
}

#contents .section2 h3{
	margin-bottom:40px;
}

#contents .section2 .comment{
	margin-bottom:50px;
}

#contents .section2 ul{
	width:1040px;
	overflow:hidden;
}

#contents .section2 li{
	float:left;
	width:480px;
	margin-right:40px;
	margin-bottom: 20px;
}

#contents .section2 p{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}
