﻿@charset "utf-8";

/*----------------------- div#contnet --------------------------*/

div#inner-article {
	text-align: center;
}

div#inner-article h3 {
	color: #005b98;
	font-size: 17px;
	font-weight: bold;
	margin: 30px 5px 0 5px;
}

div#inner-article table#tbl-aboutus {
	width: 520px;
	margin: 30px auto;
	text-align: left;
}

table#tbl-aboutus th,
table#tbl-aboutus td {
	padding: 10px 0 10px 1em;
}

table#tbl-aboutus th {
	width: 80px;
	color: #005b98;
	vertical-align: top;
	border-width: 1px 1px 1px 0;
	border-style: dotted;
	border-color: #cccccc;
}
* html table#tbl-aboutus th {
	width: 90px;
}

table#tbl-aboutus td {
	border-width: 1px 0 1px 1px;
	border-style: dotted;
	border-color: #cccccc;
}
table#tbl-aboutus td.name {
	font-size: 16px;
	font-weight: bold;
}

table#tbl-aboutus td div.biz-place {
	padding: 15px 0;
	border-top: 1px dotted #cccccc;
	position: relative;
	zoom: 1;
	text-align: center;
}

table#tbl-aboutus td div.biz-place span,
table#tbl-aboutus td div.biz-place p,
table#tbl-aboutus td div.biz-place a {
	text-align: left;
}

table#tbl-aboutus td div.topof-list {
	padding: 5px 0 15px 0;
	border: none;
}

table#tbl-aboutus td div.biz-place span.place-name {
	display: block;
	font-size: 13px;
	margin: 0 0 10px 0;
}

table#tbl-aboutus td div.biz-place img.iso-certified {
	position: absolute;
	top: 15px;
	right: 0;
}

table#tbl-aboutus td div.biz-place p.place-addr {
	position: relative;
	zoom: 1;
}

table#tbl-aboutus td div.biz-place p.place-addr a.to-map {
	position: absolute;
	bottom: 0;
	right: 0;
}

table#tbl-aboutus td div.biz-place img.place-img {
	display: block;
	margin: 1em auto 0 auto;
}

table#tbl-aboutus td div.crop-endpadding {
	margin: 0 0 -1em 0;
}

table#tbl-aboutus td dl {
	line-height: 1.5em;
}

table#tbl-aboutus td dl.padding-end {
	margin: 0 0 1em 0;
}

table#tbl-aboutus td dl dt {
	width: 85px;
	float: left;
}

table#tbl-aboutus td dl.short-title dt {
	width: 50px;
	float: left;
}

table#tbl-aboutus td dl dd {
	width: 330px;
	float: left;
}

table#tbl-aboutus td dl.short-title dd {
	width: 365px;
}
table#tbl-aboutus td.nofloat dl dd,
table#tbl-aboutus td.nofloat dl dt {
	width: auto;
	float: none;
}
table#tbl-aboutus td.nofloat dl dd {
	width: 410px;
}