@charset "UTF-8";
/* CSS Document */

/* top */
#logo{
	position: absolute;
	top: 28px;
	left: 23px;
	z-index: 1000;
	}
#topcopy{
	position: fixed;
	top: 45%;
	right: 5%;
	z-index: 1500;
	}
#copyright{
	position: fixed;
	right: 23px;
	bottom: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
#manager-blog{
	position: fixed;
	right: 23px;
	bottom: 40px;
	}
#staff-blog{
	position: fixed;
	right: 23px;
	bottom: 118px;
	}
#kyotoie-blog{
	position: fixed;
	right: 23px;
	bottom: 210px;
	}
#bt-contact{
	position: fixed;
	right: 23px;
	top: 56px;
	}
#head-link{
	position: fixed;
	right: 28px;
	top: 20px;
	}
#head-link li{
	float: left;
	font-size: 11px;
	padding: 0 10px;
	height: 1.5em;
	}
#head-link li a{
	color: #333;
	text-decoration: none;
}
#head-link li a:hover{
	color: #333;
	text-decoration: underline;
}
#head-link li{
	border-left: 1px solid #333;
	}
#head-link li:first-child{
	border-left: none;
	}
.top-navi{
	position: fixed;
	left: 23px;
	bottom: 16px;
	z-index: -1;
	}
.top-navi li{
	float: left;
	padding: 0 2px;
	margin: 0 2px;
	border-right: 1px solid #333;
	height: 25px;
	}
.top-navi li:first-child{
	border-left: 1px solid #333;
	}
#top-news-area{
	background: url(../images/news-ul-bg.png?4232)  0 0;
	
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	padding: 10px 15px 10px 60px;;
	
	position: fixed;
	bottom: 57px;
	left: 23px;
	z-index: -1;
	width: 480px;
	
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	}
.topnew-ul{
	background: rgba(236,233,233,0.00);
	}
.topnew-ul li{
	border-bottom: 1px solid #bbb;
	padding: 3px 0;
	}
.topnew-ul li a{
	color: #111;
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
.topnew-ul li a:hover{
	text-decoration: underline;
}
.topnew-ul li span.date{
	font-weight: bold;
	}
.under-contents-area{
	margin: 0;
	}
	
/*お知らせ*/
#right-area{
	float: right;
	width: 720px;
	}
#left-area{
	float: left;
	width: 200px;
	}
.under-title{
	height: 45px;
	}
.entry-title{
	background: url(../images/newstitle-bg.jpg) no-repeat 0 bottom;
	padding: 12px 0 12px 20px;
	margin-bottom: 10px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	}
.entry-content{
	margin: 10px 0;
	}

.entry-title a{
	color: #333;
	text-decoration: none;
	}
.entry-meta{
	margin-bottom: 60px;
	}
	
.comment-form-comment textarea{
	width: 100%;
	}

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid #1d7726;
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 740px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid #1d7726;
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 740px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 50%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/*お問い合せ*/
.privacybox{
	padding:  30px;
	margin: 30px 0;
	border: 1px solid #999;
	}
.telbox{
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #1d7626;
	text-align: center;
	}
.telbox span{
	font-size: 32px;
	font-weight: bold;
}

/*会社概要*/
.campany-table{
	width: 100%;
	border: 1px #999 solid;
	}
.campany-table th{
	width: 200px;
	background: #1d7626;
	text-align: right;
	color: #fff;
	padding: 10px;
	border-top: 1px solid #fff;
}
.campany-table th.nob{
	border-top: 1px solid #1d7626;
}

.campany-table td{
	padding: 10px;
	border: 1px #999 solid;
	}
	
.title03{
	background: url(../images/subtitle-bg.jpg) no-repeat 0 bottom;
	padding: 12px 0 12px 20px;
	margin-bottom: 10px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	}
.title04{
	font-size: 14px;
	font-weight: bold;
	border-left:  10px solid #1d7626;
	padding: 0 0 0 10px;
	}
#map{
	width: 950px;
	height: 450px;
	border: 1px solid #1d7626;
	}
.p-left{
	float: left;
	width: 400px;
	}
.p-right{
	float: right;
	width: 530px;
	padding: 30px 0 0 0;
	}
.shop-photo li{
	float: left;
	}
.shop-photo-mr{
	margin-right: 41px;
	}

/*事業紹介*/
.title05{
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	}
.project01-left{
	float: left;
	width: 618px;
	}
.project01-right{
	float: right;
	width: 300px;
	}
.project02-area{
	width: 465px;
	float: left;
	}
.project02-left{
	float: left;
	width: 220px;
	}
.project02-right{
	float: right;
	width: 225px;
	}
.project03-left{
	float: left;
	width: 465px;
	}
.project03-right{
	float: right;
	width: 450px;
	}
.title06{
	font-size: 16px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	}


/*物件情報*/
.listing-box{
	float: left;
	width: 423px;
	height: 320px;
	padding: 20px;
	margin: 0 20px 20px 0;
	border: 1px solid #dfdfdf;
	}
.listing-box-mr0{
	float: left;
	width: 423px;
	height: 320px;
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #dfdfdf;
	}
.listing-left{
	float: left;
	width: 210px;
	}
.listing-right{
	float: right;
	width: 190px;
	font-size: 12px;
	}
.price{
	font-size: 18px;
	font-weight: bold;
	color: #e26700;
	margin-bottom: 5px;
	line-height: 1.4;
	}
.itemlist-photo{
	max-height: 158px;
	overflow: hidden;
	margin: 0 0 10px 0;
	}
.listing-text{
	font-size: 11px;
	margin: 5px 0;
	}
.mr0{
	margin: 0 0 30px 0;
	}

.itemdetail-right{
	float: left;
	width: 707px;
	}
.item-image-ul li{
	float: left;
	width: 105px;
	margin: 0 0px 10px 13px;
	cursor: pointer;
	max-height: 68px;
	overflow: hidden;
	}
.itemdetail-image{
	min-height: 465px;
	}
.item-image-ul li:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
.itemdetail-left{
	float: right;
	width: 240px;
}
.works-thumb-area{
	float: left;
	width: 225px;
	margin: 0 16px 20px 0;
	height: 280px;
	}
.works-thumb-area-nom{
	float: left;
	width: 225px;
	margin: 0 0 20px 0;
	height: 280px;
	}
.works-thumb-name{
	color: #666;
	font-weight: bold;
	}
.works-thumb-name a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
.works-thumb-name a:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	}
	
	
table.detail-sale-table{
	border: 1px solid #888;
	width: 950px;
	margin: 20px auto;
	
	border-spacing: 0;
    border: 1px solid #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	}
table.detail-sale-table th{
	border: 1px solid #888;
	background: #e8e8e8;
	padding: 8px;
	text-align: left;
	font-size: 12px;
	width: 150px;
}
table.detail-sale-table .type-th{
	background: #1f1f1f;
	color: f6f6f6;
	text-align: center;
	}
table.detail-sale-table td{
	border: 1px solid #888;
	padding: 5px 8px;
	font-size: 12px;
	}
	
.bt-listinglist{
	text-align: right;
	margin: 10px 0;
	}

.detail-left{
	width: 500px;
	float: left;
	}
.detail-right{
	width: 300px;
	float: right;
	}
.detail-price{
	font-size: 24px;
	font-weight: bold;
	}
.detail-price span{
		color: #e26700;
		}

/* table css */

tr.even{background:#fff;}
tr.odd{background:#fff;}


.select-ul{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 2000;
	}
.select-ul li{
	float: left;
	width: 100px;
	border: 1px solid #1d7626;
	padding: 3px;
	text-align: center;
	}
.select-ul li a{
	text-decoration: none;
	color: #333;
	display: block;
}
.select-ul li.select a{
	text-decoration: none;
	color: #fff;
	display: block;
}
.select-ul li.select2 a{
	text-decoration: none;
	color: #fff;
	display: block;
}
.select-ul li.select{
	background: #1d7626;
	}
.select-ul li.select2{
	background: #11768c;
	}
.select-bt{
	position: relative;
	margin-bottom: 25px;
	}
.select-text{
	position: absolute;
	top: 53px;
	right: 220px;
	}
.new{
	font-weight: bold;
	color: #bd4604;
	}




