/**
 *  Uk Style
 *************************/
.uk-text-white {
	color: #fff;
}
.uk-text-white:hover {
	color: #fff;
}
.uk-icon {
	position: relative;
	top: -1px;
}
.uk-icon.uk-offcanvas-close {
	position: absolute;
	top: 20px;
}
.uk-lightbox-button.uk-icon {
	position: unset;
	top: 50%;
}
.uk-label {
    font-size: .7rem;
    margin-top: -3px;
}
/* .uk-button */
.uk-button {
	border-radius: 50px;
	box-shadow: 0px 5px 5px #ddd, 0 0 3px #eee;
	transition: box-shadow .1s linear;
	min-width: 150px;
	margin-right: 15px;
}
.uk-button:last-child {
	margin-right: 0;
}
.uk-button:hover {
	box-shadow: 0 0 0 #fff;
	transition: box-shadow .1s linear;
}
.uk-button-primary {
    background-color: #3494f6;
}
.uk-button-danger {
    background-color: #ec5379;
}
.uk-button-success {
    background-color: #5aceae;
}
.uk-button-warning {
    background-color: #f6a564;
}
.uk-button-secondary {
    background-color: #a8bbcc;
}
.uk-button-success:hover {
	background-color: #52bfa2;
}
.uk-button-success:disabled {
	background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
}
.uk-button-success:disabled:hover {
	color: #999;
}
/* uk-table */
.uk-table th {
    color: #a7bccd;
}
.uk-table-middle tbody th {
	vertical-align: middle!important;
}
.uk-table-xsmall td,
.uk-table-xsmall th {
	padding: 5px 12px;
}
/* uk-form */
.uk-form-custom input[type=file],
.uk-form-custom select {
	z-index: 0;
}
.uk-form-custom,
.uk-form-custom input,
.uk-form-custom img {
	cursor: pointer;
}
.uk-form-custom:hover {
	opacity: .8;
}
/**
 *  Common Style
 *************************/
html, body {
    background: #f7fafc;
}
body {
	height: 100vh;
}
a {
    color: #3494f6;
}
.regist-form .uk-form-icon {
	width: 60px;
    top: 1px;
}
/* .uk-alert {
	position: absolute;
	top: 0;
	width: 100%;
} */
.block-title,
.block-description {
	color: #40576c;
}
.estate-card {
	padding-top: 3px;
	color: #40576c;
}
.estate-card > div {
	max-height: 230px;
	height: 230px;
	overflow: hidden;
	border-radius: 5px;
	padding: 7px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	background-color: white;
	transition: box-shadow .1s linear;
}
.estate-badge {
	padding: 0 3px;
	border-radius: 5px;
	font-size: 13px;
}
.estate-badge-unapplied,
.estate-badge-fix {
	background-color: #fff0fa;
    border: 1px solid #ec5379;
    color: #ec5379;
}
.estate-badge-applying {
	background-color: aliceblue;
    border: 1px solid #3494f6;
    color: #3494f6;
}
.estate-badge-recruiting,
.estate-badge-under_negotiation,
.estate-badge-approved {
	background-color: honeydew;
	border: 1px solid #5aceae;
	color: #5aceae;
}
.estate-badge-contracted,
.estate-badge-end_of_publication {
	background-color: #f7f7f7;
	border: 1px solid #999;
	color: #999;
}
.estate-badge-move_out {
	background-color: #fffaf0;
    border: 1px solid #eca153;
    color: #eca153;
}
.estate-card-default > div {
	border-top: 3px solid #3494f6;
}
.estate-card-unapplied > div {
	border-top: 3px solid #ec5379;
}
.estate-card-applying > div {
	border-top: 3px solid #3494f6;
}
.estate-card-recruiting > div,
.estate-card-approved > div {
	border-top: 3px solid #5aceae;
}
.estate-card:hover > div {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	transition: box-shadow .1s linear;
}
.estate-card .estate-card-header {
	padding: 0 0 7px;
	border-bottom: 1px solid #eee;
	clear: both;
	overflow: hidden;
}
.estate-card .estate-card-header h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	float: left;
}
.estate-card .estate-card-header p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	float: right;
}
.estate-card .estate-card-body {
	padding: 7px 0;
	clear: both;
	overflow: hidden;
}
.estate-card .estate-card-body .estate-card-image {
	float: left;
	width: 40%;
	height: 150px;
	display: flex;
	align-items: center;
	background-color: #eee;
	overflow: hidden;
}
.estate-card .estate-card-body .estate-card-info {
	float: left;
	width: 57%;
	display: block;
	font-size: 12px;
	padding-left: 10px;
}
.estate-card .estate-card-footer {
	font-size: 12px;
}
.guide-box {
	background-color: #f7f7f7;
	border: 1px solid #999;
	color: #999;
	padding: 15px 0;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.guide-box.guide-box-primary {
	background-color: aliceblue;
    border: 1px solid #3494f6;
    color: #3494f6;
}
.guide-box.guide-box-success {
	background-color: honeydew;
	border: 1px solid #5aceae;
	color: #5aceae;
}
.room-contracted,
.room-end_of_publication {
	background-color: #f7f7f7;
	color: #a8b6c3;
}
.room-applying {
	background-color: aliceblue;
}
.room-unapplied {
	background-color: #fff0fa;
}
.room-recruiting,
.room-under_negotiation,
.room-approved {
	background-color: #e8ffe8;
}
.room-move_out {
	background-color: #fffaf0;
}
.img-box {
	position: relative;
	max-height: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.delete-badge {
	background-color: #f0506e;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	font-size: 12px;
	padding: 3px 5px 3px 15px;
	cursor: pointer;
}
.delete-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	padding-right: 5px;
	color: #f0506e;
	cursor: pointer;
}
input[type="file"] {
	cursor: pointer;
}
/* Media Query
================================================ */

@media screen
	and (min-width: 1280px) {
	.estate-card > div {
		max-height: 183px;
		height: 183px;
	}
}

/* 大ディスプレイ */
@media screen 
	and (max-width: 1280px) {
	.estate-card > div {
		max-height: 230px;
		height: auto;
	}
}
/* 小ディスプレイ */
@media screen 
	and (max-width: 1024px) {
	
}
/* タブレット（Landscape） */
@media screen 
	and (min-width:769px) 
	and (max-width:1024px) {

}
/* タブレット（Portrait） */
@media screen 
	and (min-width:736px)
	and (max-width:768px) {
	
}
/* タブレット（Portrait） + スマートフォン */
@media screen 
	and (max-width:768px) {
	
}
/* スマートフォン */
@media screen 
	and (max-width:736px) {
	.block-title,
	.block-description {
		text-align: center;
	}
	.estate-card > div {
		max-height: 220px;
		height: 220px;
	}
    .estate-card .estate-card-header h3 {
		font-size: 16px;
	}
	.estate-card .estate-card-header p {
		font-size: 14px;
	}
	.estate-card .estate-card-body .estate-card-image {
		width: 130px;
		height: 130px;
	}
	.estate-card .estate-card-body .estate-card-info {
		font-size: 14px;
	}
	.estate-card .estate-card-footer {
		font-size: 14px;
	}
}
/* スマートフォン */
@media screen
	and (max-width:320px) {
	
}