@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/

/* 要素設定*/
body {
	background: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.75;
}

a:link,
a:visited,
a {
	outline: none;
	color: #143FB6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

a:hover img {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: 0.5;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

.ie-block {
	display: none;
	width: 100%;
	height: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* ヘッダー */
#header_new {
}

#header_new .inner {
	padding-left: 0;
	width: 950px;
	margin: 0 auto;
	color: #545454;
	font-size: 10px;
}

#header_new .left-col {
	padding: 38px 0 0;
}

#logo {
	float: left;
	margin: 0 14px 0 0;
}

#header_new h1 {
	padding: 0px 0 0;
	white-space: nowrap;
	line-height: 1.8;
	font-size: 11px;
	letter-spacing: -1px;
}

#header_new .right-col {
	width: 188px;
	text-align: center;
}

#header_new h2 a {
	color: #fff;
	font-size: 14px;
	background: #323232;
	text-align: center;
	display: block;
	padding: 0;
	line-height: 2.4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

#header_new h2 a:hover {
	background: #5A5A5A;
	text-decoration: none;
	text-shadow: 0 0 3px #fff;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

#header_new p.tel {
	margin: 8px 0 0;
	font-size: 21px;
	line-height: 1.4;
}

#header_new p.tel .icon {
	background: url(../img/bg-tel.png) 0px 40% no-repeat;
	padding: 0 0 0 14px;
}

/* グローバルナビ */
#gnav {
	margin: 25px 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #E23500;
}

#gnav ul {
	width: 951px;
	margin: 0 auto;
}

#gnav li {
	float: left;
	width: 189px;
	border-right: 1px solid #ddd;
}

#gnav li:first-child {
	border-left: 1px solid #ddd;
}

#gnav a {
	font-size: 14px;
	padding: 0;
	line-height: 2.9;
	text-align: center;
	display: block;
	color: #333;
	border: 1px solid #fff;
	border-bottom: none;
	transition-property: color, background-color;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.3s;
}

#gnav a:hover {
	background-color: #E23500;
	color: #fff;
	text-decoration: none;
	transition-property: color, background-color;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.3s;
	text-shadow: 0 0 5px #fff;
}

body.lease #gnav li.lease a,
body.tenant #gnav li.tenant a,
body.dealing #gnav li.dealing a,
body.owner #gnav li.owner a,
body.company #gnav li.company a {
	background-color: #E23500;
	color: #fff;
}

/* パンクズ */
#pankuzu {
	background-color: #F7F7F7;
	color: #535353;
	font-size: 11px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#pankuzu ul {
	padding: 5px 10px;
	width: 929px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pankuzu li {
	margin: 0 1em 0 0;
	display: inline;
}

#pankuzu a {
	color: #535353;
}

#pankuzu a.home {
	padding: 0 0 0 17px;
	background: url(../img/icn-home.png) 0 40% no-repeat;
}

#pankuzu li:after {
	content: ">";
	padding: 0 0 0 5px;
}

#pankuzu li:last-child:after {
	content: "";
	padding: 0;
}

/* フッターナビ */
#footer-nav {
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #E23500;
	margin: -1px 0 0;
	position: relative;
	z-index: 1;
}

#footer-nav .inner {
	position: relative;
	z-index: 0;
	padding: 0;
	width: 949px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
}

#footer-nav li a {
	color: #333;
	display: inline-block;
	padding: 10px 3px 10px 0;
}

#footer-nav li {
	display: inline-block;
}

#footer-nav li:after {
	content: "｜";
}

#footer-nav li:last-child:after {
	content: "";
}

.ltIE7 #footer-nav ul {
	padding: 10px 0;
}

.ltIE7 #footer-nav li {
	display: inline;
}

.ltIE7 #footer-nav li a {
	display: inline;
	padding: 0 7px;
}

#pagetop {
	position: absolute;
	z-index: 1;
	right: -30px;
	top: -98px;
}

/* フッター */
#footer_new {
	border-top: #ddd 1px solid;
	text-align: center;
	font-size: 12px;
}

#footer_new .inner {
	padding: 18px 0 18px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 949px !important;
	margin: 0 auto;
}

#footer_new p {
	font-size: 11px;
	line-height: 1.5;
}

#footer_new dl {
	margin: 0 0 5px;
}

#footer_new dd,
#footer_new dt {
	padding: 0 0.5em;
	display: inline;
}

#footer_new p.copyright {
	margin: 0;
	padding: 15px 0;
	color: #666;
	font-size: 10px;
	background: #EDEDED;
}

/* コンテンツ */
#body {
	border-top: #ddd 1px solid;
}

#body .inner {
	padding-left: 0;
	width: 950px;
	margin: 0 auto;
}

#body-wrap {
	padding: 1px 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 949px;
	margin: 0 auto;
}

#areaMain {
	background: none !important;
	width: 949px !important;
	margin-bottom: 0 !important;
}

body.second #body-wrap {
	background: url(../img/bg-sub-col.png) left top repeat-y;
}

body.second #main {
	width: 100% !important;
	padding-top: 0 !important;
}

body.second #mainL {
	padding: 30px 0 30px 34px !important;
}

h2.new-title {

	/* background: #0084E0; */
	background: #e73303;
	color: #fff;
	font-size: 16px;
	text-indent: 1.5em;
	line-height: 2.5;
	margin: 0 0 2em;
}

h2.favorite {
	background: #F78500;
}

h2.dealing {
	background: #E53300;
}

h3.new-title {
	background: #0084E0;
	color: #fff;
	font-size: 14px;
	text-indent: 1.5em;
	line-height: 2.4;
	margin: 0 0 15px;
}

h3.dealing {
	background: #6DC614;
}

h3.lease {
	background: #FD9C00;
}

h3.tenant {
	background: #FF7EAC;
}

h3.company {

	/* background: #6AC410; */
	background: #ffc926;
	color: #333;
}

/**/
input[type="image"] {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

input[type="image"]:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

/* サブカラム */
#sub-col {
	width: 200px;
	float: right;	/*background:#F7F7F7;
											border-left:1px solid #ddd;*/
	padding: 40px 0;	/*margin: -1px 0 0;*/
}

#sub-col ul.banner li {
	margin: 0 0 4px;
}

#sub-col ul.nav {
	margin: -1px 0 0;
}

#sub-col ul.nav a {
	display: block;
	background: url(../img/icn-arrow.png) 95% 45% no-repeat;
	padding: 0;
	line-height: 3.2;
	border-bottom: 1px dotted #909090;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}

#sub-col ul.nav a:hover {
	background-color: #eee;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

#sub-col ul.nav .icon {
	padding: 0 0 0 40px;
	background-position: 9px 45%;
	background-repeat: no-repeat;
	display: block;
}

#sub-col ul.nav li.blog .icon {
	background-image: url(../img/icn-nav-blog.png);
}

#sub-col ul.nav li.voice .icon {
	background-image: url(../img/icn-nav-voice.png);
}

#sub-col ul.nav li.staff .icon {
	background-image: url(../img/icn-nav-staff.png);
}

#sub-col ul.nav li.company .icon {
	background-image: url(../img/icn-nav-company.png);
}

#sub-col ul.nav li.press .icon {
	background-image: url(../img/icn-nav-press.png);
}

#sub-col ul.nav li.link .icon {
	background-image: url(../img/icn-nav-link.png);
}

#sub-col ul.nav li.contact .icon {
	background-image: url(../img/icn-nav-contact.png);
}

#sub-col dl {
	padding: 30px 0 0 12px;
	font-size: 13px;
}

#sub-col dt {
	font-weight: bold;
}

#sub-col dd.tel {
	font-size: 16px;
}

/* add 161208 */
.cmninner {
	width: 950px;
	margin: 0 auto;
}

.cmnhead {
	line-height: 1;
	font-size: 12px;
	padding: 20px 0;
}

.cmnhead_row {
	display: table;
	width: 100%;
}

.cmnhead_col {
	display: table-cell;
	vertical-align: middle;
}

.cmnhead_col.-logo {
}

.cmnhead_col.-lead {
}

.cmnhead_col.-contact {
	text-align: right;
}

.cmnhead_logo {
}

.cmnhead_logo a {
	display: inline-block;
}

.cmnhead_lead {
	padding-left: 10px;
	line-height: 1.5;
	font-size: 11px;
}

.cmnhead_cntct {
	display: inline-block;
	text-align: center;
}

.cmnhead_tel {
}

.cmnhead_open {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.3;
	display: inline-block;
}

.cmnhead_open dt {
	float: left;
	clear: both;
	overflow: hidden;
}

.cmnhead_open dd {
	float: left;
	margin-left: 1em;
}

.cmnhead_open span.-sat {
	color: #00579F;
}

.cmnhead_open span.-hol {
	color: #D60000;
}

.tnav {
	line-height: 1;
	border-top: 1px solid #ddd;
}

.tnav_list {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.tnav_list > a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 15px 0;
	border-right: 1px solid #ddd;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.tnav_list > a:first-child {
	border-left: 1px solid #ddd;
}

.tnav_list > a.-inquiry,
.tnav_list > a:hover {
	background: #E73303;
	color: #FFF;
	text-decoration: none;
}

.tnav_list > a.-inquiry:hover {
	background: #ee704e;
}

.fnav {
	border-top: 1px solid #ddd;
	line-height: 1;
	padding: 25px;
}

.fnav_list {
	font-size: 0;
}

.fnav_list > a {
	color: #333;
	font-size: 12px;
	padding: 0 0.5em;
	display: inline-block;
	border-left: 1px solid #888;
}

.fnav_list > a:first-child {
	border-left: 0;
}

.cmnfoot {
	text-align: center;
	line-height: 1;
	border-top: 1px solid #ddd;
}

.cmnfoot_tw {
	display: none;
}

.cmnfoot_info {

	/* margin-top: 25px; */
}

.cmnfoot_wrap {
	padding: 25px 0;
}

.cmnfoot_lead {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
}

.cmnfoot_copy {
	background: #E73303;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 20px;
}
