
/*
-------------------------------------------------------------------------
 RESET
-------------------------------------------------------------------------
*/
.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
	background-color: initial;
}
i.material-icons {
	margin: 0 5px 0 0 !important;
}
:focus {outline:0;}
/*
-------------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------------
*/
html {
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
	height: 100%;
	overflow-x: hidden;
}
body {
	font-size:16px;
	color: #333;
}

/* BUTTONS */
.btn,
.btn-large {
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3)
}
button:focus {
	background-color: inherit;
}
.btn-white {
	color: #1e88e5;
	background-color: #F8F8F8;
	border-radius: 5px;
	margin: 0px 2px;
	border: 1px solid #9e9e9e;
	padding: 0px 10px;
	
}
.btn-white.btn-large {
	padding: 0px 15px;
	font-size: 16px
}
.btn-white:hover,
.btn-white:focus {
	background-color: #1e88e5;
	color: white;
	border-color: white;
}
.btn-amber {
	color: #333;
	background-color: #FFC107;
	border-radius: 5px;
	margin: 0px 2px;
	padding: 0px 10px;
	font-weight: bold;
	
}
.btn-amber.btn-large {
	padding: 0px 15px;
	font-size: 16px
}
.btn-amber:hover,
.btn-amber:focus {
	background-color: #F8F8F8;
}
.btn-blue {
	/*background-color: #1e88e5;*/
	/*border: 1px solid #1e88e5;*/
	background-color: #DC143C;color: #FFFFFF;
	border-radius: 5px;
	margin: 0px 2px;
	padding: 0px 10px;
	font-size: 14px;
}
.btn-blue.btn-large {
	padding: 0px 15px;
	font-size: 16px
}
.btn-blue:hover,.btn-blue:focus {
	background-color: #F8F8F8;
	color:#DC143C;
	border: 1px solid #333;
}

.btn-red {
	background-color: #e44;
	border: 1px solid #e44;
	color: white;
	border-radius: 5px;
	margin: 0px 2px;
	padding: 0px 10px;
}
.btn-red.btn-large {
	padding: 0px 15px;
	font-size: 16px
}
.btn-red:hover,
.btn-red:focus {
	background-color: #F8F8F8;
	color: #e44;
	border: 1px solid #333;
}

.btn-green {
	background-color: #26a69a;
	border: 1px solid #26a69a;
	color: white;
	border-radius: 5px;
	margin: 0px 2px;
	padding: 0px 10px;
}
.btn-green.btn-large {
	padding: 0px 15px;
	font-size: 16px
}
.btn-green:hover,
.btn-green:focus {
	background-color: #F8F8F8;
	color: #26a69a;
	border: 1px solid #333;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	line-height: 18px;
	color: #039be5;
}
.breadcrumb::before {
	content: none;
}
.breadcrumb .bread-last {
	color: #666;
}

hr.breaker_dark {
	/*border-color: #888;*/
	/*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);*/
	border-width: 2px 0px 0px;
	margin: 10px 0px 20px;
}
hr.breaker_brown {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	border-width: 2px 0px 0px;
	margin: 10px 5px 20px;
	border-color: #827717;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.nowrap {
	white-space: nowrap;
}
.fa-sort-desc {
	font-size: 18px;
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.fa-search {
	font-size: 24px;
}



.p-none { padding: 0px !important;}
.m-none { margin: 0px !important;}

.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-50 { padding-top: 50px !important; }
.p-t-100 { padding-top: 100px !important; }

.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-50 { padding-bottom: 50px !important; }
.p-b-100 { padding-bottom: 100px !important; }

.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-100 { margin-top: 100px !important; }

.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-100 { margin-bottom: 100px !important; }

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
	clear: both;
}

.list-inline {
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.tabs {
	white-space: initial !important;
	height: initial !important;
	display: block !important;
}
.tabs .tab a {
	color: #5f5f5f;
	font-size: 16px;
	border: 1px solid #ddd;
	background-color: #ddd;
	border-radius: 5px;
}
.step_address .tabs .tab a {
	width: 120px;
	padding: 0 10px;
}
.tabs .tab a:hover,
.tabs .tab a.active {
	color: white;
	background-color: #33CCFF;
}
.tabs .indicator {
	display: none;
}
.subcontents_header {
	font-weight: bold;
	border-left: 3px solid rgb(2, 136, 209);
	padding-left: 6px;
	line-height: 22px;
	font-size: 22px;
}
.price {
	color: red;
	font-weight: bold;
	font-size: 18px;
}
.price_big {
	color: red;
	font-weight: bold;
	font-size: 24px;
}
.landsize {
	color: #FF9000;
	font-weight: bold;
	font-size: 18px;
}
label {
	color:inherit; /* #333;*/
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
select {
	display:block;
	cursor: pointer;
}
.loading_spinner {
	display: none;
}
.input-field {
	margin-top: 0px;
}
.dropdown-content li > a,
.dropdown-content li > span {
	color: #333333;
	font-size: 14px;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected,
.dropdown-content li.active.selected {
	background-color: #1e88e5;
}
.dropdown-content li:hover  > a,
.dropdown-content li.active  > a,
.dropdown-content li.selected  > a,
.dropdown-content li:hover  > span,
.dropdown-content li.active  > span,
.dropdown-content li.selected  > span  {
	color: white;
}
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: initial;
	opacity: 1;
	margin-right: 5px;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
select{
	background-color: white;
	padding: 0px 5px;
	border: 1px solid #9e9e9e;
	border-radius: 6px;
	box-sizing: inherit;
}
::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
}
::-moz-placeholder {
	color: #888;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #888;
	opacity: 1;
}
:-moz-placeholder {
	color: #888;
	opacity: 1;
}

/* pager */
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager a {
  color: #888;
}

.pager li.active > a {
    background-color: #BBB;
    color: white;
    font-weight: bold;
}
#request-modal-overlay,
#modal-overlay{
   z-index: 999;
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 120%;
   /*background-color: rgba(0,0,0,0.75);*/
}
#request-modal-content,
.modal_contents {
	display: none;
	margin: 0;
	padding: 10px 5px;
	background: #fff;
	position: fixed;
	z-index: 1050;
	/*border-radius: 5px;*/
	border: 1px solid #808080;
	box-shadow: 5px 5px 10px #AAA;
}

.modal-select-window {
	padding: 0px;
	min-width:250px;
}
.modal-select-window p {
	margin: 0 0 10px;
}
.modal-select-window .modal-title h2 {
	background: rgb(2, 136, 209) none repeat scroll 0px 0px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	padding: 5px 0px 6px 5px;
	font-size: 20px;
}
.modal-select-window .modal-body {
	padding: 0px 10px;
	margin-top: -20px;
}
.modal-select-window .table tr td:FIRST-CHILD {
	width: 200px;
}
.modal-select-window .table tr td {
	padding: 3px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 400px;
}
.modal-select-window .table tr th {
	border-bottom: 1px solid rgb(0, 0, 0);
}
.modal-select-window .table-hover tr:hover td {
	background-color: #03A9F4;
}

/*
 adsense
*/
.gsc_wrap {
	width: 300px;
}
.gsc_wrap .gsc-input-box {
	height: 31px;
}
.gsc_wrap .gsc-input-box table {
	height: inherit;
}
.gsc_wrap td.gsc-input,
.gsc_wrap td.gsc-input td {
	padding: 3px 0px 0px 5px !important;
}
.gsc_wrap td.gsc-search-button,
.gsc_wrap td.gsc-search-button td{
	padding: 0px 5px;
}
.gsc_wrap .cse .gsc-control-cse,
.gsc_wrap .gsc-control-cse {
	padding: 0px;
}
.gsc_wrap input.gsc-search-button,
.gsc_wrap input.gsc-search-button:hover,
.gsc_wrap input.gsc-search-button:focus {
	border-color: #3079ed;
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	
	height: 30px;
	margin-top: 7px;
	/* background-image: url(/images/search.png);*/
	background-repeat: no-repeat;
	background-position-x: 14px;
	background-position-y: 2px;
}
@media (min-width: 992px){
	.row .col.l3 {
		padding: 0px;
	}
}
@media (max-width: 1024px){
	.row .col.offset-l1 {
		margin-left: 0px;
	}
}
@media (max-width: 1199px) {
	.row .col.offset-l1 {
		margin-left: 0px;
	}
}
@media (min-width: 1200px) {
	.row .col.offset-l1 {
		margin-left: 4.33333333%;
	}
}
@media (min-width: 1300px) {
	.row .col.offset-l1 {
		margin-left: 8.3333333333%;
	}
}
.adsense_panel{
	margin: 0px 15px;
}
.adsense_panel h4{
	font-size: 18px;
	clear: both;
	margin-top: 35px;
	text-align: left;
}
.adsense_panel .addbox {
	margin: 5px;
}
.add_input {
	width: 100%;
	height: 32px;
}
.newsbox {
	clear:both;
}
.adsense_panel .addbox {
	width: 300px;
	height: 250px;
}
@media (max-width: 360px) {
	.adsense_panel {
	    margin: 0px;
	}
}
.adsense_panel .banners {
	margin-top: 20px;
}
.adsense_panel .banners .addbox img {
	width: 100%;
}
.adsense_panel .banners .addbox {
	text-align: left;
	height: 88px;
	width: 265px;
	margin: 5px;
}
@media (max-width: 992px) {
	.adsense_panel .banners .addbox {
		width: 250px;
    height: 84px;
	}

}
.prefecturemap-area .newsbox h4{
	padding-left: 10px;
	margin-top: 45px;
}
@media (min-width: 1200px) {
	#cse-search-box {
		margin: 0px auto 0px auto;
	}
	.prefecturemap-area #cse-search-box {
		margin: 0px 0px 0px 0px;
	}
	.adsense_panel .addbox {
		float: none;
		margin: 5px auto;
	}

}
@media (max-width: 1199px) {
	.adsense_panel .addbox {
		float: left;
		margin-bottom: 20px;
	}
}
@media (max-width: 495px) {
	.adsense_panel .addbox {
		float: none;
		margin: 5px auto;
		margin-bottom: 20px;
	}
}

/*
-------------------------------------------------------------------------
 HEADER
-------------------------------------------------------------------------
*/
.brand-logo {
	height: 100%;
}
.brand-logo img {
	margin-bottom: 2%;
	height: 94%;
}
.brand-logo.left {
	left: 0px !important;
}

.nav_upper {
	line-height: 28px;
	width: 100%;
	padding-right: 130px;
	margin-left: 130px;
}
.nav-wrapper {
	background-color: #33CCFF;
}
.nav .nav-wrapper .nav_upper i {
	line-height: 36px;
	height: 36px;
}
.nav_upper_right ul li{
	padding: 0px;
	border-right: 1px solid #FFF;
}
.nav_upper_right ul li a {
	padding: 0 8px;
}
.nav_upper_right ul li a:hover {
	text-decoration: underline;
}
.nav_upper_right ul li.last{
	border-right:none;
}
ul#dropdown_login li a {
	height: 48px;
 	padding: 15px 10px;
}
ul#dropdown_login li a:hover {
	text-decoration: none;
}
.nav_lower {
	line-height: 30px;
	margin-left: 130px;
	clear: both;
}
.nav_lower .btn-large {
	line-height: 32px;
	height: 35px;
	color: #333;
	background-color: #F8F8F8;
	border: 1px solid #999;
	border-radius: 0px;
	margin: 0px 0px;
	padding: 0px 10px;
	width: 160px;
	margin-top: -5px;
	box-shadow: none;
}
.navbar-fixed .dropdown-content {
	margin-top: -4px;
}
#mobile-demo .dropdown-content {
	margin-top: 10px;
	margin-left: 15px;
}
.nav_lower .btn-large:hover {
	background-color: #1e88e5;
	color: white;
	border-color: white;
}
.nav_lower .btn-large.member-button {
	background-color: #FFC107;
	color: #333;
}
.nav_lower .btn-large.member-button:hover {
	background-color: white;
	border: 1px solid #333;
}
.site_desc {
	font-size: 14px;
	padding-bottom: 2px;
}

.index_modal h3 {
	background-color: #03A9F4;
	margin-top: 0px;
	color: white;
	text-align: center;
	padding: 5px;
	font-size: 24px;
}
#request-modal-content.index_modal {
	padding: 0px;
}
a.modal-close,
a#request-modal-close,
a#modal-close {
	float: right;
	color: white;
	text-decoration: none;
	cursor: pointer;
	padding-right: 10px;
}
.index_modal p {
	color: #337AB7;
}
.index_modal .radio {
	margin-left: 10px;
	margin-right: 10px;
}
.index_modal .btn-white {
	width: 135px;
	font-weight: bold;
	font-size: 20px;
	height: 40px;
}
.index_modal .btn-white.active {
	background-color: #03A9F4;
	color: #F8F8F8;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.index_modal .btn-amber {
	font-size: 21px;
	padding: 5px 35px;
	height: 46px;
}
#dropdown_login {
	margin-top: 28px;
	width: 152px !important;
	background-color: #33CCFF;
	box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.14);
	border: 1px solid white;
}
.nav_upper_right #dropdown_login li {
	border-right: none;
}
#dropdown_login a {
	color: white;
}
/*
-------------------------------------------------------------------------
 SIDEBAR
-------------------------------------------------------------------------
*/
.side-nav .btn {
	background-color: #42A5F5;
}
.side-nav .btn:hover {
	background-color: #e1f5fe;
	color: #333;
}
.side-nav li.misc_link {
	
}
.side-nav .btn.member-button {
	background-color: #FFC107;
	color: #333;
	font-weight: bold;
}
.side-nav .btn.member-button:hover {
	background-color: white;
}
/*
-------------------------------------------------------------------------
 INDEX
-------------------------------------------------------------------------
*/
#search_section.parallax-container {
	height: 450px;
}
#search_section .parallax img {
	display: block;
	width: 1365px;
	transform: translate3d(-50%, 85px, 0px);
}
#search_section .section {
	padding-top: 70px;
}
@media (max-width: 600px) {
	#search_section.parallax-container {
		height: initial;
	}
	#search_section .parallax img {
		transform: translate3d(-50%, 0px, 0px);
	}
	#search_section .section {
		padding-top: 15px;
	}
}

#search_section .tabs {
	background-color: transparent;
	overflow: visible;
}
#search_section .tabs .tab a {
	border-radius: 5px 5px 0px 0px;
	border: none;
}
#search_section .tabs .tab a:hover,
#search_section .tabs .tab a.active {
	border-bottom: #42A5F5;
}
#search_section .tabs .tab #tab_bukken {
	color: #5f5f5f;
}
#search_section .tabs .tab #tab_bukken:hover {
	background-color: #ddd;
}
#search_section .tabs .tab #tab_souba {
	font-size: 16px;
	margin-left: 5px;
}

@media (max-width: 760px) {
	#search_section .tabs .tab #tab_souba {
		margin-left: 4px;
	}
}
#search_section .tabs .tab a img {
	width: 45px;
	padding: 5px;
	vertical-align: middle;
	margin-left: -15px;
}
@media (max-width: 380px) {
	#search_section .tabs .tab #tab_souba,
	#search_section .tabs .tab #tab_bukken {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	#search_section .tabs .tab #tab_souba,
	#search_section .tabs .tab #tab_bukken {
		font-size: 12px;
	}
}
#search_section .search_tabcontents {
	background-color: #33ccff;
	border-radius: 0px 0px 5px 5px / 0px 5px 5px 5px;
	padding: 5px 0px 10px 0px;
}
#search_section #bukken,
#search_section #souba {
	padding: 0px 6px 0px 11px;
}
#search_section #souba .search_tabcontents p {
	margin: 10px 0px 5px 0px;
}
#search_section #bukken .search_tabcontents p {
	margin: 0px 0px 3px 0px;
}
#search_section #souba .search_tabcontents .s_soubatxt_wrap {
	font-size: 15px;
	margin: 8px 2px 0px 2px;
}
#search_section #souba .search_tabcontents .s_soubaprice_wrap {
	font-size: 20px;
	margin: -5px 0px 0px 0px;
}
#search_section #souba .search_tabcontents .s_soubaprice_wrap #count_souba {
	font-size: 18px;
}
#search_section #souba .search_tabcontents .s_soubabtn_wrap {
	font-size: 20px;
	margin: 5px 0px 0px 0px;
}
#search_section #souba .search_tabcontents #submit_souba {
	width: 100%;
	height: 43px;
}

#search_section #bukken .search_tabcontents .b_soubatxt_wrap {
	font-size: 15px;
	margin: 8px 2px 0px 2px;
}
#search_section #bukken .search_tabcontents .b_soubaprice_wrap {
	font-size: 20px;
	margin: -5px 0px 0px 0px;
}
#search_section #bukken .search_tabcontents .b_soubaprice_wrap #count_bukken {
	font-size: 18px;
}
#search_section  #bukken.search_tabcontents .b_soubabtn_wrap {
	font-size: 20px;
	margin: 5px 0px 0px 0px;
}
#search_section #bukken .search_tabcontents #submit_bukken {
	width: 100%;
	height: 43px;
}
#bukken .search_tabcontents .col.l8,
#bukken .search_tabcontents .col.l8,
#bukken .search_tabcontents .col.l4,
#bukken .search_tabcontents .col.l4 {
	/*padding: 0px 5px;*/
}

#search_section select {
	border-radius: 6px;
	width: 100%;	
	border: none;
	margin-top: 5px;
}
@media (min-width: 601px) {
	#search_section select {
		display: inline;
	}
	#search_section #s_prefcode {
		width: 39%;
	}
	#search_section #s_citycode {
		width: 59%;
	}
	#search_section #bukken select {
		width: 49%;
	}
	#search_section #bukken select#b_prefcode {
		width: 52%;
	}
	#search_section #bukken .col.m3 {
		padding: 0 0.75rem 0 0;
	}
}


#search_section .btn-type {
	height: 45px;
	min-width: 90px;
	background: #F8F8F8 none repeat scroll 0% 0%;
	color: black;
	padding: 0px;
	margin: 5px 2px 2px 0px;
	line-height: 18px;
	border-radius: 6px;
}
@media (max-width: 600px) {

}
#search_section .btn-type.active,
#search_section .btn-type:hover {
	background: #FFC107 none repeat scroll 0% 0%;
	padding: 0px;
}

#search_section input[type=text] {
	border-radius: 6px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sampleflip.flipster {
	cursor: pointer;
	max-height: 450px;
	overflow-y: hidden;	
}
.sampleflip img {
	width: 320px;
}

.sampleflip .flipster__button {
	color: #0288D1;
	cursor: pointer;
}
.sampleflip .flipster__button i.fa {
	font-size: 40px;
}
.fliptitle {
	position: relative;
	top: -6px;
	font-size: 20px;
	margin-left: 15px;
}
.flipcontrol {
	font-size: 40px;
	color: #0288D1;
	cursor: pointer;
}
@media (max-width: 450px) {
	.flipcontrol {
		font-size: 22px;
	}
	.fliptitle {
		top: -2px;
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	.sampleflip img {
		width: 260px;
	}
}
#rebc_logo {
	height: 65px;
}
@media (max-width: 360px) {
	#rebc_logo {
		height: 60px;
	}
}
.sampleflip.flipster--coverflow .flipster__item__content {
	box-reflect: unset;
	-webkit-box-reflect: unset;
}
/*
-------------------------------------------------------------------------
 FOOTER
-------------------------------------------------------------------------
*/
footer {
	background-color: #03A9F4;
	color: #FFF;
}
footer a {
	color: #FFF;
	text-decoration: underline;
}
.footer_description {
	padding-top: 10px;
}
.footer_description  p {
	margin: 0px;
}
.footer_arealist {
	background-color: #0288D1;
	padding: 10px 20px;
	margin: 10px;
}

.footer_arealist ul{
	padding-left: 0;
	margin-top: 0px;
	margin-left: -5px;
	list-style: none;
}
.footer_arealist li{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.footer_arealist dl {
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer_arealist dl dt {
    float: left;
}
.footer_arealist dl dd {
    margin-left: 120px;
    overflow: hidden;
}

.footer_links a {
	font-size: 14px;
    color: #FFF;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #FFF;
}
.footer_links a.last {
	border-right: none;
}
.footer_links, .footer_copyright {
	text-align: center;
}
.footer_copyright {
	margin: 15px 0px;
}

.sitelinks {
	background-color: rgb(142, 220, 255);
	border: 1px solid #0288D1;
	margin-bottom: 25px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
.sitelinks h3 {
	margin-top: 0px;
	font-size: 20px;
}
.sitelinks .subcontents_header {
	margin-top: 0px;
	font-size: 20px;
	text-align: left;
}
.sitelinks hr.breaker_dark {
    margin: 20px 0px 30px;
}

.pagetop img {
	float: right;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 120px;
}
.pagetop span {
	float: right;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-color: #03A9F4;
	padding: 2px 6px 5px;
	border-radius: 15px;
	display: none;
}
@media (max-width: 768px) {
	.pagetop span {
		display: block;
	}
	.pagetop img {
		display: none;
	}
}
/*
-------------------------------------------------------------------------
 AREA
-------------------------------------------------------------------------
*/
.area_header {
	font-size: 24px;
	color: #03A9F4;
	text-align: center;
}
.step_warper .tab-content {
	padding-bottom: 20px;
}
.step_select {
	background: #F8F8F8 none repeat scroll 0% 0%;
	border:1px solid #F69C55;
	padding: 20px 2px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
.step_select.active,
.step_select:hover {
	background: #FFC107 none repeat scroll 0% 0%;
}
.step_select:hover {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.step_select.unavailable,
.step_select.unavailable:hover {
	background: #F8F8F8 none repeat scroll 0% 0%;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	color:#CCC;
	cursor: default;
}

.step_address .list-inline > li {
    width: 155px;
}
.step_rail .list-inline > li {
    width: 300px;
}
.select-address-header.select-city:hover {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
@media (min-width: 769px) {
	.step_warper {
		width: 100%;
	}
	.step_select {
		float: left;
		text-align: center;
		margin: 1%;
	}
	.step_searchtype {
		width: 31%;
	}
	.step_bukkentype {
		width: 23%;
	}
}
@media (max-width: 768px) {
	.landing_list .link_field,
	.simulation_article_list .link_field {
		white-space: normal;
	}
	.landing_list .link_field .btn,
	.simulation_article_list .link_field .btn {
		margin-bottom: 5px;
	}
	.step_searchtype {
		width: 100%;
	}
	.step_bukkentype {
		width: 100%
	}
	.step_address .nav-tabs>li {
	   float: none;
	}
	.step_address .nav-tabs>li>a,
	.step_address .nav-tabs>li>a:focus,
	.step_address .nav-tabs>li>a:hover {
		font-size: 17px;
		border-radius: 4px;
	}
	.step_address .nav-tabs>li>a:focus,
	.step_address .nav-tabs>li>a:hover {
		border-bottom-color: transparent;
	}
	.step_address .nav-tabs>li.active>a,
	.step_address .nav-tabs>li.active>a:focus,
	.step_address .nav-tabs>li.active>a:hover {
		border-radius: 4px;
	    color: white;
	    background-color: #03A9F4;
	}
	.address_ooaza {

	}
	.address_ooaza .nav-tabs>li>a:focus,
	.address_ooaza .nav-tabs>li>a:hover {
		border-bottom-color: transparent;
	}
	.address_ooaza .nav-tabs>li.active>a,
	.address_ooaza .nav-tabs>li.active>a:focus,
	.address_ooaza .nav-tabs>li.active>a:hover {
		border-radius: 4px;
	    color: white;
	    background-color: #03A9F4;
	}
}

#address, #rail {
	padding: 10px;
	border: 1px solid #000;
}
.select-rail-header {
	font-size: 22px;
	text-align: left;
	background-color: #03A9F4;
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
}
.station_anchor_wrap {
	 position:relative;
}
.station_anchor {
	position:absolute;
	top: -80px;
}
.tab-content .select-rail-header {
	cursor: pointer;
}
.select-address-header,.select-line dt {
	color: #FFF;
	margin: 0px;
	padding: 10px;
	font-size: 19px;
	background-color: #03A9F4;
	border-radius: 3px;
	margin-bottom: 5px;
}
.select-address-header a{
	color: #FFF;
	font-size: 22px;
}
.select-line dd {
	margin-bottom: 10px;
}
.select-link {
	text-align: center;
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
}
.select-link.active {
	background-color: #03A9F4;
}
.select-link:hover {
	background: #EEE none repeat scroll 0% 0%;
}
.step_address .list-inline > a,
.step_map .list-inline > a  {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	width: 155px;
}

h3.contents_header {
	font-size: 24px;
	color:inherit; /* #333;*/
	text-align: center;
	line-height: 1.2;
}
@media (max-width: 600px) {
	h3.contents_header {
		font-size: 20px;
	}
}
@media (max-width: 360px) {
	h3.contents_header {
		font-size: 16px;
	}
}

.index_points h3.contents_header {
	color: #333;
}
h3.contents_header img {
	margin-right: 10px;
	width: 55px;
	padding: 5px;
	vertical-align: middle;
	position: relative;
	left: 0px;
	top: -6px;
}
.index_points .btn-amber {
	width: 145px;
}
/*
-------------------------------------------------------------------------
 LIST
-------------------------------------------------------------------------
*/
.title_field {
	padding: 5px;
	background-color: #03A9F4;
}
.title_field h5 a {
	color: #FFF;
	font-size: 18px;
}
.title_field h5 a:hover {
	text-decoration: underline;
}
.title_field h5 {
	float: left;
	margin: 5px;
}
.title_field .link_field {
	float: right;
	white-space: nowrap;
}

.article {
	border: 1px solid #5a5a5a;
	margin-bottom: 5px;
}
.view_field .streetView {
	border: 1px solid #999999;
	border-bottom: none;
}
.landing_list .view_field {
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: 1px solid #5a5a5a;
	border-top: 1px solid #5a5a5a;
	padding: 5px 5px 3px;
}
.landing_list .description_field {
		width: 100%;
		float: none;
		padding: 5px;
}
.ittou_list.description_field .col {
	padding: 0px 0px 5px 0px;
}
.ittou_list.description_field th {
	height: 60px;
	width: 40%;
	line-height: 19px;
}
.ittou_list.description_field td {
	height: 60px;
	line-height: 19px;

}
@media (min-width: 912px) {
	.landing_list .view_field {
		width: 30%;
		border-bottom: none;
		border-right: 1px solid #5a5a5a;
		float: left;
	}
	.landing_list .description_field.shortened {
		border-top: 1px solid #5a5a5a;
		border-left: none;
		width: 100%;
		float: right;
	}

}
.article th {
	background: #F6F6F6 none repeat scroll 0% 0%;
	border: 1px solid #999999;
	width: 25%;
	padding: 10px 5px;
	font-weight: normal;
	font-size: 15px;
}
.article td {
	background: #FFFFFF none repeat scroll 0% 0%;
	border: 1px solid #999999;
	padding: 10px 5px;
	font-weight: normal;
	font-size: 15px;
}

/* BUKKEN LIST */
.searchcontrol_head {
	background-color: #35ACE6;
	color: white;
	padding: 5px;
	text-align: center;
	margin-bottom: -5px;
	margin-top: 0px;
	line-height: 45px;
	font-size: 24px;
}
.basic_box {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 5px 0px;
}
.basic_box h3,
.basic_box h2 {
	margin: 0px;
}
.conditions_box {
	width: 48%;
	padding: 5px 10px;
	float: left;
}
.conditions_box .btn {
	padding: 6px;
	width: 50%;
	height: 43px;
	float: left;
	display: block;
	box-shadow: none;
}
.conditions_box .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid #337ab7;
}
.conditions_box .btn-secondary {
	color: #333;
	background-color: #F8F8F8;
	border: 1px solid #9e9e9e;
}
.conditions_box > div > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.conditions_box > div > .btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* LISTING PAGINATE */
.paginate_box {
	margin-top: 15px;
}
.paginate_box ul{
	margin: 0px;
}
.paginate_box .btn {
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: #333;
	padding: 0px 12px;
}
.paginate_total {
	font-size: 22px;
	font-weight: bold;
	color: red;
}
.paginate_list_wrap {
	height: 45px;
	line-height: 45px;
}
.paginate_list li.active {
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}
.paginate_list li:nth-child(2) {
	display: none;
}
.paginate_list li.next {
	margin-left: 5px;
}
.paginate_list .btn {
	background-color: white;
 	padding: 0px 5px;
	border: 1px solid #9e9e9e;
	border-radius: 6px;
}
.paginate_list .btn:hover {
	background-color: #1e88e5;
	color: white;
	border-color: white;
}
/* LISTING */
#block-main {
	min-height: 1200px;
}
@media (max-width:991px) {
	.property_extra {
		margin-top: 0px !important;
	}
}
.listing_box {
	border: 1px solid #cccccc;
	padding: 0px;
	margin-bottom: 5px;
	cursor: pointer;
	display: table;
	width: 100%;
}
.listing_box:hover {
	background-color: #fffaf1;
}
/* LISTING IMAGE */
.listing_image {
	padding: 5px;
	text-align: center;
	position: relative;
}
.listing_box .office_box {
	margin-top: 5px;
}
.listing_box .office_image {
	background-color: #f8f8ff;
	border: 1px solid #cccccc;
	text-align: center;
}
.listing_box .office_box .name {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
}
.listing_box .office_image img {
	width: initial;
}
.image_box {
	text-align:center;
	background-color: #f8f8ff;
	border: 1px solid #cccccc;
}
/* LISTING CHECKBOX */
.listing_check {
	background: url(/images/check.png) no-repeat 0 0;
	background-size:contain;
	width: 5%;
	border-radius: 0 0 0 5px;
	cursor: pointer;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #cccccc;
	text-align: center;
}
.listing_check input[type="checkbox"] {
	display: none;
}
.listing_check .checkBtn {
	display: block;
	background: url("/images/sprite_btn_chekbox.png") no-repeat 0 0;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.listing_check .checkBtnOk {
	display: block;
	background: url("/images/sprite_btn_chekbox.png") no-repeat 0 0;
	background-position: 0 -24px;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.listing_check.hidden {
	background: none;
}
/* LISTING CONTENTS */
.image_locked {

}
.listing_image .image_box {
	height: 155px;
	width: 100%;
}
.listing_image .image_box > img {
	max-height: 152px;
	max-width: 100%;
}
.listing_box .office_image {
	height: 102px;
	width: 100%;
}
.listing_box .office_image img {
	max-height: 100px;
	max-width: 100%;
}

@media (min-width:992px) {
	.listing_image {
		float: left;
		width: 22%;
		text-align: center;
	}
	.image_box {
		height: 116px;
		width: 173px;
		display:table-cell;
		vertical-align:middle;
	}
	.image_box > img {
		max-height: 116px;
		max-width: 173px;
	}
	.listing_image .image_box {
		height: 155px;
		width: 173px;
	}
	.listing_image .image_box > img {
		max-height: 155px;
		max-width: 100%;
	}
	.listing_image .image_locked .image_box {
		height: 260px;
	}
	.listing_image .image_locked .image_box > img {
		max-height: 260px;
	}
	.listing_box .office_image {
		height: 72px;
		width: 100%;
	}
	.listing_box .office_image img {
		max-height: 70px;
		max-width: 173px;
	}
	
	.image_locked {
		display: table;
		width: 100%;
	}

}
@media (min-width:1199px){
	.image_box {
		height: 140px;
		width: 214px;
		display:table-cell;
		vertical-align:middle;
	}
	.image_box > img {
		max-height: 140px;
    max-width: 214px;
	}
	.listing_image .image_box {
		height: 140px;
		width: 100%;
	}
	.listing_image .image_box > img {
		max-height: 140px;
		max-width: 100%;;
	}
	
	.listing_box .office_image {
		height: 87px;
		width: 100%;
	}
	.listing_box .office_image img {
		max-height: 85px;
		max-width: 214px;
	}
	.content_block {
		padding-top: 0px;
	}

}
.propertytype {
	padding: 2px;
	font-weight: normal;
	color: white;
	background-color: black;
	margin-top: -26px;
	margin-bottom: 0px;
	margin-right: 1px;
	opacity: 0.7;
	text-align: left;
}
.listing_image .propertytype {
	margin-top: -30px;
}
.listing_image .restricted {
	position: relative;
}
.listing_image .restricted div {
    position: absolute;
    color: #fff;
    background-color: #e04a45;
    border-color: #d43f3a;
    width: 100%;
    padding: 3px;
    font-size: 16px;
    top: 0px;
    opacity: 0.8;
}
.listing_contents {
	padding: 5px;
}
@media (min-width: 992px){
	.listing_contents {
		float: left;
		width: 78%;
	}
}
.listing_contents .btn-amber{
	display: inline;
	padding: 5px 10px;
}
.listing_contents a{
	color: #333;
}
.basic_box dl {
	border: 1px solid #cccccc;
	border-top: none;
	margin: 3px 0px;
}
.basic_box dl dt {
	background-color: #EFEFEF;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	padding: 5px;
}
.basic_box dl dd {
	background-color: white;
	font-weight: normal;
	border-top: 1px solid #cccccc;
	padding: 5px;
	margin: 0px;
}
.fieldlist {
	width: 100%;
	display: table;
	border: 1px solid #cccccc;
	border-top: none;
	margin: 10px 0px;
	padding: 0px;
}
.fieldlist .fieldline {
	display: table-row;
}
.fieldlist .field_title {
	position: relative;
	display: table-cell;
	background-color: #EFEFEF;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	border: 1px solid #cccccc;
	width: 40%;
	vertical-align: top;
}
.fieldlist .field_value {
	display: table-cell;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
	text-align: right;
	border: 1px solid #cccccc;
	width: 60%;
}

.popupBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
.popupBottom .bg {
    height: 120px;
    background-color: #000;
    opacity: .7;
}
.popupBottom .closeBtn {
	position: absolute;
	top: 5%;
	right: 1%;
	height: 32px;
	width: 32px;
	background: url(/images/popclose.png) no-repeat top left;
	background-size: contain;
}
.popupInquiry {
	position: absolute;
	top: 13%;
	left: 25%;
}
.popupInquiry .head {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 auto;
}
.popupInquiry .head, .popupInquiry a {
	font-weight: bold;
}
.popupInquiry .head, .popupInquiry p {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.popupInquiry .btn{
	font-size: 16px;
	font-weight: normal;
}

.modal_contents.message_contents {
	z-index: 9999;
}
.message_contents #modal-point p {
    text-align: right;
    margin: -10px -20px 0px -20px;
    padding: 10px;
    color: white;
    font-size: 18px;
    background-color: #337AB7;
    border-radius: 6px 6px 0px 0px;
}
.message_contents #modal-point p.modal-alert {
	background-color: #d9534f;
	text-align: center;
}
.message_contents #modal-point p #modal-close {
    color: white;
    font-size: 20px;
    margin-top: -2px;
    margin-left: 10px;
}
.message_contents #modal-point .request_warper {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.message_contents #modal-point .request_warper .btn {
	width: 125px;
}
.message_contents #modal-point .request_warper .btn-blue {
	color: white;
	float: none;
}

.message_contents #modal-point .request_warper .btn-blue:hover,
.message_contents #modal-point .request_warper .btn-blue:focus {
	color: #1e88e5;
}

/* placeholder color fix */
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc !important;
}
::-ms-input-placeholder {
	color: #ccc;
}
::placeholder {
	color: #ccc;
}