@charset 'utf-8';

.btn_logout {
	position: absolute;
	top: 4px;
	right: 10px;
	margin: auto;
	width: 70px;
	height: 70px;
	background-image: url('../img/logout.png');
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 45px 45px;
	line-height: 8rem;
	color: #1977B5;
	border-radius: 5px;
}
.btn_logout:hover {
	background-image: url('../img/logout_on.png');
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 45px 45px;
}
.btn_back {
	position: absolute;
	top: 4px;
	left: 10px;
	margin: auto;
	width: 70px;
	height: 70px;
	background-image: url('../img/back.png');
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 45px 45px;
	line-height: 8rem;
	color: #1977B5;
	border-radius: 5px;
}
.btn_back:hover {
	background-image: url('../img/back_on.png');
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 45px 45px;
}
.btn_square_b {
	display: inline-block;
	padding: 0.6em 0.8em;
	text-decoration: none;
	color: #1dbfec;
	font-size: 34px;
	font-family: 'Mplus 1p';
	letter-spacing: 25px;
	text-indent: 0.2in;
	border: solid 3px #1dbfec;
	border-radius: 10px;
	transition: .4s;
	width: 198px;
	height: 50px;
	background-image: url('../img/building_sale.png');
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 50px 50px;
}
.btn_square_b:hover {
	background: #1dbfec;
	color: #fff;
	background-image: url('../img/building_sale_on.png');
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 50px 50px;
}
.btn_square_b.selected {
	background: #1dbfec;
	color: #fff;
	background-image: url('../img/building_sale_on.png');
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 50px 50px;
}
.btn_square_c {
	display: inline-block;
	padding: 0.6em 0.8em;
	text-decoration: none;
	color: #ff8d99;
	font-size: 34px;
	font-family: 'Mplus 1p';
	letter-spacing: 25px;
	text-indent: 0.2in;
	border: solid 3px #ff8d99;
	border-radius: 10px;
	transition: .4s;
	width: 198px;
	height: 50px;
	background-image: url('../img/building_rental.png');
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 50px 50px;
}
.btn_square_c:hover {
	background: #ff8d99;
	color: #fff;
	background-image: url('../img/building_rental_on.png');
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 50px 50px;
}
.btn_square_c.selected {
	background: #ff8d99;
	color: #fff;
	background-image: url('../img/building_rental_on.png');
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 50px 50px;
}
.btn_camera .photograph {
	position: absolute;
	width: 240px;
	height: 240px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #F4F4F4;
}
.btn_camera:active {
	background-image: url('../img/camera_on.png') !important;
	background-color: #F9E2CC;
	border-bottom: solid 2px #FFF5E5;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.btn_camera:hover {
	background-image: url('../img/camera_on.png') !important;
	background-color: #F9E2CC;
	border-bottom: solid 2px #FFF5E5;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.btn_camera input[type='file'] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
}
.btn_save {
	-webkit-appearance: none;
	width: 530px;
	height: 70px;
	background-color: #f39b82;
	background-image: url('../img/save.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 34px;
	letter-spacing: 3pt;
	text-indent: 0.2in;
	line-height: 88px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(0,0,255,0);
	border-bottom: 7px solid #ea8365;
	margin-top: 150px;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.btn_save:hover {
	background-color: #f7a48c;
	background-image: url('../img/save_on.gif');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_save:active {
	background-color: #f7a48c;
	background-image: url('../img/save_on.gif');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50px 50px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
}
.btn_save_add {
	-webkit-appearance: none;
	width: 530px;
	height: 70px;
	background-color: #f39b82;
	background-image: url('../img/save.png');
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 65px 65px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mplus 1p';
	font-size: 34px;
	letter-spacing: 3pt;
	text-indent: 0.2in;
	line-height: 88px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0px 12px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(0,0,255,0);
	border-bottom: 7px solid #ea8365;
	margin-top: 150px;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}