@charset "shift_jis";

/* ------------------------------
	INCLUDE
------------------------------ */

@import "/en/common/css/company.css";


/* ------------------------------
	GROUP
------------------------------ */

#index #content h3 {
	margin-bottom: 14px;
}

#index #content h4 {
	padding: 6px 0 6px 13px;
	background: no-repeat left center;
	font-size: 1.2em;
	font-weight: normal;
}
#index #content h4.cl {
	background-image: url("/company/group/img/id_mk.gif");
}
#index #content h4.op {
	background-image: url("/company/group/img/id_mk_o.gif");
}

#index #content h4 a { color: #555; text-decoration: none; }
#index #content h4 a:active { color: #81b7d8; }
#index #content h4 a:hover { color: #81b7d8; }

#index #content .com {
	display: none;
	padding-top: 3px;
	background: url("/common/img/ct_line_td.gif") no-repeat left top;
}

#index #content .data {
	margin-bottom: 12px;
}
#index #content .data th, 
#index #content .data td {
	line-height: 1.3;
}
#index #content .data th {
	width: 20%;
}
#index #content .data table th, 
#index #content .data table td {
	margin: 0;
	padding: 0 5px 0 0;
	width: auto;
	background: none;
}

#index #content p.etc {
	margin-bottom: 10px;
	padding-left: 13px;
	font-weight: bold;
}


