/*
Theme Name: Expression_ZOOM
Theme URI: http://
Author: ZIGEN
Author URI: http://wordpress.org/
Description: 不動産プラグイン専用レスポンシブ・テーマ
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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

14.8.28 ver1.0.0

14.9.08 ver1.0.1
 カスタムメニュー対応

14.10.20 ver1.0.4
・FP1.5.3対応

14.11.13 ver1.0.5
・固定ページ修正

15.1.8 ver1.0.6
・1.5.6対応

15.4.27 ver1.0.7
・バス路線対応

15.7.01 ver1.0.8
・微調整

15.7.23 ver1.0.9
・iPad表示fix

15.11.1 ver2.0.0
・ウイジェット追加
・mylist-lite実装


--------------------------------------------------------------
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/


/* =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;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

#page{
	padding-top: 18px;
	border-top: 5px solid #19489C;
}

/* 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 */

#logo_area{
	width:200px;
	min-height:30px;
	/*position:absolute;*/
	/*top:18px;*/
}

hgroup{
	position: absolute;
	top:1px;
	left:0px;
}

body .site-header {
	position: relative;
	padding: 18px 0 10px;
	overflow: visible;
	min-height:27px;
	background-color:transparent;
/*
	background: #e60012;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), color-stop(0.18, #fff), color-stop(0.18, #e60012), color-stop(0.89, #e60012), color-stop(0.89, #fff), to(#fff));
	background: -moz-linear-gradient(#fff 0%, #fff 18%, #e60012 18%, #e60012 89%, #fff 89%, #fff 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#e5e5e5, EndColorStr=#ffffff)";
	background: linear-gradient(to bottom, #fff 0%, #fff 18%, #e60012 18%, #e60012 89%, #fff 89%, #fff 100%);
*/
}
.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: #CCC;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

#site-share{
	position: absolute;
	right:0px;
	top:32px;
	width:206px;
	height:25px;
	z-index: 999;
	text-align: right;
}

/*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: -16px;
	right: 0;
	text-align: right;
}

#site-open{
	font-size: 14px;
	color:#C1A3A3;
	display:inline;
	margin:0 15px 0 0;
	text-decoration: normal;
}

#site-tel{
	font-size: 22px;
	color:#ce0022;
	display:inline;
}

#site-tel .prefix{
	font-size:12px;
}

/* Navigation Menu */
.main-navigation > div{
	width:994px;
	margin:0 auto;
}


.main-navigation {
	text-align: center;
	border-bottom: 4px solid #eee;
 	height:20px;
}

.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: 13px;
		color: #6a6a6a;
		line-height: 20px;
		text-transform: uppercase;
		white-space: nowrap;
		border-bottom: 4px solid #eee;
		/*background:url('./images/menu_bg.png') left bottom repeat-x;*/
	}
	.main-navigation li a:hover {
		border-bottom: 4px solid #ed0000;
		color: #000;
		opacity: 1.0;

	}
	.main-navigation li {
		margin: 0 20px 0 0;
		position: relative;
		top:0px;
		float:left;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left:0;
		top: 100%;
		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;
		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;
}
.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"] {
	/*border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;*/
	background-color: #999;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	text-decoration: underline;
}
footer{

}
.footer_inner{
	color:#fff;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}

#link_to_top{
	text-align: right;
	float:right;
	width:48px;
	height:48px;
	background:url('images/to_top.png') no-repeat 0 0;
	position: relative;
	top:-19px;
}

/* =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 #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 {
	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: 1024px;
		/*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: 22px;
		font-size: 1.571428571rem;
	}
	#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;
	}
/*}*/




/* 以下、style2012.css */

/* 基本サイズ */



.widget-area{
	/*width: 22% !important;*/
	float:right;
	width:200px;
}
.site-content {
	float: right; /* xxx */
	/*width: 77.8% !important;*/
	width : 768px;
	margin-right:13px;
	margin-left:30px;
}










/* = 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
---------------------------------------------------------------------- */

.dpoint1 {/*価格*/
	color: #FFF;
	float: right;
	background: #8EB882;
	font-size: 20px;
	padding: 20px 7px;
	white-space: nowrap;
	z-index:2;
}

.dpoint1 .unit{
	display:inline;
	font-size:10px;
}

.dpoint2{
 width:100%;
 height:61px;
}

.d_madori {/*間取り*/
	color: #2C49B4;
	font-size: 20px;
	padding: 7px 7px;
	z-index:2;
}

.d_menseki {
	color: #333;
	padding: 4px;
  font-weight: bold;
  border-top: 3px dotted #E0E0E0;
}

.dpoint3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	display: inline;
}

.dpoint4 {
	font-size: 25px;
	color: #8EB882;
	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;
}

.dpoint6 {
	font-size: 16px;
	color: #777;
	display: inline;
	font-weight: normal;
}

.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 a {
	font-weight: bold;
	padding: 0;
	display: block;

}


#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: 199px;
}


#list_simplepage .list_simple_box .list_detail dt {
	float:left;
	width:80px;
	font-weight: bold;
	margin-left:5px;
	color: #333;
}

#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 {
	background-color: #FFF;
/*	height: 100px;	*/
	width: 106px;
	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: 548px;
	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_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: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: block;
	/*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 {
	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;
}

#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: left;
	width: 21%;
	background: #FFF;
	font-weight: bold;
	color: #000;
	background: #eee;
}

#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 {
  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 ;
}


/* 担当者コメント entry-content */
#main #content .entry-content p {
	padding: 10px;
	font-size: 12px;
/*	line-height: 1.2;*/
	line-height: 1.6;
	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;
}

#syousai_box ul.syousai-content li img{ padding-bottom: 5px; }


#syousai_box ul.syousai-content li .box2image{
	width:80px; 
/*	height:80px;	*/
}

#syousai_box .carousel_inner_fudo_top_slider_syousai_2{
	max-width:490px; 
}



/* 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 */
	}


/* 以下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
{
	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 {
	/zoom : 1; 
	margin: 0 0 30px -12px;
	padding:0px;
}

#top_fbox #content ul:after {
	content : '';
	display : block;
	clear : both;
	height:5px;
}




#top_fbox #content .grid-content li {
	display: block;
	width: 182px;
	/*	height: 260px;	*/
	font-size: 86%;
	line-height: 1.4;
	float:left;
	list-style-type: none;
	background:#f7f7f7;
	padding: 0px;
	margin:0 0px 46px 12px;
}

*: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;
}

.box1low {
	line-height: 1.8;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

.box1low a {
	color: #333;
	text-decoration: none;
}

.top_title{
	position: absolute;
	top: 0;
	left: 0;
	padding:3px;
	display: block;
	color: #FFF;
	background: #000;
	width: 176px;
	filter: alpha(opacity=50);
	  -moz-opacity:0.5;
	  opacity:0.5;
}
.top_price {
	color: #FFF;
	background: #8EB882;
	position: absolute;
	top: 182px;
	right: 0;
	font-size: 20px;
	padding: 3px 7px;
	z-index:2;
	}

.top_price .unit{
	display:inline;
	font-size:10px;
}

.top_madori{
	width:180px;
	font-weight: bold;
	color: #2c49b4;
	position: absolute;
	padding-left:3px; 
	top: 182px;
	left: 0;
	line-height: 31px;
	min-height:31px;
	font-size: 14px;
	border-bottom:3px dotted #e8e8e8;
	z-index:1;
}
.top_menseki{
	font-size: 14px;
	display: block;
	margin-top: 40px;
}
.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%;
}

.box1low a{
	display:block;
	width: auto;
	line-height: 33px;
	padding: 0 0 0 2px;
	color: #E00;
	background:url('./images/ar_gray.png') 161px 9px no-repeat #E0E0E0;
}


/* FlexSlider Default Theme
ZOOM用スライダー
*********************************/
#top_slider.flexslider {
    margin:0 0 60px;
    background:#fff;
    border-top:none;
    border-bottom:4px solid #eee;
    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
}




/* carousel_fudo_top_slider */
.carousel_inner{
	width: 99% !important;
}






/* = 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
{
	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;
	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
{
	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 #E0E0E0;
	font-size: 12px;
}

#secondary .widget:after {
	content : '';
	display : block;
	clear : both;
	height:5px;
}


#secondary .widget .widget-title {
	color: #FFF;
	display: block;
	padding: 8px 6px 8px 16px;
	margin: 0 0 10px 0;
	font-size:16px;
	line-height:16px;
	background:url('./images/tri8.png') 7px center no-repeat /*#afafaf*/ #e70011;
	font-weight: normal;
}

#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: 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 select{
	max-width:98%;
}


/* 会員  */
#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"]{

}

/* キーワード検索 */
#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;
	cursor: pointer;
  }

.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
}



/* 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;
	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: 21px;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 5px 0px;
	color: #272c91;
	font-weight: normal;
	/*background:url('./images/h3_bg.png') bottom left repeat-x;*/
	border-bottom: 6px solid #E0E0E0;
}



/* = コメント欄
-------------------------------------------------------------- */

#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;
	}

	#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;	*/
		font-size: 16px;
	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: 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{
	position: relative;
	padding-bottom:0px;
	/*height:357px;*/
}

/* 詳細を見るリンクと会員マーク*/
#top_fbox #content .grid-content li div.goto{
	position:absolute;
	bottom:-33px;
	width:100%;
}

#top_fbox #content .grid-content li div.goto img{
	position: relative;
	top: 29px;
	left: 142px;
}


#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: 2px 5px;
	width: 26px;

	position: absolute;
	top: 159px;
	right: 7px;
	bottom:inherit;
	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 */
}

#top_fbox #content .grid-content li .box1image{
	width:182px;
	height:182px;
}

/* 関連物件 */
#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 > img { /* 20151230 Added */
	display: none;
}

#carousel.flexslider .slides li img{
	/*border:1px solid #fff;*/
	width: 100%;
}

#carousel.flexslider{
	overflow: hidden;
	padding:0 2px;
}

#carousel.flexslider .slides > li {
  margin-left: 1px;
}

#slider.flexslider{
		height:492px;
		overflow: hidden;
		padding-top: 20px;
}

#slider.flexslider .slides img {
  display: block;
  max-height: 465px;
  width:inherit;
  margin:0 auto;
}
#slider.flexslider .slides > img { /* 20151230 Added */
	display: none;
}

#slider .flex-viewport{

}

#slider .slides > li{
	overflow: hidden;
}

.flexslider .slide_cap
{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
  background: none repeat scroll 0 0 #9CA2AF;
  color: #FFFFFF;
  display: block;
  line-height: 24px;
  height: 24px;
  margin:1px 0 0;
  /*left: 0;*/
  /*opacity: 0.5;
    filter: alpha(opacity=50);*/

  /*position: absolute;*/
  /*bottom:0px;*/
  width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 



/*#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;
    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 .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{
	height:208px;
}

#content #ex_pickup .bukken-data{
	background-color: #F5F5F5;
	padding: 10px 5px;
  border-bottom: 2px dotted #CCC;

}

#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{
	display: inline;
	font-size: 1.3em;
  line-height: 1.7;
  color:#478B5F;

}

#content #ex_pickup p.body{
	font-size: 0.9em;
	color:#898989;
	line-height: 1.3;
}

#content #ex_pickup .image_box{
	padding: 2px;
	border:#ddd solid 1px;
}

#content #ex_pickup .image_box a{
	display: block;
	line-height:0;
}

#content #ex_pickup .image_box-left{
	float:left;
}

#content #ex_pickup .image_box-right{
	float:right;
}

#content #ex_pickup .data_box-left{
	float:right;
	width: 587px;
}

#content #ex_pickup .data_box-right{
	float:left;
	width: 587px;
}

#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: 150px;
	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;
}

#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;*/

}
  /* = EX特集ウイジェット
-------------------------------------------------------------- */
#content #ex_special ul.ex_special_list{
	margin: 0 0 30px -12px;
	overflow: hidden;
}

#content #ex_special ul.ex_special_list li{
  display: block;
  width: 182px;
  /*height: 260px; */
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  float: left;
  list-style-type: none;
  padding: 2px;
  margin: 0 0px 0px 12px;
  box-sizing:border-box;
  border:4px solid #E5E5E5;
}

#content #ex_special ul.ex_special_list li .li_inner{
	background: #F7F7F7;
}

#content #ex_special ul.ex_special_list li p{
	padding:7px;
}

#content #ex_special ul:after{
	display:none;
}




  /* = 以下固定ページ等独自
-------------------------------------------------------------- */

body,
#content {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* -----------------------------------------
【navi > プルダウンの設定】
----------------------------------------- */
.main-navigation li ul li a {
	opacity:1!important;
}

/* -----------------------------------------
【top > infoの設定】
----------------------------------------- */
#top_fbox #container #content #listcategorypostswidget-2 ul li a {
	width:85%;
	max-width:680px;
	display:block;
	text-align:left;
	float:right;
}
#top_fbox #container #content #listcategorypostswidget-2 ul li {
	padding: 0 0 0 1.5em;
	margin: 0 0 5px 0;
}


/* -----------------------------------------
【top > newinfoの設定】
----------------------------------------- */
#top_fbox #container #content #listcategorypostswidget-3 ul li a {
	width:85%;
	max-width:680px;
	display:block;
	text-align:left;
	float:right;
}
#top_fbox #container #content #listcategorypostswidget-3 ul li {
	padding: 0 0 0 1.5em;
	margin: 0 0 5px 0;
}

/* -----------------------------------------
【top > campbnr の設定】
----------------------------------------- */

#campbnr {
	width:582px;
	padding: 20px 0 0;
	margin:0 auto 50px;
	overflow:hidden;
}
#campbnr img#bar_01 {
}
#campbnr div {
	padding: 5px;
	border: 1px solid #333;
	border-top-width: 0px;
}
#campbnr div img#text_01 {
	margin: 0 0 10px;
}
#campbnr div img#text_02 {
	margin-left: 175px;
	margin-bottom: 10px;
}
#campbnr div a img#bt_inq {
	margin-left: 5px;
	margin-bottom: 0px;
}

/* -----------------------------------------
【flex_tbの設定】
----------------------------------------- */

.flex_tb {
	width:100%;
	padding: 0 5px;
	list-style-type:none;
	margin: 0px auto 30px!important;
	border: 0px dotted #ccc;
	border-top-width: 1px;
	box-sizing:border-box;
}
.flex_tb_blk {
	width:100%;
	padding: 8px 0px 6px 10px;
	margin: 0px auto 5px;
	border: 1px dolid #ccc;
	box-sizing:border-box;
}
.flex_tb li {
	width: 100%;
	list-style-type:none!important;
	overflow:hidden;
	padding: 0;
	margin: 0!important;
	border: 0px solid #fff;
	border-top-width: 1px;
	border-bottom: 1px dotted #ccc;
}
.flex_tb li div {
	width: 100%;
	font-weight: normal;
	text-align: left;
	line-height: 180%;
	padding: 8px 5px 6px 10px;
	background: #f0f0f0;
	box-sizing:border-box;
}
.flex_tb li div:nth-child(2) {
	background: #fff;
}

/* Minimum width of 660 pixels. START */
@media screen and (min-width: 660px) {
	.flex_tb {
		width: 630px;
		display: table;
		position: relative;
		padding: 0;
		margin: 0px auto 30px!important;
		border: 0px dotted #ccc;
		border-top-width: 1px;
		box-sizing: border-box;
	}
	.flex_tb_blk {
		width: 630px;
		padding: 10px 5px 10px 13px;
		margin: 0px auto 5px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	.flex_tb li {
		display: table-row;
		border: 0px solid #fff;
	}
	.flex_tb li div {
		display: table-cell;
		width: 160px;
		font-weight: normal;
		text-align: left;
		line-height: 160%;
		vertical-align: middle;
		padding: 10px 5px 10px 13px;
		border: 0px solid #fff;
		border-top-width: 1px;
		border-bottom: 1px dotted #ccc;
		background: #f0f0f0;
	}
	.flex_tb li div:nth-child(2) {
		display: table-cell;
		width: auto;
		font-size: 12px;
		padding: 10px 2px 10px 10px;
		border: 0px solid #fff;
		border-top-width: 1px;
		border-bottom: 1px dotted #ccc;
		background: #fff;
	}
	.flex_tb li#imgPresi {
		width: 190px;
		position: absolute;
		top: 50px;
		right: 10px;
	}
}


/* -----------------------------------------
【contact-form-7の設定】
----------------------------------------- */

.wpcf7-form strong {
	color:#d33;
	font-size:120%;
	font-weight:normal;
}
form.wpcf7-form h4 {
	font-size: 14px;
	padding: 0.5em;
	margin: 0 0 1.0em 0;
	border: 1px solid #ccc;
	background: #eee;
}
form.wpcf7-form p {
	padding: 1.0em 0!important;
	margin: 0 0 2.0em 0!important;
	border: 0px solid #ccc;
	border-bottom-width: 1px;
}
form.wpcf7-form span.your-fax input,
form.wpcf7-form span.your-tel input,
form.wpcf7-form span.your-kana input,
form.wpcf7-form span.your-name input {
	width:20%;
	min-width:160px;
}
form.wpcf7-form span.your-zip input {
	width:10%;
	min-width:60px;
}
form.wpcf7-form span.your-age input {
	width:5%;
	min-width:30px;
}
form.wpcf7-form span.wpcf7-list-item {
	margin-left:0;
}
form.wpcf7-form textarea,
form.wpcf7-form input {
	font-size: 14px;
	padding: 0.3em;
}
form.wpcf7-form input[type="submit"] {
	width:60%;
	max-width:240px;
	font-size: 14px;
	display:block;
	padding: 2.0em 0.0em;
	margin: 0 auto 0.2em;
}
form.wpcf7-form input[type="submit"]:hover {
	cursor:pointer;
}

  /* 売却査定用 */
form.wpcf7-form span.your-estate-price input,
form.wpcf7-form span.your-estate-ldk2 input,
form.wpcf7-form span.your-estate-tate input,
form.wpcf7-form span.your-estate-privroad input,
form.wpcf7-form span.your-estate-tochi input,
form.wpcf7-form span.your-estate-room input,
form.wpcf7-form span.your-estate-ldk input,
form.wpcf7-form span.your-estate-senyu input {
	width:10%;
	min-width:60px;
}
form.wpcf7-form span.your-estate-limit input,
form.wpcf7-form span.your-estate-foot input,
form.wpcf7-form span.your-estate-bus input,
form.wpcf7-form span.your-estate-floor input,
form.wpcf7-form span.your-estate-floors input {
	width:5%;
	min-width:30px;
}
form.wpcf7-form span.your-estate-station input,
form.wpcf7-form span.your-estate-railway input {
	width:20%;
	min-width:160px;
}

/* -----------------------------------------
【gallery_listの設定】
----------------------------------------- */

#gallery_list {
	width:100%;
	max-width:760px;
	overflow:hidden;
	list-style-type:none;
	padding: 0 0px;
	margin: 0px auto 30px!important;
	border: 0px dotted #ccc;
	border-top-width: 0px;
	box-sizing:border-box;
}
#gallery_list li {
	width: 25%;
	max-width:182px;
	list-style-type:none!important;
	float:left;
	padding: 0;
	margin: 0 8px 8px 0!important;
	border: 0px solid #fff;
	border-top-width: 0px;
	border-bottom: 0px dotted #ccc;
}
#gallery_list li img {
	width:100%;
	max-width:182px;
}

  /* = 固定ページ共通
-------------------------------------------------------------- */
#main #content .entry-content p.cont_lead {
	font-size: 100%;
	line-height:180%;
	padding: 0 10px 10px;
	margin: 0 0 2.0em 0;
}

  /* = 都市再生事業
-------------------------------------------------------------- */
.entry-content ul.reduce_ba {
	width:80%;
	list-style-type:none;
	overflow:hidden;
	padding:0;
	margin: 0 auto 2.0em;
}
.reduce_ba li {
	width:55%;
	min-width: 300px;
	float:left;
	list-style-type:none;
	padding: 0 10% 0 0;
	margin: 0;
	box-sizing:border-box;
}
.reduce_ba li:nth-child(1) {
	background:url(/images/ya.gif) no-repeat 95% center;
}
.reduce_ba li:nth-child(2) {
	width:45%;
	min-width: 250px;
	padding: 0;
}
.reduce_ba li h4 {
	margin: 0;
}

  /* = 不動産コンサルティング
-------------------------------------------------------------- */
#consul_txt {
	line-height: 160%;
	padding: 1.0em 30% 1.0em 1.0em;
	background: url('/images/02bg_img.jpg') no-repeat right top;
}



  /* = 不動産投資顧問業
-------------------------------------------------------------- */
#adviser_txt {
	line-height:160%;
	padding: 1.0em 30% 1.0em 1.0em;
	background: url('/images/03bg_img.jpg') no-repeat right top;
}



  /* = ご購入の流れ
-------------------------------------------------------------- */
#flow_b {
	width:80%;
	padding:0;
	margin:0 auto;
}
#main #content .entry-content #flow_b p {
	font-size:100%;
	padding:0;
}
.flow_b_str {
	width:100%;
	color:#fff;
	font-size:120%;
	display:block;
	padding: 0.5em;
	margin: 0 auto 0.5em;
	border: double 3px #fff;
	background:#422b1c;
}



  /* = ご売却の流れ
-------------------------------------------------------------- */
#flow_s {
	width:80%;
	overflow:hidden;
	padding: 4.0em 0 0 0;
	margin:0 auto;
}
#main #content .entry-content #flow_s p {
	font-size:100%;
	padding:0;
}
#flow_s dt {
	width:30%;
	float:left;
	padding:0 0 0.0em;
}
#flow_s dt img {
	margin: 0 auto 0.0em;
}
#flow_s dd {
	width:70%;
	float:left;
	padding: 0 0 0 0.0em;
	margin: 0 0 6.0em;
}



  /* = 住宅ローンについて
-------------------------------------------------------------- */
#loan_txt {
	padding: 1.0em 30% 1.0em 1.0em;
	margin: 0 auto 3.0em;
	background:url('/images/03loan_bg.jpg') no-repeat right center;
}
#loan_dl {
	width:80%;
	padding:0;
	margin: 2.0em auto 0;
}
#main #content .entry-content #loan_dl p {
	font-size:100%;
	padding:0;
}
#loan_dl dt {
	color:#fff;
	font-size:120%;
	padding: 0.5em;
	margin: 0 auto 0.5em;
	border: double 1px #fff;
	background:#1f4697;
}



  /* = 税金について
-------------------------------------------------------------- */
#tax_txt {
	padding: 1.0em 30% 1.0em 1.0em;
	margin: 0 auto 3.0em;
	background:url('/images/04tax_bg.jpg') no-repeat right center;
}
#tax_dl {
	width:80%;
	padding:0;
	margin:0 auto;
}
#tax_dl dt {
	color:#fff;
	font-size:120%;
	padding: 0.5em;
	margin: 0 auto 0.5em;
	border: double 1px #fff;
	background:#1f4697;
}
#tax_dl dd {
	padding-left: 1.0em;
}
#tax_dl dd strong {
	margin: -1.0em;
}



  /* = プライバシーポリシー
-------------------------------------------------------------- */
#pp_list dd {
	padding-left: 1.0em;
}



/* -----------------------------------------
【fudo-mylist-style.css の上書き】
一覧表示短縮用 2016/01/13実装
----------------------------------------- */

.fudo-fav-box {
	margin:0px 0 0px 0px;
	background: #e8f0ff;
}




/* -----------------------------------------
【style.css の上書き】
一覧表示短縮用 2016/01/13実装
----------------------------------------- */

#list_simplepage .list_simple_boxtitle {
	background: #e8f0ff;
}
#list_simplepage .list_simple_boxtitle .entry-title a .bukken_title {
	color: #140859;
}
#list_simplepage .entry-excerpt{
	padding-top: 10px;
	padding-bottom: 10px;
}
#list_simplepage .list_price {
/*
	display:none;
*/
}
.fudo-fav-box {
	margin:0px 0 0px 0px;
	background: #e8f0ff;
}
#list_simplepage .list_detail table tr:nth-child(3) {
	display:none;
}
#list_simplepage .list_simple_box .list_details_button {
	display:none;
}
#list_simplepage div.dpoint1 {
	display:none;
}
#list_simplepage div.dpoint2 {
	display:none;
}
#list_simplepage .list_simple_box {
	margin: 0 0 20px 0;
	min-height: 168px;
}





/* -----------------------------------------
【style.css の上書き】
サイドナビタイトル用 2016/01/27実装
----------------------------------------- */

#secondary .widget_fudo_cat > ul > li {
	list-style-type:none;
}
#secondary .widget_fudo_cat > ul > li > a {
	color:#000!important;
	font-weight: bold;
	display:block;
	padding-left:10px;
	background:#eee;
}



/* -----------------------------------------
【style.css の上書き】
一覧表示価格文字色用 2016/01/27実装
----------------------------------------- */

#list_simplepage .list_simple_box .list_detail dd:nth-of-type(1) .dpoint3 {
	color: #c00;
}




/* -----------------------------------------
【style.css の上書き】
下層ページヘッダ背景用 2016/01/29実装
----------------------------------------- */

body .site-header {
	background: url(/images/HeaderBg.png) no-repeat right 0;
}
body.home .site-header {
	background: none;
}

/* -----------------------------------------
【style.css の上書き】
PC用リストページの一覧表示・間取り/外観の左右入替指定用 2016/12/01実装
----------------------------------------- */
/*
#list_simplepage .list_simple_box .list_picsam img:first-child {
	float: right;
}
*/
