<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* main */
 
#info1{
	clear:both;	
	overflow: hidden;
}
#info1a{
	clear:both;	
	overflow: hidden;
}
#info1b{
	clear:both;	
	overflow: hidden;
}
#info1c{
	clear:both;	
	overflow: hidden;
}
#info2{
	clear:both;	
	overflow: hidden;
}
#info3{
	clear:both;	
	overflow: hidden;
}

/* title bar */
#infoBar {
	width: 100%; 
	padding-left:5px;
	background-color: #f6f6f6; 
	border-bottom:3px #000 solid
}
.propcontent{
 
}
#info{ 
	display:block;
	padding: 5px;  
}

/* info top*/
.bname{
	font-weight: bold;
	font-size: 16px;
}
.info_btn1{ 
	height: 32px;	
	min-width:100px;
	overflow:hidden;
	text-align:center;
	line-height: 30px;
	background-image:url(images/info_btn1.jpg);
	background-repeat:repeat-x;
	border-radius: 5px 5px 0 0 !important;
	color: #ffcc00;
	margin-right:3px;
	padding-left:10px;
	padding-right:10px;	
	font-size: 12px;
	font-weight: normal; 
	cursor:pointer;
	font-weight: bold;
}
.info_btn2{ 
	height: 32px;
	min-width:100px;	
	overflow:hidden;
	text-align:center;
	line-height: 30px;
	background-image:url(images/info_btn2.jpg);
	background-repeat:repeat-x;
	border-radius: 5px 5px 0 0 !important;
	color: #ffffff;
	margin-right:3px;
	padding-left:10px;
	padding-right:10px;	
	font-size: 12px;
	font-weight: normal; 
	cursor:pointer;
	font-weight: bold;
}
.info_right{
	position:absolute;
	right:10px;
	text-align: right; 
	margin-top:10px
}
.link_first{
	margin: 0px 8px 0px 0px;	
}

.link{
	margin: 0px 8px;
}

.info_link a:link{
	color:#000000;
}
.info_link a:active{
	color:#000000;	
}
.info_link a:visited{
	color:#000000;	
}
.info_link a:hover{
	color:#000000;
	text-decoration:underline;	
}

/* info content */
.info_content{
	padding: 5px;	
}
.info_content_left{
	width: 365px;
	 
}
.info_content_right{
	margin-left:10px;	 
}
.info_content_photo_br{
	border: 1px solid #dfdfdf;
	overflow:hidden;
	width:100%; 

}
.info_largepic_btm{
	border-bottom: 1px solid #dfdfdf;
}
.info_largepic_btm .proplimage{
	margin:5px;
	text-align:center;
}
.info_largepic_btm .proplimage img{
	max-width:100%; 
}
#info_largepic_desc{
	text-align:right;
	padding: 5px;
	clear:both;
}
.info_content_photo_list{
	display:inline-block;
	width:100%;
	margin:5px;
	 
}
.listpic_br1{
	background-color:#ECECEC;
	border: 1px solid #ffffff;
	padding:3px; 
	margin:2px;
	width:66px;
	height:66px;
	text-align:center; 
	
}
.listpic_br1 a{
	display:block;
	max-width:100%;
	max-height:54px;
	overflow:hidden;
}
.listpic_br1 img{
	max-width:100%;
	max-height:54px;
	
}
.listpic_br2{
	background-color:#ECECEC;
	border: 1px solid #ff0000;
	padding:3px; 
	margin:2px;
	width:66px;
	height:66px;
	text-align:center; 	 
}

.listpic_br2 a{
	display:block;
	max-width:100%;
	max-height:54px;
	overflow:hidden;
}
.listpic_br2 img{
	max-width:100%;
	max-height:54px;
	
}

.info_detail{
	text-align:left;
	width: 75px;
	font-size:12px;
	font-weight:bold;
}
.info_info{
	text-align:left;	
	width:155px;
	overflow:visible;
	font-size:12px;
}
.sp_line{
	border-top: 1px solid #dfdfdf;
}
.info_right_title{
	text-align:left;
	color:#9d2132;
	font-size:14px;
	font-weight:bold;	
}
.info_contact{
	width: 180px;
	min-height: 85px;
	background-color: #f7f7f7;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.info_btm_detail{
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.info_btm_info{
	text-align:left;	
	width: 415px;
	overflow:visible;
}
.info_content_street{
	text-align:left;
	font-weight: bold;
}
.btns{
	cursor:pointer;	
}
.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.info_desc{
	text-align: left;
	font-size: 13px;
	color: #000000;	
}

/* info note */
#info_note{
	clear:both;	
}
.info_note{
	text-align:left;
	border: 1px solid #dfdfdf;
	height: 85px;
	width: 210px;
}
.info_note_txtbox{
	width: 210px;
	height: 85px;
	padding: 0px;
}
.info_note_left{
	text-align:left;
}

.div-video{
  margin: 0 0 5px 0;
}
.div-vr{
  margin: 0 0 5px 0;
}

.enlarge{
  position:absolute;
  right:10px;

}
.enlarge img{
  width:50px;
}
@media (max-width: 991px){
	.info_content_right{
		margin-left:0px;	 
	}
	.info_right{
		position:relative;
		width:100%;
		right:auto;
		text-align: center; 
		padding:10px
	}	
	.tabletab{
		width:100%
	}
}
@media (max-width: 900px){

}

@media (max-width: 767px){
	.info_right{ 
		margin-top:0px
	}
	.info_content{
		padding: 0px;
		padding-top:5px;	
	}	
}

@media (max-width: 500px){
	.info_btn1{ 
		min-width:auto;
		padding-left:5px;
		padding-right:5px;	
	}
	.info_btn2{ 
		min-width:auto;
		padding-left:5px;
		padding-right:5px;			
	}	 
}</pre></body></html>