@charset "utf-8";
/* CSS Document */

#LSearch {
	padding: 0;
	margin: 0;
	min-height: 500px;
	margin-bottom: 100px;
}

#LSearch *{
	box-sizing: border-box;
}

#LSearch .MapNavi .btn{
	display: flex;
	justify-content: flex-end;
	padding: 12px 12px 12px 0;

}
#LSearch .MapNavi .btn button{
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 10px;
    line-height: 24px;
    background-color: #f06d1f;
    display: flex;
    align-items: center;
}

#LSearch .MapNavi .btn button span{
    color: #fff;
    font-size: 100%;
}

#LSearch .MapNavi .btn button i {
    background-repeat: no-repeat;
    padding-right: 10px;
}

#LSearch .MapNavi .btn button.search i {
	width: 16px;
    height: 16px;
    background-image: url("/content/dam/hitachicm-china/locator/image/search.png");
	background-size: contain;
}


#LSearch .MapNavi #areaContents {
	clear: both;
	width: 100%;
	z-index: 10;
	padding: 20px 0 0;
	background: #eaeaea;
}
#LSearch .MapNavi #areaContents {
	font-size: 90%;	
}
#areaContents dl {
	display:block;
	float: left;
	width: 40%;
	margin: 0 0 10px 0;
}
#areaContents a {
	float: left;
	padding: 5px;
	white-space: pre;
	line-height:24px;
}
#areaContents dl.all {
	width: 14%;
}
#areaContents dl dt {
	float: left;
	clear: left;
	color: #555;
	width: 15%;
	padding: 5px;
	margin: 0 0 5px 10px;
	font-weight: 100;
	font-weight: 900;
	white-space: pre;
	line-height: 24px;
}
#areaContents dl.all dd {
	width: auto;
	margin: 0 0 5px 10px;
}
#areaContents dl dd {
	float: left;
	display: block;
	width: 78%;
	margin: 0 0 3px;
}

#areaContents a {
	color: #08427c;
	text-decoration:none;
	margin: 1px;
	cursor: pointer;
}


#areaContents .corp {
	display: none;
	clear: both;
	padding: 20px 0 0 0;
	border-top: 3px dotted #FFF;
}
#areaContents .corp dl {
	margin: 0;	
}
#areaContents .corp ul li {
	display: block;
	float: left;
	margin: 0 10px 5px;	
}
#areaContents .corp ul li a {
	padding: 5px;
}
#areaContents dl a:hover, 
#areaContents .corp ul li a:hover {
	border: 1px dashed #f06d1f;
	margin: 0;
}
#areaContents dl a:active{
	color:#FFF;
	background-color:#f06d1f;
}

#areaContents dl a.on,
#areaContents dl a.on:hover,
#areaContents .corp ul li a.on,
#areaContents .corp ul li a.on:hover {
	background-color:#f06d1f;
	color:#FFF;
}

#LSearch .SMapStyle {
	width:100%;
	clear: both;
}

#LSearch .MapNavi {
	position: relative;
	margin: 0 auto;
	background-color:#eaeaea;
	z-index: 15;
	padding:10px;
	overflow: hidden;
}
#LSearch .MapNavi p.toggler {
	display:none;
	float:right;
	cursor: pointer;
}
#LSearch .MapNavi p.toggler span {
	font-size:100%;
	color:#f06d1f;
	line-height:35px;
	padding: 5px;
	border: 1px solid #f06d1f;
}


#LSearch .MapArea {
	overflow: hidden;
	position: relative;
	left: 0;
	margin: 0 auto;
	height: auto;
	z-index: 10;
	border:1px solid #eaeaea;
}
#LSearch .MapArea .searchResult {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
	background: #FFC;
	text-align: center;
	border: 1px solid #999;
	z-index: 10;
}
#LSearch #wordFilter {
	color:#333;
	width: 100%;
	font-size: 90%;
	height: 34px;
	line-height: 34px;
	border: 0;
	padding: 0 0 0 10px;
}
#LSearch #wordFilter:focus {
outline: 0;
}
#LSearch #submitFilter {
	position: absolute;
	display: inline-block;
	background: #f06d1f url("/content/dam/hitachicm-china/locator/image/search.png") no-repeat  center center;
	width: 80px;
	color:#FFF;
	height: 34px;
	border: 0;
	top: 10px;
	right: 10px;
	margin-left: 0px;
	z-index: 1;
	cursor: pointer;
}

#LSearch .template {	
	display: none;
}

#LSearch #Viewport .ResultList {
	overflow: hidden;
	overflow-y: auto; /* 添加垂直滚动条 */

}
#LSearch #Viewport .ResultList:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
#LSearch #Viewport .event {
	display:block;
	float: left;
	width:420px;
	min-height:120px;
	background-color: rgba(255,255,255,0.5);
	-webkit-backdrop-filter: blur(5px);
	border-right:1px solid #eee;
	cursor: pointer;
}
#LSearch #Viewport .event.hover,
#LSearch #Viewport.listMode .event.hover{	
	background: #F6F6F6;
}
#LSearch #Viewport.listMode {
	height: auto;
	background: rgba(255,255,255,1);
}
#LSearch #Viewport.listMode .ResultList {
	-webkit-overflow-scrolling: touch;
	max-height: 600px;
}
#LSearch #Viewport.listMode .event {
	float: none;
	width:100%;
	min-height:120px;
	background: #FFF;
	border: 0;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

#LSearch #Viewport.listMode .event div{
	display: flex;
	flex-direction: column;
}

#LSearch #Viewport.listMode .event img{
	width: 90px;
    height: 90px;
}
#LSearch #Viewport .event h3 {
	font-size:105%;
	letter-spacing:0;
	color:#353434;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#LSearch #Viewport .event h3 span {
	background:url("/content/dam/hitachicm-china/locator/image/point.png") no-repeat 0 0;
}
#LSearch #Viewport .event p {
	font-size: 95%;
    line-height: 160%;
    padding:0  20px 15px 0;
}

#LSearch #Viewport .event ul {
	display: flex;
	gap: 20px;
}
#LSearch #Viewport .event ul li {
	float:left;
	margin-right: 20px;
	padding:0 0 0 25px;
	color:#135ba3;
	background-repeat: no-repeat;
	background-position: left center;
}
#LSearch #Viewport .event ul li.tel{
	background-image: url("/content/dam/hitachicm-china/locator/image/phone.png");
}
#LSearch .event ul li.fax{
	background-image: url("/content/dam/hitachicm-china/locator/image/fax.png");
	margin:0;
}
#LSearch #Viewport .event.active,
#LSearch #Viewport .event.active.hover {
	background: #f06d1f;
}

#LSearch #Viewport .event.active * {
	color: #FFF;
}

.template .event{
	display: none;
}

@media all and (max-width: 764px) {
	body.mobileStyle .PageTitleStyle2{
		padding-left: 5px;
	}
	body.mobileStyle .TopBorderSet {
		border: 0;
	}
	body.mobileStyle ul.PageTop{
		padding-right: 5px;
	}
	body.mobileStyle #areaContents dl {
		display: block;
		width: 100%;
		margin: 0;
	}
	body.mobileStyle #areaContents dl.all {
		width: 100%;
		clear: both;
		margin: 0 0 5px;
	}
	body.mobileStyle #areaContents dl a {
		font-size: 110%;
	}
	#LSearch #Viewport .event ul {
		flex-direction: column;
	}
}