@charset "utf-8";
/* レイアウト設定
====================================================*/
main{
	margin:0;
}
div#main{
	width:100%;
	height:auto;
	display:block;
	position:relative;
}
footer{
	position:fixed;
	bottom:0;
}
/* 会社概要
====================================================*/
section#company {
	width:510px;
	height:130px;
	margin:0;
	position:fixed;
	top:50%;
	margin-top:-160px;
	left:50%;
	margin-left:-255px;
}
dl#companyInfo {
	width: 300px;
	margin: 0 auto;
	font-size: 12px;
}
dl#companyInfo dt {
	float: left;
	width: 100px;
	line-height: 150%;
}
dl#companyInfo dd {
	padding: 0px 0 10px 100px;
	line-height: 150%;
}
/************************************************************
 *	Width:-900px
 ************************************************************/
@media only screen and (max-width: 780px) {
section#company {
	margin-top:-260px;

}
/*****************62580px
 ************************************************************/
@media only screen and (max-height: 620px) {
	section#company {
		width:510px;
		height:auto;
		position:relative;
		top:auto;
		margin:150px auto 30px auto;
		left:auto;
	}
	footer{
		position:relative;
		bottom:auto;
	}
}
/************************************************************
 *	Height:-750 Width:-800px
 ************************************************************/
@media only screen and (max-width: 780px) and (max-height: 780px) {
	section#company {
		width:510px;
		height:auto;
		position:relative;
		top:auto;
		margin:140px auto 30px auto;
		left:auto;
	}
	footer{
		position:relative;
		bottom:auto;
	}
}
