@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 30px;
}






/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 60px;
}
#content .section .box {
	margin-bottom: 50px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    /* border: 1px solid #CCCCCC; */
    display: table-cell;
    /* height: 200px; */
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#content .section .att {
	margin-top: 15px;
}
/* --------------------------------------
	table
-------------------------------------- */
	    #content table{
	    	margin-bottom: 60px;
	    }
#content table th{
  width:180px;
}
#content table td{
  /* padding: 4px 9px 1px 9px; */
}

#content table td p+p{
	margin-top: 26px;
}
#content table td dl{
	margin-top: 26px;
}
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 50px;
}
#company table th {
	width: 140px;
	vertical-align: middle;
}
#company table th,
#company table td {
	/* padding: 3px 9px 1px; */
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 660px;
	height: 400px;
	margin-bottom: 15px;
}

#content .text{
	margin-bottom: 35px;
}
