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


@import url("/css/libs/webfont.css"); 

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}


/* ==========================================================================
   box-sizing
   ========================================================================== */
.zeinuki{
	text-align:right;
	font-size:90%;
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#fff;
}

#header{
	width:950px;
	margin:auto;
	padding:20px 0 8px 0;


}
#tel_wrap{
	margin:auto;
	background:#000;
	opacity:0.9;
	color:#CCC;font-weight:bold;
}
#tel{
	width:950px;
	margin:auto;
	
	
}
#tel p{
	
}

.s01{
	background:#E5DCCF;
	text-align:center;
	padding:30px 0;
}




.cc a{
	
	/*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.cc a:hover{
filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

.htoptxt{
	float:left;
	font-size:83%;padding:5px;
	line-height:20px;
}

.teltxt{

	padding:5px 10px 5px 0;
	font-size:120%;
	float:right;
	line-height:20px;
}
.teltxt img{
	margin-right:10px;

}
.language{padding:5px 10px 5px 0;
	float:right;line-height:20px;
	font-weight:normal;
	color:#fff;
	font-size:93%;
}
.language span{
	font:Arial, Helvetica, sans-serif;
}
.language a{
	color:#999;
}
.language a:hover{
	color:#fff;
	text-decoration:underline;
}
h1#logo{
	float:left;
	margin-right:15px;
}
#wrapper{
	width:950px;
	margin:auto;
	z-index:9997;
	position:relative;
}
#wrapper_about{
	width:100%;
	margin:auto;

	z-index:9997;
	position:relative;
}
#top_cont{
	width:950px;
	margin:auto;

}
#top_cont_l{
	width:630px;
	float:left;
	margin-right:20px;
}

.col_3_4  { width: 118px; margin-right:10px; float:left;}
.col_3_4lastn{ width: 118px; float:left;
	margin-right:0;
}
#rightbanner{
	margin-bottom:11px;
}
ul#top_banner{
	margin-bottom:5px;
}

.top_cont_l2{
	width:374px;
	float:left;
	margin-right:10px;
}

.top_cont_r2{
	width:246px;
	float:left;
}

#top_cont_r{
	width:300px;
	float:left;
}


footer{
	height:auto;
	background:url(../images/common/footerbg.png) top left repeat-x #6E5438;
	color:#fff;
	border-top:1px solid #000;
	clear:both;
	}

*+html footer{
	background-color:#6E5438;
}	

#footer{
	width:950px;
	margin:auto;
	font-size:78%;
	clear:both;
}

#sitemap{
	padding:30px 0;
}
#sitemap ul{
	width:145px;
	height:340px;
	float:left;
	margin-right:8px;
	display:block;
	padding-right:4px;
	border-right:1px solid #523F29;
}
#sitemap ul.first{
	
}
#sitemap ul.last{
	border:none;
}
#sitemap ul li.main{
	border-bottom:1px solid #523F29;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
	padding-bottom:3px;
}
#sitemap ul li{
	
}
#sitemap ul li a{
	color:#fff;
	display:block;padding:5px 5px 5px 8px;
}
p.copy{
	height:36px;
	line-height:36px;
	text-align:center;
}
#sitemap ul li a:hover{
background-color:rgb(99,82,67);
-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.5);
box-shadow:inset 1px 1px 2px rgba(0,0,0,0.5);





	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.smwrap {
	padding:15px 0 0 0;
}

.text p{
	margin-bottom:20px;
}
.center{
	text-align:center;
}



#sub_nav{

	width:100%;
	background:#3F291C;
}

#sub_nav ul{
	width:950px;
	margin:auto;
	color:#fff;
	line-height:47px;
}
#sub_nav ul li{
	float:left;
	font-size:78%;

	
}
#sub_nav ul li a{
	color:#fff;padding:10px 5px;
	
	
}

#header_title{
background-image:-moz-linear-gradient(rgb(170,170,170) 0%,rgb(139,139,139) 100%); 
background-image:-webkit-gradient(linear,color-stop(0, rgb(170,170,170)),color-stop(1, rgb(139,139,139)));
background-image:-webkit-linear-gradient(rgb(170,170,170) 0%,rgb(139,139,139) 100%);
background-image:-ms-linear-gradient(rgb(170,170,170) 0%,rgb(139,139,139) 100%);
background-image:linear-gradient(rgb(170,170,170) 0%,rgb(139,139,139) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaaaaaa,endColorstr=#ff8b8b8b)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaaaaaa,endColorstr=#ff8b8b8b);
height:45px;
line-height:45px;
color:#fff;
zoom:1;
clear:both;
}

h2{
	background:url(../images/common/h2_bg.png) no-repeat 10px 45%;
	padding:0 35px;
	float:left;
	border-right:1px solid #ccc;
}


h3{
	margin-bottom:20px;
}

h3#title{
	font-size:150%;
}
h3#title img{
	line-height:100%;
	vertical-align:middle;
	margin-bottom:5px;
	margin-right:0.5em;
}
h3.vtype{
	font-size:120%;
	color:#fff;
	padding:15px;
	margin-bottom:15px;
	text-align:center;
background: rgb(73,155,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-8 */


/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
zoom:1;
position:relative;
}
h3.vtype span{
	font-size:70%;
	display:block;
	font-weight:normal;
	background:#0D3D71;
	color:#FFF;
	line-height:100%;/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-bottom:5px;
}
h3.vtype:after{
	border-color:#207ce5 transparent transparent;
border-style:solid;
border-width:12px 12px 0;
bottom:-12px;
content:"";
display:block;
left:46%;
position:absolute;
width:0;
}

h3.vtype02{
	font-size:120%;
	color:#fff;
	padding:15px;
	margin-bottom:15px;
	text-align:center;
	background:#666;


/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
zoom:1;
position:relative;
}
h3.vtype span{
	font-size:70%;
	display:block;
	font-weight:normal;
	background:#0D3D71;
	color:#FFF;
	line-height:100%;/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-bottom:5px;
}
h3.vtype:after{
	border-color:#207ce5 transparent transparent;
border-style:solid;
border-width:12px 12px 0;
bottom:-12px;
content:"";
display:block;
left:46%;
position:absolute;
width:0;
}


h3.vtype03{
	font-size:120%;
	color:#fff;
	padding:15px;
	margin-bottom:15px;
	text-align:center;
background: #f3a03a; /* Old browsers */
background: -moz-linear-gradient(top, #f3a03a 0%, #ef7125 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f3a03a 0%,#ef7125 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f3a03a 0%,#ef7125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a03a', endColorstr='#ef7125',GradientType=0 ); /* IE6-9 */


/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
zoom:1;
position:relative;
}
h3.vtype03 span{
	font-size:70%;
	display:block;
	font-weight:normal;
	background:#BF2606;
	color:#FFF;
	line-height:100%;/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-bottom:5px;
}
h3.vtype03:after{
	border-color:#EF7125 transparent transparent;
border-style:solid;
border-width:12px 12px 0;
bottom:-12px;
content:"";
display:block;
left:46%;
position:absolute;
width:0;
}


h3.access{
	 display: block;

background:-moz-linear-gradient(50% 2% top,rgb(233,234,235) 0%,rgb(226,227,228) 49%,rgb(211,213,215) 100%); 
background:-webkit-gradient(linear,50% 2%,50% 102%,color-stop(0, rgb(233,234,235)),color-stop(0.49, rgb(226,227,228)),color-stop(1, rgb(211,213,215)));
background:-webkit-linear-gradient(top,rgb(233,234,235) 0%,rgb(226,227,228) 49%,rgb(211,213,215) 100%);
background:-ms-linear-gradient(top,rgb(233,234,235) 0%,rgb(226,227,228) 49%,rgb(211,213,215) 100%);
background:linear-gradient(top,rgb(233,234,235) 0%,rgb(226,227,228) 49%,rgb(211,213,215) 100%);
zoom:1;
font-weight:bold;
padding:10px 20px;
-moz-box-shadow:inset -1px -1px 0px rgb(193,193,194) ,inset 0px 2px 0px rgba(255,255,255,0.4) ,inset 0px -2px 0px rgba(255,255,255,0.4);
-webkit-box-shadow:inset -1px -1px 0px rgb(193,193,194) ,inset 0px 2px 0px rgba(255,255,255,0.4) ,inset 0px -2px 0px rgba(255,255,255,0.4);
box-shadow:inset -1px -1px 0px rgb(193,193,194) ,inset 0px 2px 0px rgba(255,255,255,0.4) ,inset 0px -2px 0px rgba(255,255,255,0.4);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe9eaeb,endColorstr=#ffd3d5d7,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe9eaeb,endColorstr=#ffd3d5d7,GradientType=0);
}

.col{
	width:950px;
	margin:auto;
}

ul#list{
	padding:20px;
	margin:20px 0;
	background:#fafafa;
}
ul#list li{
	list-style:disc;
	margin-bottom:5px;
	margin-left:10px;
}
ul#list02{
	padding:10px 20px;
	margin:20px 0;
	background:#FFF8E9;
	border:1px solid #E62900;
}
ul#list02 li{
	list-style:disc;
	margin-bottom:5px;
	margin-left:10px;
}
p.subtitle{
	font-weight:bold;
	color:#036;
}

.detail{
	padding:20px;
	border:1px solid #ccc;
	background:#fafafa;
	/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.detail02{
	padding:5px 10px;


}
p.caption{
	color:#666;
	font-size:83%;
	text-align:center;
}

h2#linkt{
	background:#eee;
	padding-left:10px;
	padding:10px;
	display:block;
	width:95%;
	border:none;
	border-bottom:1px solid #ccc;
}

h3.borderh3{

	background: rgb(224,220,188); /* Old browsers */
background: rgb(234,229,194); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTVjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWRkYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(234,229,194,1) 0%, rgba(229,221,190,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,229,194,1)), color-stop(100%,rgba(229,221,190,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,229,194,1) 0%,rgba(229,221,190,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,229,194,1) 0%,rgba(229,221,190,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,229,194,1) 0%,rgba(229,221,190,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,229,194,1) 0%,rgba(229,221,190,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5c2', endColorstr='#e5ddbe',GradientType=0 ); /* IE6-8 */


	/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
}

h4.blue{
	color:#069;
	margin-bottom:10px;
	line-height:100%;

}

.photo img{
	margin:0;
	padding:0;
	display:block;
-moz-box-shadow: 1px 1px 3px #ccc;
-webkit-box-shadow: 1px 1px 3px #ccc;
border:3px solid #fff;
}


.link{
	width:48%;
	float:left;
}

.link li{
	
	margin-bottom:3px;
}
.link ul li ul li{
	border-bottom:none;
	
	margin-left:15px;
}
.link li a{
	background:url(../images/common/yaji_m.png) no-repeat 0 50%;
	padding:0 0 0 15px;

}

.melit{
	background:#fafafa; border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
}
.melit02{
	background:#fafafa; border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
}


ul.check_list li{list-style:none; border-bottom:1px dashed #ccc; margin-bottom:5px;}
ul.check_list li span{ color:#F33; margin:0 10px 0 0;}
div.vmiddle_box { margin:20px 0;}
div.vmiddle_box div {
        display: table-cell;
        vertical-align: middle;float:none;
    }
.virtual_left_box{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
	background:#fafafa;
	border:1px solid #efefef;
	float:none;
}
p.subtitle_v{
	font-weight:bold;
	color:#036;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-top:20px;
	display:block;
}
h4.virtual_big{color:#666;}
h4.virtual_big span{ color:#F30; font-size:160%; margin:0 10px 0 0;}
/*---------tooltip------------*/
#powerTip{cursor:default;background-color:#424242;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 1px rgba(255,255,255,.2) inset,0 -2px 2px #323232 inset;-moz-box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 1px rgba(255,255,255,.2) inset,0 -2px 2px #323232 inset;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 1px rgba(255,255,255,.2) inset,0 -2px 2px #323232 inset;border:1px solid #000;border-radius:6px;color:#fff;display:none;padding:10px;position:absolute;white-space:nowrap;z-index:2147483647; bottom:10px ;}#powerTip:before{content:"";position:absolute}#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}#powerTip.n:before{border-top:10px solid #000;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.e:before{border-right:10px solid #000;border-right:10px solid rgba(0,0,0,.8);left:-10px}#powerTip.s:before{border-bottom:10px solid #000;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.w:before{border-left:10px solid #000;border-left:10px solid rgba(0,0,0,.8);right:-10px}#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}#powerTip.ne:before,#powerTip.nw:before{border-top:10px solid #000;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.se:before,#powerTip.sw:before{border-bottom:10px solid #000;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before{border-top:10px solid #000;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}#powerTip.ne-alt:before{left:auto;right:10px}#powerTip.sw-alt:before,#powerTip.se-alt:before{border-top:0;border-bottom:10px solid #000;border-bottom:10px solid rgba(0,0,0,.8);bottom:auto;top:-10px}#powerTip.se-alt:before{left:auto;right:10px}

.inner_link{
	background:#efefef;
	border:1px solid #ccc;
	padding:30px;
	margin:0 0 20px 0;	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.inner_btn a {
	display:inline;
	background: #fff;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #111;
	padding: 15px 20px 15px 30px;
	float:left;
	margin-right:20px;
	line-height:100%;
}
.inner_btn a:hover{
	background:#333;
	color:#fff;
}


.notewrap {
	font-size:80%;
}
.note {
	font-size:40%;
	vertical-align: super;
}

/*----------------------------------------
 3D Map 2018.10.31 Ryuumu
----------------------------------------*/
.top_cont_l2 #VirtualTour{
	position:relative;
	width:374px;
	height:255px;
}
.top_cont_l2 #VirtualTour .overtxt1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:8px 10px;
	/*background-color:rgba(255,255,255,0.7);*/
	color:#111;
	font-weight:500;
	font-size:14px;
	text-shadow:1px 1px 5px #FFF, -1px -1px 5px #FFF;
}
.top_cont_l2 #VirtualTour .overtxt2{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0 10px 8px 10px;
	/*background-color:rgba(0,0,0,0.5);*/
	color:#FFF;
	font-size:80%;
	text-shadow:1px 1px 5px #000, -1px -1px 5px #000;
}


.inner_link #VirtualTour{
	clear:both;
}
.inner_link #VirtualTour dt{
	margin-bottom:5px;
	background:url(../images/common/3d_list_icon.png) no-repeat left;
	background-size:1em 1em;
	padding-left:1.4em;
}


#floormap #VirtualTour li{
	margin:0;
	padding:0;
	display:inline-block;
}
#floormap #VirtualTour li:first-child{
	background:url(http://www.offisteria.com/common/images/common/3d_list_icon.png) no-repeat left 2px;
	background-size:1em 1em;
	padding-left:1.2em;
	color:#374171;
}
#floormap #VirtualTour li a{
	background-color:#EEEEEF;
	color:#555;
	padding:5px 10px;
}
#floormap #VirtualTour li a:hover{
	background-color:#D96D00;
	color:#FFF;
}


#visual #VirtualTour{
	position:relative;
	height:620px;
}
#visual #VirtualTour .overtxt1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:15px;
	/*background-color:rgba(255,255,255,0.7);*/
	color:#111;
	font-weight:500;
	font-size:20px;
	text-shadow:1px 1px 5px #FFF, -1px -1px 5px #FFF;
}
#visual #VirtualTour .overtxt2{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0 15px 15px 15px;
	/*background-color:rgba(0,0,0,0.5);*/
	color:#FFF;
	font-size:90%;
	text-shadow:1px 1px 5px #000, -1px -1px 5px #000;
}