@charset "utf-8";
/*****************************

　     about.css

*****************************/
body{
	
}
#container{
	background: url(../img/about/bg.jpg) no-repeat;
	background-size: 100%;
}
p{
	font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #373737;
    padding: 0 15px 65px;
}
/*-----------------------
ページトップ、ホーム
------------------------*/
#foot_navi {
	margin: 0;
    width: 100%;
    padding-bottom: 16%;
}

#foot_navi a{
	text-align:center;
}

#homebtn{
	position:absolute;
	left: 0;
	width:50%;
}

#top{
	position:absolute;
	right: 0;
	width:50%;
}

/*-----------------------
footer
------------------------*/
/*WB・プライバシー方針・利用規約*/
address{
	text-align: center;
	color:#000;
	font-size: 10px;
	margin: 20px 0;
	font-style: normal;
}










