@charset "utf-8";
/* CSS Document */

#nav {border-bottom:1px solid #dedede;}


#index {
	width:1000px;
	margin:auto;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	background:#FFF;
	}



#about {width:100%; min-height:550px;
	line-height:1.5;
	margin-bottom:36px;
	margin-top:36px;
}


.title {width:100%; margin-bottom:8px;}

.detail {line-height:1.5; margin-bottom:32px;}


@media screen and (min-width: 1680px) {
	
	#index {width:1200px;}
	
}


