
.wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;	
}
.scaling{
	max-width:100%;
	height:auto;
	padding:0px 20px;
}
.scaling2{
	max-width:100%;
	height:auto;
}



/*フッター
---------------------------------------------------------------------------*/
section#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background:black;
}
#footer {
	background-image:url(../img/back01.jpg)}
#footer .row {
	text-align: center;
}
#footer .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer .desc {
	font-size: 18px;
	font-weight: 300;
}
#footer .link {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 4px;
}
#footer .desc i {
	margin-bottom: 12px;
}




