@charset "utf-8";

#area {
	display: none;
}
#type {
	display: none;
}
#wrapper #property #call {
	display: none;
}
.gnav {
    display: flex;
    height: 40px;
    margin: 0 auto;
    width: 100%;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 33.4%;
	height: 40px;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	background-color: #262161;
}
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 40px;
    overflow: visible;
}
#wrapper #property #right {
	padding: 20px;
}
#wrapper #property #right .stable tr td {
	vertical-align: middle;
}
#wrapper #property #right .stable {
	display: flex;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	font-size: 0.9em;
}
#wrapper #property #right .stable dd {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#wrapper #property #right .stable dd .btitle {
	font-weight: bold;
}
#wrapper #property #right .stable dd a {
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	display: block;
	width: 150px;
	text-align: center;
}
#wrapper #property #right .stable dd a:hover {
	background-color: #333;
}
#wrapper #property #right .text {
	padding-bottom: 30px;
}
#wrapper #property #right .stable dt .ljpg a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#wrapper #property #right .stable .dd2 {
	display: none;
}
#wrapper nav ol {
	display: none;
}
#wrapper #property #right .subtitle {
	font-size: 1.1em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}
#wrapper #property #right .byoko tr th {
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	display: block;
	width 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#wrapper #property #right .byoko tr td {
	text-align: center;
	display: block;
	width 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #property #right .byoko {
	width: 100%;
}

td .bukkenul li {
    font-size: 0.8em;
    line-height: 1.4;
    padding-bottom: 5px;
    padding-top: 5px;
}
#wrapper #property #right .gaiyo {
	width: 100%;
}
#wrapper #property #right .gaiyo tr {
	vertical-align: middle;
	line-height: 0.9;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #E9E9E9;
}
#wrapper #property #right .gaiyo td:first-child {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	background-color: aliceblue;
}