@charset "utf-8";

/* =================================
pageTitle
================================= */
#pageTitle {
	background-image: url(../images/company/bg_pagetitle.jpg);
}

/* =================================
contents
================================= */
/*
#contents table {
	margin: 0 auto;
	max-width: 1000px;
}

#contents table tr {
	width: 100%;
}

#contents table th {
	border-bottom: 1px dotted #F5B919;
	padding: 30px 0 30px 120px;
	line-height: 310%;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #1F43B6;
	width: 230px;
}

#contents table td {
	border-bottom: 1px dotted #F5B919;
	padding: 30px 120px 30px 120px;
	line-height: 310%;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}

#contents table tr.last th,
#contents table tr.last td {
	border-bottom: none;
}
*/
#contents #map iframe {
	width: 100% !important;
}

#contents #map .large {
	text-align: center;
}

#contents .business li span {
	color: #C09B06;
}

#contents .business li li {
	margin-left: 1.5em;
}

/* =================================
contents
================================= */

#contents dl.outline {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 310%;
}

#contents dl.outline dt {
	position: absolute;
	left: 0;
	color: #1F43B6;
}

#contents dl.outline dd {
	border-bottom: 1px dotted #F5B919;
}

#contents dl.outline dt.last,
#contents dl.outline dd.last {
	border-bottom: none;
}

@media screen and (min-width: 1000px) {
	#contents dl.outline dt {
		padding: 30px 0 30px 120px;
		width: 230px;
	}
	#contents dl.outline dd {
		padding: 30px 0 30px 350px;
	}
}

@media screen and (max-width: 999px) {
	#contents dl.outline dt {
		padding: 30px 0 30px 30px;
		width: 130px;
	}
	#contents dl.outline dd {
		padding: 30px 0 30px 160px;
		border-bottom: 1px dotted #F5B919;
	}
}