@charset "utf-8";

@import url("reset.css");


/***** 会社概要 *****/
#company_info table,
#company_info td,
#company_info th {
	border:1px solid #999999;
	border-collapse:collapse;
}
#company_info td,
#company_info th {
	padding:10px;
}
#company_info table {
	width:730px;
}
#company_info table th {
	width:160px;
	background-color:#E1E1E1;
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
}
#company_info table td {
	width:570px;
}
.p_red {
	color:#F00;
}
#company_info h3 {
	padding:20px 0 10px
}
#company_info p {
	margin-bottom:10px;
}
#company_info table table {
	width:520px;
	margin-bottom:10px;
}
#company_info table table .card {
	width:120px;
}
#company_info table table .payment {
	width:360px;
}
#company_info ul {
	margin-bottom:10px;
}
#company_info .nomargin {
	margin-bottom:0;
}
#company_info table a {
	text-decoration:underline;
}
#company_info p.map {
	text-align:center;
}







