@charset "shift_jis";
/****************************************************
 詳細ページ物件表示ベース Style
****************************************************/

/*---------------------------------------------------
 メインボックス 
 幅指定 

---------------------------------------------------*/
div#detailMain {
	clear: both;
	width:  830px;
	margin: 10px auto;
}

/*---------------------------------------------------
 テキストリンク設定
---------------------------------------------------*/
div#detailMain a {
	color: #039;
}

div#detailMain a:hover {
	color: #06C;
	text-decoration: none;
}

/*---------------------------------------------------
 物件名 表示ボックス 
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h2 {
	font-size: 17px;
	font-weight: 800;
	padding: 5px;
	color: #333;
	background-color: #CCCCCC;
}

/*---------------------------------------------------
 コメント 表示ボックス
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h3 {
	font-size: 15px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	margin-bottom: 10px;
}
/*---------------------------------------------------
 オープンハウス 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.openInfo {
	font-size: 13px;
	padding: 5px;
	color: #FFF;
	background-color: #CD4590;
}
/*---------------------------------------------------
 商談中 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.stageInfo {
	font-size: 13px;
	padding: 5px;
	color: #FFF;
	background-color: #81BFDE;
}

/*===================================================
 物件概要エリア
 幅変更
===================================================*/
div#detailMain #infoArea {
	float: right;
	width: 410px;
	margin: 10px 0;
}

/*===================================================
 物件概要表示テーブル 
 色指定
===================================================*/
div#detailMain #infoTable {
	background-color: #999;
}
/*---------------------------------------------------
 項目名
---------------------------------------------------*/
div#detailMain #infoTable th {
	background-color: #EBEBEB;
	color: #333;
	width: 8.5em;
	text-align: center;
}
/*---------------------------------------------------
 データ部
---------------------------------------------------*/
div#detailMain #infoTable td {
	background-color: #fff;
	color: #000;
	padding: 2px 4px;
}
/*---------------------------------------------------
 マイリスト、印刷ボタン設置部
---------------------------------------------------*/
div#detailMain #infoTable td.mylistBtn {
	padding: 3px 0;
	text-align: center;
}
/*---------------------------------------------------
 マンスリー表示（賃貸）
---------------------------------------------------*/
div#detailMain #infoTable p.monthInfo {
	text-align: center;
}
/*---------------------------------------------------
 アイコン画像
---------------------------------------------------*/
div#detailMain #infoTable img.iconImage {
	margin-left:1px;
}

/*---------------------------------------------------
 お問合わせ先タイトル
---------------------------------------------------*/
div#detailMain #infoTable td.titleCategory {
	background-color: #EBEBEB;
	color: #333;
}
div#detailMain #infoTable td.titleCategory a {
	color: #333;
}
/*---------------------------------------------------
 センタリング
---------------------------------------------------*/
div#detailMain #infoTable td.alCenter {
	text-align: center;
}
/*---------------------------------------------------
 業者からのお知らせ部
---------------------------------------------------*/
div#detailMain #infoTable td.cInfoTd {
	width: 400px;
}
div#detailMain #infoTable td.infoBox {
	text-align: center;
}
div#detailMain #infoTable td.infoBox img {
	display: inline-block;
	margin: 2px 0;
}

/*---------------------------------------------------
 お問合わせ先
---------------------------------------------------*/
div#detailMain .customerInfo {
	border: 1px solid #F63;
	margin: 3px;
	padding: 3px;
	line-height: 1.5;
	background-color: #FFD;
	text-align: left;
}
/* タイトル文字 */
div#detailMain .customerInfo span {
	font-weight: 700;
	color: #F63;
	display: block;
	text-align: center;
}


/*===================================================
 物件写真表示エリア1（外観・間取り）
===================================================*/
div#detailMain #pictArea1 {
	width: 400px;
	float: left;
	text-align: left;
	margin: 10px 0;
}

div#detailMain #pictArea1 img {
	display: block;
	border: 1px solid #999;
	margin-bottom: 10px;
}
/*---------------------------------------------------
 詳細URL表示部
---------------------------------------------------*/
div#detailMain .detailURL {
	text-align: center;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
}

/*===================================================
 追加写真エリア
===================================================*/
div#detailMain #pictArea2 {
	clear: both;
	text-align: center;
	width: 840px;
}

div#detailMain #pictArea2 li {
	float: left;
	text-align: center;
	margin: 0 7.5px 10px 0;
	width: 202px;
}

div#detailMain #pictArea2 li img {
	width: 200px;
	height: 200px;
}

div#detailMain #pictArea2 p {
	background-color: #999;
	color: #fff;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 36px;
}
/*---------------------------------------------------
 ※写真が横並びの時、IEだと入りきらないためのハック
---------------------------------------------------*/
*html div#detailMain #pictArea2 p {
	width: 196px;
}
*:first-child+html div#detailMain #pictArea2 p {
	width: 196px;
}
/*===================================================
 地図表示エリア
===================================================*/
div#detailMain #gmap {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #999;
}
div#detailMain #gmap p {
	padding: 5px;
	font-size: 11px;
}


/* クリアフィックス */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div#detailMain .clear {
	clear: both;
}


/* =========================================================
mainTopContainer
========================================================= */
#mainTopContainer {
	width:980px;
	margin:0 auto;
}

/* =========================================================
mv
========================================================= */
div#mv {
}

/* FLASH */
div#mv #flaBox {
	width:730px;
	float:left;
}

div#mv .bnrBox {
	float:right;
	width:250px;
	height:135px;
	background:url(//www.apartner-sendai.jp/img/bg_top01.gif) no-repeat bottom;
}
div#mv .bnrBox p {
	padding-top:15px;
	text-align:center;
}

/* =========================================================
弊社よりお知らせ
========================================================= */
div#drBox {
	clear:both;
	overflow:hidden;
	padding-bottom:8px;
}
div#drBox p {
	float:left;
}
div#drInner {
	width:808px;
	height:25px;
	float:left;
	background:url(//www.apartner-sendai.jp/img/bg_top02.gif) no-repeat;
	padding:5px 10px;
}
div#drInner p {
	line-height:35px;
	width:800px;
}

/* =========================================================
pg01
========================================================= */
div#pg01 {
	padding-bottom:10px;
}

/* cube */
div#pg01 .sec01 {
	margin-top:8px;
	width:205px;
	height:309px;
	background:url(//www.apartner-sendai.jp/img/bg_top03.gif) no-repeat bottom left;
	float:left;
	padding-right:9px;
}
div#pg01 .sec01Inner {
	padding:0 15px;
}

/* NEWS */
div#pg01 .sec02 {
	width:460px;
	height:318px;
	background:url(//www.apartner-sendai.jp/img/bg_top04_1.jpg) no-repeat bottom;
	float:left;
	position:relative;
}
div.sec02Inner {
	padding:0 10px;
}
div#pg01 .sec02 p.btn {
	width:71px;
	height:41px;
	position:absolute;
	top:20px;
	left:30px;
}
div#tweetBox {
    width: 184px;
    height: 237px;
    /* padding: 20px 5px; */
    overflow-y: scroll;
    overflow-x:hidden;
}
div#tweetBox li {
	padding:10px 0;
	border-bottom:1px dotted #000; 
}

div#pg01 .sec03 {
	float:right;
}
div#pg01 .sec03 ul {
	padding-top:9px;
}
div#pg01 .sec03 ul li.bnr {
	padding:6px 0;
}

/* =========================================================
mainContainer
========================================================= */
div#mainContainer {
	width:1050px;
	margin:0 auto;
}
/* =========================================================
detailContainer
========================================================= */
div#detailContainer {
	width:830px;
	float:left;
}
/* =========================================================
cubeContainer
========================================================= */
div#cubeContainer {
	width:200px;
	float:right;
	padding-top:35px;
}
div#cubeContainer .cubeBox {
	padding:0 5px;
}



body {
    min-width: 1350px;
}
#main{
    margin-top:0px;
    width: 960px;
    float: left;
}

#contents{
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
#sideArea{
    margin-top: 8px;
    float: left;
    width: 200px;
    margin-left: 20px;
}
.side_img{
    margin-bottom: 20px;
}

.sec02 {
    width: 200px;
    height: 318px;
    background: url(//www.apartner-sendai.jp/img/bg_top04_1.jpg) no-repeat bottom;
    float: left;
    position: relative;
}
.btn{
    margin-left: 8px;
    margin-top: -3px;
}
#cubeContainer_pick{
    background: url(//www.apartner-sendai.jp/img/side_corner_img.png) no-repeat;
    height: 330px;
}

#pick{
        width: 190px;
    height: 250px;
    margin-left: 10px;
    margin-top: 57px;
}
#top{
    background: #FFF;
}
#footArea{
    display: block;
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
#footArea .inner{
    margin-top: 0px;
    width: 960px;
    float: left;
}
div#header{
    background: url(//www.apartner-sendai.jp/common/img/bg_hdr02.png) repeat-x;
    overflow: hidden;
    height: 160px;
}

div#header h1{
    margin: 5px;
}