@charset "UTF-8";

#companyInfo table tr td ul li{
	text-indent: -1.5rem;
	margin-left: 1.5rem;
}


#companyInfo table .name dt{
	float:left;
	width:200px;
}


#companyInfo table .investors dt{
	float:left;
	width: 350px;
}

#companyInfo table .kokoku dt{
	float:left;
	width: 350px;
}


@media screen and (max-width: 900px) {
	#companyInfo table .name dt{
		float:none;
		width:100%;
	}

	#companyInfo table .investors dt{
		float:none;
		width:100%;
	}

	#companyInfo table .kokoku dt{
		float:none;
		width:100%;
	}

	#companyInfo table dd{
		margin-bottom:10px;
	}
}
