@charset "utf-8";
/* CSS Document */

#main .office_area dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

#main .office_area dt
{
	display: table-cell;
	width: 33%;
	margin: 0px;
	padding: 1em 1em 0;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #eee;
	_zoom:1;
	overflow:hidden;
}

#main .office_area .img
{
	width:70px;
	height:auto;
	float: left;
}

#main .office_area .text
{
	padding-left: 0.8em;
	_zoom:1;
	overflow:hidden;
}


#main .office_area dt h3
{
	font-size: 13px;
	line-height: normal;
	color: #043D78;
	margin-bottom: 0px;
	background:none;
	padding-left:0;
	margin-top:0;
	padding-top:0;
	letter-spacing:-1px;
}
#main .office_area dt p {
	line-height:16px;
	padding-bottom:10px;
	margin-top:0;
	padding-top:0;
	font-size:12px;
}

#main .office_area dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#main .office_area dd:nth-child(3n)
{
	display: table-row;
	height: 10px;

}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
}

/* スマホ設定  768 以下*/
@media screen and (max-width:766px)
{
	
#main .office_area dt
{
	display: table-cell;
	margin: 0px;
	padding: 0.8em 0.8em 0;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #eee;
	_zoom:1;
	width:100% !important;
	overflow:hidden;
}

#main .office_area dd:nth-child(2n)
{
	display: table-row;
	height: 10px;

}

#main .office_area .img
{
	float: left;
	margin-bottom:10px;
}

}