@charset  "utf-8";
/* = 
 * style2023.css サイト基本の装飾
 * @package WordPress 6.3
 * Version: 6.3.0
*/

/* = common 
-------------------------------------------------------------- */
/*
html,body,button,input,select,textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.site-title{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
}

.entry-content p, .entry-content a, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
}
*/



/* Variables
-------------------------------------------------------------- */
:root {

	/* table_border_color */
	--fudou--table-border-color: #d1d1d1;
	--fudou--table-background-color: #f6f6f6;

	/* widget_border_color */
	--fudou--widget-border-color: #d1d1d1;

	/* select/input border color */
	--fudou--select-input-border-color: #d1d1d1;

	/* Submit Button color */
	--fudou--button-background-color: #1a1a1a;
	--fudou--button-text-color: #fff;
	--fudou--button-background-hover-color: #fff;
	--fudou--button-text-hover-color: #000;

	/* kakaku color */
	--fudou--bukken-kakaku-color: #a82000;

	/* new mark color */
	--fudou--new-mark-background-color: #a82000;
	/* up mark color */
	--fudou--up-mark-background-color: #a82000;

}


/* = Twenty Twenty Three Fix
---------------------------------------------------------------------- */

	.alignwide {
	    max-width: 1200px;
	    margin-left: auto !important;
	    margin-right: auto !important;
	}

	.wp-block-media-text__media img, .wp-block-media-text__media video {
	    height: auto;
	}

	h1 a,h2 a,h3 a{
		text-decoration: none;
	}

	textarea,
	input,
	select{
		padding: 8px;
		font-size: 1rem;
		border: 1px solid var(--fudou--select-input-border-color);
	}

	body .wp-site-blocks >  header {
	    margin-block-start: 0 !important;
	}


	/* WordPress 5.9 Fix */
	/*
	body.home .wp-block-site-title a{
		color: var(--wp--preset--color--background);
	}
	header > div.wp-block-group> div.wp-block-group > div.wp-block-group {
	    display: flex;
	    gap: var( --wp--style--block-gap, 0.5em );
	    flex-wrap: wrap;
	    align-items: center;
	}
	*/



/* = 物件リストページ ナビ
---------------------------------------------------------------------- */
.archive-fudo #content .navigation {
	margin: 0;
	padding: 3rem 0;
}

.archive-fudo #content .navigation:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

.nav-previous {
	float: left;
	margin: 3px 0 10px;
}

.nav-next {
	float: right;
	margin: 3px 0 10px;
}

.nav-previous a{
	margin: 0 10px 0 0;
}

/* 表示物件数 (Tips) */
.nav-next form{
	display: inline-block;
	margin-left: 10px;
}


/* 3= 汎用css
---------------------------------------------------------------------- */
.dpoint1 {
	font-size: 140%;
	font-weight: 700;
	float: left;
	padding: 4px 5px;
	color: var(--fudou--bukken-kakaku-color);
}

.dpoint2 {
	font-size: 140%;
	font-weight: 700;
	padding: 4px 0;
	display: inline-flex;
}

.dpoint3 {
	font-size: 120%;
	font-weight: 700;
	display: inline;
}

.dpoint4 {
	font-size: 20px;
	font-weight: 700;
	display: inline;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}



/* 12= 物件リストページ #list_simplepage
---------------------------------------------------------------------- */

/* うち消費税 */
#list_simplepage span.kakakuzei {
	display: inline-block;
	font-weight: normal;
}

body.search-no-results .page-header {
	border-top: 4px solid var(--fudou--table-border-color);
	padding-top: 1.75em;
}


#list_simplepage article {
	margin-bottom: 8rem;
}




#list_simplepage .entry-title span.fudo_kaiin_type_logo img {
	float: right;
	margin: 15px 0 0;;
}

#list_simplepage .list_simple_boxtitle h2 span.fudo_kaiin_type_logo.member {
	margin: 15px 0 0 10px!important;
}




.archive-fudo a img {
	display: inline;
}
.archive-fudo img.box2image {
	display: inline;
}

#list_simplepage .list_simple_box:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

#list_simplepage table,
#list_simplepage th,
#list_simplepage td {
	border-width: 0;
	padding: 1%;
	margin: 0;
}

#list_simplepage .list_address table td {
	border-bottom: 1px solid var(--fudou--table-border-color) !important;
	padding: 1%;
}

#list_simplepage .list_price_others table td.list_price_others_th {
	border-bottom: 1px solid var(--fudou--table-border-color);
	width: 20%;
	padding: 1%;
}
#list_simplepage .list_price_others table td.list_price_others_td {
	border-bottom: 1px solid var(--fudou--table-border-color);
	width: 30%;
	padding: 1%;
}

#list_simplepage .list_simple_box .list_detail dt {
	font-weight: 400;
	display: inline;
	white-space: nowrap;
}

#list_simplepage .list_simple_box .list_detail .list_price {
	margin: 0;
}

#list_simplepage .list_simple_box .list_detail dd {
	display: inline;
	max-width: 320px;
	margin: 0;
	padding: 0;
}

/* 左 Minimum */
#list_simplepage .list_simple_box .list_picsam {
	float: left;
	margin: 0;
	padding: 0 40px 0 0;
	width: 330px;
}


/* 左 画像 */
#list_simplepage .list_simple_box .list_picsam .list_picsam_img img{
	margin: 0 2px 10px;
	border: 1px solid #333;
	width: calc( 50% - 6px );
	height: auto;
}

/**
 * 780px 以下
 */
@media screen and (max-width: 780px) {

	/* 左 Minimum */
	#list_simplepage .list_simple_box .list_picsam {
		float: none;
		margin: 0 0 30px;
		padding: 0;
		width: auto;
		height: auto;
	}
	#list_simplepage .list_simple_box .list_picsam .list_picsam_img {
		text-align: center;
	}
	#list_simplepage .list_simple_box .list_picsam .list_picsam_img img{
		max-width: 150px;
		height: auto;
		margin: 0 10px 20px;
	}

}



#list_simplepage .list_picsam .list_picsam_img:before {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

#list_simplepage .list_simple_box .list_picsam_img {
	display: block;
}

/* 右 */
#list_simplepage .list_simple_box .list_detail {
	overflow: hidden;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* 背景色 売買 */
#list_simplepage .list_price {
	background-color: #ebf6fc;
	color: #000;
}
.colors-dark #list_simplepage .list_price {
	background-color: #222;
}



/* 背景色 賃貸 */
#list_simplepage .list_price.rent {
	background-color: #fdedf0;
	color: #000;
}
.colors-dark #list_simplepage .list_price.rent {
	background-color: #222;
}


/* 抜粋 */
#list_simplepage .entry-excerpt {
	padding-bottom: 10px;
}

/* 戻るリンク */
.archive-fudo .pageback {
	float: right;
	margin: 20px 0;
}

/* 物件の詳細を見るボタン */

#list_simplepage .list_details_button {
	box-sizing: border-box;
	clear: both;
	display: block;
/*	font-weight: bold; */
	border-radius: 3px;
	text-align: center;
	letter-spacing: 0.09em;
	margin: 0 0 3px 0;
	padding: 8px 0;
	width: calc(100% - 2px);

	border: 1px solid #000;
	background-color: var(--fudou--button-background-color);
	color: var(--fudou--button-text-color);
}

#list_simplepage a:hover .list_details_button {
	background-color: var(--fudou--button-background-hover-color);
	color: var(--fudou--button-text-hover-color);
	text-decoration: none;
}


/* maching mail botton */
#main #maching_mail a {
	background: #ce6166 none repeat scroll 0 0 !important;
	border-radius: 2px !important;
	color: #fff;
	display: block;
	font-weight: 700;
	margin: 20px 0 !important;
	padding: 8px !important;
	text-align: center;
	text-decoration: none;
	width: 15em;
	box-shadow: 0 0 0 0 currentcolor;
	text-shadow: 0 0 0 #cc5559 !important;
}


/* 物件リスト・詳細 */
.entry-title .up_mark,
.entry-title .new_mark {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1.6rem !important;
	font-weight: 700;
	position: static !important;
	display: inline;
	display: inline !important;
	padding: 0 10px !important;
	text-align: center;
	text-transform: uppercase;
	color: var(--fudou--bukken-kakaku-color) !important;
	background: none !important;
}


.entry-title .new_mark{
	color: var(--fudou--new-mark-background-color) !important;
}
.entry-title .up_mark{
	color: var(--fudou--up-mark-background-color) !important;
}







/* 13= 物件詳細ページ #list_simplepage2 
---------------------------------------------------------------------- */

#list_simplepage2 {
	margin-top: var( --wp--style--block-gap );
}



/* うち消費税 */
#list_simplepage2 span.kakakuzei {
	display: inline-block;
	font-weight: normal;
}

/* 会員 */
.single-fudo .entry-title span.fudo_kaiin_type_logo img {
	float: right;
	margin: 15px 0 0;
}

.single-fudo .entry-title span.fudo_kaiin_type_logo.member {
	float: right;
	margin: 15px 0 0;
}



#list_simplepage2 .entry-excerpt {
	padding-bottom: 10px;
	padding-left: 5px;
}

#list_simplepage2 .list_simple_box .list_detail dt {
	font-weight: 400;
	display: inline;
	color: #1f1f1f;
}

#list_simplepage2 .list_simple_box .list_detail dd {
	display: inline;
	margin: 0 .6em 0 .4em;
	padding: 0;
	color: #1f1f1f;
}

#list_simplepage2 .list_simple_box:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

#list_simplepage2 .list_detail table {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	width: 100%;
}

#list_simplepage2 .list_detail table {
	border-top: 1px solid var(--fudou--table-border-color);
	border-right: 1px solid var(--fudou--table-border-color);
}

#list_simplepage2 .list_detail table#list_add{
	border-top: 1px solid var(--fudou--table-border-color);
	border-right: 1px solid var(--fudou--table-border-color);
	width: 100%;
}

#list_simplepage2 .list_detail table#list_other{
	border-top: 1px solid var(--fudou--table-border-color);
	border-right: 1px solid var(--fudou--table-border-color);
	width: 100%;
}
#list_simplepage2 .list_detail table th {
	border-left: 1px solid var(--fudou--table-border-color);
	border-bottom: 1px solid var(--fudou--table-border-color);
	background: var(--fudou--table-background-color);
}

#list_simplepage2 .list_detail table td {
	border-bottom: 1px solid var(--fudou--table-border-color);
	border-left: 1px solid var(--fudou--table-border-color);
}





/* 全枠 */

/* 右枠 */
#list_simplepage2 .list_simple_box .list_detail {
	display: block;
}

/* 左枠 */
#list_simplepage2 .list_picsam {
	display: block;
	text-align: center;
	margin: 0 0 30px;
}

#list_simplepage2 .list_picsam:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

/* 画像 1-10 min */
#list_simplepage2 .list_picsam img {
	height: auto;
	display: inline-flex;
	margin: 0 5px 10px 5px;
	padding: 0;
	border: 1px solid #999;
	width: 150px;

	aspect-ratio: 1;
	object-fit: cover;
}

/* 画像 11-30 */
#list_simplepage2 #second_img {
    display: block;
    padding: 10px 0;
    text-align: center;
}

#list_simplepage2 #second_img:after {
	display: block;
	clear: both;
	height: 1.5em;
	content: '';
}

#list_simplepage2 #second_img img {
	height: auto;
	display: inline-flex;
	margin: 0 5px 10px 5px;
	padding: 0;
	border: 1px solid #999;
	width: 150px;
	aspect-ratio: 1;
	object-fit: cover;
}


/* 背景色 売買 */
#list_simplepage2 .list_price {
	line-height: 2;
	margin-bottom: 1em;
	padding: 1rem;
	background: -moz-linear-gradient(left,#ebf6fc,#fff);
	background: -webkit-gradient(linear,left top,right top,from(#ebf6fc),to(#fff));
	background-color: #ebf6fc;
}

/* 背景色 賃貸 */
#list_simplepage2 .list_price.rent {
	background: -moz-linear-gradient(left,#fdedf0,#fff);
	background: -webkit-gradient(linear,left top,right top,from(#fdedf0),to(#fff));
	background-color: #fdedf0;
}

#list_simplepage2 .list_price table td {
	border: medium none;
}

#list_simplepage2 .list_simple_box .list_detail #list_add th {
	padding: 1rem;
	text-align: left;
	white-space: nowrap;
	width: 21%;
	font-weight: 400;
}

#list_simplepage2 .list_simple_box .list_detail #list_add td {
	padding: 1rem;
	white-space: normal;
}

#list_simplepage2 .list_simple_box .list_detail #list_other th {
	width: 21%;
	padding: 1rem;
	text-align: left;
	font-weight: 400;
}


#list_simplepage2 .list_simple_box .list_detail #list_other td {
	width: 30%;
	padding: 1rem;
	white-space: normal;
}

#list_simplepage2 .list_simple_box .list_detail #list_other {
	margin-bottom: 1.5em;
}

/* 担当者コメント entry-content */
#main #content .entry-content p {
	margin: 0;
	padding: 10px;
}

/* 表下部・現況優先但書 */
.list_detail_bottom_info {
	display: block;
	clear: both;
	padding: 10px;
	text-align: right;
}


/* places */
#content .list_detail .places {
	margin-top: -1.5em;
	padding: 5px 0;
	border-right: 1px solid var(--fudou--table-border-color);
	border-bottom: 1px solid var(--fudou--table-border-color);
	border-left: 1px solid var(--fudou--table-border-color);
}

#content .list_detail .places:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

#content .list_detail .places label {
	display: block;
	float: left;
	margin: 0 5px;
}


/* map */
#list_simplepage2 #map_canvas {
	margin: 0 auto;
	width: 99% !important;
}


/* Googlemaps Fix */
button.gm-svpc{
    max-width: none;;
}


/* ふきだし内 */
#list_simplepage2 #map_canvas .gm-style-iw {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}

#list_simplepage2 #map_canvas table {
	overflow: hidden;
	width: 280px !important;
	margin: 8px;
	padding: 0;
	border-style: none;
}

#list_simplepage2 #map_canvas table {
	border-spacing: 2px;
	border-collapse: separate;
}

#list_simplepage2 #map_canvas td {
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #3f3f3f;
	border-width: 0 !important;
	border-top: medium none !important;
}

#list_simplepage2 .gmapballoon img {
	width: 90px;
	height: auto;
	padding: 2px;
	border: 1px solid #ccc;
}

#list_simplepage2 .gmaptitle {
	font-size: 13px;
	font-weight: 700;
}

#list_simplepage2 .gmapkakaku {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	color: #f30 !important;
	border-bottom: 1px dotted var(--fudou--table-border-color);
	border-bottom: 1px dotted var(--fudou--table-border-color);
}

#list_simplepage2 .gmap_rim{
	display: inline-block;
	font-family: initial;
	font-weight: initial;
	color: initial;
}

#list_simplepage2 .gmapmadori {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	color: #333 !important;
	border-bottom: 1px dotted var(--fudou--table-border-color);
	border-bottom: 1px dotted var(--fudou--table-border-color);
}


/* Responsive images Fluid images for posts hack*/
.entry-content #map_canvas img {
	max-width: none;
	border-radius: 0;
	box-shadow: none;
}


/*  = Contact Form 7 
---------------------------------------------------------------------- */
#contact_form label {
	font-weight: 300;
	margin-bottom: 0;
}

#contact_form  span.wpcf7-list-item{
	margin: 0 1em 0 0;
}

/* Contact Form 7 checkbox hook */
#contact_form .wpcf7-list-item label {
	display: block;
	float: left;
}
/*
.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"]{
	width: 100%;
}
*/
#contact_form{
	margin-bottom: 2rem;
}




/* 条件検索 (固定ページ) 
-------------------------------------------------------------- */

#container .jsearch .setsubi,
#container .jsearch .menseki,
#container .jsearch .madori,
#container .jsearch .kakaku,
#container .jsearch .chikunen,
#container .jsearch .shiku,
#container .jsearch .eki,
#container .jsearch .shubetsu {
	padding: 0 0 0 10px;
}

table.form_jsearch {
	border: 1px solid var(--fudou--table-border-color);
	border-collapse: collapse;
	line-height: 18px;
	margin: 10px 0;
	width: 100%;
}

table.form_jsearch tr {
	border: 0 none currentcolor;
	font: inherit;
	margin: 0;
	padding: 0;
}

table.form_jsearch th {
/*	background: var(--fudou--table-background-color); */
	border-bottom: 1px solid var(--fudou--table-border-color) !important;
	font-weight: 400;
	padding: 1rem;
	text-align: left;
	vertical-align: top;
	width: 19%;
	white-space: nowrap;
}

table.form_jsearch td {
	border-bottom: 1px solid var(--fudou--table-border-color) !important;
	border-left: 1px solid var(--fudou--table-border-color) !important;
	margin: 0;
	padding: 1rem;
}



table.form_jsearch td.in_tsubotanka,
table.form_jsearch td.in_tochimenseki,
table.form_jsearch td.in_senyumenseki,
table.form_jsearch td.in_rim,
table.form_jsearch td.chikunen,
table.form_jsearch td.kakaku,
table.form_jsearch td.menseki {
	padding: 10px;
}

table.form_jsearch h5 {
	margin: 0 0 3px;
	font-weight: 400;
	font-size: inherit;
}
table.form_jsearch h5.j_choumei_shiku,
table.form_jsearch h5.j_kouku_shiku {
	margin: 0 0 3px 20px;
	font-weight: 400;
}

table.form_jsearch ul {
	margin: 0 0 8px 20px !important;
	padding: 0 !important;
}


table.form_jsearch #shubetsu2 ul,
table.form_jsearch #hof2 ul,
table.form_jsearch #madori2 ul,
table.form_jsearch #setsubi2 ul,

table.form_jsearch #in_cat ul,
table.form_jsearch #shubetsu ul,
table.form_jsearch #hof ul,
table.form_jsearch #madori ul,
table.form_jsearch #setsubi ul {
	margin: 0 !important;
	padding: 0 !important;
}


table.form_jsearch #kouku_shougaku ul:last-of-type,
table.form_jsearch #kouku_chuugakui ul:last-of-type,
table.form_jsearch #choumei ul:last-of-type,
table.form_jsearch #eki ul:last-of-type {
	margin:  0 0 0 20px !important;
}

table.form_jsearch li {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 1.6;
}

table.form_jsearch input[type="checkbox"], 
table.form_jsearch input[type="radio"]{
	margin: 0 3px 0 0;
}


table.form_jsearch label{
	display: inline;
	margin-left: 0.5rem;
}




/*  = 会員登録 会員ログイン page
---------------------------------------------------------------------- */
/* テーブル */
table.form_user_register,
table.form_register {
	border-top: 1px solid var(--fudou--table-border-color);
	border-left: 1px solid var(--fudou--table-border-color);
	border-right: 1px solid var(--fudou--table-border-color);
	line-height: 18px;
	width: 100%;
	color: #000;

}

table.form_register input[type="text"],
table.form_register input[type="email"],
table.form_register input[type="url"],
table.form_register input[type="password"],
table.form_register input[type="search"],
table.form_register input[type="tel"],
table.form_register input[type="number"],
table.form_register textarea {
	width: 70%;
	display: inline;
}



table.form_user_register th,
table.form_register th {
	border-bottom: 1px solid var(--fudou--table-border-color);
	font-weight: 400;
	width: 30%;
	padding: 15px;
	text-align: left;
	background: var(--fudou--table-background-color);
}
.colors-dark table.form_user_register th,
.colors-dark table.form_register th {
	background: var(--fudou--table-background-color);
}


table.form_user_register td,
table.form_register td {
	border-bottom: 1px solid var(--fudou--table-border-color);
	border-left: 1px solid var(--fudou--table-border-color);
	width: 70%;
	margin: 0;
	padding: 15px;
	line-height: 1.5;
	background-color: #fff;
}


table.form_user_register td a,
table.form_register td a {
	text-decoration:underline;
}

table.form_user_register td select{
}



table.form_user_register h4 {
	font-weight: 400;
	margin: 0 0 10px;
/*	font-size: 1.8rem; */
}

table.form_user_register h5,
table.form_register h5 {
	font-weight: 400;
/*	font-size: 1.8rem; */
	margin: 5px 0 !important;
	color: #333;
}

.colors-dark table.form_user_register h5,
.colors-dark table.form_register h5 {
	color: #fff;
}




table.form_register ul {
	margin: 0 !important;
}

table.form_register select {
/*	color: #1f1f1f; */
}

table.form_user_register span{
	display: inline-block;
}

table.form_user_register ul.kouku,
table.form_user_register ul.eki,
table.form_user_register ul.chou {
	margin: 0;
	list-style: none;
}

table.form_user_register ul.kouku li,
table.form_user_register ul.eki li,
table.form_user_register ul.chou li {
	display: inline-block;
	margin: 0;
}

table.form_user_register input[type="checkbox"]{
	margin: 0 2px 0 10px;
}


#kaiin_kiyaku{
	margin: 0 0 20px 0;
}


.page_login li {
	display: inline-block;
}

/* 強度インジケータ */
#rpass input#pass1-text {
/*	font-size: 1.6rem !important; */
	padding: 1.5rem 1.8rem !important;
}

#pass-strength-result {
	display: none;
	width: auto;
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd !important;
	background-color: #eee;
}

#pass-strength-result.bad {
	border-color: #ff853c !important;
	background-color: #ffb78c;
}

#pass-strength-result.good {
	border-color: #fc0 !important;
	background-color: #ffec8b;
}

#pass-strength-result.short {
	border-color: #f04040 !important;
	background-color: #ffa0a0;
}

#pass-strength-result.strong {
	border-color: #8dff1c !important;
	background-color: #c3ff88;
}

/* ボタン */
.page_login #maching_mail a {
/*	font-size: 14px; */
	font-weight: 700;
	display: block;
	width: 150px;
	margin: 5px 0;
	padding: 5px 8px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ff9b9d;
	text-shadow: 1px 1px 1px #cc5559;
}

.page_login #maching_mail a:hover {
	text-decoration: underline;
	background: #ff9b9d;
}

.page_login #maching_mail a:active {
	text-decoration: none;
	background: #faa8cd;
}

.page_login ul:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

.page_register #kaiin_users_comment {
	margin: 10% 0 20px;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.page_register #kaiin_kiyaku {
	overflow: auto;
	width: 100%;
	height: 200px;
	margin: 10% 0 20px;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.page_login .login_error,
.page_register .login_error {
	margin: 0 0 16px !important;
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--fudou--bukken-kakaku-color);
	border-radius: 3px 3px 3px 3px;
	background-color: #ffebe8;
}

.page_login p.message,
.page_register p.message {
	margin: 0 0 16px !important;
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6db55;
	border-radius: 3px 3px 3px 3px;
	background-color: #ffffe0;
}

.page_register #first_name,.page_register #last_name {
	width: auto;
}


/* 物件管理 担当者 */
#list_simplepage2 #charge {
	clear: both;
	background: #f7f7f7 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) repeat scroll 0 0;
	border: 1px solid var(--fudou--table-border-color);
	border-radius: 2px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 3.5em;
}

#list_simplepage2 #charge .role_kannri_tanto_pic {
	display: block;
	float: left;
	margin-right: 10px;
}

#list_simplepage2 #charge .role_kannri_tanto_pic img {
	width: 100px;
	height: auto;
}

#list_simplepage2 #charge .role_kannri_tanto_name {
	display: block;
	color: #000;
	margin-bottom: 10px;
}

#list_simplepage2 #charge .role_kannri_tanto_comment {
	display: block;
	line-height: 18px;
}


/*  = ボタン
---------------------------------------------------------------------- */

input[type="submit"] {
	border-radius: 3px;
	box-sizing: border-box;
	letter-spacing: 0.09em;
	padding: 5px 10px;
	text-align: center;

	border: 1px solid #000;
	background-color: var(--fudou--button-background-color);
	color: var(--fudou--button-text-color);
}

input[type="submit"]:hover {
	background-color: var(--fudou--button-background-hover-color);
	color: var(--fudou--button-text-hover-color);
}


input[type="submit"][disabled] {
	background: #dcdcdc;
	border: 1px solid #dcdcdc;
	cursor: not-allowed;
}

input[type="submit"][disabled]:hover {
	background: #dcdcdc;
	color: var(--fudou--button-text-color);
}




/* Fudousan Zenkoku Tokyo
---------------------------------------------------------------------- */
.fudou_re_page_jyoken_in_archive {
	padding: 0 0 40px;
}


/* Fudousan Favorite
---------------------------------------------------------------------- */
.fudou_favorite{
	padding: 8px 0 0;
}



/* Fudousan Share Buttons
---------------------------------------------------------------------- */
	.sharedaddy{
	    display: block;
	}


/* 0= Fudousan Plugin Copyright for 2022
---------------------------------------------------------------------- */

#nendebcopy {
	margin: 0 auto 0;
	color: #000;
	max-width: 1200px;
	text-align: right;
}

#nendebcopy a {
	text-decoration: none;
}

/* media print
---------------------------------------------------------------------- */
@media print {
	/* 物件画像 */
	#single_fudou_img,
	#second_img{
		display: block !important;
	}

	/* スライダー非表示 */
	#single_fudou_slider{
		display: none !important;
	}
}


