/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
	border: 1px solid 		#2e2e2e;
	background: 			#3b3b3b;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #2e2e2e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #575757), to( #3b3b3b));
	background-image: -webkit-linear-gradient(#575757, #3b3b3b);
	background-image:    -moz-linear-gradient(#575757, #3b3b3b);
	background-image:     -ms-linear-gradient(#575757, #3b3b3b);
	background-image:      -o-linear-gradient(#575757, #3b3b3b);
	background-image:         linear-gradient(#575757, #3b3b3b);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#2e2e2e;
	background: 			#3b3b3b;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #2e2e2e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #575757), to( #3b3b3b));
	background-image: -webkit-linear-gradient(#575757, #3b3b3b);
	background-image:    -moz-linear-gradient(#575757, #3b3b3b);
	background-image:     -ms-linear-gradient(#575757, #3b3b3b);
	background-image:      -o-linear-gradient(#575757, #3b3b3b);
	background-image:         linear-gradient(#575757, #3b3b3b);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#2e2e2e;
	background: 			#3b3b3b;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #2e2e2e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3b3b3b), to( #575757));
	background-image: -webkit-linear-gradient(#3b3b3b, #575757);
	background-image:    -moz-linear-gradient(#3b3b3b, #575757);
	background-image:     -ms-linear-gradient(#3b3b3b, #575757);
	background-image:      -o-linear-gradient(#3b3b3b, #575757);
	background-image:         linear-gradient(#3b3b3b, #575757);
}

/* 他
-----------------------------------------------------------------------------------------------------------*/
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: small !important;
	color: #CCC;
	width: 90%;
	margin-right: auto !important;
	margin-left: auto !important;
}
.ui-header .ui-title, .ui-footer .ui-title {
	margin: 0px;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.color1 {
	color: #F00;
}
#chintai h3, #chintai p,
#baibai h3, #baibai p,
#parking h3, #parking p,
#tenant h3, #tenant p,
#tochi h3, #tochi p{
	overflow: visible;
	white-space: normal;
}
.tel {
	font-size: 2em;
}
#googlemap {
	width: 100%;
	height: 300px;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.ui-header .ui-title, /* header */
.ui-footer .ui-title, /* footer */
.ui-btn-inner, /* button */
.ui-li-heading, /* listview heading */
.ui-li .ui-btn-text a.ui-link-inherit, /* listview link */
.ui-li-desc /* listview description */
{
overflow: visible;
white-space: normal;
}



/*******************************
/* 汎用スタイル
*******************************/
.adarea {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
