@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/title/company.png); }


/*------------Profile---------------------------------------------------------------*/
div#Profile table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d4d5d5;
}
div#Profile table tr th,
div#Profile table tr td { display: block; }
div#Profile table tr th {
	width: auto;
	padding: 10px;
	background: #eaeaea;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: top;
}
div#Profile table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: middle;
}
div#Profile table tr td dl dt { float: left; }
div#Profile table tr td dl dd { margin-right: 3em; }
div#Profile table tr td dl dd:nth-last-of-type(1) { margin-right: 0; }
div#Profile table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Profile table tr td ul.List01 li {
	padding-left: 1em;
	text-indent: -1em;
}
div#Profile table tr td ul.List01 li:before { content: "・"; }


/*------------ProfBtn---------------------------------------------------------------*/
div.ProfBtn {
	width: 100%;
	margin: 20px auto 0;
}
div.ProfBtn iframe {
	max-height: 50px;
}


/*------------History---------------------------------------------------------------*/
div#History table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d4d5d5;
}
div#History table tr th,
div#History table tr td { display: block; }
div#History table tr th {
	width: auto;
	padding: 10px;
	background: #eaeaea;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: top;
}
div#History table tr th span { color: transparent; }
div#History table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: middle;
}
div#History table tr td a {
	text-decoration: underline;
	color: #003b8a;
}
div#History table tr td a:hover { text-decoration: none; }


/*------------Access ,  Group---------------------------------------------------------------*/
div#Access {}
div#Group {}
div.AccTxt { width: 100%; }
div.AccTxt h5 {
	margin-bottom: 10px;
	padding: 0 0.5em 8px 20px;
	background: url(../../img/pc/arrow.png) no-repeat left 0.1em;
	border-bottom: 1px solid #d7e9b2;
	line-height: 1.2;
	font-size: 113.3333333333333%;
}
div.AccTxt p + p { margin-top: 1em; }
div.AccTxt dl {
	width: 100%;
	margin: 1em 0;
	overflow: hidden;
}
div.AccTxt dl dt { float: left; }
div.AccTxt table {
	width: 100%;
	margin-top: 1em;
	border-top: 1px solid #d4d5d5;
	border-collapse: collapse;
}
div.AccTxt table tr th {
	width: 22%;
	padding: 5px 10px;
	background: #eaeaea;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: top;
}
div.AccTxt table tr td {
	width: auto;
	padding: 5px 10px;
	border-left: 1px solid #d4d5d5;
	border-bottom: 1px solid #d4d5d5;
	text-align: left;
	vertical-align: middle;
}
div.AccTxt table tr td ul { list-style: none; }
div.AccTxt table tr td ul.List02 li {
	padding-left: 1em;
	text-indent: -1em;
}
div.AccTxt table tr td ul.List02 li:before { content: "・"; }
div.AccMap {
	width: 100%;
	margin-top: 20px;
}
div.AccMap p { margin-top: 10px; }
div.AccMap div.Work {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
div.AccMap div.Work dl {
	width: 50%;
	float: left;
}
div.AccMap div.Work dl dt {
	padding-left: 20px;
	background: url(../../img/pc/arrow.png) no-repeat left center;
}
div.AccMap div.Work ul {
	list-style: none;
	padding-left: 20px;
}
div.AccMap div.Work ul li {
	padding-left: 1em;
	text-indent: -1em;
}
div.AccMap div.Work ul li:before { content: "・"; }
div.AccMap div.PhoList {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
div.AccMap div.PhoList ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.AccMap div.PhoList ul li {
	width: 50%;
	margin-right: 0;
	float: left;
}
div.AccMap div.PhoList ul li:nth-child(2n) { margin-right: 0; }
div.TopTxt {
	width: 90%;
	margin: 0 auto 30px;
	overflow: hidden;
}
div.AccMap div.MapPho {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
div.AccMap div.MapPho ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.AccMap div.MapPho ul li {
	width: 50%;
	float: left;
}
div.AccMap div.MapPho ul li:nth-child(even) { float: right; }