@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	map.css
	
	[概要]			会社概要 アクセスマップ専用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
.contentBody:after,
#mainContent h4:after,
#sec2_1:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html .contentBody,
*:first-child + html #mainContent h4,
*:first-child + html #sec2_1
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html .contentBody,
* html #mainContent h4,
* html #sec2_1
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
.contentBody,
#mainContent h4,
#sec2_1
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#mainContent h2,
#btnGoogleMap a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								見出し
								
------------------------------------------------------------------------------*/
#mainContent h2{
	margin-bottom: 10px;
	background: url(../../corporate/images/map_h2.gif) no-repeat scroll left top;
}

#mainContent h3{
	width: 100%;
	min-height: 24px;
	margin-bottom: 6px;
	padding-top: 11px;
	background: url(../../images/common/h3_l_bg.gif) no-repeat scroll left top;
}
/* Win IE6 \*/
* html #mainContent h3
{
	height: 35px;
}
/* End Win IE6 */
#mainContent h3 span{
	display: block;
	padding: 0px 10px;
	font-weight: bold;
}

#mainContent h4{
	width: 100%;
	margin-bottom: 10px;
	background: url(../../corporate/images/h4_bg.gif) repeat-x scroll left bottom;
}

#mainContent h4 span{
	float: left;
	padding: 0px 3px 3px 3px;
	border-bottom: 4px solid #76b004;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

								詳細
								
------------------------------------------------------------------------------*/
#sec1{
	padding-bottom: 15px;
}

#sec1 h3{
	margin-bottom: 10px;
}

#sec1 .contentBody{
	width: 546px;
	margin-left: 20px;
}

#sec1 .adr{
	float: right;
	width: 385px;
	line-height: 1.6;
	font-weight: bold;
}

#btnGoogleMap{
	float: right;
	width: 385px;
	height: 30px;
	margin-top: 5px;
	background: url(../../corporate/images/btn_googlemap_ov.gif) no-repeat scroll left top;
}

#btnGoogleMap a{
	width: 200px;
	height: 30px;
	background: url(../../corporate/images/btn_googlemap.gif) no-repeat scroll left top;
}

#btnGoogleMap a:hover,
#btnGoogleMap a:active{
	background: url(../../corporate/images/btn_googlemap_ov.gif) no-repeat scroll left top;
}

.articleContent table.tableStyle2{
	margin-bottom: 15px;
}

#sec2_1 .table1{
	float: left;
	width: 290px;
}

#sec2_1 .table2{
	float: right;
	width: 290px;
}

#sec2_1 th{
	width: 38%;
}

#sec2_2 th,
#sec2_3 th,
#sec2_4 th,
#sec2_5 th{
	width: 38%;
}


