@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

a {
  color: #418a00;
}
a:hover {
  opacity: 0.9;
}

form {
  margin-bottom: 20px;
}

select, textarea {
  margin: 5px;
  padding: 4px 5px;
  border: 1px solid #ccdfbd;
  font: inherit;
  font-size: 12px;
}

textarea {
  width: 500px;
}

input[type=text], input[type=button], input[type=submit], input[type=password], input[type=number] {
  padding: 5px;
  border: 1px solid #ccdfbd;
  font: inherit;
  font-size: 12px;
}
input[type=text], input[type=password], input[type=file] {
  margin: 5px;
}
input[type=button], input[type=submit] {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  cursor: pointer;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=radio] + label, input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 10px;
  cursor: pointer;
}
input[type=radio] + label::before, input[type=checkbox] + label::before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  border: 1px solid #ccdfbd;
  background: #fff;
}
input[type=radio] + label::before {
  border-radius: 22px;
}
input[type=radio]:checked + label::before {
  background: #6eb92b;
}
input[type=checkbox]:checked + label::before {
  background: #6eb92b;
}
input[type=radio]:disabled + label::before, input[type=checkbox]:disabled + label::before {
  border: 1px solid #ccc;
  background: #eee;
}
input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 5px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

button {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  font: inherit;
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

/*
input,checkBoxのidに"del"が含まれるとボタンが２重になるのでコメントアウト
影響がある場合はコメントを消してください。
20160906 高木


input[id*="Delete"], input[id*="OpenFlg"], input[id*="UsePropertyInfoFlg"], input[id*="Del"] {
  display: inline-block !important;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
*/

input[id*="PropertyOpenFlg"], input[id*="PropertyDelImgMain"], input[id*="PropertyDelImgDetail"], input[id*="PropertyDelImgLayout"] {
  display: none !important;
}
input[id="PropertyCompanyDelegate"] {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

body {
  background: #ededed;
}

#wrapper {
  /*width: 1100px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 20px;
  background: #fff;
  font-size: 14px;
}

#header {
  position: relative;
  padding: 20px 50px 10px 0;
  margin: 0 -50px 20px;
  border-bottom: 1px solid #ccc;
}
#header::after {
  content: "";
  display: block;
  clear: both;
}

.hNav::after {
  content: "";
  display: block;
  clear: both;
}
.hNav h1 {
  float: right;
  text-align: right;
}
.hNav h1 a {
  display: block;
  margin-bottom: 5px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 50px;
}

.navMenu {
  margin-bottom: 20px;
}
.navMenu ul::after {
  content: "";
  display: block;
  clear: both;
}
.navMenu li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.navMenu li a {
  display: block;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  text-decoration: none;
  color: #333;
}
.navMenu li.sitetop a::before, .navMenu li.catetop a::before {
  position: absolute;
  top: 13px;
  left: 20px;
  content: "";
  display: block;
}
.navMenu li.sitetop a::before {
  background-image: url(/a/common/img/sprite.png);
  background-position: -21px 0px;
  width: 16px;
  height: 15px;
}
.navMenu li.catetop a::before {
  background-image: url(/a/common/img/sprite.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
.navMenu li.logout a {
  padding: 10px 20px;
  border: 1px solid #d27414;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39230), to(#d27414));
  background: -webkit-linear-gradient(top, #f39230 0%, #d27414 100%);
  background: linear-gradient(to bottom, #f39230 0%, #d27414 100%);
  color: #fff;
}

.titleK01 {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 5px solid #6fba2a;
  background: #ededed;
  font-size: 24px;
}

.titleK02 {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 3px solid #cccccc;
  background: #f3f3f3;
  font-size: 18px;
}

.newsCol::after {
  content: "";
  display: block;
  clear: both;
}
.newsCol .newsTxt {
    float: left;
    width: 100%;
    max-height: 220px;
    overflow-y: scroll;
}
.newsCol .newsBnr {
  float: right;
  width: 200px;
}

.adminNavTop {
  margin-bottom: 20px;
}
.adminNavTop th, .adminNavTop td {
  padding: 10px;
}
.adminNavTop th {
  width: 400px;
}
.adminNavTop a {
  position: relative;
  display: block;
  padding: 20px 30px 20px 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.adminNavTop a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #6db92b;
}
.adminNavTop.-sub a {
  padding: 10px 30px 10px 40px;
}

.adminNav {
  margin-bottom: 20px;
}
.adminNav::after {
  content: "";
  display: block;
  clear: both;
}
.adminNav li {
  float: left;
}
.adminNav li a {
  display: block;
  width: 250px;
  padding: 20px 0;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #333;
}
.adminNav li.current a {
  background: #6eb92b;
  color: #fff;
}
.adminNav li:first-child a {
  border-left: 1px solid #ccc;
}

.loginBox {
  width: 500px;
  margin: 0 auto;
}

.login,
.adminSearch {
  border: 1px solid #dbe8ce;
  background: #edf6e3;
  color: #285501;
}
.login th,
.adminSearch th {
  width: 25%;
  padding: 0 20px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.login td,
.adminSearch td {
  padding: 0 10px;
  vertical-align: middle;
}
.login tr:first-child th, .login tr:first-child td,
.adminSearch tr:first-child th,
.adminSearch tr:first-child td {
  padding-top: 10px;
}
.login tr:last-child th, .login tr:last-child td,
.adminSearch tr:last-child th,
.adminSearch tr:last-child td {
  padding-bottom: 10px;
}

.login {
  margin-top: 20px;
}
.login th {
  width: 35%;
  text-align: right;
}
.login td {
  width: 65%;
}

.submit.cal1 {
  margin-bottom: 20px;
}

.login_btn input,
.adminSearch_btn input,
.submit.cal1 input,
.submit.cal2 input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  background: #6eb92b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.login_btn input {
  margin-bottom: 20px;
}

.bAdminNew {
  width: 800px;
  margin: 0 auto 10px;
  text-align: center;
}
.bAdminNew li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.bAdminNew li:last-child {
  margin-right: 0;
}
.bAdminNew li a {
  position: relative;
  display: block;
  padding: 20px 30px 20px 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.bAdminNew li a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #6db92b;
}

.tPK02, .tPK03, .propertyResult {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  line-height: 1.6;
  font-size: 12px;
}
.tPK02 th, .tPK03 th, .propertyResult th {
  padding: 10px 5px;
  border: 1px solid #ccc;
  background: #666666;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}
.tPK02 th a, .tPK03 th a, .propertyResult th a {
  color: #fff;
  text-decoration: none;
}
.tPK02 th em, .tPK03 th em, .propertyResult th em {
  color: #6eb92b;
}
.tPK02 td, .tPK03 td, .propertyResult td {
  border: 1px solid #ccc;
  padding: 10px 5px;
}

.tPK02 th {
  width: 25%;
  white-space: normal;
}
.tPK02 th em {
  color: #f00;
}

.propertyResult th {
  background: #fff;
}
.propertyResult td {
  width: 50%;
}

#property_ids th, #property_ids td {
  background: #fff;
  color: #333;
}

.formList li {
  float: left;
  width: 180px;
}

.inputNav,
.inputNavSpace {
  margin-top: 20px;
  text-align: center;
}
.inputNav li,
.inputNavSpace li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.inputNav li:last-child,
.inputNavSpace li:last-child {
  margin-right: 0;
}
.inputNav li a, .inputNav li button, .inputNav li input[type=button], .inputNav li input[type=submit],
.inputNavSpace li a,
.inputNavSpace li button,
.inputNavSpace li input[type=button],
.inputNavSpace li input[type=submit] {
  position: relative;
  display: block;
  padding: 20px 30px 20px 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.inputNav li a::before, .inputNav li button::before, .inputNav li input[type=button]::before, .inputNav li input[type=submit]::before,
.inputNavSpace li a::before,
.inputNavSpace li button::before,
.inputNavSpace li input[type=button]::before,
.inputNavSpace li input[type=submit]::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #6db92b;
}
.inputNav li input[type=button] + span::before, .inputNav li input[type=submit] + span::before,
.inputNavSpace li input[type=button] + span::before,
.inputNavSpace li input[type=submit] + span::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #6db92b;
}
.inputNav td,
.inputNavSpace td {
  width: 50%;
}

.inputNav li a,
.inputNav li input {
  font-size: 18px;
  font-weight: bold;
}

.inputNavSpace li a {
  padding: 5px 30px 5px 40px;
  font-size: 12px;
}

#pagination::after {
  content: "";
  display: block;
  clear: both;
}

.pagination1 {
  float: left;
}
.pagination1 span {
  font-size: 18px;
  color: #418a00;
}

.pagination2 {
  float: right;
}
.pagination2 li {
  display: inline-block;
  padding: 2px 5px;
}
.pagination2 li.prev, .pagination2 li.next {
  background: #999;
  font-weight: bold;
  color: #fff;
}
.pagination2 li.prev a, .pagination2 li.next a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.pagination2 li.prev {
  margin-right: 5px;
}
.pagination2 li.next {
  margin-left: 5px;
}
.pagination2 li:empty {
  display: none;
}

.frames {
  padding: 10px;
}
.frames .optional {
  margin-bottom: 20px;
}

.message,
.error_message {
  color: #f00;
}

/** 物件編集画面　ページ内リンク */
.peditNavButton div.hoverButton {
	position: fixed;
	display: none;
	background-color: #166f00;
	opacity: 0.8;
	right: 0px;
	top: 0px;
	width: 110px;
	max-width: 48px;
	height: 48px;
	max-height: 48px;
	z-index: 99999;
}
.peditNavButton .hoverButton a{
	display: block;
	padding: 10px/* 10px 10px 30px*/;
	background-color: #166f00;
	opacity: 0.8;
	text-decoration: none;
	color: white;
	/*width: 16px;
	max-width: 16px;
	height: 16px;
	max-height: 16px;*/
	overflow: hidden;
}
/*
.peditNavButton .hoverButton a::before {
	position: absolute;
	content: "";
	display: block;
	background-image: url(/a/common/img/sprite.png);
	background-position: -42px 0px;
	top: 13px;
	left: 10px;
	width: 16px;
	height: 15px;
}
*/
.peditNavMenu {
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 180px;
	max-width: 180px;
	z-index: 99900;		/** 画面サイズで少しだけ数値を変えて置く */
}
/*
.peditNavMenu ul::after {
  content: "";
  display: block;
  clear: both;
}
*/
.peditNavMenu li {
	position: relative;
	display: block;
}
.peditNavMenu li a {
	display: block;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ccc;
	background-color: #166f00;
	opacity: 0.8;
	text-decoration: none;
	color: white;
}
.peditNavMenu li a::before {
	position: absolute;
	top: 13px;
	left: 10px;
	content: "";
	display: block;
}
.peditNavMenu li a::before {
  background-image: url(/a/common/img/sprite.png);
  background-position: -42px 0px;
  width: 16px;
  height: 15px;
}

.peditNavMenu li a[name=submit] {
	display: block;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ccc;
	background-color: #d51919;
	opacity: 0.8;
	text-decoration: none;
	color: white;
}
.peditNavMenu li a[name=submit]::before {
	position: absolute;
	top: 13px;
	left: 10px;
	content: "";
	display: block;
}
.peditNavMenu li a[name=submit]::before {
  background-image: url(/a/common/img/sprite.png);
  background-position: 0px 0px;
  width: 16px;
  height: 15px;
}

/** 画面サイズが小さい時だけホバーメニューに */
@media only screen and (max-width: 1400px) {
	.peditNavButton div.hoverButton {
		display: block;
	}
	.peditNavMenu {
		display: none;
		top: 48px;
		z-index: 99999;		/** 画面サイズで少しだけ数値を変えて置く */
	}
}

/**
 * スタイル定義が足りてないので追加
 * by 山崎
 */
.error-message {
	color: red;
}
.numField {
	text-align: right;
}

/**
 * スタイル定義が足りてないので追加(賃貸,売買,収益)の編集画面
 * by高木
 */
table.PropertyImages img.thumb {
	max-width: 200px;
}
.facility-groups {
	display: block;
	margin: 8px auto;
	clear: both;
}
ul.formList {
	display: inline-block !important;
}
.selectedSchool {
	display: block;
	border: 1px solid black;
	min-height: 16px;
	padding: 2px;
}

/**
 * 学校リストの余計な分を非表示に
 *
 */
ul.has-more li.hidden {
	display: none;
}
li.more-schools {
	display: none;
}
ul.has-more li.more-schools {
	text-align: right;
	display: block;
}

.button {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	padding: 4px 8px;
	white-space: nowrap;
	}
.button.simple {
    color: #e04564;
    font-weight: bold;
    background: #f4f4f4;
    border: 1px solid #c9c9c9;
    }

table.ranking, table.ranking th, table.ranking td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.ranking th{
  background-color: gray;
  color: black;
  font-weight: bold;
}
table.ranking td{
  width: auto;
}
