﻿@charset "UTF-8";

/*=========================== 会社案内のみ ===========================*/

#profileTable{
	width: 540px;
	margin-top: 10px;
	padding: 10px 0 0 0;
	text-align: left;
}

#profileTable th{
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-bottom: 2px solid #eee;
	color: #369;
	font-weight: bold;
}

#profileTable td{
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-bottom: 2px solid #eee;
}

/*=========================== 事業内容・実績のみ ===========================*/

#activities{
	width: 540px;
	margin-top: 10px;
	padding: 10px 0 0 0;
	text-align: left;
}

h4#customerTitle{
	text-align: left;
	font-weight: bold;
	font-size: 14px;	
	padding: 5px 0 5px 5px;
	margin: 20px 0 10px 0;
	background-color: #ccc;
	border-left: 5px solid #369;
}

#customerLeft{
	float: left;
	text-align: left;
	width: 260px;
	padding: 0 0 0 0;
}

#customerLeft li.group,#customerRight li.group{
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #369;
	border-bottom: 3px solid #eee;
}

#customerLeft li.place{
	padding: 0 0 0 0;
	font-weight: bold;
}

#customerLeft li.last{
	padding: 0 0 12px 0;
}

#customerRight{
	float: right;
	text-align: left;
	width: 260px;
	padding: 0 0 0 20px;
}

