@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "sec.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2010 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 140%;
}
	
h1 {} /* Header内で設定 */
#sectionH2 h2{
	color:#333;
	font-size:240%;
	font-weight:bold;
	position:absolute;
	top:65px;
	left:10px;
}
h3 {
	background-image:url(/img/sec_h3bg.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:10px 0;
	font-size:160%;
	font-weight:bold;
	padding:5px 0 5px 25px;
	color:#333;
	line-height:50px;
	}
h4 {
	background-image:url(/img/sec_h4Bg.jpg);
	background-repeat:no-repeat;
	margin:10px 0;
	padding-left:25px;
	font-weight:bold;
	font-size:120%;
	line-height:40px;
	}
h4.sec_img {margin:10px 0 5px;}
h5 {
	background-image:url(/img/sec_h5Bg.jpg);
	background-repeat:no-repeat;
	margin:10px 0;
	padding:5px 0 0 15px;
	font-weight:bold;
	height:40px;
	}

a { color: #f41; }
a:hover,
a:active { color: #f96; text-decoration: none; }
a:visited {
}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}

p { margin: 0 0 1em; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}
ul.totop li a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
ul.totop li a:hover { background-position: bottom; }


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
  background: url(/img/com_bodyBg.jpg) #fff 50% 0 repeat-x;
	color: #333;
	text-align: center;
}
#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left
}
#main {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:0 0 20px 0;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width:900px;
	position:relative;
	height:169px;
}
#header h1{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	font-size:11px;
	color:#FFF;
	margin:0;
	padding:0;
}
#header #headLogo{
	position:absolute;
	top:25px;
	left:0
}
#header p#headTel{
	position:absolute;
	top:15px;
	left:572px;
	margin:0;
	padding:0;
}
#header ul#hNavi{
	margin:0;
	padding:0;
	position:absolute;
	top:82px;
	left:563px;
	width:342px;
}
#header #hNavi li{
	float:left;
	margin:0;
	padding:0;
}
#header #hNavi li.hnavi01{width:90px;}
#header #hNavi li.hnavi02{width:66px;}
#header #hNavi li.hnavi03{width:110px;}
#header #hNavi li.hnavi04{width:76px;}

#header ul.gNavi{
	position:absolute;
	top:115px;
	left:0;
	height:50px;
	margin:0;
	padding:0;
}
#header ul.gNavi li{
	float:left;
	width:180px;
	margin:0;
	padding:0;
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	background:url(/img/com_footerBg.jpg) 0 0 repeat-x;
	height:150px;
	text-align:center;
}
#footer #footerCont{
	padding:30px 0;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: right;
	width:220px;
}
/*
#navi  #menu*{
	*height:1%;
}
*/
#navi  #menu li dt{
	margin:0;
	padding:0;
	background:url(/img/com_sideDdBg.jpg) 0 0 no-repeat;
}
#navi  #menu li dd{
	background:url(/img/com_sideDdBg.jpg) 0 0 no-repeat;
	border-bottom:1px dotted #ddd;
	padding:5px 10px 5px 10px;
}
#navi  #menu li dd.lastChild{
	border:none;
}
#navi  #menu li dd a{
	background:url(/img/com_sideDd.jpg) 0 50% no-repeat;
	padding:2px 0 2px 20px;
	text-decoration:none;
	color:#333;
	display:block;
}
#navi  #menu li dd a:hover{
	text-decoration:underline;
}

#navi  #menu li dl{
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}

#navi #sideSearch p.firstChild{
	margin:0;
	padding:0;
}
#navi #sideSearch{
	background:url(/img/sec_sideSearchBg.jpg) 0 0 repeat-y;
	margin-bottom:10px;
	border-bottom:3px solid #006699;
}

#navi #sideSearch table{
	width:200px;
	margin:0 10px;
}
#navi #sideSearch table th,
#navi #sideSearch table td{
	padding:5px 15px;
	text-align:left;
}
#navi #sideSearch table td.lastChild{
	background:#FFF;
	text-align:center;
}
#navi #sideSearch table td select{
	font-size:100%;
	width:170px;
}

.ht02{
	text-align:center;
	padding:10px 0;
	margin:0 10px;
	background:#FFF;
}
#main #navi #sideBanner p{
	margin:0;
	padding:0;

}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* topicPath
------------------------------------------------------------------------*/
ol.topicPath{
	margin:10px;
}
ol.topicPath li{
	display:inline;
	padding:0 10px;
	background:url(/img/sec_topic.jpg) 0 50% no-repeat;
}
ol.topicPath li.firstChild{
	background:none;
	padding:0 10px 0 0;
}

/* sitemap
------------------------------------------------------------------------*/
.sitemap{
	margin:0 10px;
}
.sitemap *{
	*height:1%;
}
.sitemap li a,
.sitemap li.nolink{
	background:url(/img/com_sideDd.jpg) 0 50% no-repeat;
	padding:5px 0 5px 25px;
}
.sitemap li ul{
	margin-left:15px;
}
.sitemap li ul li a{
	background:url(/img/sec_topic.jpg) 0 50% no-repeat;
}

/* common
------------------------------------------------------------------------*/
.pageTop{
	text-align:right;
	clear:both;
	padding:20px 0;
}
.pageTop a{
	background:url(/img/com_pageTop.jpg) 0 50% no-repeat;
	padding:3px 0 3px 15px;
}

#content{
	width:660px;
	float:left;
	margin-right:20px;
	background:#fff;
}
#sectionH2{
	width:660px;
	height:150px;
	position:relative;
	background:url(/img/sec_h2Bg.jpg) 0 0 no-repeat;
}

.tableCont{
	background: url(/img/sec_tableContBg.jpg) 0 0 repeat;
	padding:5px 0 0 0;
}
.tableCont table{
	width:100%;
	border:2px solid #ccc;
	background:#FFF;
}
.tableCont table th{
	text-align:left;
	padding:10px;
	border:2px solid #ccc;
	background:#f0f0f0;
}
.tableCont table td{
	padding:10px;
	border:2px solid #ccc;
}
.tableCont table td select{
	font-size:100%;
}



/* index
------------------------------------------------------------------------*/
#index h2{
	margin-bottom:10px;
}
#index h3{
	padding:0;
	margin:0;
	line-height:100%;
	background:none;
}
#index #index01{
	margin-bottom:10px;
}
#index #index01 .sectionH3{
	position: relative;
	margin-bottom:10px;
}
#index #index01 p.link{
	position: absolute;
	top:10px;
	left:520px;
}
#index #index01 .box{
	padding:10px 0 0 10px;
	width:154px;
	_width:164px;
	float:left;
	border-right:1px dotted #ccc;
}
#index #index01 .box .sectionH4{
	background:url(/img/index_01-h4.jpg) 0 0 repeat-y;
	padding:0 0 0 10px;
}
#index #index01 .box .sectionH4 p{
	font-size:90%;
}
#index #index01 .box .sectionH4 p.firstChild{
	font-size:140%;
	margin-bottom:5px;
}
#index #index01 .box .sectionH4 p.firstChild a{
	color:#333;
}
#index #index01 .box p img{
	border:3px double #ddd;
}
#index #index01 .box p span img{
	border:none;
}
#index #index02{
	padding:0 0 5px 0;
	background:url(/img/index_02outBg.jpg) 0 100% no-repeat;
	margin-bottom:10px;
}
#index #index02 .index02inner{
	background:url(/img/index_02Bg.jpg) 0 0 no-repeat;
	padding:0 29px 30px 31px;
}
#index #index02 .index02inner .box01,
#index #index02 .index02inner .box02,
#index #index02 .index02inner .box03{
	width:190px;
	float:left;
	position:relative;
	height:230px;
}
#index #index02 .index02inner .box01,
#index #index02 .index02inner .box02{
	margin-right:15px;
}
#index #index02 .index02inner .box01 p,
#index #index02 .index02inner .box02 p,
#index #index02 .index02inner .box03 p{
	margin:0;
	padding:10px;
	font-size:110%;
}


#index #index02 .index02inner .box01 p.firstChild,
#index #index02 .index02inner .box02 p.firstChild,
#index #index02 .index02inner .box03 p.firstChild{
	margin:0;
	padding:0;
}


#index #index02 .index02inner .box01 p.lastChild,
#index #index02 .index02inner .box02 p.lastChild,
#index #index02 .index02inner .box03 p.lastChild{
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	padding:0;
}

#index #index03{
	clear:both;
	margin-bottom:10px;
}
#index #index03 #index03-01{
	width:320px;
	float:left;
}
#index #index03 #index03-02{
	width:320px;
	float:right;
}
#index #index03 table{
	width:320px;
}
#index #index03 table th{
	font-weight:normal;
	text-align:left;
	width:120px;
	_width:130px;
}
#index #index03 table th,
#index #index03 table td{
	border-bottom:1px dotted #ccc;
	padding:5px;
	font-size:90%;
}

#index #index04{
	clear:both;
	margin-bottom:10px;
}
#index #index04 h3{
	margin-bottom:10px;
}

#index #index05{
	position:relative;
	height:450px;
}
#index #index05 .index05inner{
	width:673px;
	position:absolute;
	top:0;
	left:-13px;
	background:url(/img/index_05Bg.jpg) 0 0 repeat-y;
}
#index #index05 .index05inner .index05-1{
	width:342px;
	float:left;
}
#index #index05 .index05inner .index05-2{
	width:331px;
	float:right;
}

p.add01{
	margin:0 0 10px 50px;
}
p.add02{
	padding:0 0 0 20px;
}





.pkg{
	*display:inline-block;
	margin-bottom:-3px;
	}		  
.pkg:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}
#content ul li {
	list-style:none;
	margin:5px 0;
	}
.red {color:red;}
.str {font-weight:bold;}
.img_center {text-align:center;}
.pic_right {
	float:right;
	margin:30px 0;
	}


/* id1
------------------------------------------------------------------------*/
/*sfmail*/
.contactTable01{
	width:660px;
	margin-bottom:10px;
}
.contactTable01 table{
	width:100%;
	border:2px solid #ccc;
}
.contactTable01 table th,
.contactTable01 table td{
	border:2px solid #ccc;
	padding:5px;
}
.contactTable01 table th{
	background:url(/img/sec_tableContBg.jpg);
	color:#FFF;
	text-align:center;
}
.contactTable01 table td{
	background:#fff;
	color:#333;
	text-align:center;
}

/*Q&A*/
ul.qa_list {
	list-style:none;
	width:460px;
	float:left;
	margin:10px 10px 10px 0;
	}
ul.qa_list li {padding:5px 0 5px 50px;}
ul.qa_list li.q1 {background:url(/img/sec_img050q1.jpg) no-repeat 0px 5px;}
ul.qa_list li.q2 {background:url(/img/sec_img050q2.jpg) no-repeat 0px 5px;}
ul.qa_list li.q3 {background:url(/img/sec_img050q3.jpg) no-repeat 0px 5px;}
ul.qa_list li.q4 {background:url(/img/sec_img050q4.jpg) no-repeat 0px 5px;}
ul.qa_list li.q5 {background:url(/img/sec_img050q5.jpg) no-repeat 0px 5px;}
ul.qa_list li.q6 {background:url(/img/sec_img050q6.jpg) no-repeat 0px 5px;}
ul.qa_list li.q7 {background:url(/img/sec_img050q7.jpg) no-repeat 0px 5px;}

.qa_box {
	background:url(/img/sec_img050boxBg.jpg);
	padding:10px;
	margin:10px 0;
	_padding:9px 10px 12px 10px;
	}
.qa {
	background:#FFFFFF;
	padding:10px;
	}
.q_title {
	font-size:120%;
	border-bottom:1px dotted #ccc;
	line-height:30px;
	}
p.q_no {
	float:left;
	width:40px;
	font-weight:bold;
	}
p.q_txt {
	float:left;
	width:580px;
	}
p.a_no {
	font-size:160%;
	color:#FF9900;
	float:left;
	width:40px;
	font-weight:bold;
	padding-top:10px;
	}
p.a_txt {
	float:left;
	width:580px;
	padding-top:10px;
	}
	
/*クレバーリアルエステートの特徴*/
.box070 {
	position:relative;
	margin:10px 0;
	height:180px;
	}
.box070 h4.sec070 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	}
p.txt_box070 {
	position:absolute;
	top:55px;
	left:130px;
	width:530px;
	}
	
/*売却をお考えの方へ*/
h4.sec100 {
	text-indent:-9999px;
	background:none;
	}
.point1 {background:url(/img/sec_img100p1.jpg) no-repeat;height:140px;margin:10px 0;}
.point2 {background:url(/img/sec_img100p2.jpg) no-repeat;height:140px;margin:10px 0;}
.point3 {background:url(/img/sec_img100p3.jpg) no-repeat;height:140px;margin:10px 0;}
.point1 p,.point2 p,.point3 p {padding:0px 10px 10px 20px;}
dl.step_box {margin:10px 0;}
dl.step_box dt {
	font-size:120%;
	font-weight:bold;
	padding-left:110px;
	line-height:35px;
	}
dt.step1 {background:url(/img/sec_img100step1.jpg) no-repeat;height:55px;}
dt.step2 {background:url(/img/sec_img100step2.jpg) no-repeat;height:55px;}
dt.step3 {background:url(/img/sec_img100step3.jpg) no-repeat;height:55px;}
dt.step4 {background:url(/img/sec_img100step4.jpg) no-repeat;height:55px;}
dt.step5 {background:url(/img/sec_img100step5.jpg) no-repeat;height:55px;}
dt.step6 {background:url(/img/sec_img100step6.jpg) no-repeat;height:55px;}
dt.step7 {background:url(/img/sec_img100step7.jpg) no-repeat;height:55px;}
ul.sec100_list {
	list-style:none;
	margin:10px 0 10px 20px;
	}

/* id2
------------------------------------------------------------------------*/
.page_sep{
	padding:20px;
	text-align:center;
}
.listTable{
	background:#f0f0f0;
}
.listTable table{
	border:2px solid #f0f0f0;
	width:656px;
	_width:660px;
}
.listTable table th{
	border:2px solid #f0f0f0;
}
.listTable table tr.line0 td{
	background:url(/img/sec_listTableTd01.jpg) 0 0 repeat;
	border:2px solid #fff;
}
.listTable table td{
	border:2px solid #f0f0f0;
	text-align:center;
	background:#fff;
	padding:5px 0;
}
.listTable table td.madori div,
.listTable table td.tochi div{
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	width:68px;
}
.listTable table td.tochi div{width:67px}

.listTable table tr.line0 td.firstChild{
	border-left:2px solid #f0f0f0;
}
.listTable table tr.line0 td.lastChild{
	border-right:2px solid #f0f0f0;
}

#infoData01{
	margin-bottom:15px;
}
.infoDataTable{
	width:232px;
	float:left;
	margin-right:17px;
	padding:3px 0 0 0;
	background:url(/img/sec_tableContBg.jpg) 0 0 repeat;
	margin-bottom:10px;
}
.infoDataTable table{
	border:2px solid #ccc;
	background:#FFF;
}
.infoDataTable table th{
	background:#f0f0f0;
	border:2px solid #ccc;
	text-align:left;
	padding:5px;
	width:80px;
	_width:90px;
}
.infoDataTable table td{
	padding:5px;
	border:2px solid #ccc;	
}

.infoDataImg{
	width:411px;
	float:right;
	padding:30px 0;
	background:url(/img/sec_dataImgBg.jpg) 0 0 repeat;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.infoDataImg img{
	border:3px double #ddd;
}
.infoDataImg p.firstChild{
	text-align:center;
}
.infoDataImg p.secondChild{
	margin:0 0 10px 40px;
	background:url(/img/sec_dataImgDesc.jpg) 0 50% no-repeat;
	padding:5px 20px 5px 30px;
	font-size:110%;
}

.infoDataImg .thumbRail{
	margin:0 0 0 19px;
}
.infoDataImg .thumbRail span{
	padding:0 7px 0 0;
}

#infoData02{
	clear:both;
	margin-bottom:10px;
}

.infoDataBottom01{
	width:320px;
	float:left;
	margin-right:20px;
	background:url(/img/sec_dataBtm02Bg.jpg) 0 0 repeat-y;
	border-bottom:1px solid #ccc;
}
.infoDataBottom01 p{
	padding:10px;
}
.infoDataBottom01 p.firstChild{
	padding:0;
}
.infoDataBottom02{
	width:320px;
	float:left;
	background:url(/img/sec_dataBtm02Bg.jpg) 0 0 repeat-y;
	border-bottom:1px solid #ccc;
}
.infoDataBottom02 .adr{
	width:278px;
	margin:20px 18px;
	border:3px double #fff;
}
.clear{
	clear:both;
}


/* id3
------------------------------------------------------------------------*/
.entryBody ul li{
	background:url(/img/com_sideDd.jpg) 0 50% no-repeat;
	padding:3px 0 3px 20px;
}
.subList table{
	width:660px;
}
.subList table th,
.subList table td{
	padding:5px;
	border-bottom:1px dotted #ccc;
}
.subList table th{
	text-align:left;
	font-weight:normal;
	width:150px;
	_width:160px;
	
}