@charset "shift_jis";
.mincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
html, h1, h2, h3, h4, h5, h6, p, div, blockquote, address, form, ul, ol, li, dl, dt, dd, table, th, td {
  margin: 0;
  padding: 0;
	margin-block-start: 0;
    margin-block-end: 0;
	font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,ol,li{
	list-style: none;
}
figure {
    margin-block-start: 0 ;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin: 0;
}
img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
	height: auto;
	/*height: intrinsic;*/
}
a img {
  border: none;
}
a:hover {
  opacity: 0.6;
}
img a:hover {
  opacity: 0.6;
}
button, input[type="button"], input[type="submit"] {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
    border-radius: 5px;
    padding: 10px 100px;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
	button, input[type="button"], input[type="submit"] {
		width: 100%;
	}
}
input:hover {
    opacity: 0.7;
}
input[type='text'],textarea {
    border: solid 1px #ece8db;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
#pageTop {
    display: flex;
    justify-content: flex-end;
    margin: 0 20px 20px 0;
}
#pageTop {
    display: flex;
    justify-content: flex-end;
    margin: 20px 20px 20px 0;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 10;
    padding: 0 15px;
    background-color: #d0cdcb;
    border-radius: 3px;
    color: #fff;
font-size:20px;
} 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#landlords_pagetop{    
    background-color: #e7f4f9;
}
/* --------------------------------------------------- */
a {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #666666;
  text-decoration: none;
}
/*  color */
/* --------------------------------------------------- */
.red {
  color: #c7000b;
}
.red a:link {
  color: #c7000b;
  text-decoration: none;
}
.red a:visited {
  color: #c7000b;
  text-decoration: none;
}
.red a:hover {
  color: #c7000b;
  text-decoration: underline;
}
.red a:active {
  color: #c7000b;
  text-decoration: none;
}
.green {
  color: #3B7706;
  font-weight: 600;
}
.gray {
	color: #727171;
}
.blk {
  color: #000000;
}
.blk a:link {
  color: #000000;
  text-decoration: underline;
}
.blk a:visited {
  color: #666666;
  text-decoration: underline;
}
.blk a:hover {
  color: #000000;
  text-decoration: underline;
}
.blk a:active {
  color: #000000;
  text-decoration: underline;
}
.white {
  color: #ffffff;
}
.white a:link {
  color: #ffffff;
  text-decoration: underline;
}
.white a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.white a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.white a:active {
  color: #ffffff;
  text-decoration: underline;
}
/* ===============================================
   clearfix
=============================================== */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfix {
  display: block;
}
/* ===============================================
	width
=============================================== */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
/* ===============================================
	background-color
=============================================== */
.bgcG {
  background-color: #b2ffb2;
}
.bgcO {
  background-color: #ffd8b2;
}
.bgcY {
  background-color: #ffffb2;
}
/* ===============================================
	etc
=============================================== */
.small {
  font-size: 12px;
  font-weight: normal;
}
.big {
  font-size: 140%;
}
.big2 {
  font-size: 200%;
}
.bold {
  font-weight: bold;
}
.red {
  color: #dd0000;
}
.green {
  color: #00973b;
}
.blue {
  color: #0068b7;
}
.org {
  color: #f5a200;
}
.error {
  font-size: 10px;
  color: #dd0000;
  font-weight: bold;
}
.aster {
  color: #dd0000;
  font-weight: normal;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
/* ===============================================
	image
=============================================== */
img.midlle {
  vertical-align: middle;
}
.imageright {
  float: right;
  padding-left: 20px;
}
.imageleft {
  float: left;
  padding-right: 20px;
}
/* ===============================================
	sp menu
=============================================== */

nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after, .post:after {
  content: "";
  display: table;
  clear: both;
}
nav .panel, #mainNav, .newsTitle, .bg, .post {
  zoom: 1;
}
/* pc */
@media only screen and (min-width:1000px){
a#menu,
.panel{
	display:none;
}
#mainnav {
    display: none;
}
}
/* sp */
@media only screen and (max-width:999px){
#headerWrap h1.pc{
    display: none;
}
#headerWrap #mainnav
#header{
position:fixed;
width:100%;
z-index:500;
}
	
#headerWrap{
    background: #ffffff;
}
	
#header .pnav ul{
display:none;
}

a#menu{
	background-color: #595757;
display:inline-block;
position:relative;
width:40px;
height:40px;
}

#menuBtn{
display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width: 25px;
    height: 2px;
background:#fff;
transition:.3s;
	font-weight: 600;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
left:0;
top:0;
z-index:1000;
}

#headerWrap #mainnav{
position: fixed;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
}

#headerWrap #mainnav ul{
background:#ffffff;
text-align:left;
}

#headerWrap #mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #eeeeee;
color: #000000;
font-weight:bold;
}

#headerWrap #mainnav ul li a span{
display:none;
}

#headerWrap #mainnav ul li li{
border:0;
}

#headerWrap #mainnav ul li li a{
padding-left:40px;
}

}