@charset "utf-8";
/* CSS Document */

h2{
	margin-bottom:5px;
	}

#about-content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#corporation{
	margin-top:10px;
	width:440px;
	float:left;
	position:relative;
	line-height: 21px;
	}
	
	#corporation th{
		width:100px;
		text-align:left;
		font-weight:bold;
		vertical-align:text-top;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		}

#business{
	margin-top:10px;
	width: 420px;px;
	margin-right:40px;
	float:left;
	line-height: 21px;
	}
	
	#business th{
		width:185px;
		text-align:left;
		vertical-align:text-top;
		font-weight:bold;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		}

#newbusiness{
	clear:both;
	text-align: center;
	padding-top: 20px;
	margin-bottom:60px;
	}
	
	.nbproject{
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-weight:bold;
		margin-top:0px;
		padding-top:0px;
		}

@media (max-width: 1000px) {

	#about-content{
		width:440px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#corporation{
		margin-top:10px;
		position:relative;
		line-height: 21px;
		float: none;
		margin-left: 5%;
	}
	
	#corporation th{
		width:85px;
	}

	#business{
		margin-top:10px;
		line-height: 21px;
		float: none;
		margin-left: 5%;
	}
	
	#business th{
		width:170px;
	}

}