@charset "UTF-8";
/* CSS Document */

.ttl_underline{
	border-bottom: 1px solid #ddd;
	margin: 20px 0 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
}
.company_list_box{
	width: 80%;
	border: 2px solid #ccc;
	margin: 30px auto 40px;
	padding: 20px 15px;
}

.company_list_ttl{
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

.company_list li{
	margin-bottom: 5px;
	padding: 0 0 5px 0.5em;
	border-bottom: 1px dashed #ccc;
}
.company_list li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
}
.company_list li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 16px;
  font-family: FontAwesome;
content: "\f054";
}

.company_table{
}

.company_table th{
	background: #ccc;
	vertical-align: middle;
}

.company_table td{
	border: 1px solid #ccc;
	padding: 5px;
}
.company_table p{
    margin-bottom: 1em;
}

