﻿
@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------
	clear要素
----------------------------------------------------------- */
.clearfix {
	width: 100%;
}
.clearfix:after {
	height: 0px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html {
}
img {
	max-width: 100%;
        height: auto;
}
a {
	color: #06F;
	text-decoration: none;
}
body *:not(font) {
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;	
	color: #454545;
	-webkit-tap-highlight-color: rgba(107, 164, 57, 0.0);
}

body {
	margin: 0px;
	padding: 0px;
	font-size : 15px;
	width: 100%;
/*	height: 100%; */
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;	
}
#container {
	width: 100%;
	color: #FFF;
	position: relative;
}
.inner {
	margin: 0 10px;
	position: relative;
}
section {
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
	float: left;
}
/* 矢印アイコン */
.arrow {
	position: relative;
	display: block;
}
.arrow::before,
.arrow::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.arrow::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 注釈 */
.annotation {
	font-size: 80%;
	color: #666;
}
.point {
	color: #E64C3B;
	font-size: 120%;
	font-weight: bold;
	vertical-align: bottom;
}
.switch1 {
	background: #FF9933 url(../../images/back_check20.png) !important;
}
.switch2 {
	background: #9400D3 url(../../images/back_check20.png) !important;
}
.switch11 {
	background: #8B4513 url(../../images/back_check20.png) !important;
}
.switch12 {
	background: #00CC00 url(../../images/back_check20.png) !important;
}
.switch13 {
	background: #0000CD url(../../images/back_check20.png) !important;
}
.switch14 {
	background: #6495ED url(../../images/back_check20.png) !important;
}
.switch15 {
	background: #6865ED url(../../images/back_check20.png) !important;
}
/* パンくずリスト */
#pan{
	overflow: hidden;
	width: 100%;
	margin: -10px 0 5px;
	height: 25px;
	line-height: 25px;
}
#pan a span {
	text-decoration: underline !important;
	color: #06F;
}
#pan ul{
	display:table;
}
#pan li{
	display:table-cell;
	white-space:nowrap;
	font-size: 12px;
}
#pan a{
	text-decoration: none;
	color: #454545;
	position: relative;
	padding-left: 20px;
}
#pan li:first-child a{
	padding-left: 5px;
	border-radius: 5px 0 0 5px;
}
#pan a::after{
	content: " > ";
	position: absolute;
	padding: 0 0 0 7px;
}
#pan .current,
#pan .current:hover{
	font-weight: bold;
	background: none;
}
#pan .current::after,
#pan .current::before{
	content: normal;
}
#pan li:last-child {
	padding-right: 20px;
}
#pan li.last {
	padding-left: 23px;
	color: #454545;
}
#pan div {
	display: none;
}
/*----------------------------------------------------------------
	基本テーブルデザイン
----------------------------------------------------------------*/
section table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
section table * {
	font-size: 13px;
	line-height: 140%;
	padding: 10px 5px;
	vertical-align: middle;
}
section table * th td {
	vertical-align: middle;
}
section table tr th {
	width: 23%;
	max-width: 130px;
	background: #EFEFEF;
	border: 1px solid #CCC;

}
section table tr th:first-child {
	border-left: none;
}
section table tr td {
	border: 1px solid #CCC;
}
section table tr td:last-child {
	border-right: none;
}
/*----------------------------------------------------------------
	content
----------------------------------------------------------------*/
#content {
	margin: 120px 0 0 0;
	clear: both;
	width: 100%;
	float: left;
}
#search_line_area h1,
#artcle_list h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	font-weight: normal;
	background: #666 url(../../images/back_check20.png) left top;
	width: 100%;
	height: auto;
	min-height: 50px;
	color: #FFF;
	font-size: 17px;
	line-height: 1.3;
	padding: 5px 0 5px 25px;
	margin: 0 0 10px 0;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	   -moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
}
#search_line_area h1 {
	margin: 0;
}
#search_line_area h2,
#article_search h2,
#itemlist h2,
#stafflist h2,
#stick h2 {
	margin: 0;
}
/*#search_line_area h1:after,
#artcle_list h1:after,
#content h2:after {
	position:  absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 76%;
	background: #FFF;
	opacity: 0.5;
	content: "";
	transform: translateY(-50%);
}*/
#search_line_area h2 {
	position: static;
	font-weight: normal;
	background: none;
	height: 50px;
	color: #333;
	font-size: 17px;
	line-height: 50px;
	padding: 0 0 0 10px;
}
#search_line_area h2:after {
	position: static;
	display: none;
}
/*----------------------------------------------------------------
	slidemenu
----------------------------------------------------------------*/
ul.nav.drawer-nav-list {
	float: left;
}
ul.nav.drawer-nav-list li {
	height: 44px;
	line-height: 44px;
	float: left;
	border-bottom: solid 1px #23252B;
	border-top: solid 1px #505565;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px;
	padding: 0 0 0 35px;
}
ul.nav.drawer-nav-list li:hover,
ul.nav.drawer-nav-list li:active {
	background-color: #23252B;
}
ul.nav.drawer-nav-list li a {
	color: #FFF !important;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
ul.nav.drawer-nav-list li.left {
	width: 50%;
	border-right: solid 1px #23252B;
}
ul.nav.drawer-nav-list li.right {
	width: 50%;
	border-left: solid 1px #505565;
}
ul.nav.drawer-nav-list .side_menu_icon01 {
	background-image: url(../../images/side_menu_icon01.png);
}
ul.nav.drawer-nav-list .side_menu_icon02 {
	background-image: url(../../images/side_menu_icon02.png);
}
ul.nav.drawer-nav-list .side_menu_apply {
	background-image: url(../../images/side_menu_apply.png);
	background-position: left top;
	background-size: 100% 100%;
}
ul.nav.drawer-nav-list .side_menu_icon03 {
	background-image: url(../../images/side_menu_icon03.png);
}
ul.nav.drawer-nav-list .side_menu_icon04 {
	background-image: url(../../images/side_menu_icon04.png);
}
ul.nav.drawer-nav-list .side_menu_icon05 {
	background-image: url(../../images/side_menu_icon05.png);
}
ul.nav.drawer-nav-list .side_menu_icon06 {
	background-image: url(../../images/side_menu_icon06.png);
}
ul.nav.drawer-nav-list .side_menu_icon07 {
	background-image: url(../../images/side_menu_icon07.png);
}
ul.nav.drawer-nav-list .side_menu_icon08 {
	background-image: url(../../images/side_menu_icon08.png);
}
ul.nav.drawer-nav-list .side_menu_icon09 {
	background-image: url(../../images/side_menu_icon09.png);
}
ul.nav.drawer-nav-list .side_menu_icon10 {
	background-image: url(../../images/side_menu_icon10.png);
}
ul.nav.drawer-nav-list .side_menu_icon11 {
	background-image: url(../../images/side_menu_icon11.png);
}
ul.nav.drawer-nav-list .side_menu_icon12 {
	background-image: url(../../images/side_menu_icon12.png);
}
ul.nav.drawer-nav-list .side_menu_icon13 {
	background-image: url(../../images/side_menu_icon13.png);
}
ul.nav.drawer-nav-list .side_menu_icon14 {
	background-image: url(../../images/side_menu_icon14.png);
}
ul.nav.drawer-nav-list .side_menu_icon15 {
	background-image: url(../../images/side_menu_icon15.png);
}
ul.nav.drawer-nav-list .side_menu_icon16 {
	background-image: url(../../images/side_menu_icon16.png);
}
ul.nav.drawer-nav-list .side_menu_icon17 {
	background-image: url(../../images/side_menu_icon17.png);
}
body > div.drawer-main.drawer-default > nav {
	float: left;
}
.drawer-right .drawer-hamburger {
	background-color: #6BA439;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	z-index: 4;
}
/*----------------------------------------------------------------
	ヘッダー
----------------------------------------------------------------*/
header {
	width: 100%;
	border-top: #6BA439 4px solid;
	background: #eee;
	float: left;
	position: fixed;
	top: 0;
	height: 100px;
	z-index: 3;
/*	z-index: 1000; */
/*	display: none; */
}
header .topnav {
	height: 35px;
	margin: 0 auto;
	font-size: 0px;
	width: 98%;
}
header .topnav li {
	height: 35px !important;
	line-height: 35px;
	display: inline-block;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	font-size:10px;
	text-align: center;
}
header .topnav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #666;
}
header .topnav li span {
	color: red;
	font-size: 12px;
	padding: 0 1px 0 3px;
}
header .topnav .topnav_recently_show {
	width: 28%;
	margin: 0 1% 0px 0;
	background: #FFF;
	letter-spacing: -1px;
	color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
header .topnav .topnav_contact_list {
	width: 30%;
	margin: 0 2% 0px 0;
	background: #FFF;
	letter-spacing: -1px;
	color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
header .topnav .topnav_register {
	width: 19%;
	margin: 0 1% 0px 0;
	background: #6BA439;
	font-size:12px;
}
header .topnav .topnav_register a {
	color: #FFF;
}
header .topnav .topnav_auth {
	width: 19%;
	margin: 0 0 0px 0;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size:12px;
}
header .topnav .topnav_auth a {
	color: #666;
}
header .contactnav  {
	position: absolute;
	top: 41px;
	right: 60px;
	height: 50px;
}
header .contactnav li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 9px;
	color: #565656;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	   -moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
    -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	        box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	background-color: #FFF !important;
}
header .contactnav li a {
	text-decoration: none;
	color: #565656;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 27px 0 0 0;
}
header .contactnav li.call {
	background: url(../../images/header_btn_img01.png) no-repeat;
	background-position: center 7px;
	background-size: 17px;
}
header .contactnav li.mail {
	background: url(../../images/header_btn_img02.png) no-repeat;
	background-position: center 10px;
	background-size: 17px;
}
header .companylogo {
	height: 50px;
	margin: 6px 0 0 0;
	padding: 0 170px 0 5px;
}
header .companylogo img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	    -ms-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*----------------------------------------------------------------
	物件検索
----------------------------------------------------------------*/
#article_search h3,
#article_search h3:after,
#article_search li a:before {
	background: #454545;
}
#article_search .rent h3 span {
	background: #C0392B url(../../images/back_check20.png);
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 3px 5px 2px;
	margin: -2px 10px -2px -3px;
}
#article_search .sale h3 span {
	background: #0E7AC4 url(../../images/back_check20.png);
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 3px 5px 2px;
	margin: -2px 10px -2px -3px;
}
#article_search h3 {
	padding: 14px 10px 16px;
	color: #FFF;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	   -moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	        box-shadow:rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
}
#article_search h3:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 14px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #FFF;
}
#article_search h3:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 50%;
	right: 14px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
}
#article_search h3.active:before {
	margin-top: -7px;
	margin-right: 2px;
}
#article_search h3.active:after {
	margin-top: -7px;
	margin-right: 7px;
}
#article_search li {
}
#article_search li a {
	position: relative;
	display: block;
}
#article_search .accordion_ul {
	background: #EFEFEF url(../../images/back_check20.png);
}
#article_search .accordion_ul li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: -webkit-box;
	display: -o-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 5px;
}
#article_search .accordion_ul li ul li {
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 100%;
	margin: 5px;
	font-size: 11px;
}
#article_search .typebox  li a {
	height: 60px;
	display: block;
	padding: 35px 0 0 0;
	background: #F5F5F5;
	border: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
	color: #454545;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
#article_search .typebox  li a:hover {
	    -ms-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#article_search .typebox  li a:active {
	height: 58px;
	margin: 2px 0px 0px 0;
	border: 1px solid #CCC;
	color: #454545;
}
#article_search .typebox li.line a {
	background-color: #F5F5F5;
	background-image: url(../../images/article_search_line.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: auto 22px;
}
#article_search .typebox li.area a {
	background-color: #F5F5F5;
	background-image: url(../../images/article_search_area.png);
	background-repeat: no-repeat;
	background-position: center 9px;
	background-size: auto 20px;
}
#article_search .typebox li.map a {
	background-color: #F5F5F5;
	background-image: url(../../images/article_search_map.png);
	background-repeat: no-repeat;
	background-position: center 9px;
	background-size: auto 20px;
}
#article_search .typebox li.all a {
        background-image: url(../../images/article_search_all.png) !important;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: auto 28px;
}
/*----------------------------------------------------------------
	更新情報
----------------------------------------------------------------*/
#infomation {
	color: #454545;
	font-size: 14px;
}
#infomation ul li {
	border-bottom: 1px dotted #CCC;
	padding: 10px;
	line-height: 130%;
}
#infomation > ul li a {
	color: #06f;
	text-decoration: underline;
}
#infomation ul li:first-child {
	padding: 0 10px 10px 10px;
}
#infomation ul li span.date {
	font-size: 10px;
	color: #6BA439;
	display: block;
}
#infomation p.addinfo {
	text-align: right;
}
#infomation p.addinfo a {
	text-align: center;
	width: 130px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 13px;
	margin: 0 5px 0 0;
	background: #CCC url(../../images/icon_allview.png) no-repeat left 28px center;
	background-size: 9px;
	display: inline-block;
	text-decoration: none;
	color: #454545;
	   -moz-border-radius-bottomright: 4px;
	   -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
/*----------------------------------------------------------------
	物件情報
----------------------------------------------------------------*/
.property_info {
}
.property_info .article_slider {
	padding: 0px;
	font-size: 0px;
	float: left;
}
.property_info .article_slider .articlebox {
	min-height: 250px;
	vertical-align: top;
	padding: 0 5px;
	display: block;
	font-size: 14px;
	margin: 0 auto !important;
}
.property_info .article_slider .articlebox a {
	display: block;
}
/* 物件情報 レイアウト */
.articlebox p.check {
	font-size: 0px;
	height: 27px;
	overflow: hidden;
}
.articlebox p.check span {
	font-size:12px;
	color: #FFF;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	padding: 1px 2px 0px;
	display: inline-block;
	margin: 0 3px 3px 0;
	min-width: 50px;
	text-align: center;
	vertical-align: top;
}
.articlebox p.check span:last-child {
	margin: 0 0px 2px 0;
}
.articlebox p.check span.icon01 {
	border: solid 2px #339933;
	color: #339933;
}
.articlebox p.check span.icon02 {
	border: solid 2px #00A2E8;
	color: #00A2E8;
}
.articlebox p.check span.icon03 {
	border: solid 2px #ED1C24;
	color: #ED1C24;
}
.articlebox p.check span.icon04 {
	border: solid 2px #FF7F27;
	color: #FF7F27;
}
.articlebox p.check span.icon05 {
	border: solid 2px #AC3FE4;
	color: #AC3FE4;
}
.articlebox p.check span.icon06 {
	border: solid 2px #537D6A;
	color: #537D6A;
}
.articlebox p.check span.icon07 {
	border: solid 2px #537D6A;
	color: #537D6A;
}
.articlebox p.check span.icon08 {
	border: solid 2px #537D6A;
	color: #537D6A;
}
.articlebox p.photo {

	background-position: center center;
	background-repeat: no-repeat;
/*	background-size: cover; */
	background-size: contain;
	margin: 0 0 5px 0;
	min-height: 150px;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
}
.articlebox p.photo img {
	max-height: 150px;
}
.articlebox p.article_type {
	text-align: center;
/*	height: 16px; */
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-size: 14px;
	color: #FFF;
/*	line-height: 16px; */
	margin-bottom: 5px;
	padding: 0.5px;
}
.articlebox p.article_name {
	line-height: 120%;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
/*	border-bottom: 1px dotted #CCC; */
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.articlebox p span.price {
	font-size: 20px;
	color: #E64C3B;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.articlebox p span.room_size {
	font-weight: bold;
}
.articlebox p.place {
	line-height: 120%;
	font-size: 12px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.articlebox p.station {
	line-height: 120%;
	font-size: 11px;
	margin: 5px 0;
}
/*　article_box　*/
ul.articlebox {
	border-top: 1px solid #CCC;
	font-size: 0;
	display: -webkit-box; /* Android 2~4 */
	-webkit-box-pack: justify; /* Android 2~4 */
	display: inline-flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: -webkit-box;
	display: -o-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
ul.articlebox.colmn2 li {
	width : 50% !important;
	display: inline-block;
}
ul.articlebox.colmn2 li:nth-child(2n) {
	border-right: none;
}
ul.articlebox.colmn3 li {
	width: 33.333% ;
	width: -webkit-calc(100% * 1/3) ;
	width: calc((100% * 1/3) );
	display: inline-block;
}
ul.articlebox.colmn3 li:nth-child(3n) {
	border-right: none;
}
ul.articlebox li {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	min-height: 200px;
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	-webkit-box-flex: 1; /* Android 2~4 */
}
.movie iframe {
	width: 100%;
	height: 250px;
}
/*----------------------------------------------------------------
	コンテンツ・スタッフ紹介
----------------------------------------------------------------*/
.contents {
}
.contents ul.full_list {
	width: 100%;
}
.contents ul.full_list li {
	padding: 6px 10px 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px -1px rgba(0, 0, 0, 0.3);
	height: 73px;
	position: relative;
	display: block;
}
.contents ul.full_list li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.contents ul.full_list li .itemthumb {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	float: left;
	border: solid 1px #CCC;
	margin: 0 12px 0 0;
}
.contents ul.full_list li .itemthumb img {
	height: 60px;
	width: auto;
}
.contents ul.full_list li .itemtitle {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 12px 2px 0;
}
.contents ul.full_list li .itemtext {
	font-size: 1em;
	height: 2.6em;
	overflow: hidden;
	padding: 0 12px 0 0;
}
.contents p.addlist {
	background: #2C3E50 url(../../images/back_check20.png);
}
.contents p.addlist a {
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
}
.contents p.addlist a span {
	padding: 0 0 0 13px;
	background: url(../../images/icon_allview.png) no-repeat left center;
	background-size: 9px;
	color: #FFF;
}
/*----------------------------------------------------------------
	フッター
----------------------------------------------------------------*/
footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0 0 0;
}
footer ul.footer_nav {
	border-top: 2px solid #6BA439;
	border-bottom: 2px solid #DEDEDE;
	height: 50px;
	font-size: 0;
	background: #FCFCFC;
}
footer ul.footer_nav li {
	width: 24.9%;
	font-size: 12px;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	text-align: center;
	height: 50px;
	margin: -2px 0 0 0;
	vertical-align: middle;
}
footer ul.footer_nav li:nth-child(3) {
	font-size: 11px;
}
footer ul.footer_nav li:last-child {
	border-right: none;
	box-shadow: none;
}
footer ul.footer_nav li img {
	height: 15px;
	display: block;
	margin: 10px auto 0;
}
footer ul.footer_nav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
footer ul.footer_nav li a:hover img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: #FFF;
}
footer table.company_detail {
	margin: 0 2%;
	width: 96%;
}
footer table.company_detail th,
footer table.company_detail td {
	font-size: 12px;
	vertical-align: middle;
	padding: 5px 0 0 0;
}
footer table.company_detail .name {
	font-weight: bold;
	width: 100%;
	font-size: 14px;
}
footer table.company_detail .tel {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
footer table.company_detail .tel a {
	color: #3399FF;
}

footer table.company_detail th {
	width: 12%;
	text-align: left;
}
footer table.company_detail td {
	line-height: 120%;
}
footer table.company_detail a {
	color: #39F;
	text-decoration: underline;
}
.access_btn {
	width: 70%;
	margin: 10px auto;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #6BA439;
	box-shadow: 0px 15px rgba(255, 255, 255, 0.2) inset;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.access_btn a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
	padding: 0;
}
.access_btn a span {
	background: url(../../images/icon_footer_map.png) no-repeat left center;
	color: #FFF;
	background-size: 15px;
	padding: 5px 0 5px 20px !important;
	font-size: 14px;
	line-height: 28px !important;
	vertical-align: baseline;
}
.pcsite_btn {
	width: 70%;
	margin: 10px auto;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #6BA439;
	box-shadow: 0px 15px rgba(255, 255, 255, 0.2) inset;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.pcsite_btn a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
	padding: 0;
}
.pcsite_btn a span {
	background: url(../../images/side_menu_icon02.png) no-repeat left center;
	color: #FFF;
	background-size: 15px;
	padding: 5px 0 5px 20px !important;
	font-size: 14px;
	line-height: 28px !important;
	vertical-align: baseline;
}
footer .copy {
	border-top: 2px solid #CCC;
	background: #FCFCFC;
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-size: 9px;
}
p.gotop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 50px;
	text-indent: -10000px;
	z-index: 4;
}
p.gotop a{
	width: 40px;
	height: 40px;
	display: block;
	background-color: rgba(37, 39, 50, 0.9);
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
/* 矢印アイコン */
p.gotop .arrow::before,
p.gotop .arrow::after {
	top: 55%;
	right: 10px;
	background: #FFF;
}
p.gotop .arrow::after {
	margin: -4px 7px 0 0;
}
/*----------------------------------------------------------------
	沿線・駅・条件　アコーディオン
----------------------------------------------------------------*/
#search_line_area h3,
#search_line_area h3:after,
#search_line_area li a:before {
	background: #6BA439;
	color: #FFF;
}
#conditions h2 {
	margin: 0;
}
#conditions h3 {
	border-left: #6BA439 5px solid;
	color: #454545;
}
#conditions h3,
#conditions h3:after,
#conditions li a:before {
	background: #EFEFEF;
}
#search_line_area h3,
#conditions h3 {
	padding: 10px 10px 12px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
}
#search_line_area h3:before,
#conditions h3:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #FFF;
}
#conditions h3:before {
	background: #6BA439;
}
#search_line_area h3:after,
#conditions h3:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
}
#search_line_area h3.active:before,
#conditions h3.active:before {
	margin-top: -7px;
	margin-right: 2px;
}
#search_line_area h3.active:after,
#conditions h3.active:after {
	margin-top: -7px;
	margin-right: 7px;
}
#search_line_area li,
#conditions li {
}
#search_line_area > ul > li > ul {
	font-size: 0;
}
#search_line_area ul.area_list li {
	width: 50%;
	padding: 5px;
	display: inline-block;
}
#search_line_area li a,
#conditions li a {
	position: relative;
	display: block;
}
#search_line_area li a:before,
#conditions li a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 17px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
#search_line_area li a:after,
#conditions li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #F2F2F2;
}
#search_line_area .accordion_ul,
#conditions .accordion_ul {
	background: #EFEFEF url(../../images/back_check20.png);
}
/* 入れ子 */
#search_line_area .accordion_ul .line_list ul,
#conditions .accordion_ul .line_list ul li,
#search_line_area .accordion_ul .line_list ul li a:after,
#conditions .accordion_ul .line_list ul li a:after {
	background: #FFF;
}
#search_line_area .accordion_ul ul {
	padding: 10px;
}
#conditions .accordion_ul ul.termsbox {
	padding: 5px;
	font-size: 0;
	border-bottom: solid 1px #CCC;
	border-left: solid 5px #FFF;
	border-right: solid 5px #FFF;
}
#search_line_area .accordion_ul .line_list ul,
#conditions .accordion_ul .line_list ul {
	padding: 5px;
	font-size: 0;
}
#search_line_area .accordion_ul .line_list ul li,
#conditions .accordion_ul ul li {
	width: 50%;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
}
#conditions .accordion_ul ul li {
	width: 33.33333%;
	text-align: center;
	font-size: 14px;
}
#search_line_area .accordion_ul ul li.full,
#conditions .accordion_ul ul li.full {
	width: 100%;
	text-align: left;
}
#conditions .accordion_ul ul li.full select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 40px;
	min-width: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-color: #CCC;
	background: #fcfcfc url(../../images/select_arrow.gif) no-repeat;
	background-position: right center; /* 旧ブラウザ用 */
	background-position: right 5px center;
	-webkit-background-size: 7px;
	background-size: 7px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
	position:relative;
	display:inline-block;
}
#search_line_area .accordion_ul .line_list ul li input label,
#conditions .accordion_ul ul li input label {
}
#search_line_area .accordion_ul .line_list ul li a:before,
#conditions .accordion_ul ul li a:before,
#search_line_area .accordion_ul .line_list ul li a:after,
#conditions .accordion_ul ul li a:after {
	display: none;
}
#search_line_area .accordion_ul ul h3,
#conditions .accordion_ul ul h3 {
	padding: 10px 10px 11px;
	color: #454545;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	background: #FFF;
	border: 1px solid #CCC;
}
#search_line_area .accordion_ul ul h3:before,
#conditions .accordion_ul ul h3:before {
	background: #CCC;
}
#search_line_area .accordion_ul ul h3:after,
#conditions .accordion_ul ul h3:after {
	background: #FFF;
}
/* チェックボックス */
#search_line_area .accordion_ul input[type=radio]:checked + label,
#search_line_area .accordion_ul input[type=checkbox]:checked + label,
#conditions .accordion_ul input[type=radio]:checked + label,
#conditions .accordion_ul input[type=checkbox]:checked + label {
	background: rgba(107,164,57,0.2);
}
#contact_list input[type=radio]:checked + label,
#contact_list input[type=checkbox]:checked + label,
#contacted_list input[type=radio]:checked + label,
#contacted_list input[type=checkbox]:checked + label {
	background: #999 url(../../images/back_check20.png);
}
#contact_list input[type=radio],
#contact_list input[type=checkbox],
#contacted_list input[type=radio],
#contacted_list input[type=checkbox],
#search_line_area .accordion_ul input[type=radio],
#search_line_area .accordion_ul input[type=checkbox],
#conditions .accordion_ul input[type=radio],
#conditions .accordion_ul input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
#contact_list input[type=radio] + label,
#contact_list input[type=checkbox] + label,
#contacted_list input[type=radio] + label,
#contacted_list input[type=checkbox] + label,
#search_line_area .accordion_ul input[type=radio] + label,
#search_line_area .accordion_ul input[type=checkbox] + label,
#conditions .accordion_ul input[type=radio] + label,
#conditions .accordion_ul input[type=checkbox] + label {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
#contact_list input[type=radio] + label span,
#contact_list input[type=checkbox] + label span,
#contacted_list input[type=radio] + label span,
#contacted_list input[type=checkbox] + label span,
#search_line_area .accordion_ul input[type=radio] + label span,
#search_line_area .accordion_ul input[type=checkbox] + label span,
#conditions .accordion_ul input[type=radio] + label span,
#conditions .accordion_ul input[type=checkbox] + label span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	padding: 0 30px 0 0;
}
#conditions .accordion_ul input[type=radio] + label span,
#conditions .accordion_ul input[type=checkbox] + label span {
	padding: 0;
}
#search_line_area .accordion_ul input[type=radio] + label span.number,
#search_line_area .accordion_ul input[type=checkbox] + label span.number {
	position: absolute;
	display: block !important;
	font-size: 13px !important;
	top: 50%;
	right: 5px;
	-moz-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform:translate(0%, -50%);
	padding: 0;
}
#search_line_area .accordion_ul input[type=radio] + label span.number:after,
#search_line_area .accordion_ul input[type=checkbox] + label span.number:after {
	content: "件";
	font-size: 13px;
}
@media (min-width: 1px) {
	#contact_list input[type=radio],
	#contact_list input[type=checkbox],
	#contacted_list input[type=radio],
	#contacted_list input[type=checkbox],
	#search_line_area .accordion_ul input[type=radio],
	#search_line_area .accordion_ul input[type=checkbox],
	#conditions .accordion_ul input[type=radio],
	#conditions .accordion_ul input[type=checkbox] {
		display: none;
		margin: 0;
	}
	#search_line_area .accordion_ul input[type=radio] + label,
	#search_line_area .accordion_ul input[type=checkbox] + label,
	#conditions .accordion_ul input[type=radio] + label,
	#conditions .accordion_ul input[type=checkbox] + label {
		min-height: 40px;
		padding: 5px 5px 5px 28px;
		display: table;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #CCC;
		background: #FCFCFC;
		line-height: 110%;
		height: 40px;
		width: 100%;
		box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
		-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
		margin: 0 0 2px 0;
	}
	#contact_list input[type=radio] + label,
	#contact_list input[type=checkbox] + label,
	#contacted_list input[type=radio] + label,
	#contacted_list input[type=checkbox] + label {
		padding: 5px 5px 5px 28px;
		display: table;
		background: #E3E9EA url(../../images/back_check20.png);
		line-height: 110%;
		height: 30px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	#conditions .accordion_ul input[type=radio] + label,
	#conditions .accordion_ul input[type=checkbox] + label {
		padding: 5px;
	}
	#search_line_area .accordion_ul input[type=radio]:checked + label,
	#search_line_area .accordion_ul input[type=checkbox]:checked + label,
	#conditions .accordion_ul input[type=radio]:checked + label,
	#conditions .accordion_ul input[type=checkbox]:checked + label {
		box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 0px 0px ;
		-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 0px 0px ;
		-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 0px 0px ;
		margin: 2px 0 0 0;
	}
	#search_line_area .accordion_ul input[type=radio] + label::before,
	#search_line_area .accordion_ul input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 6px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	#contact_list input[type=radio] + label::before,
	#contact_list input[type=checkbox] + label::before,
	#contacted_list input[type=radio] + label::before,
	#contacted_list input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: #FFF;
	}
	#contact_list input[type=radio] + label::before,
	#contacted_list input[type=radio] + label::before,
	#search_line_area .accordion_ul input[type=radio] + label::before,
	#conditions .accordion_ul input[type=radio] + label::before {
		border: 2px solid #CCC;
		border-radius: 30px;
	}
	#contact_list input[type=checkbox] + label::before,
	#contacted_list input[type=checkbox] + label::before,
	#search_line_area .accordion_ul input[type=checkbox] + label::before {
		background: #FFFFFF;
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2) inset;
		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2) inset;
		-o-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2) inset;
		-ms-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2) inset;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: solid 2px #bbbbbb;
	}
	#contact_list input[type=radio]:checked + label::after,
	#contact_list input[type=checkbox]:checked + label::after,
	#contacted_list input[type=radio]:checked + label::after,
	#contacted_list input[type=checkbox]:checked + label::after,
	#search_line_area .accordion_ul input[type=radio]:checked + label::after,
	#search_line_area .accordion_ul input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	#contact_list input[type=radio]:checked + label::after,
	#contacted_list input[type=radio]:checked + label::after,
	#search_line_area .accordion_ul input[type=radio]:checked + label::after {
		left: 10px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #E71063;
		border-radius: 8px;
	}
	#contact_list input[type=checkbox]:checked + label::after,
	#contacted_list input[type=checkbox]:checked + label::after,
	#search_line_area .accordion_ul input[type=checkbox]:checked + label::after {
		left: 9px;
		width: 13px;
		height: 7px;
		margin-top: -5px;
		border-left: 3px solid #555;
		border-bottom: 3px solid #555;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#contact_list input[type=checkbox]:checked + label::after,
	#contacted_list input[type=checkbox]:checked + label::after {
		left: 50%;
		-webkit-transform: rotate(-45deg) translate(-50%,-50%);
		-ms-transform: rotate(-45deg) translate(-50%,-50%);
		transform: rotate(-45deg) translate(-50%,-50%);
		margin: -6px 0 0 1px;
	}
}
/*----------------------------------------------------------------
	条件絞込 フッター固定ボタン
----------------------------------------------------------------*/
.fix_search {
	position: fixed;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.8) url(../../images/back_check20.png);
	bottom: 0;
	color: #FFF;
}
.fix_search .inner {
	min-width: 320px;
	max-width: 640px;
	position: relative;
	background: none;
	margin: 0 auto;
}
.fix_search p {
	display: inline-block;
}
.fix_search p.left {
	top: 12px;
	left: 10px;
	position: absolute;
}
.fix_search p.right {
	width: 100%;
	padding: 5px 5px 5px 185px;
}
.fix_search span {
	color: #FFF;
	text-align: right;
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
}
.fix_search span.number {
	color: #FC0;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	font-family: "Arial";
	width: 90px;
}
.fix_search span.number:after {
	content: " 件";
	color: #FFF;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}
.fix_search input {
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	padding: 5px 10px 7px;
	color: #FFF;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 0px 0px inset;
	display: block;
	height: 40px;
}
.fix_search input:active {
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	padding: 5px 10px 7px;
	color: #FFF;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	margin: 2px 0 0 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px inset;
	display: block;
	height: 38px;
}
.fix_search input {
	background: #6BA439;
}
#conditions_btn {
	margin: 0 0 -30px 0;
}
/*----------------------------------------------------------------
	物件紹介
----------------------------------------------------------------*/
#article_detail {
}
#article_detail .movie {
	margin: 0 0 20px 0;
}
#article_detail .nav_btn {
	margin: 0 5px 20px;
	font-size: 0px;
}
#article_detail .nav_btn li {
	padding: 5px;
}
#article_detail .nav_btn li a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0 6px 0 0;
	text-decoration: none;
	display: block;
}
#article_detail .nav_btn li.coupon a {
	height: 40px;
	line-height: 38px;
	box-shadow: 0px 19px rgba(255,255,255,0.1) inset, 0px -2px rgba(0,0,0,0.2) inset;
}
#article_detail .nav_btn li.coupon a span {
	font-size: 16px !important;
}
#article_detail .nav_btn li.coupon a:active {
	margin: 2px 0 0 0;
	height: 38px;
	line-height: 38px;
	box-shadow: 0px 17px rgba(255,255,255,0.1) inset, 0px 0px rgba(0,0,0,0.2) inset;
}
#article_detail .nav_btn li.addlist a,
#article_detail .nav_btn li.contact a,
#article_detail .nav_btn li.reservation a,
#article_detail .nav_btn li.call a {
	height: 50px;
	box-shadow: 0px 24px rgba(255,255,255,0.1) inset, 0px -2px rgba(0,0,0,0.2) inset;
}
#article_detail .nav_btn li.addlist a:active,
#article_detail .nav_btn li.contact a:active,
#article_detail .nav_btn li.reservation a:active,
#article_detail .nav_btn li.call a:active {
	margin: 2px 0 0 0;
	height: 48px;
	box-shadow: 0px 22px rgba(255,255,255,0.1) inset, 0px 0px rgba(0,0,0,0.2) inset;
}
#article_detail .nav_btn li.addlist,
#article_detail .nav_btn li.contact,
#article_detail .nav_btn li.reservation,
#article_detail .nav_btn li.call {
	width: 50%;
	display: inline-block;
	position: relative;
}
#article_detail .nav_btn li a span {
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
#article_detail .nav_btn li.coupon a {background: #40AAEF;}
#article_detail .nav_btn li.call a {background: #EE6557;}
#article_detail .nav_btn li.addlist a {background: #FF8C00/*#5C6D7E*/;}
#article_detail .nav_btn li.contact a {background: #8DCF3F;}
#article_detail .nav_btn li.reservation a {background: #33BFDB;}

#article_detail .nav_btn li.call a span,
#article_detail .nav_btn li.addlist a span,
#article_detail .nav_btn li.contact a span,
#article_detail .nav_btn li.reservation a span {
/* コンテンツ中央寄せ position */
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 0 17px 0 0;
}
#article_detail .nav_btn li.coupon a span {
	background: url(../../images/icon_coupon.png) no-repeat;
	padding: 0 0 0 34px;
	background-position: left center;
	-webkit-background-size: 24px;
	background-size: 24px;
}
#article_detail .nav_btn li.reservation a span {
	/*background: url(../../images/icon_reservation) no-repeat;*/
	padding: 0 0 0 5px;
	background-position: left center;
	-webkit-background-size: 18px;
	background-size: 18px;
	width: auto !important;
	min-width: 90px;
	margin: 0 0 0 -3px;
}
#article_detail .nav_btn li.addlist.disabled_btn {
	line-height: 66px;
	box-shadow: 0px 22px rgba(255,255,255,0.1) inset, 0px 0px rgba(0,0,0,0.2) inset;
	opacity: 0.5;
}
#article_detail .nav_btn li.addlist.disabled_btn a {
	margin: 2px 0 0 0;
	height: 48px;
	box-shadow: 0px 22px rgba(255,255,255,0.1) inset, 0px 0px rgba(0,0,0,0.2) inset;
}
#article_detail .nav_btn li a.arrow:before,
#article_detail .nav_btn li a.arrow:after {
	background: #FFF;
}
#article_detail .launch_map {
	text-align: right;
}
#article_detail .launch_map a {
	width: 200px;
	display: inline-block;
	background: #CCC;
	color: #454545;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#article_send {
	background: #EFEFEF url(../../images/back_check20.png);
}
#article_send ul {
	padding: 5px;
	font-size: 0;
	margin: 0 0 10px 0;
}
#article_send ul li {
	display: inline-block;
	height: 50px;
	width: 50%;
	padding: 5px;
	font-size: 16px;
}
#article_send ul li a {
	box-shadow: 0px -2px rgba(0,0,0,0.2) inset;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
#article_send ul li a:active {
	box-shadow: 0px 0px rgba(0,0,0,0.2) inset;
	margin: 2px 0 0 0;
	height: 38px;
}
#article_send ul li.send_line {
}
#article_send ul li.send_line a {
	background: #00C500;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
#article_send ul li.send_line a span {
	color: #FFF;
	background: url(../../images/sendline_btn.png) no-repeat;
	background-position: left center;
	-webkit-background-size: 15px;
	background-size: 15px;
	padding: 0 0 0 20px;
}
#article_send ul li.send_mail {
}
#article_send ul li.send_mail a {
	background: #EB5505;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
#article_send ul li.send_mail a span {
	color: #FFF;
	background: url(../../images/sendmail_btn.png) no-repeat;
	background-position: left center;
	-webkit-background-size: 15px;
	background-size: 15px;
	padding: 0 0 0 20px;
}
#open_target > tbody > tr:nth-child(1) th,
#open_target > tbody > tr:nth-child(1) td {
	border-top: 0;
}
/* 開閉ボタン */
#article_detail #open_button {
/*	margin: 0 0 40px 0; */
	text-align: right;
}
#article_detail #open_button a {
	width: 200px;
	display: inline-block;
	background: #CCC;
	color: #454545;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#article_detail #open_button a span.close {
	line-height: 30px;
	padding: 0 0 0 15px;
	background: #CCC url(../../images/icon_allview.png) no-repeat left center;
	background-size: 9px;
}
#article_detail #open_button a span.open {
	line-height: 30px;
	padding: 0 0 0 15px;
	background: #CCC url(../../images/icon_close.png) no-repeat left center;
	background-size: 9px;
}
/*----------------------------------------------------------------
	フッター固定ボタン
----------------------------------------------------------------*/
.fix_contact.fixed	{
	position:fixed !important;
	bottom: 0px !important;
}
.fix_contact {
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.8) url(../../images/back_check20.png);
	bottom: 0;
	color: #FFF;
	z-index: 2;
	margin: -20px 0 0px 0;
}
.fix_contact .inner {
	min-width: 320px;
	max-width: 640px;
	position: relative;
	background: none;
	margin: 0 auto;
}
.fix_contact .inner ul {
	font-size: 0;
	padding: 0 5px;
}
.fix_contact .inner ul li {
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	width: 33.333%;
}
.fix_contact .inner ul li a {
	display: block;
	width: 100%;
	height: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px -2px rgba(0,0,0,0.2) inset;
}
.fix_contact .inner ul li a:active {
	height: 38px;
	box-shadow: 0px 0px rgba(0,0,0,0.2) inset;
	margin: 2px 0 0 0;
}
.fix_contact .inner ul li a span {
	color: #FFF;
	padding: 0 0 0 19px;
	background-position: left center !important;
	-webkit-background-size: 14px !important;
	background-size: 14px !important;
}
.fix_contact .inner ul li.call a {
	background: #EE6557;
	position: relative;
}
.fix_contact .inner ul li.contact a {
	background: #8DCF3F;
	position: relative;
}
.fix_contact .inner ul li.reservation a {
	background: #33BFDB;
	position: relative;
}
.fix_contact .inner ul li.check a {
	background: #40AAEF;
	line-height: 10px;
	padding: 9px 0;
}
.fix_contact .inner ul li.contact_check a {
	background: #8DCF3F;
	line-height: 10px;
	padding: 9px 0;
}
.fix_contact .inner ul li.delete_check a {
	background: #FFFFFF;
	line-height: 10px;
	padding: 9px 0;
}
.fix_contact .inner ul li.call a span,
.fix_contact .inner ul li.contact a span,
.fix_contact .inner ul li.reservation a span {
	padding: 0;
/* コンテンツ中央寄せ position */
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 14px;
}
.fix_contact .inner ul li.call a span {
	font-size: 16px;
}
.fix_contact .inner ul li.check a span {
	background: url(../../images/icon_check.png) no-repeat;
	display: inline-block;
	text-align: left;
	font-size:10px;
}
.fix_contact .inner ul li.contact_check a span {
	background: url(../../images/icon_contact.png) no-repeat;
	display: inline-block;
	text-align: left;
	font-size:10px;
}
.fix_contact .inner ul li.delete_check a span {
	background: url(../../images/icon_delete.png) no-repeat;
	color: #333;
	display: inline-block;
	text-align: left;
	font-size:10px;
}
/*----------------------------------------------------------------
	物件紹介
----------------------------------------------------------------*/
#web_contact input[type="text"],
#web_contact input[type="email"],
#web_contact input[type="tel"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 40px;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: #D8D1B6 1px solid;
	background: #E3DECC url(../../images/back_check10.png);
	position:relative;
	display:inline-block;
}
#web_contact select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 40px;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-color: #D8D1B6;
	background: #E3DECC url(../../images/select_arrow.gif) no-repeat;
	background-position: right center; /* 旧ブラウザ用 */
	background-position: right 5px center;
	-webkit-background-size: 7px;
	background-size: 7px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
	position:relative;
	display:inline-block;
}
#web_contact td .inner {
	text-align: left;
}
#web_contact td .inner textarea {
	width: 100%;
}
#web_contact td .inner p.title {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 12px 0;
	font-weight: bold;
}
#web_contact td .inner p.title:before {
	content: "";
	width: 6px;
	height: 26px;
	background: #6BA439;
	box-shadow: 0px 13px rgba(255,255,255,0.1) inset;
	position: absolute;
	top: 11px;
	left: 5px;
}
#web_contact p.privacy {
	text-align: center;
	font-size: 9px;
	letter-spacing: -1px;
}
#web_contact p.privacy a {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: #333 1px solid;
	background: #454545 url(../../images/back_check10.png);
	height: 24px;
	color: #FFF;
	width: 220px;
	text-decoration: none;
	display: block;
	margin: 20px auto 10px;
	line-height: 24px;
	letter-spacing: 0px;
}
#web_contact a.submit_btn {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 50px;
	display: block;
	margin: 10px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px -4px rgba(0,0,0,0.2) inset;
	border: 3px solid #efefef;
	width: 94%;
	text-align: center;
	background: #6BA439;
	text-decoration: none;
	line-height: 40px;
}
#web_contact a.submit_btn:active {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 50px;
	display: block;
	box-shadow: 0px -2px rgba(0,0,0,0.2) inset;
	border-top: 5px solid #efefef;
	border-right: 3px solid #efefef;
	border-left: 3px solid #efefef;
	border-bottom: 3px solid #efefef;
	text-align: center;
	background: #6BA439;
	text-decoration: none;
	line-height: 40px;
}
#web_contact a.submit_btn span {
	background: url(../../images/sendmail_btn.png) no-repeat;
	background-position: left center;
	-webkit-background-size: 19px;
	background-size: 19px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 24px;
}
/* 画像スライダー */
#article_detail .article_photo .photoslider {
	height: 215px;
}
#article_detail > div.article_photo > div.bx-wrapper > div.bx-viewport > ul > li{
	height: 240px;
}
#article_detail > div.article_photo > div.bx-wrapper > div.bx-viewport > ul > li img {
	max-width: 100%;
	height: 215px;
	vertical-align: middle;
}
#article_detail .article_photo .thumbslider {
	padding: 0 0 10px 0;
}
#article_detail .article_photo .owl-controls {
	height: 50px;
	margin: 0 0 10px 0;
}
#article_detail .article_photo .bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	overflow: hidden;
	height: 240px;
}
.bx-viewport {
	height: 240px;
}
#article_detail .article_photo .bx-wrapper img {
	max-height: 100%;
}
#article_detail .article_photo .owl-wrapper {
	height: 50px;
}
#article_detail .article_photo .owl-wrapper div {
	height: 75px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#article_detail .article_photo .owl-wrapper div.owl-item img {
	height: 75px !important;
}
#article_detail .owl-theme .owl-controls .owl-page span {
	width: 20px;
	margin: 0px 4px;
}
#article_detail #number{
	margin-bottom: 20px;
	text-align: center;
/*	margin: 0 0 10px 0; */
}
#article_detail .bx-wrapper .bx-caption span {
	font-size: 80%;
	height: 25px;
	line-height: 25px;
	padding: 0;
}
#article_detail .owl-prev {
	width: 40px;
	height: 40px;
	background: #CCCCCC url(../../images/back_check20.png);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#article_detail .owl-theme .owl-controls .owl-buttons div.owl-prev::before, #article_detail .owl-theme .owl-controls .owl-buttons div.owl-prev::after,
#article_detail .owl-theme .owl-controls .owl-buttons div.owl-next::before, #article_detail .owl-theme .owl-controls .owl-buttons div.owl-next::after {
	right: 14px;
	background: #FFF;
	width: 8px;
	top: 48%;
}
#article_detail .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#article_detail .owl-theme .owl-controls .owl-buttons div.owl-prev::after {
	margin-top: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#article_detail .owl-next {
	width: 40px;
	height: 40px;
	background: #CCC url(../../images/back_check20.png);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#article_detail .owl-theme .owl-controls .owl-buttons div.owl-next::before {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#article_detail .owl-carousel .owl-wrapper-outer {
	margin: 0 0 10px;
}
#article_detail .catch {
	margin: 0 10px 10px;
/*	color: #6BA439; */
	font-weight: bold;
}
/*----------------------------------------------------------------
	お問合せリスト
----------------------------------------------------------------*/
#contacted_list {
	margin-top:-100px;
	padding-top:100px;
}
#contact_list h2,
#contacted_list h2 {
	position: relative;
	font-weight: normal;
	background: #666666 url(../../images/back_check20.png) left top;
	height: 50px;
	color: #FFF;
	font-size: 17px;
	line-height: 50px;
	padding: 0 0 0 35px;
	/*margin: 0 0 20px 0;*/
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
}
#contact_list h2 span.number,
#contacted_list h2 span.number {
	color: #FC0;
	font-size: 17px;
	position: absolute;
	right: 110px;
}
#contacted_list h2 span.number {
	right: 10px;
}
#contact_list h2 span.number:after,
#contacted_list h2 span.number:after {
	content: " 件";
	font-size: 12px;
	color: #FFF;
}
#contact_list h2:after {
	background: url(../../images/h2_contactlist_bg.png);
	background-size:contain;
	position:  absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 24px;
	opacity: 1;
	content: "";
}
#contact_list h2 span.list_btn {
	background: #ECF0F1;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	color: #333;
	text-decoration: none;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 5px 0 0 0;
}
#contact_list h2 span.list_btn:active,
#contacted_list h2  span.list_btn:active {
	height: 38px;
	box-shadow: 0px 0px rgba(0,0,0,0.2) inset;
	margin: 2px 0 0 0;
}
#contacted_list + section {
	margin-bottom: 0;
}
/*----------------------------------------------------------------
	検索物件一覧
----------------------------------------------------------------*/
#artcle_list h2 {
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	background: #5C6D7E url(../../images/back_check20.png);
	padding: 0 0 0 10px;
	margin: 0;
	box-shadow: none;
}

#artcle_list .condition {
	padding: 0 0 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #CCC;
}
#artcle_list h2:after {
	position: static;
	content: none;
}
#artcle_list .condition .items {
	padding: 10px 20px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #5c6d7e;
}
#artcle_list .condition .items li {
	margin-bottom: 3px;
	display: inline-block;
	line-height: 16px;
	font-size: 14px;
	vertical-align: middle;
	padding: 0 10px 0 0;
	word-break: break-all
}
#artcle_list .condition .items li span {
	display: inline-block;
	height: 16px;
	line-height: 12px;
	color: #FFF;
	margin: 0 5px 0 0;
	background: #333 url(../../images/back_check20.png);
	font-size: 10px;
	padding: 2px 5px;
}
#artcle_list .condition p.found {
	margin: 0 10px;
	font-size: 12px;
	vertical-align: bottom;
}
#artcle_list .condition p.found span {
	color: #E64C3B;
	font-size: 20px;
	margin: 0 3px 0 0;
}
#artcle_list .buttons {
	padding: 5px;
	font-size: 0;
}
#artcle_list .buttons p {
	display: inline-block;
	height: 50px;
	width: 50%;
	padding: 5px;
	font-size: 12px;
}
#artcle_list .buttons p a,
#artcle_list .buttons p select {
	box-shadow: 0px -2px rgba(0,0,0,0.2) inset;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
#artcle_list .buttons p:active {
	margin: 2px 0 0 0;
	height: 48px !important;
}
#artcle_list .buttons p a:active,
#artcle_list .buttons p select:active {
	box-shadow: 0px 0px rgba(0,0,0,0.2) inset;
}
#artcle_list .buttons p.send_line {
}
#artcle_list .buttons p.sort select {
	background: #27AE60 url(../../images/icon_sort.png) no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	background-position: right center;
	background-position: right 10px center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 36px;
	color: #FFF;
	padding: 0 20px 0 20px;
}
#artcle_list .buttons p.sort select option {
	background: #fefefe;
}
#artcle_list .buttons p.sort select span {
	color: #FFF;
	background: url(../../images/icon_sort.png) no-repeat;
	background-position: left center;
	-webkit-background-size: 15px;
	background-size: 15px;
	padding: 2px 0 2px 20px;
}
#artcle_list .buttons p.change a {
	background: #02AEDC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
#artcle_list .buttons p.change a span {
	color: #FFF;
	background: url(../../images/icon_change.png) no-repeat;
	background-position: left center;
	-webkit-background-size: 13px;
	background-size: 13px;
	padding: 2px 0 2px 20px;
}
#artcle_list .sort_btn {
	background: #D2D8DD;
	padding: 5px;
	margin: 0 10px 10px;
	font-size: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content：space-around;
	flex: 1;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#artcle_list .sort_btn li {
	font-size: 14px;
	display: inline-block;
	width: 50%;
	padding: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
/* コンテンツ中央寄せ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#artcle_list .sort_btn li span {
	background: #1AA18E url(../../images/back_check20.png);
	font-size: 12px;
	color: #FFF;
	text-align: center;
	width: 140px !important;
	margin: 0;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 30px;
	line-height: 30px;
}
#artcle_list .sort_btn li p {
	background: #959EA7 url(../../images/back_check20.png);
	height: 40px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0 0 0 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 9px 0;
	cursor: pointer;
	box-shadow: 0px -2px rgba(0,0,0,0.2) inset;
}
#artcle_list .sort_btn li p:active {
	box-shadow: 0px 0px rgba(0,0,0,0.2) inset;
	height: 38px;
	margin: 2px 0 0 5px;
}
#artcle_list p.addarticle a {
	text-align: center;
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: #2C3E50;
	display: inline-block;
	text-decoration: none;
	margin: 10px 0 0 0;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}
#artcle_list p.addarticle a span {
	padding: 0px 0 0 27px;
	background: url(../../images/icon_open.png) no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #FFF;
	font-size: 150%;
}
/*----------------------------------------------------------------
	最近検索した条件
----------------------------------------------------------------*/
#recently_search h2 {
	position: relative;
	font-weight: normal;
	background: #666666 url(../../images/back_check20.png) left top;
	height: 40px;
	color: #FFF;
	font-size: 17px;
	line-height: 40px;
	padding: 0 0 0 35px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
}
#recently_search h2:after {
	background: url(../../images/h2_search_bg.png) no-repeat;
	background-size:contain;
	position:  absolute;
	top: 50％;
	left: 10px;
	width: 20px;
	height: 19px;
	opacity: 1;
	content: "";
}
#recently_search .items {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0 0 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#recently_search .items .left {
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	font-size: 0px;
	padding: 2px;
}
#recently_search .items .left li {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 5px 0;
	width: auto;
	vertical-align: top;
	line-height: 140%;
}
#recently_search .items ul .full {
	width: 100% !important;
}
#recently_search .items ul .open {
	height: 22px;
	line-height: 20px !important;
	margin: 0px 0 5px !important;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	border-radius: 3px;
	width: 100% !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	background: #E3DECC;
}
#recently_search .items ul:active .open {
	height: 20px;
	margin: 2px 0px 5px !important;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#recently_search .items .open_item {
	display: none;
}
#recently_search .items ul li span {
	padding: 2px 3px;
	margin: 0 5px 0 0;
	background: #333 url(../../images/back_check20.png);
	color: #FFF;
}
#recently_search .items .right {
	width: 52px;
}
#recently_search .items .right p {
	height: 48px;
	margin: 2px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	line-height: 100%;
}
#recently_search .items .right p:active {
	height: 46px;
	margin: 4px 2px 2px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
}
#recently_search .items .right p a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	/* コンテンツ中央寄せ */
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;*/
	position: relative;
}
#recently_search .items .right p.delete a span {
	/* コンテンツ中央寄せ position */
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(../../images/icon_delete.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 10px;
	background-size: 10px;
	padding: 15px 0 0 0;
	display: inline-block;
}
#recently_search .items .right p.research a span {
position:absolute;/* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	width:100%; /* 大枠と同じ幅に */
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	background: url(../../images/h2_search_bg.png) no-repeat;
	background-position: center top;
	-webkit-background-size: 12px;
	background-size: 12px;
	padding: 15px 0 0 0;
	display: inline-block;
	color: #FFF;
}
#recently_search .items .right p.delete {
	background: #CCCCCC url(../../images/back_check20.png) left top;
	font-size: 8px;

}
#recently_search .items .right p.research {
	background: #71BD2C url(../../images/back_check20.png) left top;
	font-size: 10px;
}
/*----------------------------------------------------------------
	最近見た物件
----------------------------------------------------------------*/
#recently_show a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#recently_show a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: #FFF;
}
#recently_show h2 {
	position: relative;
	font-weight: normal;
	background: #666666 url(../../images/back_check20.png) left top;
	height: 40px;
	color: #FFF;
	font-size: 17px;
	line-height: 40px;
	padding: 0 0 0 35px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
}
#recently_show h2 span.number {
	color: #FC0;
	font-size: 17px;
	position: absolute;
	right: 10px;
}
#recently_show h2 span.number:after {
	content: " 件";
	font-size: 12px;
	color: #FFF;
}
#recently_show h2:after {
	background: url(../../images/h2_search_bg.png) no-repeat;
	background-size:contain;
	position:  absolute;
	top: 28px;
	left: 11px;
	width: 18px;
	height: 24px;
	opacity: 1;
	content: "";
}
/*----------------------------------------------------------------
	会社概要
----------------------------------------------------------------*/
#company table tr td {
	text-align: left;
}
#company table tr td .access_btn {
	width: 100%;
	margin: 10px auto 0;
}
#company table tr td .access_btn a {
	text-decoration: none;
}
#company table tr td a {
	color: #39F;
	text-decoration: underline;
}
 .nsp_company_photo{
 	 margin: 20px 0 20px;
 	padding: 0 10px;
}
.nsp_company_photo img{
	box-sizing: border-box;
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #CCC;
}

/*----------------------------------------------------------------
	プライバシーポリシー
----------------------------------------------------------------*/
#privacy {
}
#privacy ul {
}
#privacy ul li {
	border-bottom: 1px solid #CCC;
	color: #454545;
	display: block;
	padding: 18px 10px 17px 10px;
	text-decoration: none;
}


#contact_to a{
	color: #39F;
	text-decoration: underline;
	padding: 0;
}

.detail_freespace{
	margin: 0 0 10px;
	line-height: 1.3;
	clear: both;
}

/*----------------------------------------------------------------
	検索結果一覧プルダウン
----------------------------------------------------------------*/
.cstlist{
	padding: 0 10px;
}

.addconstraint{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	margin-bottom: 20px;
}

.addconstraint li{
	width: 50%;
}

.addconstraint li:nth-child(1){
	padding-right: 5px;
}

.addconstraint select{
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background: #EFEFEF;
	font-size: 15px;
	font-weight: bold;
	vertical-align: bottom;
}

/* 1つのときに長さ調整 */
.addconstraint li:last-child{
	padding-left: 5px;
	padding-right: 0;
}

/* 物件一覧_詳細を見る */
.article_txt_detail{
              height: 35px;
              margin-bottom: 10px;
              line-height: 35px;
              text-align: center;
              background: #DFDFDF;
              color: #6A6A6A;
}

/* 「この建物の掲載中の部屋を見る」ボタン　物件詳細ページ */
.button_name {
  margin-bottom: 20px;
  padding: 0 10px;
}
.button_name a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 87px;
  margin: 0 auto;
  border-radius: 5px;
  background: #E9E9E9;
  box-shadow: 0px 43px rgba(255, 255, 255, 0.3) inset, 0px -4px rgba(0, 0, 0, 0.2) inset;
}
.button_name a:active {
  height: 85px;
  margin-top: 2px;
}
.button_name .txt_button {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #666;
}
.button_name .txt_button_small {
  font-size: 17px;
  color: inherit;
}
.button_name.arrow {
  position: relative;
  display: block;
}
.button_name.arrow::before, .button_name.arrow::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 12px;
  height: 3px;
  background-color: #666;
  border-radius: 4px;
}
.button_name.arrow::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button_name.arrow::after {
  margin-top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* TOPスライダーページャー調整 */
#mainvisual .bx-wrapper .bx-pager {
	display: flex;
	align-items: center;
	padding-top: 0 !important;
}

#mainvisual .bx-wrapper .bx-pager .bx-pager-item,
#mainvisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    flex: 1;
}

/* サイトマップ調整 */
.sitemap h3{
    margin-bottom: 15px;
}
.sitemap ul{
    margin-bottom: 30px;
    padding-left: 5%;
}
.sitemap ul li{
    margin-bottom: 20px;
}
#main.sitemap h4{
    margin: 0 5% 15px;
    word-break: break-all;
}

/* リンクページ調整 */
.link h3{
    margin-bottom: 15px;
}
.link h3 a{
    color: #FFF;
}
.link ul.link{
    margin-bottom: 30px;
    padding-left: 5%;
}
.link ul li{
    margin-bottom: 20px;
}
#main.link h4{
    margin: 0 5% 15px;
    word-break: break-all;
}
.link ul:not(.link){
    margin-bottom: 40px;
    padding: 0 0 40px 5%;
    border-bottom: 1px solid #CCC;
}
.link ul:not(.link) a{
    display: block;
    margin-bottom: 20px;
}
.link .linkthum{
    display: block;
    width: 170px;
}
