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

.bnum {
}
.searchset {
	font-size: 0.9em;
}
h2, .searchset .overview {
	margin: 0;
	padding: 0.5em;
	padding-left: 1.5em;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.25);
}
h2 {
/*	border-top: 1px solid #fff;
	background-color: #0590cc;
	background-image: -webkit-linear-gradient(270deg, rgba(0,178,255,1.00) 0%, rgba(5,144,204,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,178,255,1.00) 0%, rgba(5,144,204,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,178,255,1.00) 0%, rgba(5,144,204,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,178,255,1.00) 0%, rgba(5,144,204,1.00) 100%);*/
}
h2:before {
	content: " ";
	display: inline-block;
	box-sizing: border-box;
	background-color: transparent;
	border: 0.5em solid transparent;
	border-left-color: #fff;
	margin-left: -1em;
}
h2 span, .searchset .overview span {
	display: inline-block;
	margin-right: 0.5em;
}
/*詳細時お問い合わせNUM*/
h2 span.contact-num {
	display: block;
	text-align: right;
	font-size: 0.8em;
}
/*検索時件数表示*/
h2 span.count {
	display: block;
	text-align: right;
	font-size: 0.9em;
}
h2 span.count .int {
	font-size: 1.2em;
	margin: 0
}
.searchset h3 {
	border-radius: 0.2em;
	padding: 0.4em 0.5em 0.2em;
	font-size: 0.95em;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	background-color: #6CC0FF;
	border:none;
	border-bottom: 0.2em solid #0033cc;
	/*background-color: #8EC5FF;
	border-bottom: 0.2em solid #0044FF;*/
	padding-left: 1.5em;
	position: relative;
	color: #FFF;
}
.searchset h3:before {
	content: "";
	position: absolute;
	border: 0.5em solid transparent;
	border-top: 0.5em solid #0033cc;
	top: 50%;
	left: 0.5em;
	margin-top: -0.2em
}
.searchset div.noData p {
	padding: 1em;
	min-height: 10em;
}
span.tax {
	display: inline-block;
	white-space: nowrap;
	font-size: 0.6em;
	background-color: #0066FF;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	padding: 0.1em 0.2em 0.1em;
	border-radius: 0.5em;
	line-height: 110%;
}
#Detail .overview {
	background-color: #66ccff;
	border-bottom: 1px solid #fff;
	/*background-color: #75ADC5;*/
	position: relative;
}
#Detail .overview span.price {
	display: block;
}
#Detail .overview span.price .title {
	display: inline-block;
	font-size: 0.8em;
	padding: 0.1em 0.5em 0.05em;
	border-radius: 0.5em;
	background-color: #f00;
}
#Detail .overview span.price .int {
	color: #FFf;
	margin-left: 0.3em;
	font-size: 1.2em;
	color: #ffeeee;
}
#Detail .overview span.plan .dim {
	margin-left: 0.3em;
}
#Detail .overview a.favorite-btn {
	display: block;
	font-size: 1em;
	padding: 0.5em;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 5;
	text-align: center;
	text-indent: -9999em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.5em;
	background-color: #fff;
	border-radius: 1em;
	width: 1.5em;
	height: 1.5em;
}
#Detail .overview a.favorite-btn.registered {
	background-image: url("../images/icons-svg/star-minus-color.svg");
}
#Detail .overview a.favorite-btn.unregistered {
	background-image: url("../images/icons-svg/star-plus-color.svg");
}












#Detail .overview .shokihi{
    background-color: #FFBF63;
    border-radius: 0.5em;
    font-size: 12px;
    font-weight: bold;
    padding: 0.1em 0.5em 0.2em 0.5em;
    margin: 0em 0 0em 0;
clear:both;
display:inline-block;
}

#Detail .overview .shokihi span{
  display:inline-block;
  line-height:1.2em;
  
}
#Detail .overview .shokihi span.shokihi02{
  color:#F00;
  font-weight:900;
}
#Detail .overview .shokihi span.maeyachin{
  font-size: 0.8em;
}

#Detail .overview .shokihi span.uchiwake{
    font-weight: 600;
    font-size: 0.95em;
    background-color: #FFFFFF;
    border-radius: 0.5em;
    padding: 0 0.5em;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
}









#Detail p.pr-comment {
	margin: 0.5em;
	border-radius: 0.5em;
	padding: 0.5em;
	padding-left: 3.5em;
	background-color: #fff;
	background-image: url(../images/pr-comment-bg.png);
	background-repeat: no-repeat;
	background-size: 4em;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	font-size: 0.9em;
}
#Detail p.pr-comment2 {
	margin: 0.5em;
	border-radius: 0.5em;
	padding: 0.5em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 4em;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	font-size: 0.9em;
	color: #0044FF;
}
ul#bk-images {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	box-sizing: content-box;
	top: 0;
}
ul#bk-images li {
	display: block;
	float: left;
	clear: right;
	overflow: hidden;/*	background-color:#95D2E1;*/
}
ul#bk-images li.current {
	background-color:#ff8000;
}
ul#bk-images li a {
	display: table-cell;
	display: block\8;
	width: 200px;
	height: 200px;
	margin: auto;
	/*background-color:#F4DBDC;*/
	vertical-align: middle;
	position: relative;
	padding: 2%;
	box-sizing: border-box;
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none) {
ul#bk-images li a {
	display: block;
}
}
ul#bk-images li a span.img_title {
	bottom: 0.5em;
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,0.50);
	width: 96%;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	font-weight: normal;
	font-size: 0.8em;
	line-height: 150%;
	text-align: center;
}
ul#bk-images li a span.img img {
	max-height: 96%;
	max-width: 96%;
	text-align: center;
	margin: auto;
	border: 3px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
.pano_area h3 {
	background-color: #333;
	border-bottom: 0.2em solid #FFdd00;
	color: #ffdd00;
}
.pano_area h3:before {
	border-top: 0.5em solid #FFdd00;
}
/*費用カラム*/
ul#cost {
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}
ul#cost li {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 98%;
	margin: 0 1%;
}
 @media only screen and (min-width: 481px) {
ul#cost li {
	float: left;
	width: 48%;
	margin: 0 1%;
}
}
@media only screen and (min-width: 641px) {
ul#cost.three-column li {
	float: left;
	width: 31%;
	margin: 0 1%;
}
}
ul#cost li table {
	margin: auto;
	width: 98%;
	border-collapse: collapse;
}
ul#cost li table tr td, ul#cost li table tr th {
	padding: 0.3em 0.3em 0.1em;
	font-weight: bold;
}
ul#cost li table tr th {
	max-width: 8em;
	padding-left: 0.5em;
	padding-right: 0.1em;
}
ul#cost li table tr td:nth-child(0) {
	padding-left: 0.1em;
	padding-right: 0em;
}
ul#cost li table tr td:nth-child(1) {
	padding-left: 0em;
	padding-right: 0.2em;
	font-weight: normal;
	width: 3em;
}
ul#cost li table tr td {
	text-align: right;
}
ul#cost li table tr:nth-child(odd) {
	background-color: #fff;/*background-color: #ddddff;*/
}
ul#cost li table tr:nth-child(even) {
	background-color: #F0FEEF;/*background-color: #ddffdd;*/
}
#cost-cal {
}
#cost-cal h4 {
	margin: 0;
	font-size: 0.8em;
}
#cost-cal .ui-listview {
	margin-top: -1.5em;
}
#cost-cal .ui-listview li.ui-field-contain > label {
	font-size: 0.8em;
	float: left;
	width: 25%;
	margin: .5em 2% 0 0;
}
#cost-cal .ui-listview li.ui-field-contain > label ~ [class*="ui-"] {
 float: left;
 width: 68%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#cost-cal .ui-listview > li p.rice {
	white-space: normal;
	padding-left: 1em;
	text-indent: -1em;
}
#cost-cal .ui-btn#cost-cal-start {
	font-size: 0.8em;
}
#cost-cal .result {
	display: none;
}
#cost-cal .result .loading {
	background-color: #FFF;
	background-image: url(../images/bx_loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 32px;
}
#cost-cal .result table {
	margin: auto;
	width: 98%;
	border-collapse: collapse;
}
#cost-cal .result table .chuigaki{
font-size:0.8em;
}

#cost-cal .result table tr td, #cost-cal .result table tr th {
	padding: 0.3em 0.3em 0.1em;
}
#cost-cal .result table tr td {
	text-align: right;
}
#cost-cal .result table tbody tr:last-child th, #cost-cal .result table tbody tr:last-child td {
}
#cost-cal .result table tbody.sub-total tr {
	background-color: #ddddff;
}
#cost-cal .result table tbody.sub-total tr th, #cost-cal .result table tbody.sub-total tr td {
	color: #38566f;
	font-weight: bold;
	border-top: 1px solid #fff;
}
#cost-cal .result table tbody.detail tr th, #cost-cal .result table tbody.detail tr td {
	font-size: 0.9em;
	font-weight: normal;
}
#cost-cal .result table tbody.detail tr th {
	padding-left: 2.0em
}
#cost-cal .result table tbody.total tr th, #cost-cal .result table tbody.total tr td {
	background-color: #ddddee;
	color: #ec008c;
	font-weight: bold;
}
#cost-cal .result table tbody.total tr:first-child th, #cost-cal .result table tbody.total tr:first-child td {
	border-top: 3px double #333;
}
#cost-cal .result table tbody.total tr:last-child th, #cost-cal .result table tbody.total tr:last-child td {
	border-bottom: 2px solid #333;
}
#cost-cal .result table tbody.total tr th span.head {
	position: absolute;
	font-size: 0.9em;
}
#cost-cal .result table tbody.total tr th span.head2 {
	margin-left: 2.5em;
}
#cost-cal .result table tbody.total tr th span.head3 {
	font-size: 0.75em;
	font-weight: normal;
	margin-left: 0.5em;
	display: inline-block;
}
#cost-cal .result table tbody.sub-total tr td span.toggle {
	float: right;
	display: block;
	width: 1em;
	height: 1em;
	text-align: left;
	text-indent: -9999px;
	background-color: #aaa;
	background-image: url(../images/icons-svg/minus-white.svg);
	background-image: url(../images/icons-svg/plus-white.svg);
	background-repeat: no-repeat;
	background-size: 0.8em;
	background-position: center center;
	border-radius: 0.5em;
}
#cost-cal .result table tbody.detail {
	display: none;
}
#cost-cal .result table tbody.chuigaki {}
#cost-cal .result table tbody.chuigaki p{
	margin:0;
	text-align: left;
	white-space: normal;
}
#cost-cal .result table tbody.chuigaki p br{
	line-height: 0.5em;
}

#cost-cal .result table tbody.chuigaki p.chuigaki1{
	color:#0044FF;
	
} 
#meyasu-set {
	background-color: #fff;
	border-radius: 0.5em;
	overflow: hidden;
	padding: 0.5em;
}
#meyasu-set dl {
	margin: 0;
	display: block;
	float: left;
}
#meyasu-set dl dt, #meyasu-set dl dd {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-weight: bold;
}
#meyasu-set dl dt {
	display: inline-block;
	font-size: 0.9em;
	color: #fff;
	text-shadow: none;
	padding: 0.2em 0.5em 0.05em;
	border-radius: 0.5em;
	background-color: #f00;
}
#meyasu-set dl dd {
	padding: 0.2em 0.5em 0.05em;
	margin-left: 1em;
}
#meyasu-set .meyasu-logo {
	display: block;
	width: 100%;
	max-width: 100em;
	float: right;
}
#meyasu-set .meyasu-logo img {
	width: 100%;
}
#outline, #appliance, #environment, #contact {
	background-color: #fff;
}
#appliance > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-size: 0.9em;
}
#appliance > ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aaa;
	padding-left: 1em;
}
#appliance > ul li:before {
	font-size: 0.5em;
	display: inline-block;
	content: " ";
	border: 0.5em solid transparent;
	border-left: 0.5em solid #f00;
	margin-left: -0.5em;
	margin-right: 0.5em;
}
#environment > dl {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-size: 0.9em;
	overflow: hidden;
}
#environment > dl dt {
	float: left;
	padding-left: 1em;
	display: block;
}
#environment > dl dt:before {
	font-size: 0.5em;
	display: inline-block;
	content: " ";
	border: 0.5em solid transparent;
	border-left: 0.5em solid #f00;
	margin-left: -0.5em;
	margin-right: 0.5em;
}
#environment > dl dt:after {
	content: "："
}
#environment > dl dd {
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
#environment >#map {
	margin: 1em;
}
#environment >#map >#map-canvas {
	width: 98%;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #aaa;
}
/*　グーグルマップボタン　*/
.ui-page-theme-a .ui-btn.ui-icon-googlemap {
	background-color: #FFA1D0;
}
/*　物件詳細ページ最下部　一覧へ戻るボタン　*/
.ui-page-theme-a .ui-btn.BackToList{
	background-color: #ff9900; /*{a-bdown-background-color}*/;
    border-color: #707070 /*{a-bdown-border}*/;
    color: #000000 /*{a-bdown-color}*/;
    text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #eeeeee /*{a-bdown-shadow-color}*/;
}

.ui-icon-googlemap:after {
	background-image: url(../images/googlemap-favicon.png);
	background-size: 24px 24px;
	border-radius: 3px;
}
#outline table, #contact table {
	margin: auto;
	width: 98%;
	border: 1px solid #333;
	border-radius: 0.2em;
	font-size: 0.9em;
}
#outline table th, #outline table td, #contact table th, #contact table td {
	text-align: left;
	padding: 0.2em 0.5em 0.1em;
	border-bottom: 1px dotted #333;
}
#outline table th, #contact table th {
	background-color: #eee;
	width: 25%;
	max-width: 7em;
	white-space: nowrap;
}
.detail-btns {
}
#Search {
	font-size: 0.9em
}
#Search .custom-corners .ui-bar {
	  -webkit-border-top-left-radius: inherit;
	  border-top-left-radius: inherit;
	  -webkit-border-top-right-radius: inherit;
	  border-top-right-radius: inherit;
}
#Search .custom-corners .ui-body {
	  border-top-width: 0;
	  -webkit-border-bottom-left-radius: inherit;
	  border-bottom-left-radius: inherit;
	  -webkit-border-bottom-right-radius: inherit;
	  border-bottom-right-radius: inherit;
}
#Search #Search-tabs {
}
#Search #Search-tabs >.toggle-btns {
	background-color: #fff;
	margin: 0 -1em 0;
	padding: 1em 1em 0;
	box-shadow: inset 0 -3px 2px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 -3px 2px rgba(0,0,0,0.50);
}
#Search #Search-tabs >.toggle-btns ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}
#Search #Search-tabs >.toggle-btns ul li {
	display: block;
	float: left;
	width: 50%;
	padding: 0.5em 1% 0;
	box-sizing: border-box;
	margin-bottom: -0.2em;
}
#Search #Search-tabs >.toggle-btns ul li a.ui-btn {
	width: auto;
	margin: auto;
	-webkit-box-shadow: inset 0px -0.2em 3px rgba(0,0,0,0.50);
	box-shadow: inset 0px -0.2em 3px rgba(0,0,0,0.50);
}
#Search #Search-tabs >.toggle-btns ul li a.ui-btn img {
	width: 1.4em;
	margin-right: 0.5em;
	vertical-align: middle;
}
#Search #Search-tabs >.toggle-btns ul li a.ui-tab-active {
	background-color: #e6f2f9;
	color: #044062;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0em 3px rgba(0,0,0,0.50);
	box-shadow: 0px 0em 3px rgba(0,0,0,0.50);
}
#Search #Search-tabs >.tab-Article {
	padding: 0 1%;
}

#NewBuild-btn-box {
	display: inline-block;
	vertical-align: top;
}
#NewBuild-btn-box .ui-checkbox {
	margin: 0;
}
/*価格選択 */
.PriceOpt-set .ui-controlgroup-label {
	display: none;
}
 @media (min-width: 28em) {
.PriceOpt-set .ui-controlgroup-label {
	display: block;
}
}
/*checkbox 格納 <ul><li>*/

.ui-mobile fieldset.checkbox-grid-outer {
	overflow: hidden;
}
.checkbox-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	width: 100%;
	border: none;
	overflow: hidden;
	float: left;
	white-space: normal;
}
.ui-collapsible-content fieldset {
	white-space: normal;
	margin: 1em;
}
.checkbox-grid-full {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
 @media (min-width: 28em) {
.checkbox-grid {	/*margin-left:22%;float:left;*/
	width: 76%;
	white-space: normal;
	word-break: break-all;
}
.ui-collapsible-content fieldset .checkbox-grid {
	width: auto;
	white-space: normal;
	word-break: break-all;
}
}
.checkbox-grid li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	overflow: hidden;
}
.ui-controlgroup-label { /*background-color:rgba(255,255,000,0.60);*/
}
.checkbox-grid li .ui-checkbox {
	margin: 0 0 0 auto;
	margin-right: 0.4em;
	margin-bottom: 0.4em;
}
.checkbox-grid.has-count li .ui-checkbox label {
	padding-right: 3.5em;
	min-width: 4.7em;
}
.ui-content .ui-listview > .ui-listview {
	margin: 0;
}
.ui-listview > li fieldset legend {
}
.ui-listview > .ui-li-divider h4 {
	margin: 0;
}
.ui-listview > li hr {
	margin: 0.4em;
	border: none;
}
.ui-listview > .ui-li-has-checkbox {
	position: relative;
	z-index: 9;
}
.ui-listview > .ui-li-has-checkbox > .ui-btn {
	padding-left: 4.8125em;
}
.ui-listview > .ui-li-has-checkbox > .ui-btn + .ui-checkbox {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	border-radius: 0;
	height: 100%;
	box-sizing: content-box;
	z-index: 10;
}
.ui-listview > .ui-li-has-checkbox > .ui-btn + .ui-checkbox .ui-btn {
	position: relative;
	border-bottom: none;
	border-radius: 0;
	text-indent: -9999em;
	box-sizing: border-box;
	padding-right: 0;
	font-size: 1em;
	width: 3.8125em;
	height: 100%;
	z-index: 11;
}
.ui-listview > .ui-li-has-checkbox.ui-last-child > .ui-btn + .ui-checkbox .ui-btn {
	border-bottom-left-radius: 0.3em;
	border-bottom: 1px solid #858585;
}
.ui-listview .ui-listview > .ui-li-has-checkbox > .ui-btn + .ui-checkbox .ui-btn {
	border-left: none;
}
.ui-listview .ui-collapsible-content > .ui-listview:not(.ui-listview-inset), .ui-listview .ui-listview > li.ui-li-has-checkbox.ui-last-child, .ui-listview .ui-listview > li.ui-li-has-checkbox.ui-last-child .ui-btn, .ui-listview .ui-listview > li.ui-li-has-checkbox.ui-last-child .ui-btn + .ui-checkbox .ui-btn {
	border-bottom-left-radius: 0em;
	border-bottom: none;
}
.ui-listview > .ui-li-has-checkbox > .ui-btn + .ui-checkbox .ui-btn.ui-btn-icon-left:after {
	left: 1.17em;
}
.ui-listview > .ui-first-child.ui-li-has-checkbox > .ui-btn + .ui-checkbox .ui-btn {
	border-top-color: #cccccc;
	border-top-width: 0;
}
.ui-collapsible-heading.ui-bar {
	padding: .7em 1em;
	padding-right: 2.5em;
}
.ui-nodisc-icon.ui-btn:after, .ui-nodisc-icon .ui-btn:after {
	opacity: 0.5;
}
.ui-checkbox .ui-count {
	position: absolute;
	font-size: 12.5px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 0 .48em;
	line-height: 1.6em;
	min-height: 1.6em;
	min-width: .64em;
	right: .8em;
	top: 50%;
	margin-top: -.88em;
	border-radius: 0.4em;
}
.ui-tilde {
	display: block;
	width: 2em;
	float: left;
	clear: none;
	position: relative;
	padding: .7em 0;
	border-right: 0px;
}
.ui-tilde:before {
	content: "～";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	font-weight: bold;
}
#Search #hitCounterBar {
	position: fixed;
	top: -2px;
	left: 0;
	z-index: 1000;
	background-color: rgba(33,33,33,1.00);
	width: 100%;
	display: none;
	text-align: right;
	padding: 0.5em;
	box-shadow: 0 0 3px rgba(0,0,0,0.50);
	box-sizing: border-box;
}
#Search #hitCounterBar .count {
	color: #FFF;
	text-shadow: 0 0 0 #000;
}
#Search #hitCounterBar .count .int {
	font-size: 1.2em;
	font-weight: bold;
}

#Search #hitCounterBar .loader {
width:1.5em;
height:1.5em;
background-image:url(../images/bx_loader.gif);
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position:center center;
background-size:90% 90%;
border-radius:0.75em;
position:absolute;
top:0.5em;
left:0.5em;
}

.selectList {
	width: 100%
}
.selectList {
}
.selectList .select-items {
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin: auto;
}
.selectList .select-items li.divider {
	padding: .5em 1.143em;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	outline: 0;
	border-width: 0px;
	display: block;
	clear: both;
	float: none;
}
.selectList .select-items li.none-list {
	clear: both;
	float: none;
	padding: .5em 1.143em;
	font-size: 14px;
	font-weight: bold;
}
.selectList .select-items li {
	padding: .2em 0 0 .2em;
}
.selectList .select-items li .str {
	min-height: 13px;
}
.selectList #EndTownSetBtn, .selectList #ClearTownSetBtn {
	width: auto;
	display: block;
}
#Town-Names {
	overflow: hidden;
	white-space: normal;
	text-align: left;
}
#Town-Names span.divider {
	display: inline-block;
	clear: left;
	margin: 0.25em 0.5em 0.25em 0;
	background-color: #e0e8ff;
	padding: 0.25em 1em;
	border-radius: 0.5em;
}
#Town-Names span.area {
	display: block;
}
.counterTEST {
	background-color: rgba(255,0,0,0.50);
	position: fixed;
	top: 50%;
	z-index: 9999;
}
.debug {
	background-color: rgba(255,128,0,0.50);
	position: fixed;
	top: 20%;
	z-index: 9999;
}
