@charset "utf-8";
@import"base.css";
@import"contents.css";
/* CSS Document */

/*会社概要*/

#main h3, #main h4{
	height: 30px;
	margin: 0 0 20px 0;
	padding: 9px 0 0 15px;
	font-size: 16px;
	line-height: 1.5;
	background-color: #ffffcc;
}

#main #outline{
	margin: 0 0 20px 0;
}

#outline table {
	border-collapse: collapse;
}

#outline table th,
#outline table td {
	border: 1px solid #ccc;
}
#outline table td table td {
	border: 0;
	vertical-align: top;
}

#outline table th {
	width: 5em;
	background-color: #f9f9f9;
	font-weight: normal;
}
.padding7 {
	padding: 7px;
}


@media (max-width: 480px) {
	#main h3, #main h4{
		font-size: 1.8rem;
	}
	#outline table th,
	#outline table td {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

