@charset "euc-jp";

/*================================
[corporate.css][euc-jp]
[tanaka@n-di.co.jp]
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");
@import url("../share/color.css");

@import url("../share/single_narrow.css");

/* Clearfix
=================================*/

.title:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.title {
	display: inline-block;
}

/* Hide from Mac IE \*/

.title {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */

/* =========================================
*  CONTENTS
* ========================================= */

/* Cont
=================================*/
div#cont {
	xpadding: 20px 0 3.5em;
}

	div#cont p {
		padding: 0 70px;
	}

/* Table
=================================*/
table.corporateTable {
	margin: 20px 0 0 70px;
	width: 750px;
}

	table.corporateTable tr {
	}
	
		table.corporateTable tr th {
		padding: 5px;
		background: #4F90BA;
		border: 1px solid #FFF;
		color: #FFF;
		font-weight: lighter;
		text-align: left;
		}
	
		table.corporateTable tr td {
			padding: 5px;
			background: #E8E8E8;
			border: 1px solid #FFF;
			color: #333;
		}

			table.corporateTable tr td ol li {
				list-style: decimal;
				list-style-position: inside;
			}
			
div#mapInner {
	width: 650px;
	height: 350px;
}

	div#mapInner p {
		padding: 0;
	}

/* Subtitle
=================================*/
div#cont p.corporateTit {
	margin-top: 50px;
}



