@charset "utf-8";

/*=====================================================================================
	
	Document    : company.css
	Created on  : 2013/12/12
	Description : 会社概要
 
=====================================================================================*/

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

   概要

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

#comp-gaiyo td {
	padding:15px;
	border-bottom:1px solid #0f66ba;
	border-color:transparent;
	background-clip:padding-box;
}

#comp-gaiyo tr td:first-child {
	text-align:center;
	color:#fff;
	background:url(../image/bg-blue-op70.png) repeat left top;
	background-clip:padding-box;
	width:20%;
	white-space:nowrap;
}

#comp-gaiyo tr td:nth-child(2) {
	background-color:#fff;
}

#comp-gaiyo tr:last-child td {
	border-bottom:none;
}

.ie6 #comp-gaiyo td {
	border-color:#0f66ba;
}

.ie6 #comp-gaiyo tr td:first-child {
	background-image:none;
	background-color:#004191;
}


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

   Googleマップ

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

.gmap {
	width:100%;
	background-color:#fff;
	margin:30px 0;
	padding:4px 0;
	text-align:center;
}

.gmap iframe {
	margin:0 auto;
}

