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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
	min-width: 1180px;
	background: #FCFCFC;
}
#main {
	
}
#footArea .inner {
	
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */



/* =========================================================
header,footer,side 共通
========================================================= */
header,footer,#sideArea {
	font-size: 12px;
	/* font-sizeやline-height等はここで指定する */
	/* bodyに指定すると物件概要枠に影響がでるので注意 */
}
header img, footer img, #sideArea img {
	vertical-align: bottom;
}

/* =========================================================
header
========================================================= */
header {
	background: #FFF; /* sample */
}

/*============================
#header
============================*/
#header{
	width:100%;
	
}
#headerBg{
	width:100%;
	height: 100px;
	background: url(../hdr_bg01.png) repeat-x;
	margin:auto;
}
#headerInner {
	width:960px;
	margin: 0 auto;
}
#headerInnerLeft {
	float: left;
}
#headerInnerRight {
	float: right;
}
#diaryArea {
	height: 200px;
	overflow: scroll;
}

#headerInnerLeft h1 a {
	background: url(../logo.png) no-repeat;
	width: 332px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	margin-top: 25px;
	/* margin-left: 20px; */
}
#headerInnerLeft h1 a:hover{
	background: url(../logo_on.png) no-repeat;
}
#headerTel {
	padding-top:22px;
	padding-right: 20px;
}
#headerOpen {
	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
}


/*============================
#gNav
============================*/
#gNav {
	width: 100%;
	background: url(../hdr_bg03.png) repeat-x;
}
#gNav ul#nav {
	background: url(../gnavi_bg.png) no-repeat;
	width: 960px;
	height: 50px;
	margin: 0 auto;
}
#gNav ul#nav li {
	height: 100%;
	line-height: 50px;
	float: left;
	text-align: center;
}
#gNav ul#nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	display:block;
}

#gNav ul#nav li a:hover{
	color:#AAA;
}

div#gNav ul.length3 li{ width:33.33%;}
div#gNav ul.length4 li{ width:25%;}
div#gNav ul.length5 li{ width:20%;}
div#gNav ul.length6 li{ width:16.60%;}
div#gNav ul.length7 li{ width:14.28%;}
div#gNav ul.length8 li{ width:12.5%;}
div#gNav ul.length9 li{ width:11.11%;}
div#gNav ul.length10 li{ width:10%; font-size:12px;}

/* =========================================================
contents
========================================================= */
#contents {
	width: 1180px; /* default 1180px */
	margin: 15px auto 0;
}

/* =========================================================
sideArea
========================================================= */
#sideArea {
	float: right;
	width: 200px; /* default 200px */
	margin: 10px 0 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 2px 1px #C9C5BF;
	-moz-box-shadow: 0px 0px 2px 1px #C9C5BF;
	box-shadow: 0px 0px 2px 1px #C9C5BF;
}

/* =========================================================
footer
========================================================= */
footer {
	clear: both;
	background: #FFF; /* sample */
}


/*============================
#footer
============================*/
#footer {
	width: 100%;
	height: 250px;
	background: url(../ftr_bg_white.png) repeat-x center top;
}
#footerInner01 {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(../ftr_bg01.png) no-repeat;
}

#pagetop {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
#footerInner02 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footerInnerLeft {
	float: left;
	padding-top: 30px;
	position: relative;
}
#footerInnerRight {
	width: 400px;
	float: right;
}
#footerBottom {
	width: 960px;
	margin: 0 auto;
}

#fLicense {
	margin-left: 80px;
	position: absolute;
	top: 11px;
}
#fCompany a {
	background: url(../logo.png) no-repeat;
	width: 332px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	margin-left: 10px;
}
#fCompany a:hover{
	background: url(../logo_on.png) no-repeat;
}

#fTel {
	font-size: 30px;
	font-weight: bold;
	padding: 7px 10px 7px 0px;
}
#fOpen {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
}
#fAddress {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
}
#fLinks {
	float:left;
}
#fLinks ul {
	margin-top: 40px;
	margin-left: 20px;
	width: 450px;
}
#fLinks ul li {
	float: left;
	background: url(../icon01.png) no-repeat left center;
	padding-right: 20px;
	margin-bottom: 7px;
}
#fLinks ul li a {
	font-size: 13px;
	display: block;
	padding-left: 15px;
	
	text-decoration: none;
    color: #333;
}

#fLinks ul li a:hover {
	text-decoration: underline;
	color: #DD5800;
}

#fCopy {
	float: right;
	padding-top: 40px;
	padding-right: 15px;
}

.onlySP {
	display: none;
}