@charset "utf-8";
/*
Theme Name: Hublog Framework
Theme URI: http://djcom.jp/
Description: WordPress theme for almost all Realestate companies
Author: DJCOM Inc.
Version: 2.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.title a{ display:block;}
.title br{
display:none;
line-height:0;
height:0;
font-size:1px;}

ul,ul li {
	list-style: none;
	display:block;
}
blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*Banners*/
ul.bnrs,ul.bnrs li{
	display:block;
	list-style:none;
	margin:0; padding:0;
}
ul.bnrs,ul.bnrs li a{
	display:block;
	 overflow:hidden;
}



/*hublog*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

	* html .clearfix {
		zoom: 100%;
	}

	*+html .clearfix {
		zoom: 100%;
	}
.date{
font-size:10px;}

span.arrow {
clear:both;
display:block;
}

span.arrow a {
float:right;
}

a.arrow {
background:url(images/arrow_blue.gif) no-repeat scroll 0 center transparent;
clear:both;
padding-left:15px;
}


a.rss{ background:url(images/icons/rss.gif) 0 center no-repeat;
padding-left:20px;}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
/*	margin: 0 -240px 0 0;*/
/*	width: 100%;*/
width:560px;
}

.narrowcolumn{
padding-left:15px; }

#wrapper .widecolumn {
width:740px ;
}

#content {
	margin: 0 /*280px*/ 0 20px;
}
#primary{
	float: right;
	overflow: hidden;
/*	width: 220px;*/
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

h1,h2,h3,h4,h5,h6,
#site-title,
caption,
div.ask-tel,
span.telnum,
ul#hublog-sidebar-menu li a,
li.widget-container a,
ul.xoxo a{
font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3"}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#main{ width:940px;
}
#wrapper {
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

body{
	font-size: 75%;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
}
ul.list li{
list-style:disc inside;
display:list-item;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#0066CC;
}
a:active,
a:hover {
	color: #FF4B33;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


img.attachment-thumbnail{
width:100px;
height:100px;
border:1px solid #eee;
display:block;
}

a.thumbnail img:hover {
	border-color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 650px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	margin: 0;
	padding:2px 0 0 20px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}

#branding{ 
padding:0 20px;}

#header-inquiry{
	width:240px;
	float:right;
	display:block;
	}
#site-description{
	float:none;
	clear:both;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	width: 950px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 20px 5px 0;
}

#content,
#content input,
#content textarea {
	color: #444;
}

#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin:0;
	line-height: 1.5em;
	font-size:1.2em;
}


#content table {
	border-collapse:collapse;
	text-align: left;
	margin: 0 0 5px 0;
	width: 100%;
	line-height:1.5em;
}
#content tr th,
#content thead th {
	color: #888;
	font-weight: bold;
	text-align:center;
	padding:3px;
	border:1px solid #eee;
	vertical-align:middle;
}
#content tr td {
	padding: 3px;
	border:1px solid #eee;
	vertical-align:middle;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 15px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}


.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.entry-title,
.entry-meta {
/*	clear: left;
	float: left;*/
	clear:both;
}
#content .entry-title {
	font-size:1.8em;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	font-size:1.4em;
	line-height:1.8em;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-content table{
font-size:12px;}

.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}

.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	display:none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}
/*page.php
----------------------------------------------------------------*/

ul.pagetab{
display:block;
clear:both;
}
ul.pagetab li{
float:left;
padding-left:10px;
padding-right:10px;
background:url(images/arrow_black.gif) 0 center no-repeat;
}

ul.pagetab li a{
display:block;
}
ul.pagetab li.current_page_item a{
font-weight:bold;
font-size:1.1em;
}

/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}


.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}


.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}





/*#sidebar
-----------------------------------------*/



ul.sidebar-posts{}
ul.sidebar-posts h2.title a{
font-weight:bold;
font-size:14px;
padding:3px;
}
ul.sidebar-posts h2.title a:hover{
text-decoration:underline;
}
ul.sidebar-posts h3.title a{
font-size:12px;
}
ul.sidebar-posts .type-post{
margin-bottom:1px;
}
ul.sidebar-posts .type-post{
padding:3px ;
}
	
	
	ul.sidebar-posts .posts{
background:url(images/bg_sidebar-posts.gif) center bottom no-repeat;
margin-bottom:5px;
padding-bottom:2px;
}
ul.sidebar-posts .posts h2.title{
background:url(images/bg_sidebar-posts.gif) 0 0 no-repeat;
}
ul.sidebar-posts .posts .post{
border-top:1px solid #eee;
}


/*sidebar-poststyle
-----------------------------------------*/
/*ブログ、その他カテゴリー用*/
.poststyle-blog{}
#content .poststyle-blog h3.title{
margin-bottom:5px;
}
.poststyle-blog div.excerpt{
width:420px;
float:right;}



/*サムネイルs*/
.poststyle-tmb_s{}
	.poststyle-tmb_s img.attachment-thumbnail{
	width:50px;
	height:50px;
	}
.poststyle-tmb_s h3.title{
display: block;
width:110px;
float:right;
clear:none;
}

.poststyle-tmb_l a.thumbnail{
clear:both;
float:none !important;
width:auto;
}
.poststyle-tmb_l a.thumbnail img{
margin:0 auto;}
.poststyle-tmb_l div.post{
padding:5px 5px 10px;}

/* =Widget Areas
-------------------------------------------------------------- */

.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}


.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */

#primary{
float:left;
width:180px;
}
#sidebar-right{
float:right;
width:180px;
overflow:hidden;}


/* Footer widget areas */
#footer-widget-area{} 




/* Footer
-------------------------------------------------------------- */

#footer {
	padding:5px;
}
#colophon {
	margin-top: 4px;
	padding: 18px 0 0;
	overflow: hidden;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
margin-top:-20px;
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	padding-left: 10px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

#site-info {
	font-size: 12px;
	font-weight:normal;
	text-align:center;
}
#site-generator {
position:relative;
z-index:9;
}
#site-generator .djcom{ 
}


div#gotop{ position:fixed; bottom: 0;
z-index:99;}
div#gotop a{
background-color:#eee;
display:block; width:200px; height:20px;
margin-left:745px;

}


/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/*footer*/

ul#navi_foot{ clear:both;
margin-bottom:30px;}

ul#navi_foot li li li{
background:url(images/arrow_blue.gif) 10px center no-repeat;
padding-left:20px;
}

ul#navi_foot a,
ul#navi_foot_a a,
ul#navi_foot_b a{
text-decoration:none;
white-space:nowrap;
}
ul#navi_foot a:hover{
text-decoration:underline;

}


ul.navi_foot-a{}
	ul.navi_foot-a li li li{
	clear:none;
	float:left;
	}
	ul.navi_foot-a li{ clear:both;
	}
	ul.navi_foot-a li li a{ line-height:2.0em; display:inline;
	}
	
ul.navi_foot-b{
padding-left:90px;
}
	ul.navi_foot-b li.categories,
	ul.navi_foot-b li.pagenav{
	float:left;
	padding:20px;
}
ul.navi_foot-b li {
float:left;
font-weight: bold;
}
ul.navi_foot-b li li{
padding-left:10px;
padding-right:50px;
float:none;
font-weight: normal;
}
ul.navi_foot-b li li li{
font-weight:normal;}
/*hublog-realestate*/
	ul.navi_foot-b li li li{ clear: both;
	}
	ul.navi_foot-b li.pagenav li{
	float:none;
	clear:both;
}

ul.navi_foot-c{
border-top:1px solid #eee;
}

ul.navi_foot-c{
padding:10px;
}
ul.navi_foot-c li {
display:inline;
}
ul.navi_foot-c li a{
color:#666;
padding: 0 10px;
border-left: 1px solid #666;
white-space: nowrap;
}
ul.navi_foot-c{
}

/*Home
-------------------------------------------*/

	div.index .posts{
	padding:0;}
	div.index .posts .post{
	padding:0 5px;}


#home-news{
padding-bottom:20px;}

#home-news div.post{
margin-left:10px;
}

#title-newarticle{
background:url(images/bg_title_newarticle.gif) 0 bottom no-repeat;
margin-bottom:20px;}

#title-newarticle a{
float:right;
display:block;
color:#333;
padding:10px 0 10px 20px;
width:90px;
text-decoration:none;
}
#title-newarticle a:hover{
text-decoration:underline;
}

#title-newarticle h2.title{
margin-bottom:0;}

/*一覧表示
Index Home Posts_in_page*------*/

.posts{}

.posts div.rent h3.title,
.index div.rent h3.title {
}


/*新着/お知らせ*/
.poststyle-headline{}
.poststyle-headline .post{
margin-bottom:5px;
border-bottom:1px solid #eee;
}
.poststyle-headline .date{
width:80px;
display:block;
float:left;
}
#content .poststyle-headline h3.title{
display:block;
width:450px;
float:right;
clear:none;
border:0;

}


/*物件/ブログ*/
.excerpt{ line-height:1.4em;}
.soldout{
color:#c00;
}
.poststyle-article .metabox{
width:420px;
float:right
}
#content table.metalist{
padding-right:5px;
border:none;
}
#content .poststyle-article .metalist{
float:left;
width:230px;
}

.single #content table.metalist{
float:none;
clear:both;
}

#content .metalist tr{
border-bottom:1px solid #eee;
}
.chinryou td,
.kakaku td,
span.kakaku,
td.kakaku,
td.chinryou{
font-size:16px;
font-weight:bold;
color:#C00;
font-family:Arial, Helvetica, sans-serif;
}

#content .metalist tr th{
padding:0;
border:none;}
#content .metalist tr td{
padding:0 0 0 6px;
border:none;
}
#content .metalist tfoot th{
background-image:none;
text-indent:0;
text-align:left;
}

#content .post .metabox table{
border:none;
}
#content .metalist tr.tag{
border:none}

/*metalist*/
	.metabox span.soldout{
	font-size:1.4em;
	display:block;
	padding:0 0 10px;
	text-align:center; }

/*
pagebar--------------------------*/
.pagebar {
	padding:1em 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
	
}

.pagebar a,.pageList .this-page {
	border: 1px solid #84C909;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #69B707;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #84C909;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #84C909;
	color: #fff;
}

.pagebar a:hover {
	border-color: #84C909;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}


/*Poststyle*/
.posts a.thumbnail{
display:block;
float:left;
margin-right:5px;
text-decoration:none;
}

.posts .postmetadata{
clear:both;
float:none;
text-align:right;
}

.single #content .date,
.poststyle-article .date{
display:block;
text-align:right
}
.posts a.thumbnail span.new{
display:block;
background:url(images/icons/new.gif) 0 center no-repeat;
text-indent:-999px; 
overflow:hidden;
height:17px;
width:100px;
}

/*物件一覧*/


	#choice{
	background:url(images/bg_choice.gif) center 0 no-repeat;
	padding:10px 30px;
	height:170px;
	margin:20px auto;
	font-size:12px;
	}
	
	#choice h3{
	height:20px;
	display:block;
	overflow:hidden;
	float:left;
	width:300px;
	text-indent:-999px;
	overflow:hidden;
	}
	#choice #reset{
	float:right;
	width:70px;
	text-align:right;
	padding-right:20px;
	
	}
	
	#choice ul{
	font-size:14px;
	clear:both;
	padding:10px 0 0 50px;
	margin:0 0 10px;
	height:105px;
	}
	#choice ul .meta_title{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	}
	#choice ul li{
}
	
	#choice div.message {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#060;
	
	}

.index .posts h3.title a{
border-bottom:2px solid#eee;
padding-top:3px;
padding-bottom:2px;
margin-bottom:5px;
text-decoration:none;
}
.index .posts h3.title a:hover{
text-decoration:underline;}

.index .posts .rent h3.title a{
background: url(images/icons/icons_rent.gif) -50px center no-repeat;
padding-left:22px;
}
.index .posts .sell h3.title a{
background: url(images/icons/icons_sell.gif) -50px center no-repeat;
padding-left:22px;
}


	.poststyle-article a.thumbnail{
	text-decoration:none;
}
	.poststyle-article a.thumbnail span.new{
	width:102px;
}
	.poststyle-article div.excerpt{
	float:right;
	width:175px;
	display:block;
	margin:0;
	padding-bottom:5px;
}

	
span.to_detail{
display:block;
text-align:center;
width:auto;
}

span.to_detail a{
display:block;
background:url(images/icons/to_detail.gif) -120px center  no-repeat;
height:18px;
width:120px;
text-align:left;
text-indent:-999px;
overflow:hidden;
float:right;
margin:0 auto;
}
.sell span.to_detail a,
.rent span.to_detail a{ background-position: 0 center;}




/*single
Gallery-----------------------*/

div.targetable-gallery-target{
background-color:#333;
height:370px;
float:left;
}
div.targetable-gallery-target p{
padding:0 5px;
color:#fff;
text-align:center;
margin:0;
font-size:12px;
line-height:18px;}

div#gallery-set{
clear:both;
margin-bottom:2.5em;
}

div.gallery-target{
text-align:center;
width:340px;
height:320px;
overflow:hidden;
}
div.targetable-gallery{
clear:both;
background-color:#eee;
}
div.targetable-gallery:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

	* html div.targetable-gallery {
		zoom: 100%;
	}

	*+html  div.targetable-gallery {
		zoom: 100%;
	}




div.gallery-target img{
vertical-align:middle;
}
div.gallery-target{
content:".";
vertical-align:middle;
line-height:320px;
}

#gallery-set .gallery .gallery-item{
width:90px;
height:90px;
margin:0;
overflow:hidden;
float:left;
}
#gallery-set .gallery  .gallery-item img.attachment-thumbnail{
width:75px;
height:75px;
}
#gallery-set div#metalist{
overflow:hidden;
float:right;
width:360px;
padding:5px;}

div#metalist div.image-cell{
padding-top:15px;
text-align:center;
}
div#metalist div.image-cell a{
margin:0 auto;}

a.btn_ask{ 
background: url(images/icons/telnum.gif) 0 -70px no-repeat;
height:70px;
display:block;
width:345px;
margin:0 auto;
text-indent:-999px; 
overflow:hidden;
}
a.btn_ask_another{
background-position: 0 0 ;
}

/*single
CustomFieldTable-----------------------*/

#cft{
width:100%;
overflow:hidden;
margin-bottom:5px;
}
table.spec{
margin-bottom:3px;}
table.spec caption{
padding:3px 5px;
text-align:left;
font-size:1.1em;
font-weight:bold;
margin:0;
}
#content table.spec th{
font-size:12px;
font-weight:normal;
width:10%;}
#content table.spec td{
width:15%;
}
table.spec thead{}
table.spec thead td{
background-color:#FFFFEA;
}

#content table.spec tbody{}

.spec tr.image-cell td{
padding:0 !important;
width:183px !important;
overflow:hidden;
text-align:center;}

.spec tr.image-cell td div{
padding:0 !important;
width:183px !important;
overflow:hidden;
float:left;
text-align:center;
border-right:1px solid #666;}

.spec tr.image-cell td div.right-end{
border:none;}



.spec-park tr.image-cell td div,
.spec-rent tr.image-cell td div{
padding:0 !important;
width:364px !important;
}

.spec-rent tr.image-cell td img{
height:95% !important;
width:auto !important;
}

.spec tr.image-cell td a{
display:block;
margin:3px auto 0;}



#content table.spec .image-cell td img{
width:95%;
height:auto;
}

table.spec tfoot{}

span.realestate-id{
display:block;
text-align:right;
}

div.postedin{
text-align:right;
margin-bottom:20px;
}

#inquiry-realestate_gallery{
padding:20px 0 ;}
#inquiry-realestate_middle{
padding:30px 0 50px;}

div.ask-tel{
text-align:center;
width:344px;
margin:5px auto;
padding:3px 0;
}
span.telnum{ 
font-size:2.0em;
line-height:1.5em;
font-weight:bold;
}

#inquiry-realestate_bottom{
border:1px dashed #ccc;
font-size:14px;
margin:30px auto;
padding:15px;
text-align:center;
width:auto;
}
#inquiry-realestate_bottom h3{
background:url(images/title_inquiry_bottom.gif) center 0 no-repeat;
height:40px ;
text-align:left;
text-indent:-999px; 
overflow:hidden;
}
#inquiry-realestate_bottom p{
background:url(images/icon_inquiry_bottom.gif) 20px 0 no-repeat;
height:110px;
text-align:left;
padding:10px 0 0 165px;}


/*user_info スタッフ紹介*/
div.profile{
font-size:12px;
}
	div.profile img.avatar,
	div.profile img.photo{
	width:75px;
	height:75px;
	}
	div.user_info{
	float:right;
	width:420px;
	}
	div.user_info em{
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	color:#333;
	}
	dl.user_meta,
	div.user_description{
	border-top:1px solid #eee;
	}
	div.user_info span.rubi{
	color:#666;
	}
	
	

/*コンタクトフォーム*/
.wpcf7{}

.wpcf7 table{
margin:0 15px; }

#content .wpcf7 table td,
#content .wpcf7 table th{
border:1px solid #ccc;
padding:3px 5px;
line-height:1.8em;
}

#content .wpcf7 table th{
font-size:12px;
font-weight:normal;
width:120px;
background-color: #eee;
color:#333;
}

.wpcf7 td span.detail textarea{
width:390px;
height:90px;
overflow-y: scroll;
}

#content .wpcf7 hr{
line-height:1px;
color:#eee;
background-color:#eee;
margin:5px 0;
}

#content .wpcf7 table p{
padding:0;
margin:0 0 5px;}
.wpcf7 .caution{
color:#900;
text-align:center;}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		clear:both;
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}




