﻿@charset "utf-8";

/* company.css */



/*-------------------------------------------------
///	企業情報	
-------------------------------------------------*/

#company h3 {
	margin-bottom: 25px;
}

#company .company_list {
	clear: both;
	width: 710px;
	text-align: left;
	margin-bottom: 30px;
	overflow: hidden;
}

#company .company_list dl.company_left {
	width: 341px;
	float: left;
}

#company .company_list dl.company_right {
	width: 341px;
	float: right;
}

#company .company_list dt {
	margin-bottom: 7px;
}

#company .company_list dt dd {
	letter-spacing: 1px;
}


/*-------------------------------------------------
///	会社概要
-------------------------------------------------*/

#company table.company_info_table {
	width: 710px;
	text-align: left;
	margin-bottom: 30px;
}

#company table.company_info_table th {
	width: 100px;
	text-align: left;
	padding: 15px 10px;
	border-bottom: #CCC 1px dotted;
}

#company table.company_info_table td {
	padding: 15px 10px;
	text-align: left;
	border-bottom: #CCC 1px dotted;
}


/*-------------------------------------------------
///	代表挨拶
-------------------------------------------------*/

#company p.president {
	margin-bottom: 20px;
}

#company p.president_last {
	margin-bottom: 100px;
}

#company p.president_name {
	text-align: right;
	margin-bottom: 30px;
}


/*-------------------------------------------------
///	沿革
-------------------------------------------------*/

#company table.history_table {
	width: 710px;
	text-align: left;
	margin-bottom: 30px;
}

#company table.history_table th {
	width: 100px;
	text-align: left;
	padding: 15px 10px;
	border-bottom: #CCC 1px dotted;
	letter-spacing: 1px;
}

#company table.history_table td {
	padding: 15px 10px;
	text-align: left;
	border-bottom: #CCC 1px dotted;
	letter-spacing: 1px;
}

#company table.history_table td.icon_history {
	padding: 0 5px;
	vertical-align: bottom;
}

/*-------------------------------------------------
///	アクセス
-------------------------------------------------*/

#company p.map a {
	text-indent: -9999px;
	display: block;
}

#company .access_dl dt {
	margin-bottom: 15px;
	text-align: left;
}

#company .access_dl dd {
	margin-bottom: 40px;
	text-align: left;
	letter-spacing: 1px;
}


