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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
	min-width: 1380px;
	background:#F1F1F0;
}
#main {
	float: left;
	margin: 0 auto;
}
#footArea .inner {
	padding-right: 220px; /* default 220px */
}

.add-foot-margin {
	height: 84px;
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */



/* =========================================================
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: #F1F1F0; /* sample */

}

#header {
	background: #F1F1F0 url(http://cosmo-est.cbiz.co.jp/img/hdr_bg.jpg) repeat-x top;
}

#header a:hover img  {
	opacity: 1;
}
.hdrTbl {
    padding-right: 318px;
}

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

/* =========================================================
sideArea
========================================================= */
#sideArea {
	float: right;
	width: 250px; /* default 200px */
	margin: 5px 0 20px;
	background:#F1F1F0;
}

#cubeBox01 {
	width:248px;
	margin-bottom:20px;
	background:#FFF;
	border:solid 1px #CAC6B6;
}

#cubeBox01 iframe {
	margin: 15px 0 15px 15px ;
}

#rankingCube {
	position: relative;
	overflow: hidden;
}
#rankingCube:after {
	content: "";
	display: block;
	position: absolute;
	top: 62px;
	left: 30px;
	width: 40px;
	height: 100%;
	background: url(http://cosmo-est-chikushi.cbiz.co.jp/dtpl/img/num_ranking_01.png) no-repeat 0 0;
}
#rankingCube iframe {
	background: url(http://cosmo-est-chikushi.cbiz.co.jp/dtpl/img/bg_ranking_01.png) repeat-y 0 0;
	border: 2px solid #C6C6C6;
	border-top: none;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	padding-top: 20px;
}

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

#footer {
	background: #333 url(http://cosmo-est.cbiz.co.jp/img/ftr_bg.gif) repeat-x top;
	margin-top: 20px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


#footer th, td {
    font-size: 12px;
}

.ftrTbl {
	padding-right: 260px;
}

.ftr_line {
/*	background-image:url(../../img/ftr_bg.gif);*/
	height:10px;
}
.ftr_pad {
	padding-top: 10px;
}
.footer_bgcolor 	{
	height:90px;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;

}
.footer_bgcolor_req 	{
	height:70px;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;

}
.text_fff10px {
	font-size: 10px;
	color: #FFFFFF;
	line-height:17px;
}


/* recommend */
#footArea .inner {
	padding-right: 260px;
}
