/* 会社案内 */
h3.corporation {
	margin:  10px  0px 10px  0px;
	padding: 15px  0px 15px  0px;
	color: #333;
	font-size:   23px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

ul.corporation-block {
	margin: 10px 4% 10px 4%;
	padding:  0px  0px  0px  0px;
	width: 92%;
	list-style-type: none;
}

ul.corporation-block li {
	display: block;
	margin:  10px  0px 10px  0px;
	padding:  0px  0px  0px  0px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
}

h4.corporation {
	margin:  10px  0px 10px  0px;
	padding: 10px  0px 10px  0px;
	font-size:   17px;
	font-weight: bold;
	line-height: 1.2em;
}

/* 概要 */
table.corporation-profile {
	margin:  0px  0px 20px  8px;
	border: 0px;
	border-collapse: collapse;
/*	width: 92%;   */
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
	text-align: left;
}

table.corporation-profile th {
	padding:  2px 10px  0px 10px;
	background-color: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.corporation-profile td {
	padding:  2px 0px  0px 10px;
	font-weight: normal;
	text-align: left;
}

/* 沿革 */
table.corporation-history {
	margin:  0px  0px 20px  8px;
	border: 0px;
	border-collapse: collapse;
/*	width: 92%;   */
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
	text-align: left;
}

table.corporation-history th {
	padding:  2px 10px  0px 10px;
	background-color: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.corporation-history td {
	padding:  2px 0px  0px 10px;
	font-weight: normal;
	text-align: left;
}


/* 改行して縦並び */
ul.corporation-data-portrait {
	margin:   8px 10px 20px 10px;
	padding:  0px  0px  0px  0px;
	overflow: hidden;  /* float 解除 */
}

ul.corporation-data-portrait li {
	display: block;
	margin:   0px  5px  0px  5px;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}

/* 改行せず横並び */
ul.corporation-data-landscape {
	margin:   8px 10px 20px 10px;
	padding:  0px  0px  0px  0px;
	overflow: hidden;  /* float 解除 */
}

ul.corporation-data-landscape li {
	display: block;
	margin:   0px  5px  0px  5px;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	float: left;
}


