﻿

body {
	background: #666;
	font: 12px/1.7em "trebuchet ms",arial,sans-serif;
	width: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	border: 0;
	
	vertical-align: baseline;
overflow: hidden;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, sup, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
}

#wrapper {
	width: 100%;
}

#header {
	background: #222;
	width: 100%;
	height: 77px;
	border-bottom: 1px solid #555555;
	position: relative;
	z-index: 15;
}

#header h1 {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 191px;
	height: 31px;
	line-height: 600px;
	overflow: hidden;
	position: relative;
	top: 10px;
	left: 15px;
}

h1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: .75em;

}

#search {
	background: #4444;
	width: 100%;
	min-height: 57px;
	text-align: center;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	position: relative;
	z-index: 15;

}

#search form {
	text-align: left;
	margin: 0 15px;
	position: relative;
}

#search input {
	background: #626262;
	border-color: #363636;
	width: 210px;
	padding: 6px 30px 6px 30px;
	border: 1px solid #363636;
	position: relative;
	top: 13px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	/*float: left;	
	margin-left: 10px;*/
}

#searchField {
	margin-bottom: 1.75em;
	color: #EFEFEF;

}

input, textarea, select {
	font-family: Verdama,'Helvetica Neue',helvetica,Arial,Geneva,sans-serif;
	font-size: 13px;
	color: #424242;
	padding: 3px 6px;
	border: 1px solid #CCC;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	-moz-transition: border .2s linear,box-shadow .2s linear;
	-webkit-transition: border .2s linear,-webkit-box-shadow .2s linear;
}

#searchBevel {
	border-bottom: 1px solid #555555;
	position: absolute;
	width: 100%;
	bottom: 0;
}

#sidebar {
	width: 240px;
	display: block;
	float: left;
	position: relative;
	z-index: 15;
	
}

#mainNav {
	border-bottom-color: #858585;
	width: 240px;
	padding: 0;
	margin: -5px 0 2.5em;
	border-bottom: 1px solid #858585;
	position: relative;
	top: 5px;
}

#mainNav li.nav {
	border-top-color: #858585;
	border-bottom-color: #4A4A4A;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #4A4A4A;
}

#mainNav li.nav.active {
	border-top: none;
}

#mainNav li.nav.active a {
	background: #066ECD
	background: -moz-linear-gradient(top,#A8CCEC 0%,#4993D7 2%,#066ECD 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#A8CCEC),color-stop(2%,#4993D7),color-stop(100%,#066ECD));
	background: -webkit-linear-gradient(top,#A8CCEC 0%,#4993D7 2%,#066ECD 100%);
	background: -o-linear-gradient(top,#A8CCEC 0%,#4993D7 2%,#066ECD 100%);
	background: -ms-linear-gradient(top,#A8CCEC 0%,#4993D7 2%,#066ECD 100%);
	background: linear-gradient(top,#A8CCEC 0%,#4993D7 2%,#066ECD 100%);
	border-top: none;
}

#mainNav li.nav:first-child {
	border-top: none;
}

#mainNav li.nav.none {
	display: none;
}

ul li {
	list-style-type: disc;
}

li {
	margin-bottom: 0;
}

ul, ol {
    margin-left: 20px;
    margin-bottom: 2.5em;
}

#mainNav li.nav.dropdown a {
	padding-bottom: 12px;
}

#mainNav li.nav a {
	border-top: none;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 11px 18px 11px 11px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}


#mainNav li.nav .subNav li a {
    width: auto;
    font-size: 12px;
    display: block;
    padding: 6px 15px 6px 30px;
}

#mainNav li.nav .subNav {
	background: #555;
	-moz-box-shadow: inset 0 0 3px #333;
	-webkit-box-shadow: inset 0 0 3px #333;
	box-shadow: inset 0 0 3px #333;
	width: 205px;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 35px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: none;
	position: relative;
	top: 0;
	left: -20px;
}

label {
	background: #666666;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0;
	border: 0px solid #000;
	font-size: 80%;
}

label:hover {
	background: #555;
}

input[type="checkbox"].on-off{
	display: none;
}

.subNav ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subNav li {
	padding: 0;
}

input[type="checkbox"].on-off + ul{
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
	height: 165px;
}


input[type="checkbox"].on-off{
	display: none;
}

#mainNav li.nav .subNav2 li a {
    width: auto;
    font-size: 12px;
    display: block;
    padding: 6px 15px 6px 30px;
}

#mainNav li.nav .subNav2 {
	background: #555;
	-moz-box-shadow: inset 0 0 3px #333;
	-webkit-box-shadow: inset 0 0 3px #333;
	box-shadow: inset 0 0 3px #333;
	width: 205px;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 35px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: none;
	position: relative;
	top: 0;
	left: -20px;
}


.subNav2 ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subNav2 li {
	padding: 0;
}

input[type="checkbox"].on-off2 + ul{
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off2:checked + ul{
	height: 165px;
}

input[type="checkbox"].on-off2{
	display: none;
}

#navMylist {
	height: 45px;
}

#navFilter {
	height: 45px;
}

#navRSS {
	height: 45px;
}

#navInfo {
	height: 45px;
}

#navContact {
	height: 45px;
}

#navTop {
	height: 45px;
}


#content {
	background: #FFF;
	width: auto;
	min-height: 800px;
	position: relative;
	z-index: 15;
	padding-bottom: 25px;
	margin-left: 240px;
	margin-right: 20px;
	left: auto;
	top: auto;
}

#content {
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,.7);
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.7);
	box-shadow:  1px 1px 12px rgba(0,0,0,.7);
}

#contentHeader {
	top: -97px;
}

#contentHeader {
	background: #DDD;
	width: 100%;
	height: 96px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}

#contentHeader {
    background: -moz-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
    background: linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE')";
    border-bottom-color: #CCC;
}

#contentHeader h1 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	position: relative;
	top: 35px;
	left: 15px;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

#contentHeaderBevel {
	width: 100%;
	border-bottom: 1px solid #FFF;
	position: absolute;
	bottom: 0;
}

h1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: .75em;
}

#content .container {
	top: -104px;
}

.container {
	zoom: 1;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.container .grid-24 {
	width: 96.6%;
}

.container [class^="grid-"] {
	display: inline;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 2em;
}

.container [class^="grid-"] .widget:last-child {
	margin-bottom: 0;
}

.widget-content {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 600px;
}

.widget {
	width: auto;
	margin-bottom: 2em;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.widget-table .table {
    margin-bottom: 0px;
    border-top: none;
    border-left: none;
}

.ads_header {
	text-align: center;
	width: 100%;
	margin-bottom: 22px;
	padding-top: 3px;
}

.container:after {
	clear: both;
	content: "";
	display: table;
}


.wTable {
	border-collapse: collapse;
	width: 100%;
}

.wTable th, .wTable td {
	border: 0.5px solid #D5D5D5;
	height: 40px;
	text-align: left;
	vertical-align: middle;
}

.wTable th:nth-child(1) {
	border-right-style: none;
	padding: 0 0 0 10px;
}

.wTable td:nth-child(1) {

}

.wTable th:nth-child(2), .wTable td:nth-child(2) {
	border-left-style: none;
	border-right-style: none;
padding: 0 0 0 10px;
}

.wTable th:nth-child(3), .wTable td:nth-child(3) {
	border-left-style: none;
	border-right-style: none;
}

.wTable th:nth-child(4) {
	border-left-style: none;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
}

.wTable td:nth-child(4) {
	border-left-style: none;
	text-align: right;
}

.wTable td:nth-child(4) a {
	border-left-style: none;
	text-align: right;
	margin-right: 10px;
}

.wTable tr:nth-child(even) {
	background: #eee;
}

.wTable tr:hover {
	background: #a8ccec;
}

.wTable tr td:nth-child(1) {
	width: 130px;
	border-right-style: none;
}

.wTable tr td:nth-child(2) {
	width:490px;
	border-left-style: none;
	border-right-style: none;
}

.wTable tr td:nth-child(3) {
	width:330px;
	border-left-style: none;
	border-right-style: none;
}

.wTable tr td:nth-child(4) {
	width: 67px;
	border-left-style: none;
}

.wTable td a {
  text-decoration: none;
}


.button_area {
	text-align: center;
	width: 100%;
	margin-bottom: 22px;
	padding-top: 3px;

}

.button_area a {
	display: inline-block;
	padding: 0.3em 0.5em;
	background-color: #ffffff;
	border: solid 2px #dddddd;
	color: #444;
	text-decoration: none;
}

.button_area a:hover {
	border: solid 1px #a8ccec;
}


.button_area ul {
	/zoom: 1;
	margin: auto;
    width: max-content;
    background: #fff;
    margin-top: 20px;
}

.button_area ul li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}

.button_area ul li span,
.button_area ul li a {
	float: left;
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #339;
	color: #000;
}

.button_area ul li span {
	background: #fff;
}

.button_area ul li a:hover {
	background: #e1ebfa;
	border-color: #000;
}

.button_area ul li.current a {
    border:solid 1px #666666;
    color: #FFFFFF;
    background: #3399FF;
}


#topNav {
	position: absolute;
	right: 30px;
	top: 12px;
	z-index: 20;
}

#topNav ul {
	padding: 0;
	margin: 0;
}


#footer {
	background: #222
	width: 100%;
	color: #999;
	text-align: center;
	padding: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




#rss2 {
	width: 100%;
	margin: 25px;
	position: relative;
    bottom: 140px;
}


#rss2 table {
	//border: 1px solid rgba(0, 0, 0, 0.12);
	position: relative;
	margin: 10px;
	width: 100%;
	overflow: hidden;

}

/* 一覧waiting */
.buildingList_Waiting {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	/* padding: calc(25% - 25px) 0px 0px calc(50% - 25px); */
	z-index: 99;
}

.buildingList_Waiting_images {
	position: absolute;
	display: block;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.material-icons.infoPageIcons {
	float: left; 
	cursor: pointer;
}
.newInfo.pageLabel {
	float: left; 
	margin: 0px 30px 0px 30px;
	width: 220px;
}

.wwpager {
	width: 500px;
}



#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
