@charset "utf-8";

/*----------------------------- 
会社案内
-----------------------------*/
#company
{
	background: url(../images/base/bg_shadow01.gif) repeat-x left 44px;
}

.item dl
{
	background: url(../images/company/bg_name01.gif) repeat-y;
	border-top: solid 1px #e0dfdf;
	margin: 34px 43px 60px 24px;
	line-height: 1.6;
	font-size: 85%;
	color: #3b3c3c;
	position: relative;
}

.item dl dt
{
	width: 130px;
	padding: 7px 0 4px 0;
	text-align: center;
	position: absolute;
	left: 0;
}

.item dl dd
{
	padding: 7px 0 4px 153px;
	border-bottom: solid 1px #e0dfdf;
	border-top: solid 1px #fff;
}

/*----------------------------- 
代表あいさつ
-----------------------------*/
.item .greeting
{
	margin: 33px 25px 60px 27px;
	overflow: hidden;
}

.item .greeting > img
{
	width: 230px;
	margin: 0 25px 0 0;
	float: left;
	display: block;
}

.item .greeting .text
{
	color: #4a4a49;
	font-size: 90%;
	line-height: 1.4;
}

.item .greeting .text .sign
{
	margin: 10px 0 0 0;
	text-align: right;
}

/*----------------------------- 
アクセス
-----------------------------*/
.item .access
{
	margin: 33px 25px 40px 27px;
	overflow: hidden;
	color: #3b3b3b;
}

.item .access .info
{
	width: 288px;
	float: left;
}

.item .access .info h4
{
	font-size: 110%;
	font-weight: normal;
}

.item .access .info p
{
	font-size: 80%;
	margin: 22px 0 29px 0;
}

.item .access .googlemap
{
	width: 366px;
	float: left;
	text-align: center;
	font-size: 85%;
}

.item .access .googlemap iframe
{
	margin: 0 0 10px 0;
}

.item .access .googlemap a
{
	color: #4d87bd;
}


img.left20 {
	margin-left: 20px;
}