@charset "utf-8";

.baseStyle {
	line-height: 130%;
	font-size: 14px;
	color: #666666;
}

.strShopName {
	font-size: 18px;
	color: #34B4D1;
	font-weight: bold;
}

.mapArea {
	width: 650px;
	height: 500px;
	float: left;
}

.mapWithRoute{
	width: 500px;
	height: 500px;
	float: left;
}

.routeShow {
	width: 145px;
	height: 488px;
	border-width:thin;
	overflow: scroll;
	float: left;
	border: 1px solid #CCCCCC;
}

.routeHide {
	width: 0px;
	height: 0px;
	border-width:thin;
	float: left;
}

#corpinfo {
	margin-top: 5px;
}

#corpinfo dl#base {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}

#corpinfo dl#base dt{
	font-weight: bold;
}

#corpinfo dl#base dd{
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#corpinfo dl.sub {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}

#corpinfo dl.sub dt{
	font-weight: bold;
}

#corpinfo dl.sub dd{
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#staffinfo table#staff {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 670px;
}

#staffinfo table#staff td{
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	color: #5DC2DA;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5DC2DA;
}

#staffinfo table#staff td.photo{
	width: 160px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

#staffinfo table#staff td p.normal {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}

#staffinfo table#staff td p.staffname {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
}

/* 会社概要 詳細 開始 */
div#contents div#corp-detail {
	padding: 0px;
}

div#contents div#corp-detail div#detail h3 {
	font-size: 167%;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #339966;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #D1EFE0;
	color: #005E1F;
}

div#contents div#corp-detail div#detail h4 {
	font-size: 131%;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#contents div#corp-detail div#detail p {
	font-size: 116%;
}

div#contents div#corp-detail div#detail p img {
	float: right;
}

div#contents div#corp-detail div.works {
	padding: 0px;
}

div#contents div#corp-detail div.works h3 {
	font-size: 167%;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #339966;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #D1EFE0;
	color: #005E1F;
}

div#contents div#corp-detail div.works p {
	font-size: 116%;
}

div#contents div#corp-detail div.works p.right {
	font-size: 116%;
	text-align: right;
}

div#contents div#corp-detail div.works p img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 会社概要 詳細 終了 */
