@charset "Shift_JIS";
/* ----------------------------------------------------------
  Author : NIC Co., Ltd.
  URI : http://www.nicltd.co.jp/
  Version : 1.0
  copyright(C)  NIC Co., Ltd
---------------------------------------------------------- */


/* 企業概要 table
---------------------------------------------------- */
table .company{
	width: 100%;
	border-collapse: collapse;
}
.company th {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	width: 150px;
}
.company td {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 12px;
}

th.t_top {
//	border-top: #b3b3b3 4px solid;
}
td.t_top {
//	border-top: #be1309 4px solid;
}

/* 沿革 table
---------------------------------------------------- */
table .history{
	width: 100%;
	border-collapse: collapse;
}
.history th {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	width: 150px;
}
.history td {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 12px;
}

th.t_top {
//	border-top: #b3b3b3 4px solid;
}
td.t_top {
//	border-top: #be1309 4px solid;
}

#accessMap {
	height: 450px;
	width: 90%;
	float: left;
}


/* ブレイクポイント520px以下 
---------------------------------------------------- */
@media screen and (max-width: 520px) {

	/* 企業概要 table
	---------------------------------------------------- */
	.company {
		width: 100%;
	}
	.company table,tbody,tr,th,td {
		 display:block;
		 width:100%;
	}
	.company th,
	.company td {
		border: none;
		display: block;
		width: 100%;
	}
	.company th{
		font-weight: bold;
		border-bottom: #e3e3e3 1px solid;
		padding: 5px;
	}
	.company td{
		border-bottom: none;
		padding: 5px;
	}
	.company td:last-child {
		width: 100%;
	}

	/* 沿革 table
	---------------------------------------------------- */
	.history {
		width: 100%;
	}
	.history table,tbody,tr,th,td {
		 display:block;
		 width:100%;
	}
	.history th,
	.history td {
		border: none;
		display: block;
		width: 100%;
	}
	.history th{
		font-weight: bold;
		border-bottom: #e3e3e3 1px solid;
		padding: 5px;
	}
	.history td{
		border-bottom: none;
		padding: 5px;
	}
	.history td:last-child {
		width: 100%;
	}
}