@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : company.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../assets/styles/reset.css";
@import "../assets/styles/base.css";
@import "../assets/styles/class.css";


/* ********************************************************************************
 * ■会社概要
 * file path : /company/
 * body id name : body#company
 * ******************************************************************************** */

/* table.compareTable
------------------------------------------------------------*/
#company table.companyOutline {
	line-height: 1.5;
}
#company table.companyOutline th,
#company table.companyOutline td {
	padding: 11px 0 11px 0;
	border-bottom: 1px solid #e3e3e3;
}
#company table.companyOutline th {
	width: 175px;
	font-weight: bold;
	padding-left: 10px;
}
/* th p */
#company table.companyOutline th p {
	padding: 2px 0 2px 10px;
	border-left: 4px solid #a9c4ed;
}
#company table.companyOutline td {
	padding-left: 13px;
	padding-right: 5px;
}
/* tr.last th, tr.last td */
#company table.companyOutline tr.last th,
#company table.companyOutline tr.last td {
	border-bottom: none;
}
