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

/* 水平線
--------------------------------*/
.line {
width:100%;
height:1px;
margin:0 0 22px;
background:url(../../../common/img/line_dotted.jpg) repeat-x left bottom;
}

.line hr {/*divが空要素になるのを防ぐためのhrなので不要なマージンをとらないために非表示*/
display:none;
}


#map1{
    width:582px;
	height:330px;
    margin:15px 19px 22px;
	background-color:#ffffff;
	border:1px solid #000;
}


/* iframe 582px ver.
--------------------------------*/
.iframeWrapper2 {/*iframeにボーダー設定するとIEで余白がでるのでdiv側にボーダー設置*/
overflow:hidden;
width:582px;
height:300px;
margin:0 19px 22px;
border:1px solid #000;
}

.iframeWrapper2 iframe {
width:582px;
height:300px;
margin:0;
padding:0;
}

/* オフィス写真
--------------------------------*/
#newoffice {
	margin-bottom:20px;
}

#main #newoffice .newoffice_text{
	margin-top:5px;
}

.newoffice_pic img{
	display:block;
	margin-top:0px;
	padding:4px;
	background-color:#ffffff;
	border:1px solid #dfdfdf;
	float:left;
}
#newoffice .newoffice_pic_txt{
	width:622px;
}
#main #newoffice .newoffice_pic_txt li{
	width:203px;
	float:left;
	padding: 0 2px;
		line-height:120%;
		margin-top:3px;

}

.mgr8 { margin-right:8px;}