@charset "utf-8";

/*------------------------------------------------

.company
	
--------------------------------------------------*/
.company{
	/*font-family: sans-serif;*/
	color: #393939;
	font-size: 13px;
}

.company .title{
	margin-bottom: 30px;
}

.company .visual{
	margin-bottom: 50px;
}

.company table{
	width: 720px;
	margin-bottom: 50px;
}

.company table th,
.company table td{
	font-family: sans-serif;
	font-size: 13px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	line-height: 1.8em;
}


/*------------------------------------------------

.history
	
--------------------------------------------------*/
.history{
	/*font-family: sans-serif;*/
	color: #393939;
	font-size: 13px;
}

.history .title{
	margin-bottom: 30px;
}

.history .visual{
	margin-bottom: 50px;
}

.history table{
	width: 720px;
	margin-bottom: 50px;
}

.history table th,
.history table td{
	font-family: sans-serif;
	font-size: 13px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	line-height: 1.8em;
}


