/*
Theme Name: Expression_vision
Theme URI: http://
Author: ZIGEN
Author URI: http://wordpress.org/
Description: 不動産プラグイン専用レスポンシブ・テーマ
Version: 5.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes

19.05.22 ver3.1.0
・Expression blancよりExpression vision としてブランチ

20.05.24 ver3.1.1
・スライドショー画像のIDが登録されないバグ修正

21.1.8 ver 5.6.0
・WP 5.6
・FP 5.6.0
対応


--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

*/

@media screen and (min-width: 768px), print
{


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x:hidden;
	overflow-y:hidden;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}

body.custom-font-enabled {
/*	font-family: "Open Sans", Helvetica, Arial, sans-serif; */
	font-family: "リュウミン B-KL" ;

}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

#page{
	padding-top: 70px;
	/*border-top: 5px solid #19489C;*/
}

.admin-bar #page{
	padding-top: 38px;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 0px;
	/*padding: 0 1.714285714rem;*/
	background-color: #fff;
}
.site-content {
	margin: 0 0 0;
}
.widget-area {
	margin: 0 0 0;
}

body .wrapper{
	margin:30px auto 0;
	background-color:transparent;
}

/* Header */

#header_part{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	height: 70px;
	transition: .3s;
}

#header_part.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	height: 45px;	
}

.admin-bar #header_part.fixed{
  	top:32px;  
}

#logo_area{
	max-width: 200px;
	max-height: 69px;
	float: left;
	position: relative;
	top: 5px;
	transition: .3s;
	z-index: 1;
}

#header_part.fixed #logo_area{
	top: 2px;
}

#logo_area img{
	/*width: 100%;*/
	/*height: inherit;*/
	max-height: 57px;
	transition: .3s;
}

#header_part.fixed #logo_area img{
	max-height: 37px;
}

hgroup{
	display: block;
    float: left;
    margin: 23px 0px 0 10px;
}

#header_part.fixed hgroup{
	display: none;
}

body .site-header {
	position: relative;
	padding: 0px 0 0px;
	overflow: visible;
	/*min-height:27px;*/
	background-color:transparent;

}
.site-header h1,
.site-header h2 {
}
.site-header h1 a,
.site-header h2 a {
	color: #AAA;
	display: inline-block;
	text-decoration: none;
	margin-left:10px;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 21px;
	line-height:28px;

}
.site-header h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.846153846;
	color: #c51313;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

#site-share{
	width:206px;
	height:25px;
	z-index: 999;
	text-align: right;
}

#header_part.fixed #site-share{
	display: none;
}

/*facebookのコメントが切れるので対処*/
.fb-like iframe,.item-facebook-like iframe {
max-width: none !important;/*こちらを優先*/
}

#site-share iframe.twitter-share-button {
	width: 105px!important;
	float: left;
}

#site-share #twitter-widget-0{/*ie7*/
	width: 105px!important;
	float: left;
}

#site-text{
	position: absolute;
	top: 0px;
	right: 0;
	text-align: right;
}

#site-open{
	color:#5E7FDF;
	display:inline;
	padding: 9px 12px;
	text-decoration: normal;
}

#header_part.fixed #site-open{
	display: none;
}

#site-tel{
	color:#5E7FDF;
	padding: 9px 12px;
	display:inline;
}

#site-tel .prefix{
	font-size:12px;
}

#header_part.fixed #site-tel{
	display: none;
}

#site-contact{
	display: inline;
}

#site-contact a{
	color: #fff6f6;
    position: relative;
    display: inline-block;
    font-size: 89%;
    padding: 9px 10px;
    /* line-height: 30px; */
    top: 0px;
    background-color: #ea7878;
}

#header_part.fixed #site-contact a{
	padding: 15px 10px;
}



/* Navigation Menu */

.main-navigation-wrap {
	text-align: center;
	margin-top: 33px;
	border-bottom: 4px solid #eee;
	width: 100%;
 	height:20px;
 	position: absolute;
 	bottom: 0;
}
.main-navigation-container{
	width:1130px;
	margin:0 auto;
	position: relative;
	top: 0;
	right: 0;
	transition: .3s;
}

#header_part.fixed .main-navigation-container{
	top: -12px;
	right: 114px;
}


.main-navigation ul{

}

.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		float:right;
		margin-top: 0px;
		/margin-top: 128px;/*ie7*/
		/*border-bottom: 4px solid #EEE;*/
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
		height:24px;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		font-size: 14px;
		color: #6a6a6a;
		line-height: 24px;
		text-transform: uppercase;
		white-space: nowrap;
		border-bottom: 4px solid #eee;
		/*background:url('./images/menu_bg.png') left bottom repeat-x;*/
		transition: .3s;
	}

	#header_part.fixed .main-navigation li a {
		line-height: 36px;
	}

	.main-navigation li a:hover {
		border-bottom: 4px solid #ed0000;
		color: #000;
		opacity: 1.0;

	}
	.main-navigation li {
		margin: 0 0 0 24px;
		position: relative;
		top:-4px;
		float:left;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left:0;
		top: 32px;
		z-index: 100;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation ul li:hover > ul li{
		margin:0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #fff;
		border-bottom: 4px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		min-width: 100px;
		text-align: left;
		white-space: nowrap;
		opacity:0.8;
			filter: alpha(opacity=80);
	}
	.main-navigation li ul li a:hover {
		background: #fff;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
	overflow: hidden;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	padding:6px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	background-color: #999;
	position: relative;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	text-decoration: underline;
}
footer#colophon .footer_inner{
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	color:#fff;
	clear: both;
	max-width: 1130px;
	min-height: 33px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
}

footer#colophon a,
footer#colophon .widget a{
	color: #FFF;
	font-size: 14px;
}

footer#colophon #footer_widget_area .widget-title{
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

footer#colophon .site-info{
	overflow: hidden;
}

footer#colophon .site-info .site-logo {
	max-width: 20%;
	max-height: 50px;
	float:left;
}

footer#colophon .site-info .site-logo img{
	max-width: 100%;
	max-height: 50px;
}

footer#colophon .site-info .site-etc{
	float: right;
}


footer#colophon .site-info .site-title a{
	float: right;
	font-size: 20px;
	font-weight: bold;
}

footer#colophon .site-info ul{
	clear: both;
}

footer#colophon .site-info ul li{
	font-size: 14px;
	display: block;
	text-align: right;
}

footer#colophon ul li{
	list-style-type: none;
}



footer #footer_widget_area{
	color: #FFF;
	width: 100%;
	display: flex;
	/*justify-content: space-around;*/
	margin: 0 0 30px;
}

footer #footer_widget_area .widget-title{
	border: none;
}

footer #footer_widget_area > aside{
	/*flex-grow: 1;*/
	margin: 0 60px 0 0;
}

footer #footer_widget_area .wbox{
	/*width: 48%;*/
	margin: 0 40px 0 0;
}

#link_to_top{
	width: 40px;
    height: 40px;
    position: absolute;
    top: 9px;
    right: 0px;
    opacity: 0.7;
}

#link_to_top:hover{
	opacity: 0.8;
}

#link_to_top i{
	font-size: 40px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #525252;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: none;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

#container #content .widget{
	margin:0px 0 35px;
	/*overflow: hidden;*/
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}



/* Minimum width of 600 pixels. */
/*@media screen and (min-width: 600px) {*/
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0px auto 0;
		width: 1130px;
		/*max-width: 68.571428571rem;*/
		overflow: visible;
		padding:0px 0px;
	}


	.site-content {
		float: left; /* xxx */
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}

/*
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	*/
	
	.entry-header .entry-title {
		font-size: 3em;
		margin-bottom: 1em;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
/*}*/



/* 基本サイズ */
.widget-area{
	/*width: 22% !important;*/
	box-sizing: border-box;
	float:right;
	width:210px;
}
.site-content {
	float: right; /* xxx */
	/*width: 77.8% !important;*/
	width : 880px;
	margin-right:0px;
	margin-left:40px;
}

/* 基本サイズ(１カラム) */
.no-sidebar .widget-area{
	display: none;
	/*width: 22% !important;*/
	box-sizing: border-box;
	float:right;
	width:210px;
}
.no-sidebar .site-content {
	float: right; /* xxx */
	/*width: 77.8% !important;*/
	width : 100%;
	margin-right:0px;
	margin-left:0px;
}


/* = nav-menu
---------------------------------------------------------------------- */
.ie .nav-menu ul li a,
.ie .nav-menu ul li {
    display: block;
}


.ie7 .nav-menu{
	text-align: right;
}
.ie7 .nav-menu li {
	display: inline;
	/*float:left;*/
}



/* 3= 汎用css
---------------------------------------------------------------------- */
.unit{
	display:inline;
	font-size:10px;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}




/* 12= 物件リストページ #list_simplepage
---------------------------------------------------------------------- */

.list_detail table td {
	padding: 2px;
	vertical-align: top;
}

#list_simplepage .list_simple_boxtitle {
	font-size: 21px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 4px 0px;
	color: #666;
	border-bottom: 6px solid #EBEBEB;
	font-weight: normal;
	/*background:url('./images/h3_bg.png') bottom left repeat-x transparent;*/
}

#list_simplepage .list_simple_boxtitle .shubetsu_icon,
#list_simplepage2 h2.entry-title  .shubetsu_icon
{
	font-size:12px;
	color:#fff;
	padding:0px 4px;
	margin-right: 4px;
	background-color: #f0c7c7;
	position: relative;
	top:-2px;
}

#list_simplepage .list_simple_boxtitle h2{
	margin: 0;
}

#list_simplepage .list_simple_boxtitle h2 a {
	font-weight: bold;
	padding: 0;
	display: block;
}

#list_simplepage .list_simple_boxtitle h2 a .new_mark{
	display: inline;
    position: relative;
    top: -1px;
}


#list_simplepage .list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

#list_simplepage .list_simple_box {
	/zoom : 1;
	position: relative;
	margin: 0 0 40px 0;
	padding:0 0 5px 0;
	background-color: #fff;
	border-bottom: 6px solid #E0E0E0;
	/*background:url('./images/h3_bg.png') bottom left repeat-x transparent;*/
	min-height: 214px;
}

#list_simplepage .list_simple_box .dpoint1{/* 価格 */
	color: #2C49B4;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	float: left;
	width:50%;
	height: 76px;
	padding: 7px 7px;
	font-size: 150%;
	font-weight: bold;
	z-index:2;
}

#list_simplepage .list_simple_box .dpoint2{/* 間取り */
	background-color: #FFFFFF;
	color: #2c49b4;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	float: left;
	width:50%;
	height: 76px;
	padding: 7px 7px;
	font-size: 97%;
	font-weight: bold;
	z-index:2;
}

#list_simplepage .list_simple_box table{
	margin:0;
}

#list_simplepage .list_simple_box .list_detail dt {
	float:left;
	/*width:88px;*/
	font-weight: bold;
	margin-left:5px;
	color: #333;
}

#list_simplepage .list_simple_box .list_detail dt.dt_madori {
	width:55px;
	}

#list_simplepage .list_simple_box .list_detail dd {
	float:left;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 0px;
}

#list_simplepage .list_simple_box .list_picsam {
	float: left;
	width: 214px;
}

#list_simplepage .list_simple_box .list_picsam_img{
	clear:both;
}

#list_simplepage .list_simple_box .list_picsam img {
	background-color: #FFF;
	width: 106px;
	height: inherit;
	margin: 0;
	padding: 0;
	margin-left:1px;
	float: left;
}




#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }

#list_simplepage a:hover .list_details_button {
	color: #39F;
	text-decoration: underline;
}

#list_simplepage .list_simple_box .list_detail {
	width: calc(100% - 230px);
	float: right;
	background-color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	font-size: 87.5%; 
}

#list_simplepage .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	padding-left:5px;
}

#list_simplepage .list_price {
	padding:0px 0px;
	background-color: #f5f5f5;
}

#list_simplepage .list_price.rent {
	background-color: #f5f5f5;
}

#list_simplepage .list_price_others .list_price_others_th{
	font-weight: bold;
}

#list_simplepage .list_detail .list_price tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
}

#list_simplepage .list_detail .list_address dd { display: block; }

#list_simplepage .entry-excerpt{
	padding-bottom: 0px;
	padding-left: 0px;
}






/* 物件の詳細を見るボタン */

#list_simplepage .list_simple_box .list_details_button {
	position: absolute;
	bottom:0px;
  background: url("./images/ar_gray.png") no-repeat scroll 194px 9px #E0E0E0;
  color: #EE0000;
  display: block;
  line-height: 36px;
  padding: 0 0 0 10px;
  width: 204px;
}








/* 13= 物件詳細ページ #list_simplepage2 
---------------------------------------------------------------------- */

#list_simplepage2 .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
}


#list_simplepage2{
	margin:0;
	padding:0;
}

#list_simplepage2 .list_simple_box .list_detail dt {
	font-weight: normal;
	color: #333;
	font-size: 12px;
}

#list_simplepage2 .list_simple_box .list_detail dd {
	color: #333;
	margin: 7px 0.6em 0 0.4em;
	padding: 0px;
}

#list_simplepage2 .list_simple_box .list_detail .list_price{
	position: relative;
	display: none;/* 代わりにオリジナルを使う */
}

/* v2.2~ */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .flexbox{
	display: flex;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex ul.d_price_madori,
#list_simplepage2 .list_simple_box .list_detail .list_price_ex ul.d_price_detail
{
	display: flex;
	margin: 14px 0;
	padding: 0;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex ul li{
	margin: 0;
	padding: 0 8px 0 8px;
}

/* 価格色 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	border-left:2px solid #8EB882;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price dt{
	color: #8EB882;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price dd{
	font-size: 25px;
	color: #8EB882;
}

/* 間取り色 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_madori {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	border-left:2px solid #2C49B4;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_madori dt{
	color: #2C49B4;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_madori dd{
	font-size: 25px;
	color: #2C49B4;
}

/* 金額詳細 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail li{
	display: inline-block;
	text-align: left;
	font-weight: bold;
	border-left:1px solid #ccc;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail dt{
	color: #000;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail dd{
	font-size: 12px;
	color: #666;
}

/* 付加情報 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add{
	/*box-sizing: border-box;
	width: 100%;
	border: 1px dotted #ccc;
	padding: 8px;*/
	margin: 14px 0;
	overflow: hidden;
}
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add li{
	list-style-type: none;
}
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add dt{
	width: 15%;
	font-size: 12px;
	display: inline-block;
	float: left;
	clear: both;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add dd{
	font-size: 12px;
	display: inline-block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 物件種別 */
#list_simplepage2 .list_simple_box .list_detail .bukkenshubetsu{
/*	position: absolute;
    right: 0;
    bottom: 8px;*/
    background-color: #f0b0b0;
    color: #FFF;
    display: inline-block;
    width: inherit;
    padding: 0 7px;
}

/* end */




#list_simplepage2 .list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}



#list_simplepage2 .list_detail table{
	margin: 0px;
	padding: 0px;
	border:none;
}

#list_simplepage2 .list_simple_box{
	padding: 15px 0 15px 0px;
	margin: 0 0 20px 0;
}

#list_simplepage2 .list_simple_box .list_detail {
	display: block;
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 5px;
	margin:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#list_simplepage2 .list_detail h3{
	font-size: 14px;
	margin: 8px 0px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
	color: #666;
}

#list_simplepage2 .list_picsam {
	display: none;
	/*width:140px;*/
	color: #000;
	margin: 0px 10px 0px 0px;
}

#list_simplepage2 .list_picsam img {
	border: 1px solid #999;
	background-color: #FFF;
/*	height: 130px;	*/
	width: 130px;
	margin: 0 0 4px 0;
	padding: 1px;
}

#main #content #second_img {
	display: none;
	padding: 10px 0;
}

#main #content #second_img img {
	border: 1px solid #999;
	background-color: #FFF;
	width: 98px;
	height:98px;
	margin: 0 1px 0 0;
	padding: 1px;
}

/* 詳細ページ　価格と間取り*/
#list_simplepage2 .list_price {
	background-color: #fff;
	margin: 0px;
	padding: 0 0 0 0;
}
#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_detail table{
	font-size:14px;
	height:75px;
}

#list_simplepage2 .list_detail table#list_add {
	font-size:14px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background:#efefef;
	width: 100%;
}

#list_simplepage2 .list_detail table#list_other {
	font-size:14px;
	border-bottom: 2px solid #000;
}

#list_simplepage2 .list_simple_box .list_detail #list_add th{
	border-bottom:1px solid #DDDDDD;
	line-height: 1.4;
	padding: 5px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

#list_simplepage2 .list_simple_box .list_detail #list_add td {
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	color: #555;
	border-bottom:1px solid #DDDDDD;
	font-weight: bold;
}

#list_simplepage2 .list_simple_box .list_detail #list_other th{
	border-right: 2px dotted #CCC;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.2;
	vertical-align: top;
	padding: 5px;
	text-align: right;
	width: 21%;
	background: #FFF;
	font-weight: bold;
	color: #000;
}

#main #content #list_simplepage2 .list_simple_box .list_detail #list_other th.th2{
	
}

#list_simplepage2 .list_simple_box .list_detail td.dpoint7 dt{
	clear: both;
	float: left;
	width: 111px;
	margin:4px 0px;
}

#list_simplepage2 .list_simple_box .list_detail td.dpoint7 dd{
	float:left;
	margin:4px 0px;
	width: 20%;
}

#list_simplepage2 .list_simple_box .list_detail #list_other td {
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.2;
	padding: 5px;
	white-space: normal;
	width: 30%;

}

#list_simplepage2 h2.entry-title{
	font-weight: bold;
	padding: 6px 0 6px 0px;
	display: block;
	border-bottom: 6px solid #E0E0E0;
	/*background:url('./images/h3_bg.png') bottom left repeat-x transparent;*/
	font-size: 150%;
}

ul.setsubi_list {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
}

ul.setsubi_list li,
.setsubi_dat  {
  background: none repeat scroll 0 0 #DEEDF1;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 3px 5px;
  padding: 0 5px;
  white-space: nowrap;
}

/* お問い合わせフォーム */
#toiawasesaki p{
	font-weight: bold;
    line-height: 2.3;
    font-size: 20px;
}

#single_cta{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3em;
    left: 0;
    line-height: 3em;
    text-align: center;
    background-color: rgba(55, 171, 44, 0.7);
    z-index: 10;
    transition : .3s;
}

.top-fixed #single_cta{
	display: block;
	bottom: 0px;
}

#single_cta a{
	display: inline-block;
	width: 100%;
	font-size: 1.3em;
	color: #FFF;
}

#single_cta a i{
	font-size: 1.6em;
    display: inline-block;
    position: relative;
    top: 0.1em;
}

.wpcf7{
	display: block;
	margin:0 0 20px ;
}

.wpcf7 label{
	display: block;
	margin:20px 0 0;
	font-weight: bold;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea
{
	width: 97%;
    border-radius: 0;
    background: #fafafa;
    border: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 1.1em;
}

.wpcf7 input[type=submit]{
	width: 100%;
    border-radius: 0;
    color: #FFF;
    background: #165ab5;
    border: none;
    font-size: 1.3em;
    padding: 10px;
    margin-top: 20px;
    box-shadow: none;
}


/* 担当者コメント entry-content */
#main #content .entry-content p {
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0px;
}


/* 表下部・現況優先但書 */
.list_detail_bottom_info{
	clear : both;
	display: block;
	padding: 10px;
	text-align: right;
}


/* for wp3.6 youtube */
#main #content .list_detail .entry-content p iframe  {
	max-width: 470px;
}


/* 14= 物件詳細ページ関連物件  #syousai_box : 関連物件部分
---------------------------------------------------------------------- */

#syousai_box ul{ /zoom : 1; padding-left: 5px; }

#syousai_box ul:after{ content : ''; display : block; clear : both; height:0; }

#syousai_box ul.syousai-content li{
	display: block;
	width: 80px;

	list-style-type: none;

	font-size: 12px;
	line-height: 1;
	float:left;

	border: 1px solid #ccc;

	padding: 6px;
	margin:0 5px 4px 0;

	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 70%, #F7F7F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#F7F7F7)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7',GradientType=0 );
}

#syousai_box ul.syousai-content li span{
	font-size: 10px;
	margin-top: 5px;
}

#page #list_simplepage2 #syousai_box ul.syousai-content li span.top_shozaichi,
#page #list_simplepage2 #syousai_box ul.syousai-content li span.top_kotsu
{
	display:block;
}

#syousai_box ul.syousai-content li img{ padding-bottom: 5px; }


#syousai_box ul.syousai-content li .box2image{
	width:80px; 
/*	height:80px;	*/
}




/* 17= 物件検索 固定ページ用  .jsearch
---------------------------------------------------------------------- */


#container #content.jsearch{
	padding: 0 0 30px 0;
	line-height: 2;
}

/* カラム変更によるcontent余白調整 */

.singular #container #content.jsearch{
	width: 100%;
	float: none;
}

.right-sidebar #container #content.jsearch {
	margin: 0;
	width: 690px;
	float: right;
}

.left-sidebar #container #content.jsearch{
	width: 700px;
	float: left;
}

/*  */

#main #container #content.jsearch h3{
	border-bottom: 1px dotted #CCC;
	border-left: 4px solid #CCC;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px -10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow : none;
}

#container .jsearch h4{
	border-left: 4px solid #CCC;
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	margin: 15px 0px 5px -10px;
}

#container .jsearch h5{
	margin: 10px 0px 0px -5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}


.jsearch p{
	margin: 0;
	padding: 0px 10px 10px 0px;
}

#container .jsearch ul{
	margin: 0 0 10px;
	padding: 0px;
	overflow: hidden;
	/zoom: 1;
}

.jsearch li{
	margin: 0 1em 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
}

.jsearch label {
	margin-right: 5px;
	color: #666;
}

#container .jsearch .submit input{ 
	width: 160px;
	border: 1px solid #298CBA;
	padding: 3px 10px;
	margin: 10px 10px 20px 0;
	color: #FFFFFF;
	font-weight: bold;

	cursor: pointer;

	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	
	background: #298CBA; /* old browsers */
	background: -moz-linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0298CB), color-stop(50%, #247CA4), color-stop(100%, #206D93)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298CB', endColorstr='#206D93', GradientType=0 ); /* ie */
	background: linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%);
}

/* 17= 物件検索 固定ページ用  .jsearch 新
---------------------------------------------------------------------- */

	table.form_jsearch {
		border: 1px solid #E5E5E5;
		border-collapse: collapse;
		font-size: 87.6%;
		line-height: 18px;
		margin-bottom: 10px;
		width: 100%;
	}
	table.form_jsearch tr {
		border: 0 none currentcolor;
		font: inherit;
		margin: 0;
		padding: 0;
	}
	table.form_jsearch th {
		background:  #F6F6F6;
		border-bottom: 1px solid #E5E5E5;
		font-weight: bold;
		padding: 10px !important;
		text-align: left;
		width: 18%;
		vertical-align: top;	
	}
	table.form_jsearch td {
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		margin: 0;
		padding: 10px !important;
		width: 81%;
		background-color: #fff;
	}

	table.form_jsearch h5 {
		margin: 10px 0 10px !important;
	}
	table.form_jsearch ul {
		margin: 0 !important;
	}





/* 00= Fudousan Plugin Copyright
---------------------------------------------------------------------- */

#nendebcopy {
	font-size: 12px;
	max-width: 68.5714rem;
	margin: -20px auto;
	text-align: right;
}

#nendebcopy a {
	color: #686868;
	text-decoration: none;
}




/* = widget Top Slider Style
-------------------------------------------------------------- */
	/* = sidebar only
	-------------------------------------------------------------- */
	#tertiary .carousel_inner,
	#primary .carousel_inner,
	#secondary .carousel_inner{
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
	/*	height: 115px; */
		overflow: hidden;
		margin: 0;
	}

	#tertiary .grid-content li,
	#primary .grid-content li,
	#secondary .grid-content li{
		display: block;
		width: 200px;
		font-size: 10px;
		line-height: 1.2;
		float:left;

		list-style-type: none;
		
		padding: 8px;
	}

	#tertiary .box1image ,
	#primary .box1image ,
	#secondary .box1image{
		width: 100px;
		float:left;
		padding-right: 5px; 
	}



	/* 2011 */
	.two-column #secondary .grid-content li{
		width: 210px;
	}

	.showcase #content .grid-content .carousel_inner li {
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
		height: 130px;
		overflow: hidden;
		margin: 0;

		font-size: 10px;
		line-height: 1.2;

	}


	/* 2010 */
	#main .widget-area ul ul.grid-content {
	    margin-left: -0.5em;
	}



	/* unpc*/
	#main .widget-area ul.grid-content{
		padding: 0;
	}
	.three-column.unpc .grid-content li{
		width: 175px;
	}
	.three-column.unpc #tertiary .grid-content li,
	.three-column.unpc #secondary .grid-content li{
		width: 175px;
		margin-left: -0.5em;
	}
	.three-column.unpc #tertiary .box1image,
	.three-column.unpc #secondary .box1image{
		width: 90px;
	}
	.three-column.unpc #tertiary .carousel_inner,
	.three-column.unpc #secondary .carousel_inner{
		width: 180px;
	}
	.two-column.unpc .grid-content li{
		width: 190px;
	}
	.two-column.unpc #secondary .grid-content li{
		width: 190px;
		margin-left: -0.5em;
	}
	.two-column.unpc #secondary .box1image{
		width: 75px;
	}
	.two-column.unpc #secondary .carousel_inner{
		width: 195px;
	}




	/* = footer only
	-------------------------------------------------------------- */
	footer .carousel_inner,
	#footer .carousel_inner{
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
	/*	height: 115px; */
		overflow: hidden;
		margin: 0;
	}

	footer .grid-content li,
	#footer .grid-content li{
		display: block;
		width: 200px;
		font-size: 10px;
		line-height: 1.2;
		float:left;

		list-style-type: none;
		
		padding: 8px;
	}

	footer .box1image,
	#footer .box1image{
		width: 100px;
		float:left;
		padding-right: 5px; 
	}

	#footer .widget-area ul ul.grid-content {
	    margin-left: -0.5em;
	}


	/* = NEW/UP mark
	-------------------------------------------------------------- */

	.showcase #content .grid-content,
	footer .grid-content li,
	#footer .grid-content li,
	#tertiary .grid-content li,
	#primary .grid-content li,
	#secondary .grid-content li{
		position: relative;
	}

	.page-template-showcase-php .new_mark,
	footer .new_mark,
	#footer .new_mark,
	#tertiary .new_mark,
	#primary .new_mark,
	#secondary .new_mark {
		font-family: Verdana, Geneva, sans-serif;

		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		
		display: block;
		padding: 2px 5px;
		width: auto;

		position: absolute;
		top: 3px;
		left: 5px;
		
		border-radius: 4px;

		text-shadow:1px 1px 0px #900;

		background: #900; /* Old browsers */
		background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
	}




	/* = 関連物件
	-------------------------------------------------------------- */
	#syousai_box ul.syousai-content li {
		position: relative;
	}

	#syousai_box .new_mark {
		font-family: Verdana, Geneva, sans-serif;

		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		
		display: block;
		padding: 2px 5px;
		width: auto;

		position: absolute;
		top: 6px;
		right: 6px;
		
		border-radius: 4px;

		text-shadow:1px 1px 0px #900;

		background: #900; /* Old browsers */
		background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
	}


@charset "utf-8";


/* = common 
-------------------------------------------------------------- */


body, input, textarea, select, .page-title span, .pingback a.url {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }
input[type=submit] { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }
pre { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }
code { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }


/* ロールオーバー */
/*a:hover
{
	opacity:0.8;
	filter: alpha(opacity=80);
}*/


a:hover img,
a:hover
{
	opacity:0.8;
	filter: alpha(opacity=80);
}

input[type=submit]:hover,
input[type=button]:hover
{
	opacity:0.75;
	filter: alpha(opacity=75);
}

a:link { color: #666; }    /* 未訪問のリンク */
a:visited { color: #666; } /* 訪問済みのリンク */
a:hover { color: #666; }   /* ポイント時のリンク */
a:active { color: #666; }  /* 選択中のリンク */

a {text-decoration:none}

/* = header 
-------------------------------------------------------------- */



/* = nav 
-------------------------------------------------------------- */



/* = TOP only
-------------------------------------------------------------- */

#top_fbox #content ul.grid-content {
	/zoom : 1; 
	margin: 0 0 0 0;
	padding:0px;
}

#top_fbox #content ul:after {
	content : '';
	display : block;
	clear : both;
	height:5px;
}

/* トップ */
#top_fbox #content .grid-content li {
	display: block;
	box-sizing: border-box;
	/*width: 280px;*/
	width: 31.65%;
	font-size: 86%;
	line-height: 1.4;
	float:left;
	list-style-type: none;
	background:#fff;
	padding: 0px;
	margin:0 0px 46px 2.5%;
	position: relative;
}

#top_fbox #content .grid-content li:nth-child(3n+1){
	margin-left: 0;
}

/* 詳細を見るリンクと会員マーク*/
#top_fbox #content .grid-content li div.goto{

}

#top_fbox #content .grid-content li div.goto img{

}

#top_fbox #content .grid-content li div.goto a{
	width: 50%;
    height: 50px;
    background: url(images/ar_thin.png) no-repeat top right;
    font-size: 0px;
    position: absolute;
    right: 20px;
    bottom: 0;
    transition-duration: .45s;
    transition-property: right;
}

#top_fbox #content .grid-content li div.goto a:hover{
	right: 0px;
	opacity: 1.0;
}


#top_fbox #content .grid-content li div.new_mark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 7px 5px;
	width: 26px;
	position: absolute;
	top: -4px;
	bottom: 0px;
	right: -4px;
	bottom: inherit;
	border-radius: none;
	text-shadow: 1px 1px 0px #900;
	background: #d50a0a;
	z-index: 10;
}

#top_fbox #content .grid-content li .fudo_kaiin_type_logo{
	display: none;
}

#top_fbox #content .grid-content li .box1image{
	/*width:280px;
	height:180px;*/
	width: 100%;
	height: inherit;
	max-height: 180px;
	object-fit: cover;
	transition-duration: .3s;
}

#top_fbox #content .grid-content li .box1image:hover{
	transform: scale(1.1);
}


*:first-child+html #top_fbox #content .grid-content li {
	margin:0 6px 6px 0;
}

* html #top_fbox #content .grid-content li {
	margin:0 6px 6px 0;
}

.box1image{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


#top_fbox #container #content table {
	margin: 0;
	padding: 0;
	border: none;
}

#top_fbox #container #content tr td {
	margin: 0;
	padding: 0;
	border: none;
}

#top_fbox #content .grid-content li .top_kaiin{
	position: absolute;
	top: 76px;
	width: 100%;
	padding: 7px 0; 
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
}

.top_title{
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 10px;
    display: block;
}
.top_price {
	font-size: 20px;
	padding: 0px 10px 0 0;
	z-index:2;
	}

.unit{
	display:inline;
	font-size:10px;
}

.top_madori{
	color: #2c49b4;
	font-size: 16px;
	z-index:1;
}
.top_menseki{
	font-size: 16px;
}
.top_shozaichi{
	color:#000;
	font-size: 12px;
	display: block;
	margin-top: 3px;
	padding-left:18px;
	background:url('./images/icon_pin.png') 1px 1px no-repeat;

}
.top_kotsu{
	color:#000;
	font-size: 12px;
	display: block;
	margin-top: 4px;
	padding-left:18px;
	background:url('./images/icon_train.png') 1px 1px no-repeat;

}

.top_kotsubus{
	color:#000;
	font-size: 12px;
	display: block;
	margin-top: 4px;
	padding-left:18px;
	background:url('./images/icon_bus.png') 1px 1px no-repeat;
}

.box1low{
	float: right;
	width: 100%;
	line-height: 1.8;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

.box1low a {
	background-color: #fff;
	text-decoration: none;
}

#top_fbox #content .widget li .box1low a{
	color: #E00;
	display:block;
	width: auto;
	line-height: 33px;
	padding: 0 0 0 2px;
	background:url('./images/ar_gray.png') 161px 9px no-repeat #fff;
}

/* fudo_top_slider */
.carousel_inner{
	width: 99% !important;
}

#top_fbox #content .widget_fudo_top_slider .grid-content .carousel_box>li{
	width: 93%;
}


/* ポップアップ */

.ex_pop_toggle{
	color: #e6cecb;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: 8;
	cursor: pointer;
	transition: all .3s;
}

.ex_pop_toggle:hover{
	color: inherit;
	opacity: 0.7;
}

.ex_pop_toggle.ex_kaiin{
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 8;
	cursor: pointer;
	transition: all .3s;
}

.top-fixed .ex_pop_toggle.ex_search{
	font-size: 40px;
	position: fixed;
	top: 112px;
	left: unset;
	right: 40px;
	z-index: 8;
	cursor: pointer;
}

.top-fixed .ex_pop_toggle.ex_kaiin{
	font-size: 40px;
	position: fixed;
	top: 200px;
	left: unset;
	right: 40px;
	z-index: 8;
	cursor: pointer;
}

.ex_pop_toggle .fa-search{
	/*color: #e6cecb;*/
	/*text-shadow: 1px 1px 2px #333;*/
}

.ex_pop_toggle .fa-user{
	/*color: #e6cecb;*/
	/*text-shadow: 1px 1px 2px #333;*/
}

.ex_pop_close{
	position: absolute;
    top: 5px;
    right: 10px;
    color: #3a3a3a;
    font-size: 30px;
    cursor: pointer;
	/*text-shadow: 1px 1px 2px #333;*/
}

.ex_pop{
	display: none;
	position: fixed;
	top: 0vh;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
}

.ex_pop .ex_pop_inner{
	position: relative;
	width: 50%;
	max-height: 80vh;
	margin: 5vh auto 5vh;
}

.ex_pop .ex_pop_inner .widget{
	 box-sizing: border-box;
	 line-height: 1.2;
	 background-color: #f7f7f7;
	 padding: 14px;
	 max-height: 85vh;
	 overflow-y: auto;
}

.ex_pop .ex_pop_inner .widget h3.widget-title
{
	margin: 0;
    background: #f7f7f7;
    color: #828080;
    font-size: 1.4em;
    padding: 0 12px 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #d8d8d8;
	/*background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
}

.ex_pop .widget input[type=submit],
.ex_pop .widget input[type=button]
{
	font-size:16px;
	display:block;
 	margin: 8px auto 2px;
	/*background:url('./images/button_ar.png') 97% center no-repeat #cfcfcf;*/
	background: #d58312;
	color:#fff;
	width:100%;
	border:none;
	cursor: pointer;
	margin: 30px 5px 5px 5px;
	border-radius: 0px;
  }

/* ポップアップ物件検索 */

#ex_search .widget_fudo_b_k h3.widget-title::before,
#ex_search .widget_fudo_b_k_bus h3.widget-title::before
{
	margin: 0;
	/*background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
	font-family: "Font Awesome 5 Free";
  content: "\f002";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}

#ex_search #searchitem_m,
#ex_search #searchitem{


}

#ex_search #searchitem_m div,
#ex_search #searchitem div{
	margin: 0px 0px 0px;
/*	padding: 0px 0px 0px 8px;
	text-indent: -4px;	*/
	line-height: 1.6;
}


#ex_search .jsearch_caution2,.jsearch_caution1{
	color:#8ED18E;
}

#ex_search .jsearch_roseneki,
#ex_search .jsearch_chiiki,
#ex_search .jsearch_hofun,
#ex_search .jsearch_chikunen,
#ex_search .jsearch_memseki
{
	display:block;
	font-size:13px;
	line-height:13px;
	padding:3px 6px 3px 6px;
	color:#000;
	/*background:url('./images/tri6.png') 5px center no-repeat #a69b9b;*/
	margin: 13px 0 4px;
}

#ex_search .widget_fudo_b_k_m select,
#ex_search .widget_fudo_b_k select,
#ex_search .widget_fudo_b_k_bus select
{
	/*display: block;*/
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
}

#ex_search #content .widget_fudo_b_k_m select,
#ex_search #content .widget_fudo_b_k select,
#ex_search #content .widget_fudo_b_k_bus select,
{
	width: auto;
}

#ex_search .widget_search form{
	margin:0;
}


#ex_search #primary .widget li.widget_search, #secondary .widget li.widget_search {
	list-style-type: none;
}

#ex_search li.widget_search{ list-style-type: none; }

#ex_search input[type="text"], #ex_search input[type="password"], #ex_search input[type="email"], #ex_search input[type="url"], #ex_search textarea {
    padding: 3px;
}






/* FlexSlider Default Theme
ZOOM用スライダー
*********************************/
.slider-wrapper{
	clear: both;
}

ul.flex-direction-nav li{
	list-style-type: none;
}

#top_slider.flexslider {
    margin:0 0 60px;
    background:#fff;
    border-top:none;
    border-left: none;
    border-right: none;
    position:relative;
    border-radius:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    zoom:1
}

#top_slider .flex-viewport {
    max-height:2000px;
    margin:2px 0px 2px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease
}

#top_slider .loading .flex-viewport {
    max-height:300px
}

#top_slider .flexslider .slides {
    zoom:1
}

#top_slider .carousel li {
    margin-right:5px
}








/* = TOP twitter
-------------------------------------------------------------- */

#top_fbox #content #twitter_update_list {
	/*	font-size: 12px; */
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	clear: both;
}

#top_fbox #content #twitter_update_list a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#top_fbox #content #twitter_update_list li a.tw_date {
	display: block;
	width: 65px;
	float: left;
	margin: 0px 20px 0px 0px;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}


#twitter_update_list li a.tw_date:after { content: ":" }

#top_fbox #container #content #twitter_update_list li .tw_status {
	display: block;
	line-height: 1.6;
	margin: 0 0 0 90px;
}

#top_fbox #container #content ul#twitter_update_list { padding-left: 15px; }

#top_fbox #container #content ul#twitter_update_list li {
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px 5px 5px;
	font-weight: normal;
}

#top_fbox #container #content ul#twitter_update_list li { zoom:1;}

#top_fbox #container #content ul#twitter_update_list li:after {
	content:'';
	display:block;
	clear:both;
}



/* = textwidget
-------------------------------------------------------------- */

#top_fbox #container #content .textwidget { 

	line-height: 1.6;

	margin: 0 0 20px 0;
	padding: 10px;

	border: 1px solid #ccc;
}


/* = 物件カテゴリ
-------------------------------------------------------------- */
#page #main .widget.widget_fudo_b_c,
#page #main .widget.widget_fudo_b_r,
#page #main .widget.widget_fudo_r_c,
#page #main .widget.widget_fudo_r_r
{

}

#page #main .widget.widget_fudo_b_c ul,
#page #main .widget.widget_fudo_b_r ul,
#page #main .widget.widget_fudo_r_c ul,
#page #main .widget.widget_fudo_r_r ul,
#page #main #secondary.widget_area ul
{
	margin:0;
	padding:0;
}

#page #main .widget.widget_fudo_b_c li.cat-item,
#page #main .widget.widget_fudo_b_r li.cat-item,
#page #main .widget.widget_fudo_r_c li.cat-item,
#page #main .widget.widget_fudo_r_r li.cat-item
{
	margin:0 0 21px;
	padding:0;
	list-style-type: none;
}

#page #main .widget.widget_fudo_b_c li.cat-item a,
#page #main .widget.widget_fudo_b_r li.cat-item a,
#page #main .widget.widget_fudo_r_c li.cat-item a,
#page #main .widget.widget_fudo_r_r li.cat-item a
{
	font-weight: bold;
	padding-left: 3px;
	display:block;
	line-height: 1.4;
	border-bottom:1px solid #e0e0e0;
}

#page #main .widget.widget_fudo_b_c ul.children,
#page #main .widget.widget_fudo_b_r ul.children,
#page #main .widget.widget_fudo_r_c ul.children,
#page #main .widget.widget_fudo_r_r ul.children,
#page #main #secondary.widget-area ul.children
{
	margin:5px 0px;
	padding:0 0 0 5px;
}

#page #main .widget.widget_fudo_b_c ul.children li,
#page #main .widget.widget_fudo_b_r ul.children li,
#page #main .widget.widget_fudo_r_c ul.children li,
#page #main .widget.widget_fudo_r_r ul.children li
{
	margin:5px 0px 5px 20px;
	padding:0;
	border:none;
	list-style-type: circle;
	list-style-position: outside;
}

#page #main .widget.widget_fudo_b_c ul.children li a,
#page #main .widget.widget_fudo_b_r ul.children li a,
#page #main .widget.widget_fudo_r_c ul.children li a,
#page #main .widget.widget_fudo_r_r ul.children li a,
#page #main .widget li a
{
	font-weight: normal;
	display: inline;
	border:none;
	color:#219AC9;
}


/* = 物件詳細ウイジェット
-------------------------------------------------------------- */

#page .widget_fudou_single_history{

}

#page #content .list_detail .widget ul li .top_title,
#page #content .list_detail .widget ul li .top_price,
#page #content .list_detail .widget ul li .top_madori,
#page #content .list_detail .widget ul li .top_menseki,
#page #content .list_detail .widget ul li .top_shozaichi,
#page #content .list_detail .widget ul li .top_kotsu
{
	position: relative;
	top:0;
	left:0;
	background:none;
	display: inline;
	color:#000;
	margin:0;
	padding: 0;
	border:none;
}

#page #content .list_detail .widget ul li .top_price{
	color:#8EB882;
}

#page #content .list_detail .widget ul li .top_madori{
	color:#2C49B4;
	margin:0 0 0 6px;
}

/* = widget_search
-------------------------------------------------------------- */

.widget_search input[type="text"],
.widget_fudo_search input[type="text"]{
		/*
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
    width: 75%;
    */
}




/* = side-widget
-------------------------------------------------------------- */

#secondary .widget {
	display: block;
	margin: 0 0 20px 0;
	padding: 0px;
	border: 6px solid #FFFFFF;
	font-size: 12px;
}

#secondary .widget:after {
	content : '';
	display : block;
	clear : both;
	height:5px;
}


#secondary .widget .widget-title {
	color: #333;
	display: block;
	padding: 8px 6px 8px 8px;
	margin: 0 0 10px 0;
	font-size:15px;
	line-height:18px;
	/*background:url('./images/tri8.png') 7px center no-repeat transparent;*/
	font-weight: bold;
	background-color: #eae2d7;
	border-radius: 0 0 0 0;
}

#secondary .widget li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 4px;
	padding: 0px;
	width: 100%;
}

#secondary .widget li:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}


#secondary .widget li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
}


#main #secondary ul li ul {
	margin: 0;
	padding: 0px 15px;
}

#main .widget-area ul {
	margin: 0px;
	padding: 0px;
}

#main .widget li{
	margin:5px 0px 5px 20px;
	padding:0;
	border:none;
	list-style-type: circle;
	list-style-position: outside;
}

#secondary .box1image{
	width: 75px;
}




#main .widget-area a:link { color:#666; }

#main .widget-area a:visited { color:#666; }

#main .widget-area a:hover, a:active { color:#3399ff; }

*:first-child+html .widget_search #s { width: 54%; }

.widget ul {
	margin: 0 0 10px;
}

#secondary .widget a { font-weight: normal; }


#secondary .widget input[type=submit],
#secondary .widget input[type=button]
{
	font-size:16px;
	display:block;
 	margin: 8px auto 2px;
	/*background:url('./images/button_ar.png') 97% center no-repeat #cfcfcf;*/
	background: #444;
	color:#fff;
	width:95%;
	border:none;
  }

#secondary .widget input[type="text"],
#secondary .widget input[type="password"]{
		display:block;
		width: 90%;
		margin:3px auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
    background:#eee;
}

#secondary .widget select{
	max-width:98%;
	border-radius: 2px;
	height: 2.5em;
	background-color: #fff;
}


/* 会員  */
#secondary .widget_fudo_kaiin { line-height: 1.8; }

#secondary.widget-area .widget_fudo_kaiin form#loginform label{
	padding-left: 4px;
}

#secondary.widget-area .widget_fudo_kaiin h3.widget-title{
	/*background:url('./images/wg_login_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
}

#secondary .widget_fudo_kaiin form {
	margin: 0px 0px 1em;
	padding: 0 ;
}

#secondary .widget_fudo_kaiin ul{
	padding: 0 8px;
}


#secondary .widget_fudo_kaiin input[type="text"],
#secondary .widget_fudo_kaiin input[type="password"]{

}

.ex_pop .widget_fudo_kaiin #loginform label{

	display: inline-block;
}

.ex_pop .widget_fudo_kaiin input[type="text"],
.ex_pop .widget_fudo_kaiin input[type="password"]{
	width: 60%;
    display: block;
    margin: 5px 0;
}

/* キーワード検索 */
#secondary .widget #searchform input[type=submit]{
	display:none;
	background-color: #df7c2d;
  }


/* 物件検索 */

#secondary.widget-area .widget_fudo_b_k h3.widget-title,
#secondary.widget-area .widget_fudo_b_k_bus h3.widget-title
{
	margin: 0;
	/*background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
}

#secondary.widget-area .widget_fudo_b_k h3.widget-title::before,
#secondary.widget-area .widget_fudo_b_k_bus h3.widget-title::before
{
	margin: 0;
	/*background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
	font-family: "Font Awesome 5 Free";
  content: "\f002";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}

#searchitem_m,
#searchitem{
 line-height: 1.2;
 /*background-color: #f7f7f7;*/
 padding: 0 0 1px 0;
}

#searchitem_m div,
#searchitem div{
	margin: 0px 0px 0px;
/*	padding: 0px 0px 0px 8px;
	text-indent: -4px;	*/
	line-height: 1.6;
}

#secondary .widget #searchitem_m input[type=submit],
#secondary .widget #searchitem input[type=submit]{
	background-color: #796f6b;
	cursor: pointer;
	margin: 30px 5px 5px 5px;
	border-radius: 0px;
	/*width: 100%;*/
  }


.jsearch_caution2,.jsearch_caution1{
	color:#8ED18E;
}

.jsearch_roseneki,
.jsearch_chiiki,
.jsearch_hofun,
.jsearch_chikunen,
.jsearch_memseki
{
	display:block;
	font-size:13px;
	line-height:13px;
	padding:3px 6px 3px 6px;
	color:#fff;
	/*background:url('./images/tri6.png') 5px center no-repeat #a69b9b;*/
	margin: 13px 0 4px;
}

.widget_fudo_b_k_m select,
.widget_fudo_b_k select,
.widget_fudo_b_k_bus select
{
	/*display: block;*/
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
}

#content .widget_fudo_b_k_m select,
#content .widget_fudo_b_k select,
#content .widget_fudo_b_k_bus select,
{
	width: auto;
}

.widget_search form{
	margin:0;
}


#primary .widget li.widget_search, #secondary .widget li.widget_search {
	list-style-type: none;
}

li.widget_search{ list-style-type: none; }



input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    padding: 3px;
}

.ie .menu-toggle, 
.ie input[type="submit"], 
.ie article.post-password-required input[type="submit"], 
.ie li.bypostauthor cite span{
	padding: 3px;
}

.ie .menu-toggle, 
.ie input[type="submit"], 
.ie article.post-password-required input[type="submit"], 
.ie li.bypostauthor cite span{
	border:none
}



/* map */
#map_menu select{
	width: 100%;

}
#map_menu{
	border-radius: 6px;
}
#searchmapitem {
    line-height: 1.2;
}

/* fudo mylist */
#content .fudo-fav-box {
	padding:4px 0;
	}


/* = footer
-------------------------------------------------------------- */

#colophon .widget-title{
	/*	font-size: 13px;	*/
	color: #666;
	border-bottom: 1px dotted #DDD;
	margin: 0px 0px 6px;
	padding: 4px 0px 0px 0px;
	line-height: 1.6;
	font-weight: bold;
}

#colophon .widget a{
	color: #666;
	/*	font-size: 12px;	*/
	font-weight: normal;
}

#colophon .widget ul{
	list-style-position: inside;
	list-style-type: circle;
}



/* = 見出し
-------------------------------------------------------------- */

#main #container #content h1 {
	border-bottom: 1px dotted #ccc;
	border-left: 3px solid #666;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 2px 10px;
	line-height: 1.6;
	color: #666;
}

#main #container #content h3 {
	font-size: 30px;
    text-align: center;
    margin: 70px 0px 23px 0px;
    padding: 7px 0px 3px 0px;
    color: #a0a0a0;
    font-weight: normal;
    border-bottom: 4px solid #f1f1f1;
}

#main #container #content .widget:nth-of-type(1) h3{
	margin-top:0;
}





/* = コメント欄
-------------------------------------------------------------- */

#comments {
	padding-top: 60px;
}

#comments-title em { font-style: normal; }

#comments li.comment { line-height: 1.2; }

#comments .comment-meta { /*	font-size: 10px;	*/ }

#respond { border-top-style: none; }

#main #comments #respond h3#reply-title { 
}

#cancel-comment-reply-link { margin-left: 2em; }



/* = Contact Form 7 checkbox hook
-------------------------------------------------------------- */


#content .wpcf7{
	line-height: 1.8;
	background-color: #fff;
	padding:14px;
}

#content .wpcf7 th{
	font-weight: bold;
	padding:10px 5px;
	border-top: 1px solid #EDEDED;
}

#content .wpcf7 td{
	border-top: 1px solid #EDEDED;
}

#content .wpcf7 tr{
	background-color: #fff;

}

#content .wpcf7 td input[type=text] ,
#content .wpcf7 td input[type=email] ,
#content .wpcf7 td textarea 
{
	background-color: #f5f5f5;
}

#content .wpcf7 input[type=submit]{
	width: 100%;
	margin: 20px 0 0;
}

#content .wpcf7-list-item label {
	font-weight: bold;
	display: block;
	float:left;
	margin-left:1em;
	margin-right:10px;	
}

#content form p:after {
	content:'';
	display:block;
	clear:both;
}


/* = 印刷用CSS Twenty Eleven +α
-------------------------------------------------------------- */

@media print {

	* { font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

	body, #wrapper,  #list_simplepage2,  .list_simple_box {
		margin: 0 !important;
		padding: 0 !important;
	}

	head+body {
		max-width: 100% !important;
		min-width: 80% !important;
		margin: 0 auto !important;
	}

	#header_part{
		display: none;
	}

	#site-title a {
		float: left !important;
		/*	font-size: 14pt !important;	*/
	}

	#site-description { font-size: 8pt; !important; }

	#container, .list_simple_box { width: 100% !important; }

	h1, h2, h3 {
		font-size: 13pt !important;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		border: none;
	}

	/* フォーム部分 */
		#list_simplepage2 .wpcf7 { display: none !important; }

	/* 地図 */
		#map_canvas {
		width: 514px !important;
		height: 340px !important;
	}
}

	@page{
		margin: 1cm 1cm !important;
	}



/* = TOP fudo_toukou_top-XX
-------------------------------------------------------------- */

#top_fbox #content ul#toukou_top {
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	clear: both;
}

#top_fbox #content ul.toukou_top_post_excerpt {
	padding: 5px 0 0 10px;
	margin: 0 0 10px;
}


#top_fbox #content .toukou_top_post_title {
	line-height: 1.6;
}

#top_fbox #content #toukou_top li {
	line-height: 1.4;
	list-style:none;
	display: block;
}


#top_fbox #content #toukou_top img {
	float:left;
	margin: 0 10px 0 0;
	padding: 2px;
	width:75px;
/*	height:75px; */
}



/* = primary and secondary fudo_toukou_top-XX
-------------------------------------------------------------- */

#primary ul#toukou_top, #secondary ul#toukou_top {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#primary ul.toukou_top_post_excerpt, #secondary ul.toukou_top_post_excerpt {
	padding: 5px 0 0 10px;
	margin: 0 !important;
}

#primary #toukou_top a, #secondary #toukou_top a { color: #333; }

#primary .toukou_top_post_title, #secondary .toukou_top_post_title {
	line-height: 1.4;
	font-weight:bold;
	color: #333;
}

#primary #toukou_top li, #secondary #toukou_top li {
	line-height: 1.4;
	list-style:none;
	display: block;
}


#primary #toukou_top img, #secondary #toukou_top img {
	float:left;
	padding: 0 5px 0 0;
	width:75px;
	height:75px;
}



/* = toukou
-------------------------------------------------------------- */

.entry-content {
	/*	font-size: 12px;	*/
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
}

.entry-content a { color: #333; }

.entry-meta {
	text-align: right;
	/*	font-size: 10px;	*/
}



/* = widget_twentyeleven_ephemera
-------------------------------------------------------------- */

.widget_twentyeleven_ephemera ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}



/* = 物件リストソート部
-------------------------------------------------------------- */
.nav-previous{
	/*	font-size: 12px;	*/
	padding: 10px 0px 10px 5px;
}


/* =  ページリスト
-------------------------------------------------------------- */
.nav-next{
	width: 48%;
	/*	font-size: 12px;	*/
	padding: 10px 0 10px 5px;
}

.nav-next a{
	color:#fff;
	padding: 0 5px;
	background:#ccc;
}

/* = NEW/UP mark
-------------------------------------------------------------- */
/* 物件リスト・詳細 */
.entry-title .new_mark {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background: #d00;
    display: inline-block;
    padding: 2px 10px;
    height: 20px;
    float: right;
    vertical-align: middle;
}



/* 関連物件 */
#syousai_box ul.syousai-content li {
	position: relative;
}

#syousai_box .new_mark {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	
	display: block;
	padding: 2px 5px;
	width: 26px;

	position: absolute;
	top: 6px;
	right: 6px;
	
	border-radius: 4px;

	text-shadow:1px 1px 0px #900;

	background: #900; /* Old browsers */
	background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}

.page-template-showcase-php .new_mark, footer .new_mark, #footer .new_mark, #tertiary .new_mark, #primary .new_mark, #secondary .new_mark{
	width: auto;
}


/* 条件検索(固定ページ) */

#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;
}

/* 詳細ページ用flexslider */
#carousel.flexslider .slides img{
	/*border:1px solid #fff;*/
	width: inherit;
}

#carousel.flexslider .slides li img{
	/*border:1px solid #fff;*/
	width: 100%;
}

#carousel.flexslider{
	overflow: hidden;
	padding:0 2px;
	margin: 0 0 20px 0;
}

#slider.flexslider,#carousel.flexslider{
    background: #FDFDFD;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}

#carousel.flexslider .slides > li {
   margin-left: 1px;
}

#carousel.flexslider .slides > li a{
	cursor: pointer;
}

#slider.flexslider{
		height:492px;
		overflow: hidden;
		padding-top: 20px;
		margin: 30px 0 0 0;
}

#slider.flexslider .slides img {
  display: block;
  max-height: 465px;
  width:inherit;
  margin:0 auto;
}

#slider .flex-viewport{

}

#slider .slides > li{
	overflow: hidden;
}

.flexslider .slide_cap
{
	text-align: center;
    font-size: 35px;
    font-weight: normal;
    background: trasnparent;
    color: #393939;
    display: block;
    line-height: 35px;
    height: 35px;
    margin: 1px 0 0;
    top: 43%;
    /* left: 0; */
    position: absolute;
    /* bottom: 0px; */
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow:0px 0px 1px #ffffff,1px 1px 7px #ffffff,1px 1px 20px #ffffff;
} 



/*#slider .flex-direction-nav a {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  width: 40px;
  z-index: 10;
}*/

/* トップ用flex slider */

#content #top_slider.flexslider {
  background: none repeat scroll 0 0 #FFFFFF;
  border: none;
  border-radius: none;
  box-shadow: none;
  margin: 0 0 30px 0px;
  position: relative;
}

#content #top_slider.flexslider ul.slides{
	margin:0;
}

#content #top_slider.flexslider .flex-control-nav {
  bottom: -30px;
  position: absolute;
  text-align: center;
  width: 100%;
}


#content .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#content #top_slider.flexslider .flex-direction-nav .flex-prev {
    left: 10px;
}

#content #top_slider.flexslider .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
}

#content .flex-direction-nav a:before {
	line-height: 1;
}

#content .flexslider p.flex-caption{
	position: relative;
	top:0px;
	line-height: 28px;
	color:#888;
	text-align: center;
}

#content .flexslider:hover .flex-prev {
    left: 1px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#content .flexslider:hover .flex-next {
    right: 1px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#content .flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*  */

/* = EX物件ピックアップウイジェット
-------------------------------------------------------------- */
#content #ex_pickup{
}

#content #ex_pickup h4 i{
	color: #b9b9b9;
}

#content #ex_pickup a:hover h4,
#content #ex_pickup a:hover p{
	opacity: 0.85;
}

#content #ex_pickup .image_box_wrap{
	overflow: hidden;
	padding: 14px;
	background-color: #f7f7f7;
}

#content #ex_pickup .bukken-data{
	padding: 0px 2px 16px;
}

#content #ex_pickup .bukken-data dt , #content #ex_pickup .bukken-data dd{
	display: inline;
	margin-right: 15px;
}

#content #ex_pickup .bukken-data dd{
	font-size:1.2em;
	font-weight: bold;
}

#content #ex_pickup h4{
	font-size: 1.3em;
  	line-height: 1.7;
  	margin-bottom: 7px;
  	color:#478B5F;

}

#content #ex_pickup p.body{
	font-size: 1em;
	color:#898989;
	line-height: 1.6;
}

#content #ex_pickup .image_box{
}

#content #ex_pickup .image_box a{
	display: block;
	line-height:0;
}

#content #ex_pickup .image_box-left{
	width: 280px;
	float:left;
}

#content #ex_pickup .image_box-right{
	width: 280px;
	float:right;
}

#content #ex_pickup .image_box img{
	object-fit: cover;
}

#content #ex_pickup .data_box-left{
	float:right;
	width: calc(100% - 310px);
}

#content #ex_pickup .data_box-right{
	float:left;
	width: calc(100% - 310px);
}

#content #ex_pickup .flexslider{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	border:0;
	margin:0;
}

#content #ex_pickup .flexslider.img_all_box{
	width: 280px;
	height: 180px;
	float:left;
	position: relative;

}

#content #ex_pickup .flexslider.img_all_box .ex_img_box{
	position: relative;
}

#content #ex_pickup .flexslider.img_all_box ul{
	margin:0;
	padding:0;
}

#content #ex_pickup .flexslider.img_all_box ul li{
	margin:0;
	padding:0;
	list-style-type: none;
}

#content #ex_pickup .flexslider.img_all_box ul li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  /* padding: 3px; */
  display: block;
  color: #FFF;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: center;
  /* text-shadow: 1px 1px #000; */
  background: rgba(45, 45, 45, 0.5);
  /*text-shadow:1px 1px #000;*/
  /*filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;*/

}

#content #ex_pickup .flexslider.img_all_box ul li img{
	width: 100%;
	height: inherit;
    max-height: 180px;
    margin: 0 auto;
    object-fit: contain;
	}

  /* = EX特集ウイジェット
}
-------------------------------------------------------------- */
#content #ex_special ul.ex_special_list{
	overflow: hidden;
    padding: 14px;
    background-color: #f7f7f7;
}

#content #ex_special ul.ex_special_list li{
  position: relative;
  display: block;
  width: calc((100% - 30px)/4);
  /*height: 260px; */
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  /*line-height: 1.4;*/
  float: left;
  list-style-type: none;
  padding: 0px 2px;
  margin: 0 0px 0px 10px;
  box-sizing:border-box;
}

#content #ex_special ul.ex_special_list li:first-child{
	margin-left: 0;
}

#content #ex_special ul.ex_special_list li img{
	width: 100%;
	height: 172px;
	object-fit: cover;
	transition-duration: 0.3s;
}

#content #ex_special ul.ex_special_list li a:hover img{
	transform: scale(1.1);
}

#content #ex_special ul.ex_special_list li .li_inner{
	background: #000;
	height: 172px;
	overflow: hidden;
}

#content #ex_special ul.ex_special_list li p{
	color: #FFF;
	font-size: 22px;
    text-align: center;
    width: 100%;
    padding: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
  	transform: translate(-50%, -50%);
}

#content #ex_special ul:after{
	display:none;
}

  /* その他
-------------------------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}


}


/* tablet */
@media screen and (min-width: 768px) and (max-width: 1312px) {

.ex_pop_toggle{
	color: #e6cecb;
	font-size: 40px;
	position: fixed;
	top: 112px;
	left: unset;
	right: 40px;
	z-index: 8;
	cursor: pointer;
}

.ex_pop_toggle.ex_kaiin{
	font-size: 40px;
	position: fixed;
	top: 200px;
	left: unset;
	right: 40px;
	z-index: 8;
	cursor: pointer;
}

/*.ex_pop_toggle{
}

.ex_search {
    left: 33%;
}

.ex_kaiin {
    left: 30%;
}*/

.site {
    margin: 0px auto 0;
    width: 100%;
    box-sizing: border-box;
    /* max-width: 68.571428571rem; */
    overflow: visible;
    padding: 0px 20px;
}

.main-navigation-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    top: 0;
    right: 0;
    transition: .3s;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    margin-right: 10px;
    /* border-bottom: 4px solid #EEE; */
}

.site-content {
    float: right;
    width: 100% !important;
    margin-right: 0px;
    margin-left: 40px;
}

.widget-area {
    width: 100%;
}



}



/* smartphone */
@media screen and (max-width: 767px) {

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baselin1e;
}
body {
	line-height: 1;
	overflow-x:hidden;
	overflow-y:hidden; 
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: bold;
	color: #7c7c7c;

	/*
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);

	*/
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #666;
/*	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);*/
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #666;
/*	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;*/
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color: #FFF;
}
body.custom-font-enabled {
/*	font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
	font-family: "リュウミン B-KL" ;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}


/* 基本サイズ */



#main{
	padding-top: 165px;
}

.home #main{
	padding-top: 40px;
}
.site {
	margin: 0 0px;
	max-width: 100%;
	/*max-width: 68.571428571rem;*/
	overflow: hidden;
	padding:0;
	margin:0 auto;
	background-color: #fff;
}

.home .site{
	padding-bottom: 0;
}
.site-content {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 0 2%;
}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	width: 100%;
}


.widget-area{
	/*width: 22% !important;*/
	float:left;
	width:100%;
	margin: 0 0 0;
}





/* Page structure */
#header_part{
	position: absolute;
	width: 100%;
}


#logo_area{
	text-align: center;
	min-height:56px;
	margin: 16px auto 14px;
}

#logo_area img{
	max-width: 100%;
}

#site-share{
	margin:10px 10px;
}

#site-share iframe.twitter-share-button {
	width: 105px!important;
	float: left;
}

#site-share #twitter-widget-0{/*ie7*/
	width: 105px!important;
	float: left;
}

#site-text{
	margin-bottom:10px;
}

#site-open{
	display:inline;
	color:#5E7FDF;
	margin:0px 10px 10px 0px;
}

#site-tel{
	display:inline;
	color:#5E7FDF;
	margin:0 10px 10px 0;
}

#site-tel .prefix{
	margin-right: 4px;
}

#site-contact{
	position: absolute;
	right: 0;
	display: inline;
}

#site-contact a{
	color: #fff6f6;
    position: relative;
    font-size: 89%;
    padding: 9px 10px;
    /* line-height: 30px; */
    top: 0px;
    background-color: #ea7878;
}

hgroup{
	position: absolute;
	left: -8px;
	top: 0;
	width: 100%;
	text-align: left;
	/*border-bottom: 1px solid #EEE;*/
}

.site-header {
	position: relative;
	padding: 18px 0 30px 0;
	z-index:9000;
}
.site-header h1,
.site-header h2 {
}
.site-header h1 a,
.site-header h2 a {
	color: #AAA;
	display: inline-block;
	text-decoration: none;
	margin-left:10px;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 16px;
	line-height:28px;

}
.site-header h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #c51313;
	margin-left: 10px;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	clear:both;
	text-align: right;
	background-color: #666;
	position: absolute;
	top: 0px;
	right: 0px;
	padding:0px;
	opacity:0.8;
	z-index:9100;
	height:46px;
	line-height: 46px;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	color:#fff;
	background-color: #666;
	padding:10px;
}

.main-navigation ul.nav-menu li a{
	color:#fff;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	background-color: #999;
	position: relative;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	text-decoration: underline;
}
footer#colophon .footer_inner{
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	color:#fff;
	clear: both;
	min-height: 33px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 10px;
	overflow: hidden;
}

footer#colophon a,
footer#colophon .widget a{
	color: #FFF;
	font-size: 14px;
}

footer#colophon #footer_widget_area .widget-title{
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

footer#colophon .site-info{
	text-align: right;
}

footer#colophon .site-info .site-title a{
	font-size: 20px;
	font-weight: bold;
}

footer#colophon .site-info .site-title a{
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-left: 12px;
}

footer#colophon .site-info ul{
}

footer#colophon .site-info ul li{
	font-size: 14px;
	display: block;
	text-align: right;
}

footer#colophon ul li{
	list-style-type: none;
}

footer#colophon .site-info .site-logo {
	max-width: 50%;
	max-height: 50px;
	float:left;
}

footer#colophon .site-info .site-logo img{
	max-width: 100%;
	max-height: 50px;
}


footer #footer_widget_area{
	color: #FFF;
	width: 100%;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

footer #footer_widget_area .widget-title{
	border: none;
}

footer #footer_widget_area > aside{
	width: 48%;
}

footer #footer_widget_area .wbox{
	/*width: 48%;*/
	margin: 0 40px 0 0;
}

#link_to_top{
	display: none;
	width:40px;
	height:40px;
	position: fixed;
	right: 5px;
	bottom: 5px;
}

#link_to_top.fixed-bottom{
	position: absolute;
	bottom: 110px;
}

#link_to_top i{
	color: rgba(0,0,0,0.4);
	font-size: 40px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 12px;
	margin-bottom: 0.3rem;
	margin-top:1.7rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 10px 0 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 0px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	/*border-top: 1px solid #ededed;*/
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

#container #content .widget{
	margin:0px 0 52px;
	overflow: hidden;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}








/* = nav-menu
---------------------------------------------------------------------- */
.ie .nav-menu ul li a,
.ie .nav-menu ul li {
    display: inline;
}




/* 3= 汎用css
---------------------------------------------------------------------- */
.unit{
	display:inline;
	font-size:14px;
}
/*
.dpoint1 {
	color: #FFF;
	display:block;
	background: #8EB882;
	font-size: 23px;
	padding: 18px 6px 18px 0px;
	text-align: center;
	white-space: nowrap;
	z-index:2;
}

.dpoint1 .unit{
	display:inline;
	font-size:10px;
}

.dpoint2{
 width:100%;
}

.d_madori {
	color: #2C49B4;
	padding: 7px 7px;
	z-index:2;
}

.d_menseki {
	color: #333;
	padding: 4px;
  font-weight: bold;
  border-top: 3px dotted #E0E0E0;
}

.dpoint3 {
	font-weight: bold;
	color: #000;
	display: inline;
}

.dpoint4 {
	font-size: 25px;
	display: inline;
	font-weight: bold;
}

.dpoint4_td{
	width:157px;
	border-left:5px solid #8EB882;
}

#list_simplepage2 .list_simple_box .list_detail .list_price .dpoint4_td dt{
	color: #8EB882;
}

.dpoint5 {
	font-size: 25px;
	color: #2C49B4;
	display: inline;
	font-weight: bold;
}

.dpoint5_td{
	width:137px;
	border-left:5px solid #2C49B4;
}

#list_simplepage2 .list_simple_box .list_detail .list_price .dpoint5_td dt{
	color: #2C49B4;
}
*/


/* 12= 物件リストページ #list_simplepage
---------------------------------------------------------------------- */

.list_detail table td {
	padding: 2px;
	vertical-align: top;
}

#list_simplepage .list_simple_boxtitle {
	font-size: 21px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 4px 0px;
	color: #666;
	border-bottom: 6px solid #EBEBEB;
	font-weight: normal;
	/*background:url('./images/h3_bg.png') bottom left repeat-x transparent;*/
}

#list_simplepage .list_simple_boxtitle .shubetsu_icon,
#list_simplepage2 h2.entry-title  .shubetsu_icon
{
	font-size:12px;
	color:#fff;
	padding:0px 4px;
	margin-right: 4px;
	background-color: #f0c7c7;
	position: relative;
	top:-2px;
}

#list_simplepage .list_simple_boxtitle h2{
	margin: 0;
}

#list_simplepage .list_simple_boxtitle h2 a {
	font-weight: bold;
	padding: 0;
	display: block;
}

#list_simplepage .list_simple_boxtitle h2 a .new_mark{
	display: inline;
    position: relative;
    top: -1px;
}


#list_simplepage .list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

#list_simplepage .list_simple_box {
	/zoom : 1;
	position: relative;
	margin: 0 0 70px 0;
	padding:0 0 5px 0;
	background-color: #fff;
	border-bottom: 6px solid #E0E0E0;
	/*background:url('./images/h3_bg.png') bottom left repeat-x transparent;*/
	min-height: 199px;
}

#list_simplepage .list_simple_box .dpoint1{/* 価格 */
	color: #2C49B4;
	display: block;
	box-sizing: border-box;
	float: left;
	width:50%;
	line-height: 60px;
	padding: 7px 7px;
	font-size: 200%;
	font-weight: bold;
	z-index:2;
}

#list_simplepage .list_simple_box .dpoint2{/* 間取り */
	background-color: #FFFFFF;
	color: #2C49B4;
	display: block;
	box-sizing: border-box;
	float: left;
	width:50%;
	line-height: 60px;
	padding: 7px 7px;
	font-size: 140%;
	font-weight: bold;
	z-index:2;

}

#list_simplepage .list_simple_box table{
	margin:0;
}

#list_simplepage .list_simple_box .list_detail dt {
	float:left;
	width:88px;
	font-weight: bold;
	margin-left:5px;
	color: #333;
}

#list_simplepage .list_simple_box .list_detail dt.dt_madori {
	width:55px;
	}

#list_simplepage .list_simple_box .list_detail dd {
	float:left;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 0px;
}

#list_simplepage .list_simple_box .list_picsam {
	width: 100%;
}

#list_simplepage .list_simple_box .list_picsam_img{
	clear:both;
}

#list_simplepage .list_simple_box .list_picsam img {
	background-color: #FFF;
/*	height: 100px;	*/
	width: 49%;
	margin: 0;
	padding: 0;
	margin-left:1px;
	float: left;
}


#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }

#list_simplepage a:hover .list_details_button {
	color: #39F;
	text-decoration: underline;
}

#list_simplepage .list_simple_box .list_detail {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	font-size: 87.5%; 
}

#list_simplepage .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	padding-left:5px;
}

#list_simplepage .list_price {
	padding:0px 0px;
	background-color: #f5f5f5;
}

#list_simplepage .list_price.rent {
	background-color: #f5f5f5;
}


#list_simplepage .list_detail .list_price tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
}

#list_simplepage .list_detail .list_address dd { display: block; }

#list_simplepage .entry-excerpt{
	padding-bottom: 0px;
	padding-left: 0px;
}

#list_simplepage .list_price_others .list_price_others_th{
	font-weight: bold;
}




/* 物件の詳細を見るボタン */

#list_simplepage .list_simple_box .list_details_button {
	position: absolute;
	bottom: -29px;
	background: url("./images/ar_gray.png") no-repeat scroll right 9px #E0E0E0;
	color: #E00;
	display: block;
	line-height: 36px;
	padding: 0 0 0 10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}






/* 13= 物件詳細ページ #list_simplepage2 
---------------------------------------------------------------------- */

#list_simplepage2 .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
}


#list_simplepage2{
	margin:0;
	padding:0;
}

#list_simplepage2 .list_simple_box .list_detail dt {
	font-weight: normal;
	color: #333;
	float:left;
	clear:both;
}

#list_simplepage2 .list_simple_box .list_detail dl.list_price table td dt

{
	clear:none;
}

#list_simplepage2 .list_simple_box .list_detail dd {
	display: inline;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 0px;
	float: left;
}


#list_simplepage2 .list_simple_box .list_detail .list_price{
	position: relative;
	display: none;/* 代わりにオリジナルを使う */
}


/* v2.2~ */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .flexbox{

}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex ul.d_price_madori,
#list_simplepage2 .list_simple_box .list_detail .list_price_ex ul.d_price_detail
{
	display: flex;
	margin: 0 0 14px;
	padding: 0;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex ul li{
	margin: 0;
	padding: 0 8px 0 8px;
}

/* 価格色 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price {
	display: inline;
	text-align: left;
	font-weight: bold;
	border-left:2px solid #8EB882;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price dt{
	color: #8EB882;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price dd{
	font-size: 25px;
	color: #8EB882;
}

/* 間取り色 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_madori {
	display: inline;
	text-align: left;
	font-weight: bold;
	border-left:2px solid #2C49B4;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_madori dt{
	color: #2C49B4;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_madori dd{
	font-size: 25px;
	color: #2C49B4;
}

/* 金額詳細 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail li{
	display: inline;
	text-align: left;
	font-weight: bold;
	border-left:1px solid #ccc;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail dt{
	color: #000;
}

#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail dd{
	font-size: 12px;
	color: #666;
}

/* 付加情報 */
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add{
	/*box-sizing: border-box;
	width: 100%;
	border: 1px dotted #ccc;
	padding: 8px;*/
	margin: 14px 0;
	overflow: hidden;
}
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add li{
	list-style-type: none;
}
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add dt{
	width: 15%;
	font-size: 12px;
	display: inline-block;
	float: left;
	clear: both;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#list_simplepage2 .list_simple_box .list_detail .list_price_ex .d_price_detail_add dd{
	font-size: 12px;
	display: inline-block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 物件種別 */
#list_simplepage2 .list_simple_box .list_detail .bukkenshubetsu{
/*	position: absolute;
    right: 0;
    bottom: 8px;*/
    background-color: #f0b0b0;
    color: #FFF;
    display: inline-block;
    width: inherit;
    padding: 0 7px;
}

/* end */

#list_simplepage2 .list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}



#list_simplepage2 .list_detail table{
	margin: 0px;
	padding: 0px;
	border:none;
}

#list_simplepage2 .list_simple_box{
	padding: 0px 0 0px 0px;
	margin: 0 0 20px 0;
}

#list_simplepage2 .list_simple_box .list_detail {
	display: block;
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px;
	margin:0;
}

#list_simplepage2 .list_detail h3{
	font-size: 14px;
	margin: 8px 0px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
	color: #666;
}

#list_simplepage2 .list_picsam {
	display: none;
	/*width:140px;*/
	color: #000;
	margin: 0px 10px 0px 0px;
}

#list_simplepage2 .list_picsam img {
	border: 1px solid #999;
	background-color: #FFF;
/*	height: 130px;	*/
	width: 130px;
	margin: 0 0 4px 0;
	padding: 1px;
}

#main #content #second_img {
	display: none;
	padding: 10px 0;
}

#main #content #second_img img {
	border: 1px solid #999;
	background-color: #FFF;
	width: 98px;
	height:98px;
	margin: 0 1px 0 0;
	padding: 1px;
}

#list_simplepage2 .list_price {
	background-color: #fff;
	line-height: 2;
	margin: 20px 0 0 0;
	padding: 0 0 4px 0;
}
/*#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_detail table{
	font-size:14px;
}


#list_simplepage2 .list_detail table#list_add {
	font-size:14px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background:#f5f5f5;
	width: 100%;
}

#list_simplepage2 .list_detail table#list_other {
	font-size:14px;
	border-bottom: 2px solid #000;
}

#list_simplepage2 .list_simple_box .list_detail #list_add th{
	border-bottom:1px solid #DDDDDD;
	line-height: 1.4;
	padding: 5px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

#list_simplepage2 .list_simple_box .list_detail #list_add td {
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	color: #555;
	border-bottom:1px solid #DDDDDD;
	font-weight: bold;
}

#list_simplepage2 .list_simple_box .list_detail #list_other th{
	border-right: 2px dotted #CCC;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.2;
	padding: 5px;
	text-align: right;
	width: 25%;
	background: #FFF;
	font-weight: bold;
	color: #000;
}

#main #content #list_simplepage2 .list_simple_box .list_detail #list_other th.th2{
	
}

#list_simplepage2 .list_simple_box .list_detail td.dpoint7 dt{
	clear: both;
	float: left;
	width: 111px;
	margin:4px 0px;
}

#list_simplepage2 .list_simple_box .list_detail td.dpoint7 dd{
	float:left;
	margin:4px 0px;
}

#list_simplepage2 .list_simple_box .list_detail #list_other td {
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.2;
	padding: 5px;
	white-space: normal;
	width: 30%;

}



#list_simplepage2 h2.entry-title{
	font-weight: bold;
	padding: 6px 0 6px 0px;
	display: block;
	border-bottom: 6px solid #E0E0E0;
	/*background:url('./images/h3_bg.png') bottom left repeat-x transparent;*/
	font-size: 150%;
}

#list_simplepage2 h2.entry-title .title_text{
	display: block;
	margin-top: 4px;
}

ul.setsubi_list {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
}

ul.setsubi_list li,
.setsubi_dat  {
  background: none repeat scroll 0 0 #DEEDF1;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 3px 5px;
  padding: 0 5px;
  white-space: nowrap;
}

#toiawasesaki{
	display: block;
	margin:0 0 20px ;
	line-height: 1.2;
}

#contact_form{
	display: block;
	margin:0 0 20px ;
}

#contact_form label{
	display: block;
	margin:20px 0 0;
	font-weight: bold;
}

#contact_form input[type=text],
#contact_form input[type=email],
#contact_form textarea
{
	width: 95%;
    border-radius: 0;
    background: #fafafa;
    border: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 1.1em;
}

#contact_form input[type=submit]{
	-webkit-appearance: none;
	width: 100%;
    border-radius: 0;
    	webkit-border-radius: 0;
    background-image: none;
    color: #FFF;
    background: #165ab5;
    border: none;
    font-size: 1.3em;
    padding: 10px;
    margin-top: 20px;
    box-shadow: none;
}


/* 担当者コメント entry-content */
#main #content .entry-content p {
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0px;
}


/* 表下部・現況優先但書 */
.list_detail_bottom_info{
	clear : both;
	display: block;
	padding: 10px;
	text-align: right;
}


/* for wp3.6 youtube */
#main #content .list_detail .entry-content p iframe  {
	max-width: 470px;
}


/* 14= 物件詳細ページ関連物件  #syousai_box : 関連物件部分
---------------------------------------------------------------------- */

#list_simplepage2 .widget ul{ /zoom : 1;margin: 0 0 20px 0px;padding: 0px;}

#list_simplepage2 .widget ul:after{ content : ''; display : block; clear : both; height:0; }

#list_simplepage2 .widget ul li{
position: relative;
display: block;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
min-height: 106px;
font-size: 100%;
line-height: 1.7;
list-style-type: none;
background: #FFF;
padding: 0px;
margin: 0px 0px 0px 0px;
border-top: 2px solid #DDD;
}

#fudo_syousai-2 li{height: auto !important;}

#list_simplepage2 .widget ul li .top_price{
background:transparent;
line-height:22px;
font-size:16px;
color:#3b8625;
}

#list_simplepage2 .widget ul li .top_madori{
line-height:22px;
font-size:16px;
}

#list_simplepage2 .widget ul li span{
	font-size: 10px;
}

#list_simplepage2 .widget ul li img{ 
width: 91px;
height: 91px;
float: left;
position: absolute;
z-index: 10;
}


#list_simplepage2 .widget ul li .box2image{
	width:80px; 
/*	height:80px;	*/
	max-height:80px;
	margin-top:23px;
}


/* 関連物件 */

#list_simplepage2 .widget ul li {
	height:110px;
}

#list_simplepage2 .kanren .top_title{
	display:block;
	position:relative;
	top:0;
	opacity:1;
	background:#666;
}

#list_simplepage2 .widget_fudo_syousai #syousai_box img {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 20;
	top:0px;
	left:0px;
}

#list_simplepage2 .widget_fudo_syousai #syousai_box img.box2image {
	width: 91px;
	height: 91px;
	float: left;
	position: absolute;
	z-index: 10;
}

.widget_fudo_syousai #syousai_box .top_shozaichi{
	position: absolute;
	margin: 0 0 0 100px;
	top:30px;
}

.widget_fudo_syousai #syousai_box .top_kotsu{
	position: absolute;
	margin: 0 0 0 100px;
	top:45px;
}

.page-template-showcase-php .new_mark, footer .new_mark, #footer .new_mark, #tertiary .new_mark, #primary .new_mark, #secondary .new_mark{
	width: auto;
}

/* 17= 物件検索 固定ページ用  .jsearch
---------------------------------------------------------------------- */


#container #content.jsearch{
	padding: 0 0 30px 0;
	line-height: 2;
}

/* カラム変更によるcontent余白調整 */

.singular #container #content.jsearch{
	width: 100%;
	float: none;
}

.right-sidebar #container #content.jsearch {
	margin: 0;
	width: 690px;
	float: right;
}

.left-sidebar #container #content.jsearch{
	width: 700px;
	float: left;
}

/*  */

#main #container #content.jsearch h3{
	border-bottom: 1px dotted #CCC;
	border-left: 4px solid #CCC;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px -10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow : none;
}

#container .jsearch h4{
	border-left: 4px solid #CCC;
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	margin: 15px 0px 5px -10px;
}

#container .jsearch h5{
	margin: 10px 0px 0px -5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}


.jsearch p{
	margin: 0;
	padding: 0px 10px 10px 0px;
}

#container .jsearch ul{
	margin: 0 0 10px;
	padding: 0px;
	overflow: hidden;
	/zoom: 1;
}

.jsearch li{
	margin: 0 1em 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
}

.jsearch label {
	margin-right: 5px;
	color: #666;
}

#container .jsearch .submit input{ 
	width: 100%;
	border: 1px solid #298CBA;
	padding: 3px 10px;
	margin: 10px 10px 20px 0;
	color: #FFFFFF;
	font-weight: bold;

	cursor: pointer;

	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	
	background: #298CBA; /* old browsers */
	background: -moz-linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0298CB), color-stop(50%, #247CA4), color-stop(100%, #206D93)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298CB', endColorstr='#206D93', GradientType=0 ); /* ie */
	background: linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%);
}

/* 17= 物件検索 固定ページ用  .jsearch 新
---------------------------------------------------------------------- */

	table.form_jsearch {
		border: 1px solid #E5E5E5;
		border-collapse: collapse;
		font-size: 87.6%;
		line-height: 18px;
		margin-bottom: 10px;
		width: 100%;
	}
	table.form_jsearch tr {
		border: 0 none currentcolor;
		font: inherit;
		margin: 0;
		padding: 0;
	}
	table.form_jsearch th {
		background:  #F6F6F6;
		border-bottom: 1px solid #E5E5E5;
		font-weight: bold;
		padding: 10px !important;
		text-align: left;
		width: 18%;
		vertical-align: top;	
	}
	table.form_jsearch td {
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		margin: 0;
		padding: 10px !important;
		width: 81%;
		background-color: #fff;
	}

	table.form_jsearch h5 {
		margin: 10px 0 10px !important;
	}
	table.form_jsearch ul {
		margin: 0 !important;
	}





/* 00= Fudousan Plugin Copyright
---------------------------------------------------------------------- */

#nendebcopy {
	font-size: 12px;
	max-width: 68.5714rem;
	margin: -20px auto;
	text-align: right;
}

#nendebcopy a {
	color: #686868;
	text-decoration: none;
}




/* = widget Top Slider Style
-------------------------------------------------------------- */
	/* = sidebar only
	-------------------------------------------------------------- */
	#tertiary .carousel_inner,
	#primary .carousel_inner,
	#secondary .carousel_inner{
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
	/*	height: 115px; */
		overflow: hidden;
		margin: 0;
	}

	#tertiary .grid-content li,
	#primary .grid-content li,
	#secondary .grid-content li{
		display: block;
		width: 200px;
		font-size: 10px;
		line-height: 1.2;
		float:left;

		list-style-type: none;
		
		padding: 8px;
	}

	#tertiary .box1image ,
	#primary .box1image ,
	#secondary .box1image{
		width: 100px;
		float:left;
		padding-right: 5px; 
	}



	/* 2011 */
	.two-column #secondary .grid-content li{
		width: 210px;
	}

	.showcase #content .grid-content .carousel_inner li {
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
		height: 130px;
		overflow: hidden;
		margin: 0;

		font-size: 10px;
		line-height: 1.2;

	}


	/* 2010 */
	#main .widget-area ul ul.grid-content {
	    margin-left: -0.5em;
	}



	/* unpc*/
	#main .widget-area ul.grid-content{
		padding: 0;
	}
	.three-column.unpc .grid-content li{
		width: 175px;
	}
	.three-column.unpc #tertiary .grid-content li,
	.three-column.unpc #secondary .grid-content li{
		width: 175px;
		margin-left: -0.5em;
	}
	.three-column.unpc #tertiary .box1image,
	.three-column.unpc #secondary .box1image{
		width: 90px;
	}
	.three-column.unpc #tertiary .carousel_inner,
	.three-column.unpc #secondary .carousel_inner{
		width: 180px;
	}
	.two-column.unpc .grid-content li{
		width: 190px;
	}
	.two-column.unpc #secondary .grid-content li{
		width: 190px;
		margin-left: -0.5em;
	}
	.two-column.unpc #secondary .box1image{
		width: 75px;
	}
	.two-column.unpc #secondary .carousel_inner{
		width: 195px;
	}




	/* = footer only
	-------------------------------------------------------------- */
	footer .carousel_inner,
	#footer .carousel_inner{
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
	/*	height: 115px; */
		overflow: hidden;
		margin: 0;
	}

	footer .grid-content li,
	#footer .grid-content li{
		display: block;
		width: 200px;
		font-size: 10px;
		line-height: 1.2;
		float:left;

		list-style-type: none;
		
		padding: 8px;
	}

	footer .box1image,
	#footer .box1image{
		width: 100px;
		float:left;
		padding-right: 5px; 
	}

	#footer .widget-area ul ul.grid-content {
	    margin-left: -0.5em;
	}


	/* = NEW/UP mark
	-------------------------------------------------------------- */

	.showcase #content .grid-content,
	footer .grid-content li,
	#footer .grid-content li,
	#tertiary .grid-content li,
	#primary .grid-content li,
	#secondary .grid-content li{
		position: relative;
	}

	.page-template-showcase-php .new_mark,
	footer .new_mark,
	#footer .new_mark,
	#tertiary .new_mark,
	#primary .new_mark,
	#secondary .new_mark {
		font-family: Verdana, Geneva, sans-serif;

		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		
		display: block;
		padding: 2px 5px;
		width: auto;

		position: absolute;
		top: 3px;
		left: 5px;
		
		border-radius: 4px;

		z-index:30;

		text-shadow:1px 1px 0px #900;

		background: #900; /* Old browsers */
		background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
	}




	/* = 関連物件
	-------------------------------------------------------------- */
	#list_simplepage2 .widget ul li {
		position: relative;
	}

	#syousai_box .new_mark {
		font-family: Verdana, Geneva, sans-serif;

		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		
		display: block;
		padding: 2px 5px;
		width: 24px;

		position: absolute;
		top: 1px;
		left: 55px;
		
		border-radius: 4px;

		z-index:30;

		text-shadow:1px 1px 0px #900;

		background: #900; /* Old browsers */
		background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
	}


/* 以下corners2012.css */

@charset "utf-8";


/* = common 
-------------------------------------------------------------- */


body, input, textarea, select, .page-title span, .pingback a.url {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }
input[type=submit] { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }
pre { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }
code { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }


/* ロールオーバー */
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);

}

a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
}

input[type=submit]:hover,
input[type=button]:hover
{
	opacity:0.75;
	filter: alpha(opacity=75);
}

a:link { color: #666; }    /* 未訪問のリンク */
a:visited { color: #666; } /* 訪問済みのリンク */
a:hover { color: #666; }   /* ポイント時のリンク */
a:active { color: #666; }  /* 選択中のリンク */

a {text-decoration:none}

/* = header 
-------------------------------------------------------------- */



/* = nav 
-------------------------------------------------------------- */



/* = TOP only
-------------------------------------------------------------- */

#top_fbox #content ul.grid-content {
	/zoom : 1; 
	margin: 0 0 0 0;
	padding:0px;
}

#top_fbox #content ul:after {
	content : '';
	display : block;
	clear : both;
	height:5px;
}

/* トップ */
#top_fbox #content .grid-content li {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 86%;
	line-height: 1.4;
	float:left;
	list-style-type: none;
	background:#fff;
	padding: 0px;
	margin:0 0px 40px 0;
}

#top_fbox #content .grid-content li:nth-child(3n+1){
	margin-left: 0;
}

/* 詳細を見るリンクと会員マーク*/
#top_fbox #content .grid-content li div.goto{

}

#top_fbox #content .grid-content li div.goto img{
	position: relative;
	top: 29px;
	left: 142px;
}

#top_fbox #content .grid-content li div.goto a{
	width: 50%;
    height: 50px;
    background: url(images/ar_thin.png) no-repeat top right;
    font-size: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}


#top_fbox #content .grid-content li .fudo_kaiin_type_logo{
	display: none;
}

#top_fbox #content .grid-content li .box1image{
	width: 100%;
    height: inherit;
    max-height: 230px;
    object-fit: cover;
    z-index: 10;
}


*:first-child+html #top_fbox #content .grid-content li {
	margin:0 6px 6px 0;
}

* html #top_fbox #content .grid-content li {
	margin:0 6px 6px 0;
}


#top_fbox #container #content table {
	margin: 0;
	padding: 0;
	border: none;
}

#top_fbox #container #content tr td {
	margin: 0;
	padding: 0;
	border: none;
}

#top_fbox #content .grid-content li .top_kaiin{
	position: absolute;
    top: 99px;
    font-size: 128%;
    width: 100%;
    padding: 7px 0;
    color: #fff;
    background: #01052d80;
    text-align: center;
}

.top_title{
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 10px;
    display: block;
}
.top_price {
	font-size: 20px;
	padding: 0px 10px 0 0;
	z-index:2;
	}

.unit{
	display:inline;
	font-size:10px;
}

.top_madori{
	color: #2c49b4;
	font-size: 16px;
	z-index:1;
}
.top_menseki{
	font-size: 16px;
}
.top_shozaichi{
	color:#000;
	font-size: 12px;
	display: block;
	margin-top: 3px;
	padding-left:18px;
	background:url('./images/icon_pin.png') 1px 1px no-repeat;

}
.top_kotsu{
	color:#000;
	font-size: 12px;
	display: block;
	margin-top: 4px;
	padding-left:18px;
	background:url('./images/icon_train.png') 1px 1px no-repeat;

}

.top_kotsubus{
	color:#000;
	font-size: 12px;
	display: block;
	margin-top: 4px;
	padding-left:18px;
	background:url('./images/icon_bus.png') 1px 1px no-repeat;
}

.box1low{
	float: right;
	width: 100%;
	line-height: 1.8;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}







/* fudo_top_slider */
.carousel_inner{
	width: 99% !important;
}

#top_fbox #content .widget_fudo_top_slider .grid-content .carousel_box>li{
	width: 93%;
}

/* ポップアップ */

.ex_pop_toggle{
	color: #e6cecb;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 102px;
	z-index: 9999;
	cursor: pointer;
	transition: all .3s;
}

.ex_pop_toggle.ex_kaiin{
	color: #e6cecb;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 76px;
	z-index: 9999;
	cursor: pointer;
	transition: all .3s;
}


.ex_pop_toggle .fa-search{
	/*color: #e6cecb;*/
	/*text-shadow: 1px 1px 2px #333;*/
}

.ex_pop_toggle .fa-user{
	/*color: #e6cecb;*/
	/*text-shadow: 1px 1px 2px #333;*/
}

.ex_pop_close{
	position: absolute;
    top: 5px;
    right: 10px;
    color: #3a3a3a;
    font-size: 30px;
    cursor: pointer;
	/*text-shadow: 1px 1px 2px #333;*/
}

.ex_pop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
}

.ex_pop .ex_pop_inner{
	position: relative;
	width: 90%;
	max-height: 90vh;
	margin: 5vh auto 5vh;
}

.ex_pop .ex_pop_inner .widget{
	 box-sizing: border-box;
	 line-height: 1.2;
	 background-color: #f7f7f7;
	 padding: 14px;
	 max-height: 80vh;
	 overflow-y: auto;
}

.ex_pop .ex_pop_inner .widget h3.widget-title
{
	margin: 0;
    background: #f7f7f7;
    color: #828080;
    font-size: 1.2em;
    padding: 0 12px 0px;
    margin-bottom: 14px;
    border-bottom: 2px solid #d8d8d8;
	/*background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
}

.ex_pop .widget input[type=submit],
.ex_pop .widget input[type=button]
{
	font-size:16px;
	display:block;
 	margin: 8px auto 2px;
	/*background:url('./images/button_ar.png') 97% center no-repeat #cfcfcf;*/
	background: #d58312;
	color:#fff;
	width:100%;
	border:none;
	cursor: pointer;
	margin: 30px 5px 5px 5px;
	border-radius: 0px;
  }

/* ポップアップ物件検索 */

#ex_search .widget_fudo_b_k h3.widget-title::before,
#ex_search .widget_fudo_b_k_bus h3.widget-title::before
{
	margin: 0;
	/*background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;*/
	font-family: "Font Awesome 5 Free";
  content: "\f002";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}

#ex_search #searchitem_m,
#ex_search #searchitem{


}

#ex_search #searchitem_m div,
#ex_search #searchitem div{
	margin: 0px 0px 0px;
/*	padding: 0px 0px 0px 8px;
	text-indent: -4px;	*/
	line-height: 1.6;
}


#ex_search .jsearch_caution2,.jsearch_caution1{
	color:#8ED18E;
}

#ex_search .jsearch_roseneki,
#ex_search .jsearch_chiiki,
#ex_search .jsearch_hofun,
#ex_search .jsearch_chikunen,
#ex_search .jsearch_memseki
{
	display:block;
	font-size:13px;
	line-height:13px;
	padding:3px 6px 3px 6px;
	color:#000;
	/*background:url('./images/tri6.png') 5px center no-repeat #a69b9b;*/
	margin: 13px 0 4px;
}

#ex_search .widget_fudo_b_k_m select,
#ex_search .widget_fudo_b_k select,
#ex_search .widget_fudo_b_k_bus select
{
	/*display: block;*/
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
}

#ex_search #content .widget_fudo_b_k_m select,
#ex_search #content .widget_fudo_b_k select,
#ex_search #content .widget_fudo_b_k_bus select,
{
	width: auto;
}

#ex_search .widget_search form{
	margin:0;
}


#ex_search #primary .widget li.widget_search, #secondary .widget li.widget_search {
	list-style-type: none;
}

#ex_search li.widget_search{ list-style-type: none; }

#ex_search input[type="text"], #ex_search input[type="password"], #ex_search input[type="email"], #ex_search input[type="url"], #ex_search textarea {
    padding: 3px;
}





/* = TOP twitter
-------------------------------------------------------------- */

#top_fbox #content #twitter_update_list {
	/*	font-size: 12px; */
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	clear: both;
}

#top_fbox #content #twitter_update_list a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#top_fbox #content #twitter_update_list li a.tw_date {
	display: block;
	width: 65px;
	float: left;
	margin: 0px 20px 0px 0px;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}


#twitter_update_list li a.tw_date:after { content: ":" }

#top_fbox #container #content #twitter_update_list li .tw_status {
	display: block;
	line-height: 1.6;
	margin: 0 0 0 90px;
}

#top_fbox #container #content ul#twitter_update_list { padding-left: 15px; }

#top_fbox #container #content ul#twitter_update_list li {
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px 5px 5px;
	font-weight: normal;
}

#top_fbox #container #content ul#twitter_update_list li { zoom:1;}

#top_fbox #container #content ul#twitter_update_list li:after {
	content:'';
	display:block;
	clear:both;
}



/* = textwidget
-------------------------------------------------------------- */

#top_fbox #container #content .textwidget { 

	line-height: 1.6;

	margin: 0 0 20px 0;
	padding: 10px;

	border: 1px solid #ccc;
	border-radius: 6px;
}




/* = widget_search
-------------------------------------------------------------- */

.widget_search input[type="text"],
.widget_fudo_search input[type="text"]{
		/*
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
    width: 75%;
    */
}


/* = 物件カテゴリ
-------------------------------------------------------------- */
#page #main .widget.widget_fudo_b_c,
#page #main .widget.widget_fudo_b_r,
#page #main .widget.widget_fudo_r_c,
#page #main .widget.widget_fudo_r_r
{

}

#page #main .widget.widget_fudo_b_c ul,
#page #main .widget.widget_fudo_b_r ul,
#page #main .widget.widget_fudo_r_c ul,
#page #main .widget.widget_fudo_r_r ul
{
	margin:0;
	padding:0;
}

#page #main .widget.widget_fudo_b_c li.cat-item,
#page #main .widget.widget_fudo_b_r li.cat-item,
#page #main .widget.widget_fudo_r_c li.cat-item,
#page #main .widget.widget_fudo_r_r li.cat-item
{
	margin:0;
	padding:0;
	list-style-type: none;
}

#page #main .widget.widget_fudo_b_c li.cat-item a,
#page #main .widget.widget_fudo_b_r li.cat-item a,
#page #main .widget.widget_fudo_r_c li.cat-item a,
#page #main .widget.widget_fudo_r_r li.cat-item a
{
	font-weight: bold;
	display:block;
	line-height: 1.4;
	border-bottom:1px solid #b7b7b7;
}

#page #main .widget.widget_fudo_b_c ul.children,
#page #main .widget.widget_fudo_b_r ul.children,
#page #main .widget.widget_fudo_r_c ul.children,
#page #main .widget.widget_fudo_r_r ul.children
{
	margin:5px 0px;
	padding:0;
}

#page #main .widget.widget_fudo_b_c ul.children li,
#page #main .widget.widget_fudo_b_r ul.children li,
#page #main .widget.widget_fudo_r_c ul.children li,
#page #main .widget.widget_fudo_r_r ul.children li
{
	margin:5px 0px 5px 20px;
	padding:0;
	border:none;
	list-style-type: circle;
}

#page #main .widget.widget_fudo_b_c ul.children li a,
#page #main .widget.widget_fudo_b_r ul.children li a,
#page #main .widget.widget_fudo_r_c ul.children li a,
#page #main .widget.widget_fudo_r_r ul.children li a
{
	font-weight: normal;
	border:none;
	color:#219AC9;
}



/* = side-widget
-------------------------------------------------------------- */

#secondary .widget {
	display: block;
	margin: 0 0 20px 0;
	padding: 0px;
	border: 6px solid #FFFFFF;
	font-size: 12px;
}

#secondary .widget:after {
	content : '';
	display : block;
	clear : both;
	height:5px;
}


#secondary .widget .widget-title {
	color: #333;
	display: block;
	padding: 8px 6px 8px 16px;
	margin: 0 0 10px 0;
	font-size:16px;
	line-height:16px;
	background-color: #eae2d7;
	border-radius: 0 0 0 0;
}

#secondary .widget li {
	display: inline-block;
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 4px;
	padding: 0px;
	width: 100%;
}

#secondary .widget li:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}


#secondary .widget li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
}


#main #secondary ul li ul {
	margin: 0;
	padding: 0px 15px;
}

#main .widget-area ul {
	margin: 0px;
	padding: 6px;
}

#secondary .box1image{
	width: 75px;
}




#main .widget-area a:link { color:#666; }

#main .widget-area a:visited { color:#666; }

#main .widget-area a:hover, a:active { color:#3399ff; }

*:first-child+html .widget_search #s { width: 54%; }

.widget ul {
	margin: 0 0 10px;
}

#secondary .widget a { font-weight: normal; }


#secondary .widget input[type=submit],
#secondary .widget input[type=button]
{
	font-size:16px;
	display:block;
 	margin: 8px auto 2px;
	background:url('./images/button_ar.png') 97% center no-repeat #cfcfcf;
	color:#fff;
	width:95%;
	border:none;
  }

#secondary .widget input[type="text"],
#secondary .widget input[type="password"]{
		display:block;
		width: 90%;
		margin:3px auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
    background:#eee;
}



/* 会員  */
#secondary .widget_fudo_kaiin { line-height: 1.8; }

#secondary.widget-area .widget_fudo_kaiin form#loginform label{
	padding-left: 4px;
}

#secondary.widget-area .widget_fudo_kaiin h3.widget-title{
	background:url('./images/wg_login_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;
}

#secondary .widget_fudo_kaiin form {
	margin: 0px 0px 1em;
	padding: 0 ;
}

#secondary .widget_fudo_kaiin ul{
	padding: 0 8px;
}


#secondary .widget_fudo_kaiin input[type="text"],
#secondary .widget_fudo_kaiin input[type="password"]{

}

.ex_pop .widget_fudo_kaiin input[type="text"],
.ex_pop .widget_fudo_kaiin input[type="password"]{
	width: 97%;
    display: block;
    margin: 5px 0;
}

/* キーワード検索 */
#secondary .widget #searchform input[type=submit]{
	display:none;
	background-color: #df7c2d;
  }


/* 物件検索 */

#secondary.widget-area .widget_fudo_b_k h3.widget-title,
#secondary.widget-area .widget_fudo_b_k_bus h3.widget-title
{
	background:url('./images/wg_jouken_bg.png') 5px 4px no-repeat #afafaf;
	padding-left:38px;
}

#searchitem_m,
#searchitem{ line-height: 1.2; }

#searchitem_m div,
#searchitem div{
	margin: 4px 0px 0px;
/*	padding: 0px 0px 0px 8px;
	text-indent: -4px;	*/
	line-height: 1.6;
}

#secondary .widget #searchitem_m input[type=submit],
#secondary .widget #searchitem input[type=submit]{
	background-color: #E2B43C;
  }

.jsearch_caution2,.jsearch_caution1{
	color:#8ED18E;
}

.jsearch_roseneki,
.jsearch_chiiki,
.jsearch_hofun,
.jsearch_chikunen,
.jsearch_memseki
{
	display:block;
	font-size:13px;
	line-height:13px;
	padding:3px 6px 3px 12px;
	color:#fff;
	background:url('./images/tri6.png') 5px center no-repeat #a69b9b;
	margin: 13px 0 4px;
}

.widget_fudo_b_k_m select,
.widget_fudo_b_k select,
.widget_fudo_b_k_bus select
{
	/*display: block;*/
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
}

#content .widget_fudo_b_k_m select,
#content .widget_fudo_b_k select,
#content .widget_fudo_b_k_bus select
{
	width: auto;
}

.widget_search form{
	margin:0;
}


#primary .widget li.widget_search, #secondary .widget li.widget_search {
	list-style-type: none;
}

li.widget_search{ list-style-type: none; }



input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    padding: 3px;
}

.ie .menu-toggle, 
.ie input[type="submit"], 
.ie article.post-password-required input[type="submit"], 
.ie li.bypostauthor cite span{
	padding: 3px;
}

.ie .menu-toggle, 
.ie input[type="submit"], 
.ie article.post-password-required input[type="submit"], 
.ie li.bypostauthor cite span{
	border:none
}

/* 関連物件ウィジェット */
.widget.widget_fudo_top_r{

}

.widget.widget_fudo_top_r .top_kaiin{
	margin-left: 92px;
}

/* map */
#map_menu select{
	width: 100%;

}
#map_menu{
	border-radius: 6px;
}
#searchmapitem {
    line-height: 1.2;
}


/* = footer
-------------------------------------------------------------- */

#colophon .widget-title{
	/*	font-size: 13px;	*/
	color: #666;
	margin: 0px 0px 6px;
	padding: 4px 0px 0px 0px;
	line-height: 1.6;
	font-weight: bold;
}

#colophon .widget a{
	color: #666;
	/*	font-size: 12px;	*/
	font-weight: normal;
}

#colophon .widget ul{
	list-style-position: inside;
	list-style-type: circle;
}



/* = 見出し
-------------------------------------------------------------- */

#main #container #content h1 {
	border-bottom: 1px dotted #ccc;
	border-left: 3px solid #666;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 2px 10px;
	line-height: 1.6;
	color: #666;
}

#main #container #content h3 {
	font-size: 30px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 7px 0px 3px 0px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
}



/* = コメント欄
-------------------------------------------------------------- */

#comments {
	padding-top: 60px;
}

#comments-title em { font-style: normal; }

#comments li.comment { line-height: 1.2; }

#comments .comment-meta { /*	font-size: 10px;	*/ }

#respond { border-top-style: none; }

#main #comments #respond h3#reply-title { 
}

#cancel-comment-reply-link { margin-left: 2em; }



/* = Contact Form 7 checkbox hook
-------------------------------------------------------------- */
#toiawasesaki p{
	font-weight: bold;
    line-height: 2.3;
}

#single_cta{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 3em;
    left: 0;
    line-height: 3em;
    text-align: center;
    background-color: rgba(55, 171, 44, 0.7);
    z-index: 10;
}

#single_cta a{
	display: inline-block;
	width: 100%;
	font-size: 1.3em;
	color: #FFF;
}

#single_cta a i{
	font-size: 1.6em;
    display: inline-block;
    position: relative;
    top: 0.1em;
}

#content .wpcf7{
	line-height: 1.8;
}

#content .wpcf7 th{
	width:30%;
}

#content .wpcf7 td{
	width:60%;
}

#content .wpcf7-list-item label {
	display: block;
	float:left;
	margin-left:1em;
	margin-right:10px;	
}

#content .wpcf7 td input[type=text] ,
#content .wpcf7 td input[type=email] ,
#content .wpcf7 td textarea 
{
	background-color: #eee;
	width:98%;
}

#content form p:after {
	content:'';
	display:block;
	clear:both;
}


/* = 印刷用CSS Twenty Eleven +α
-------------------------------------------------------------- */

@media print {

	* { font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

	body, #wrapper,  #list_simplepage2,  .list_simple_box {
		margin: 0 !important;
		padding: 0 !important;
	}

	head+body {
		max-width: 100% !important;
		min-width: 80% !important;
		margin: 0 auto !important;
	}




	#site-title a {
		float: left !important;
		/*	font-size: 14pt !important;	*/
	}

	#site-description { font-size: 8pt; !important; }

	#container, .list_simple_box { width: 100% !important; }

	h1, h2, h3 {
		font-size: 13pt !important;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		border: none;
	}

	/* フォーム部分 */
		#list_simplepage2 .wpcf7 { display: none !important; }

	/* 地図 */
		#map_canvas {
		width: 514px !important;
		height: 340px !important;
	}
}

	@page{
		margin: 1cm 1cm !important;
	}



/* = TOP fudo_toukou_top-XX
-------------------------------------------------------------- */

#top_fbox #content ul#toukou_top {
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	clear: both;
}

#top_fbox #content ul.toukou_top_post_excerpt {
	padding: 5px 0 0 10px;
	margin: 0 0 10px;
}


#top_fbox #content .toukou_top_post_title {
	line-height: 1.6;
}

#top_fbox #content #toukou_top li {
	line-height: 1.4;
	list-style:none;
	display: block;
}


#top_fbox #content #toukou_top img {
	float:left;
	margin: 0 10px 0 0;
	padding: 2px;
	width:75px;
/*	height:75px; */
}



/* = primary and secondary fudo_toukou_top-XX
-------------------------------------------------------------- */

#primary ul#toukou_top, #secondary ul#toukou_top {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#primary ul.toukou_top_post_excerpt, #secondary ul.toukou_top_post_excerpt {
	padding: 5px 0 0 10px;
	margin: 0 !important;
}

#primary #toukou_top a, #secondary #toukou_top a { color: #333; }

#primary .toukou_top_post_title, #secondary .toukou_top_post_title {
	line-height: 1.4;
	font-weight:bold;
	color: #333;
}

#primary #toukou_top li, #secondary #toukou_top li {
	line-height: 1.4;
	list-style:none;
	display: block;
}


#primary #toukou_top img, #secondary #toukou_top img {
	float:left;
	padding: 0 5px 0 0;
	width:75px;
	height:75px;
}



/* = toukou
-------------------------------------------------------------- */

.entry-content {
	/*	font-size: 12px;	*/
	padding: 10px;
	margin: 0px;
	line-height: 1.4;
}

.entry-content a { color: #333; }

.entry-meta {
	text-align: right;
	/*	font-size: 10px;	*/
}



/* = widget_twentyeleven_ephemera
-------------------------------------------------------------- */

.widget_twentyeleven_ephemera ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}



/* = 物件リストソート部
-------------------------------------------------------------- */
.nav-previous{
	/*	font-size: 12px;	*/
	padding: 10px 0px 10px 5px;
}


/* =  ページリスト
-------------------------------------------------------------- */
.nav-next{
	width: 100%;
	/*	font-size: 12px;	*/
	padding: 10px 0 10px 5px;
	margin: 0px 0 15px;
}

.nav-next a{
	color:#fff;
	padding: 5px 11px;
	background:#ccc;
}

/* = NEW/UP mark
-------------------------------------------------------------- */
/* 物件リスト・詳細 */
.entry-title .new_mark {
	font-family: Verdana, Geneva, sans-serif;
	/*	font-size: 12px;	*/
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #C00;
	display: inline;
	padding: 0px 10px;
	border-radius: 4px;
	text-shadow:1px 1px 0px #fff;
	height: 20px;
	vertical-align: middle;
}


#top_fbox #content .grid-content li div.new_mark {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    display: block;
    padding: 5px 5px;
    width: 45px;
    height: 21px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: inherit;
    z-index: 10;
    /* text-shadow: 1px 1px 0px #900; */
    background: #d50a0a;
}




/* 条件検索(固定ページ) */

#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;
}

/*不動マイリスト用調整*/

.fudo-fav-box{
	padding:0;
}

/* flexslider */
.top-slider-wrapper{
	padding-top: 129px;
}

#top_slider.flexslider{
	z-index: 10000;
	border:none;
	margin-bottom: 0px;
}

#slider.flexslider{
		height:240px;
		padding-bottom: 0px;
		margin-bottom: 10px;
}

#carousel.flexslider {
		margin-bottom: 20px;
}

#slider.flexslider .slides > li{
	overflow: hidden;
}

#slider.flexslider .slides img {
  display: block;
  max-height:240px;
  width:inherit;
  margin:0 auto;
}

#content .flexslider p.flex-caption{
	position: relative;
	top:0px;
	line-height: 28px;
	color:#888;
	text-align: center;
}

#content .flex-direction-nav a{
	opacity: 0.4;
}

#slider .flex-viewport{

}

#slider .slides > li{
	overflow: hidden;
}


.flexslider .slide_cap
{
	text-align: center;
    font-size: 15px;
    font-weight: normal;
    background: trasnparent;
    color: #5e5b5b;
    display: block;
    line-height: 20px;
    margin: 1px 0 0;
    top: 35%;
    /* left: 0; */
    position: absolute;
    /* bottom: 0px; */
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow:0px 0px 1px #ffffff,1px 1px 7px #ffffff,1px 1px 20px #ffffff;
} 

/* 不動産履歴プラグイン　*/
/* 現時点ではcss干渉のため非対応　*/

.widget.widget_fudou_single_history{
display:none;
}

/* = EX物件ピックアップウイジェット
-------------------------------------------------------------- */
#content #ex_pickup{
	/*height:208px;*/
}

#content #ex_pickup h4 i{
	color: #b9b9b9;
}

#content #ex_pickup .image_box_wrap{
	overflow: hidden;
	padding: 14px;
	background-color: #f7f7f7;
}

#content #ex_pickup .bukken-data{
	padding: 10px 5px;
  	margin:0 0 10px 0px;
}

#content #ex_pickup .bukken-data dt , #content #ex_pickup .bukken-data dd{
	display: inline;
	margin-right: 11px;
}

#content #ex_pickup .bukken-data dd{
	font-size:1.2em;
	font-weight: bold;
}

#content #ex_pickup h4{
	display: block;
	font-size: 1.3em;
  	line-height: 1.7;
  	padding-top: 18px;
  	color:#478B5F;

}

#content #ex_pickup p.body{
	font-size: 0.9em;
	color:#898989;
	line-height: 1.8;
}


#content #ex_pickup .image_box{
}

#content #ex_pickup .image_box a{
	display: block;
	line-height:1;
}

#content #ex_pickup .image_box-left{
	float:left;
}

#content #ex_pickup .image_box-right{
	float:right;
}

#content #ex_pickup .data_box-left{

}

#content #ex_pickup .data_box-right{

}

#content #ex_pickup .flexslider{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	border:0;
	padding:0;
	margin:0;
}

#content #ex_pickup .flexslider.img_all_box{
	position: relative;
	padding: 0;
	border:none;
}

#content #ex_pickup .flexslider.img_all_box .ex_img_box{
	position: relative;
}

#content #ex_pickup .flexslider.img_all_box ul{
	margin:0;
	padding:0;
}

#content #ex_pickup .flexslider.img_all_box ul li{
	margin:0;
	padding:0;
}

#content #ex_pickup .flexslider.img_all_box ul li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  /* padding: 3px; */
  display: block;
  color: #FFF;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: center;
  /* text-shadow: 1px 1px #000; */
  background: rgba(45, 45, 45, 0.5);
  /*text-shadow:1px 1px #000;*/
  /*filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;*/

}

#content #ex_pickup .flexslider.img_all_box ul li img{
	width: initial;
    max-height: calc((100vw - 44px) * 0.64285);
    margin: 0 auto;
	}

 /* = EX特集ウイジェット
}
-------------------------------------------------------------- */
#content #ex_special ul.ex_special_list{
	overflow: hidden;
    padding: 14px;
    background-color: #f7f7f7;
}

#content #ex_special ul.ex_special_list li{
  	position: relative;
	display: block;
	width: 48%;
	/* height: 260px; */
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	line-height: 0;
	float: left;
	list-style-type: none;
	padding: 2px;
	margin: 0 0px 0px 12px;
	box-sizing: border-box;
}

#content #ex_special ul.ex_special_list li:nth-child(2n-1){
	margin-left: 0;
}

#content #ex_special ul.ex_special_list li:first-child,
#content #ex_special ul.ex_special_list li:nth-child(2)
{
	margin-bottom: 8px;
}

#content #ex_special ul.ex_special_list li img{
	width: 100%;
	height: 172px;
	transition-duration: .3s;
	object-fit: cover;
}

#content #ex_special ul.ex_special_list li .li_inner{
	background: #000;
}

#content #ex_special ul.ex_special_list li p{
	color: #FFF;
	font-size: 22px;
	line-height: 1.4;
    text-align: center;
    width: 100%;
    padding: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
  	transform: translate(-50%, -50%);
}

#content #ex_special ul:after{
	display:none;
}

/* カテゴリ表示ウィジェット */
#content #list_simplepage2 .widget ul li.cat-item{
	min-height: 0px;
}

  /* その他
-------------------------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}


}

