@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. base
　02. パンくずリスト
　03. container
　04. main
　05. @media
　99. SNSボタン

******************************************************************************* */


/* ==

　00. file import

=============================================================================== */
@import url("map.css");
@import url("/common/css/rn01/common.css");


/* ==

　01. base

=============================================================================== */
body{ font-size:85%; }

.container .topicPath{ background:none !important; }

.headerAreaSt {
	display: none;
}



#hdArea #hdInner .floatR .upper h1 {
	float: left;
	padding-top: 10px;
}



/* ==

　02. パンくずリスト

=============================================================================== */
.topicPath{
	width:950px;
	min-height:1%;
	margin:0 auto 8px;
	padding:5px 5px 8px;
	min-height:12px;
	/*
	background:url(/common/images/renew2009/btm_header.gif) 0 0 no-repeat;
	*/
	position:relative;
	clear:both;
}
.topicPath:after{ content:''; display:block; clear:both; }

* html .topicPath{ height:12px; }
.topicPath p.txt{
	font-size:10px;
	line-height:1.2;
	position:absolute;
	top:10px;
	left:5px;
}


/* ==

　03. container

=============================================================================== */
.container {
	width: 100%;
}


/* ==

　04. main

=============================================================================== */

/* 大枠基本スタイル
------------------------------------------------------------------------------- */
#topLeadArea,
#topNavArea,
#topGridArea #gridBlock,
#topGridArea #topLoadingArea,
#topContents {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}

#topGridArea #topLoadingArea {
	height: 500px;
	background: url(../images/bk_loading_01.gif) center center no-repeat;
}

#topBtnNavArea {
	width: 950px;
}

.topInformationArea,
#topSubArea,
#topSupportArea {
	width: 100%;
}

/* 表示トリガー
------------------------------------------------------------------------------- */
.mqHide5,
.mqHide4,
.mqHide3 { display: block; }
.mqShow5,
.mqShow3 { display: none; }


/* 回り込み解除
------------------------------------------------------------------------------- */
* html .topClearfix { zoom: 1; } /* ie6 */
*:first-child+html .topClearfix { zoom: 1; } /* ie7 */
.topClearfix:after { content: ''; display: block; clear: both; height: 0; }


/* メインビジュアルエリア
------------------------------------------------------------------------------- */
#topMainVisual {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}

#topMainVisual img {
	width: 1074px;
	height: 446px;
	-ms-interpolation-mode: bicubic;
}


/* リードエリア
------------------------------------------------------------------------------- */
#topLeadArea {
	height: 356px;
}

#topLeadArea .kyotenBtn {
	position: absolute;
	right: 4px;
	bottom: 16px;
}

#topLeadArea .importantBtn {
	position: absolute;
	left: 1px;
	bottom: 15px;
}


/* 【お近くのダイワハウスを探す】モーダルウィンドウ
------------------------------------------------------------------------------- */
#topModalWindow {
	display: none;
	width: 950px;
	height: 325px;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -475px;
	padding-top: 15px;
	background: url(../images/bk_kyoten_02.png) left top no-repeat;
	z-index: 100;
}
#topModalWindow .modal_close {
	position: absolute;
	top: 12px;
	right: 13px;
	cursor: pointer;
	z-index: 110;
}

#topModalWindow h2 {
	margin-bottom: 8px;
	padding: 4px 9px 3px;
	border-left: 4px solid #fa0046;
	background: none;
}
#kyoten{
	width:866px;
	margin:0 0 0 43px;
}
#kyoten div.kyoten {
	width: 344px;
	height: 265px;
	padding: 4px 0 4px 4px;
	background: url(../images/bk_kyoten_01.gif) left top no-repeat;
	float:left;
}
#kyoten div.kyoten h3{ margin:0 0 5px; }
#kyoten div.kyoten ul.tab {
	margin-bottom: 8px;
}
#kyoten div.kyoten ul.tab li{ margin:0 2px 0 0; float:left; }
#kyoten div.kyoten .img { margin-left: 8px; }

#kyoten div.category{
	width:471px;
	position:relative;
	float:right;
}
#kyoten div.category h3{ margin:0 0 5px 7px; padding:8px 0 12px; background:url(/common/images/renew2009/line_dotted02.gif) left bottom repeat-x; }
#kyoten div.category li{
	width:227px;
	margin: 0 7px 5px 0;
	float:left;
}
#kyoten div.category li.event{ width:auto; float:none; }

/* 条件から探す */
#kyoten .kyoten div.condition{
	width:318px;
	min-height:208px;
	height: auto !important;
	height: 208px;
	margin: 0 0 0 8px;
	background-color:#f5f5f5;
	border:3px solid #dedcd9;
	float:none;
	display:none;
}

#kyoten .kyoten .condition fieldset{ margin:0; }
#kyoten .kyoten .condition fieldset div{
	width:300px;
	margin:0 auto;
	padding:6px 0 5px;
	/padding: 2px 0;
}
#kyoten .kyoten .condition fieldset p label{
	margin:-15px 0 0 18px;
	/margin:-17px 0 0 20px;
	display:block;
}
#kyoten .kyoten .condition fieldset select{
	margin:5px 0 2px 8px;
}
#kyoten .kyoten .condition div.btn {
	border-bottom: none;
	text-align:center;
}


/* カテゴリから探す */
#kyoten div.category p.txt{
	margin: 0 0 10px;
	font-size:100%;
	line-height:1.0;
	font-weight:bold;
	color: #000;
}
#kyoten div.category select{
	background-color:#333;
	color:#fff;
}
#kyoten div.category select option{ color:#fff; }


/* 【パネルコンテンツ】カテゴリーナビ
------------------------------------------------------------------------------- */
#topNavArea {
	width: 939px;
	height: 55px;
	margin-bottom: 7px;
	padding: 4px 4px 0 7px;
	background: url(../images/bk_category_01.png) left top no-repeat;
	font-size: 12px;
}

#topNavArea h2 {
	float: left;
	width: 86px;
	height: 43px;
	margin: 0;
	background: url(../images/tit_category_01.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#topNavArea ul {
	float: right;
	width: 852px;
	height: 48px;
}

#topNavArea li {
	float: left;
	width: 142px;
	padding-bottom: 5px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#topNavArea li span {
	display: block;
	border-left: 1px solid #e0e0e0;
}

#topNavArea li a {
	display: block;
	width: 141px;
	height: 43px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#topNavArea li.nav_current a {
	height: 40px;
}

#topNavArea #c_all a { background-image: url(../images/nav_category_01.png); }
#topNavArea #c_company a { background-image: url(../images/nav_category_02.png); }
#topNavArea #c_live a { background-image: url(../images/nav_category_03.png); }
#topNavArea #c_tochikatsu a {	background-image: url(../images/nav_category_04.png); }
#topNavArea #c_business a {	background-image: url(../images/nav_category_05.png); }
#topNavArea #c_kurashi a { background-image: url(../images/nav_category_06.png); }

#topNavArea #c_all.nav_current a { border-bottom: 3px solid #fa0046; }

#topNavArea #c_company.nav_current a { border-bottom: 3px solid #ffa01f; }

#topNavArea #c_live.nav_current a {	border-bottom: 3px solid #b774e8; }

#topNavArea #c_tochikatsu.nav_current a { border-bottom: 3px solid #39bfed; }

#topNavArea #c_business.nav_current a { border-bottom: 3px solid #8bcf2f; }

#topNavArea #c_kurashi.nav_current a { border-bottom: 3px solid #5f8cfd; }

#topNavArea #c_all.nav_current { background-image: url(../images/bk_category_09.gif); }
#topNavArea #c_company.nav_current { background-image: url(../images/bk_category_10.gif); }
#topNavArea #c_live.nav_current { background-image: url(../images/bk_category_11.gif); }
#topNavArea #c_tochikatsu.nav_current { background-image: url(../images/bk_category_12.gif); }
#topNavArea #c_business.nav_current { background-image: url(../images/bk_category_13.gif); }
#topNavArea #c_kurashi.nav_current { background-image: url(../images/bk_category_14.gif); }


/* 【グリッドボックス】各ボックス指定
------------------------------------------------------------------------------- */
#topGridArea {
	margin: 0 auto 30px;
	max-width: 954px;
	min-width: 318px;
}

* html #topGridArea {
	width: 954px !important;
}

#topGridArea #gridBlock {
	display: none;
	width: 954px;
}

#topGridArea .gridBox {
	float: left;
	margin: 0 2px 4px;
	padding: 4px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#topGridArea .t_box_a {
	width: 147px;
	height: 147px;
	background-image: url(../images/bk_box_01.gif);
}

#topGridArea .t_box_b {
	width: 306px;
	height: 147px;
	background-image: url(../images/bk_box_02.gif);
}

#topGridArea .t_box_c,
#topGridArea .t_box_map2,
#topGridArea .t_box_map3,
#topGridArea .t_box_map4 {
	width: 306px;
	height: 306px;
	background-image: url(../images/bk_box_03.gif);
}

#topGridArea .t_box_d {
	width: 147px;
	height: 306px;
	background-image: url(../images/bk_box_04.gif);
}

#topGridArea .gridLoadError {
	padding: 10px;
	color: #c00;
	font-weight: bold;
	text-align: center;
}


/* 【お近くのダイワハウスを探す】グリッドボックス
------------------------------------------------------------------------------- */
.gridKyoten div.kyoten {
	width: auto;
	margin: 0;
	background: none;
}
.gridKyoten ul.tab {
	margin: 0 0 4px;
	padding: 0 0 0 5px;
	background-color: #e6e6e6;
}
.gridKyoten ul.tab li{
	margin: 0 2px 0 0;
	float: left;
}
.gridKyoten div.category{
	width: 397px;
	margin-left: -7px;
	position: relative;
	float: right;
	clear: none;
}
.gridKyoten div.category h3{
	margin: 0 0 5px 7px;
	padding: 8px 0 12px;
	background: url(/common/images/renew2009/line_dotted02.gif) left bottom repeat-x;
}
.gridKyoten div.category li{
	width: 191px;
	margin: 0 0 5px 7px;
	display: inline;
	float: left;
}
.gridKyoten div.category li.event{
	width: auto;
	float: none;
}

/* 条件から探す */
.gridKyoten div.condition{
	width: 290px;
	min-height: 219px;
	height: auto !important;
	height: 219px;
	margin: 0 3px;
	background-color: #f5f5f5;
	border: 3px solid #dedcd9;
	display: none;
}

.gridKyoten .condition fieldset{ margin: 0; }
.gridKyoten .condition fieldset div{
	width: 270px;
	margin: 0 auto;
	padding: 6px 0 5px;
	/padding: 2px 0;
	border-bottom: 1px solid #DEDCD9;
}
.gridKyoten .condition fieldset p{
	font-size:12px;
	line-height:1.2;
}
.gridKyoten .condition fieldset p label{
	margin:-15px 0 0 18px;
	/margin:-17px 0 0 20px;
	display:block;
}
.gridKyoten .condition fieldset select{
	margin: 5px 0 2px 8px;
}
.gridKyoten .condition div.btn{
	border-bottom: none;
	text-align:center;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
#topGridArea .gridBox .kyotenBtnList {
	line-height: 1;
	font-size: 12px;
}
#topGridArea .t_box_map2,
#topGridArea .t_box_map3,
#topGridArea .t_box_map4 {
	background-image: url(../images/bk_box_05.gif);	
}
#topGridArea .gridBox .kyotenBtnList {
	padding: 12px 0 0 8px;
}
#topGridArea .gridBox .kyotenBtnList .btnKyotenSp {
	margin-bottom: 12px;
}


/* インフォメーションエリア
------------------------------------------------------------------------------- */
.topInformationArea {
	margin-bottom: 12px;
	background: url(../images/bk_info_08.gif) left bottom no-repeat;
}

.topInformationArea .informationBlock {
	width: 459px;
	padding: 2px 5px 8px;
	border-top: 3px solid #e7e5e6;
}

.topInformationArea .informationBlock#tab_event,
.topInformationArea .informationBlock#tab_news {
	float: left;
}
.topInformationArea .informationBlock#tab_important,
.topInformationArea .informationBlock#tab_relation {
	float: right;
}
.topInformationArea .informationHeader {
	position: relative;
	border-top: 2px solid #fa0046;
	border-bottom: 1px solid #dddee2;
	margin-bottom: 8px;
	padding: 9px 0 8px 8px;
}

* html .topInformationArea .informationHeader {
	zoom: 1;
}

.topInformationArea .informationBlock .informationBtn {
	position: absolute;
	top: 6px;
	right: 1px;
}

.topInformationArea .informationBlock dl {
	line-height: 1.5;
	margin: 0 9px 7px;
	padding: 0 0 8px;
	background: url(/common/images/renew2009/line_dotted.gif) left bottom repeat-x;
}

.topInformationArea .informationBlock .last_child {
	margin-bottom: 0;
	padding-bottom: 5px;
	background: none;	
}

.topInformationArea .informationBlock dt {
	float: left;
	width: 95px;
	padding: 0 5px;
	background: url(/common/images/renew2009/arrow_info.gif) right 0.1em no-repeat;
	font-size: 14px;
}

.topInformationArea .informationBlock dt img {
	margin-top: 2px;
}

.topInformationArea .informationBlock dd {
	float: left;
	width: 325px;

	padding: 0 5px;
}

.topInformationArea .informationBlock dd img {
	margin-left: 3px;
}

.topInformationArea .informationBlock ul {
	margin: 0 9px;
}

.topInformationArea .informationBlock li {
	line-height:1.4;
	margin-bottom: 7px;
	padding: 0 0 8px 0;
	background: url(/common/images/renew2009/line_dotted.gif) left bottom repeat-x;
}

.topInformationArea .informationBlock li span {
	display: block;
	line-height: 1.4;
	padding-left: 25px;
	background: url(/common/images/renew2009/arrow.gif) 8px 0.45em no-repeat;	
}

.topInformationArea .informationBlock .blank span {
	background:url(/common/images/renew2009/arrow_blank.gif) 5px 0.4em no-repeat;
}

.topInformationArea .informationBlock .pdf span {
	background:url(/common/images/renew2009/ic_pdf.gif) left 1px no-repeat;
}

* html .topInformationArea .informationBlock dl { zoom: 1; } /* ie6 */
*:first-child+html .topInformationArea .informationBlock dl { zoom: 1; } /* ie7 */
.topInformationArea .informationBlock dl:after { content: ''; display: block; clear: both; height: 0; }


/* サブエリア
------------------------------------------------------------------------------- */
#topSubArea {
	margin-top: 20px;
	margin-bottom: 35px;
}

#topSubArea h2 {
	margin-bottom: 13px;
 	background: #e7e5e6 url(../images/bk_sub_04.gif) left top no-repeat;
}

#topSubArea h2 span {
	display: block;
	height: 17px;
	padding: 8px 0 5px 20px;
	background: url(../images/bk_sub_07.gif) right top no-repeat;
}


/* コラム＆メルマガ */
#topSubArea .mailBlock {
	float: left;
	width: 730px;
	line-height: 1.3;
}

#topSubArea .mailBlock .mailWrap {
	background: url(../images/bk_sub_01.gif) left bottom no-repeat;
}



#topSubArea .mailBlock .mailWrap div.mailBox1 {
	float: left;
	width:424px;
	margin-right: 20px;
	padding: 3px 3px 12px;
	background: url(../images/bk_sub_02.gif) left top no-repeat;
}
#topSubArea .mailBlock .mailWrap div.mailBox2 {
	float: left;
	width:274px;
	padding: 3px 3px 12px;
	background: url(../images/bk_sub_02_2.gif) left top no-repeat;
}


#topSubArea .mailBlock .mailWrap div h3 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	background: url(../images/bk_sub_03.gif) left bottom repeat-x;
}

#topSubArea .mailBlock .mailWrap div h3 a {
	display: block;
	width: auto;
	height: 33px;
	padding: 21px 0 0 12px;
	background-position: right top;
	background-repeat: no-repeat;
}

#topSubArea .mailBlock .mailWrap .mailBox1 h3 a {
	height: 37px;
	padding: 17px 0 0 12px;
	background-image: url(../images/bk_mailmagazine_02.jpg);
}

#topSubArea .mailBlock .mailWrap .mailBox2 h3 a {
	background-image: url(../images/bk_mailmagazine_03.jpg);
}

#topSubArea .mailBlock .mailWrap p {
	margin: 0 7px;
	line-height:1.4;
}



#topSubArea .mailBlock .mailWrap .mailBox2 p.btn{ margin-top:1.5em; }
#topSubArea .mailBlock .mailWrap .mailBox2 p.btn a{
	padding:10px 30px 10px 10px;
	background:#e33050 url(/mail/images/arrow_btn.png) right center no-repeat;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/*font-size:18px;*/
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
}
#topSubArea .mailBlock .mailWrap .mailBox2 p.btn a:link, #topSubArea .mailBlock .mailWrap .mailBox2 p.btn a:visited{ color:#fff; text-decoration:none; }
#topSubArea .mailBlock .mailWrap .mailBox2 p.btn a:hover, #topSubArea .mailBlock .mailWrap .mailBox2 p.btn a:active{ color:#fff; text-decoration:none; }






/*　関連バナー領域　*/
#topSubArea .relationBlock {
	float: right;
	width: 200px;
	padding: 0;
}

#topSubArea .relationBlock li {
	padding-bottom: 15px;
	text-align: center;
}

#topSubArea .relationBlock .relationBnr02 {
	padding : 15px;
	background: #e6e6e6 url(../images/bk_sub_05.gif) left top no-repeat;
}

#topSubArea .relationBlock .relationBnr03 {
	padding : 0 15px 15px;
	background: #e6e6e6 url(../images/bk_sub_06.gif) left bottom no-repeat;
}


/* 協賛・イベント
------------------------------------------------------------------------------- */
#topSupportArea h2 {
	margin: 0 0 7px 14px;
	padding: 4px 0 3px 9px;
	border-left: 4px solid #f71c45;
	background: none;
}

.container #topSupportArea{ width:950px; clear:both; }
div.infiniteCarousel {
  width: 950px;
  height: 80px;
	position: relative;
  margin:0 0 20px;
  background:url(../images/bk_support.gif) 13px top no-repeat;
}

.infiniteCarousel .wrapper {
  width: 870px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: hidden;
  margin: 0 45px 0 35px;
  position: relative;
}


.infiniteCarousel ul li {
  width:200px;
  height:50px;
  padding:15px 10px 0;
  display:block;
  float:left;
}

.infiniteCarousel ul li a img{ display:block; }

.infiniteCarousel .arrow {
  width:30px;
  height:29px;
  background:url(../images/arrow_support.gif) no-repeat 0 0;
  text-indent:-9999px;
  position:absolute;
  top:26px;
  cursor:pointer;
  outline:0;
  display:block;
}
.infiniteCarousel .forward{ background-position:-60px 0; right:0; }
.infiniteCarousel .back{ background-position:0 0; left:0; }
.infiniteCarousel .forward:hover{ background-position:-90px 0; }
.infiniteCarousel .back:hover{ background-position:-30px 0; }


/* ==

　05. @media

=============================================================================== */

@media print {
	#topMainVisual {
		position: static;	
	}
	#topMainVisual img {
		width: 100% !important;
		height: auto !important;
	}
	#topLeadArea {
		height: auto !important;
	}

}

/* ==

　99. SNSボタン

=============================================================================== */
#sns{ width:350px; margin:0 0 10px; padding:0; /padding:0 0 5px; font-size:10px; text-align:right; position:absolute; top:4px; right:5px; clear:both; }
#sns:after{ content:''; display:block; clear:both; }
#sns p, #sns div#fb-root{ margin:0; padding:0; display:inline; }
#sns p, #sns div#fb-root{ /padding:0 0 0 5px; }