@charset "UTF-8";

#hometop { width:100%; min-width: 1000px; height:360px; overflow: hidden;text-align: center; background:url(../images/hometop-bg.jpg) no-repeat center; background-size:cover;}
	#hometop h2 { display: block; width: 900px; padding:50px 0; margin:0 auto; text-align: left;}
	#hometop ul { display: table; width:900px; padding: 0; margin: 0 auto; list-style: none;}
	#hometop li { display: table-cell; padding: 0 15px; margin: 0; vertical-align: bottom;}
		#hometop li:nth-of-type(1) { text-align: left;}
		#hometop li:nth-of-type(2) { text-align: right;}

#home { width:100%; min-width: 1000px; padding:20px 0; text-align: center;}
	#home h2 { display: block; width:860px; padding:20px; margin:0 auto; text-align: left;}
	#home ul { display: table; width:820px; padding:20px 0; margin: 0 auto; list-style: none;}
	#home li { display: table-cell; padding: 0 10px; margin: 0; vertical-align: bottom;}
		#home li:nth-of-type(1) { text-align: left;}
		#home li:nth-of-type(2) { text-align: right;}