@charset "utf-8";
@import "reset.css";

/*font layout*/
.fBold{font-weight:bold;}
.fVerdana{font-family:Verdana;}
/*rollover*/
.ro a:hover,
a.ro:hover,
a:hover .ro{ filter:alpha(opacity=80);opacity:0.8; }
a, a .ro{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
body{
		font-family:"ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
		font-size:12px;
		color:#333333;
}
.fRed{color:#D12626;}
.fRedDef{ color: #FF0000; line-height: 20px;}
.fBlueDef{ color: #000066; }
.inner img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}


/*============================
#header
============================*/
#header .topHeader{
	width:100%;
	background:#FAFAFA;
	border-bottom:1px solid #CCCCCC;
}
#header .topHeader .txtHeader{
	width:980px;
	height:33px;
	margin:0 auto;
	text-align:left;
	line-height:36px;
	font-size:12px;
	color:#666666;
	letter-spacing:0.5px;
}
#header .headerIn{
	width:980px;
	margin:0 auto;
	padding:20px 0 16px;
}
#header .headerIn .headerLogo{
	width:296px;
	float:left;
	margin:12px 0px 20px 0px;
}
#header .headerIn .blockWrapper{
	border-left: 1px solid #CCC;
	width:675px;
	height:84px;
	float:right;
}
#header .headerIn .blockWrapper .blockItem01{
	display:block;
	margin: 0 0 13px 15px;
	padding:4px 0 0 0; /* 会員登録追加時 */
	/*padding:28px 0 0 2px;*/
	box-sizing: border-box;
}
#header .headerIn .blockWrapper .blockItem02{
	display:block;
	border:1px solid #C9C9C9;
	background:#F7F7F7;
	padding:4px;
	margin: 0 0 0 15px;
	box-sizing: border-box;
}
#header .headerIn .blockItem01 .txtHeader01 {
	width:174px;
	float:left;
}
#header .headerIn .blockItem01 .txtTel{
	width:226px;
	float:left;
	padding-left:10px;
}
#header .headerIn .blockItem01 .txtDay{
	width:238px;
	float:left;
	padding-left:10px;
}
#header .headerIn .blockWrapper .blockItem02 .gest{
	display:inline-block;
	line-height:120%;
	padding:8px 5px 5px 16px;
	box-sizing:border-box;
	letter-spacing:1px;
}
#header .headerIn .blockWrapper .blockItem02 .btnLogout a{
	display:block;
	width:80px;
	height:30px;
	background: url(../img/common/bgLogout.jpg) #FFF left top no-repeat;
	font-size:11px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	float:left;
}
#header .headerIn .blockWrapper .blockItem02 .btnMypage a{
	display:block;
	width:80px;
	height:30px;
	background: url(../img/common/bgMypage.jpg) #FFF left top no-repeat;
	font-size:11px;
	text-align:center;
	line-height:30px;
	text-decoration:underline;
	color:#FFF;
	float:left;
	margin-left:10px;
}
#header .headerIn .blockWrapper .blockItem02 .btnFavorite a{
	display:inline-block;
	width:190px;
	height:30px;
	background: url(../img/common/bgFavorite.jpg) #FFF left top no-repeat;
	font-size:11px;
	text-align:center;
	line-height:30px;
	text-decoration:underline;
	color:#FFF;
	float:left;
	margin-left:10px;
}
#header .headerIn .blockWrapper .blockItem02 .btnMember a{
	display:block;
	width:80px;
	height:30px;
	background: url(../img/common/bgMember.jpg) #FFF left top no-repeat;
	font-size:11px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	float:left;
}

#header .headerIn .blockWrapper .blockItem02 .btnBlock{
	width:370px;
	float:right;
	margin-right:6px;
}
#header .headerIn .blockWrapper .blockItem02 a:hover{
	filter:alpha(opacity=80);opacity:0.8;
}
/*============================
#nav
============================*/
#nav {
	width:100%;
	background:url(../img/common/bgNav.gif) left top 6px repeat-x;
	border-bottom:3px solid #013974;
}
#nav .navIn {
	width:980px;
	margin:0 auto;
	font-size:0;
}
#nav .navIn a{
	display:inline-block;
	background:#FFF;
}
#nav .navIn .bd::after{
	content:"";
	display:inline-block;
	height:40px;
	border-right:1px solid #E1E1E1;
	box-sizing:border-box;
	position:relative;
	top:-12px;
}

/*============================
#contents
============================*/

/* pnkz */
#pnkz .pnkzIn{
	width:980px;
	margin:0 auto;
}
#pnkz .pnkzList{
	float:left;
	max-width:980px;
	font-size:0;
	padding:13px 0;
}
#pnkz .pnkzList li{
	display:inline-block;
	font-size:12px;
	color:#666666;
	padding-right:15px;
	margin-right:8px;
	background:url(../img/common/bgPunkz.gif) center right no-repeat;
	max-width:300px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#pnkz .pnkzList li:last-child{
	background:none;
}
#pnkz .pnkzList a{ color:#1F65A4; }
#pnkz .pnkzList a:hover{ color:#4C84B6; }
#contents .contentsIn{
	width:980px;
	margin:0 auto;
}
#contents .contentsIn01{
	width:980px;
	margin:0 auto;
	padding-bottom:90px;
}
#main{
	width:730px;
	float:left;
}
#side{
	width:220px;
	float:right;
	margin-bottom:50px;
}

/*============================
#side
============================*/

#side .boxSide01 {
	margin-bottom:23px;
}
#side .sideTitle {
	margin-bottom:10px;
}
#side .boxSide01 #sideDvd{
	width:220px;
	height:auto;
}
#side .boxSide01 .txtDvd{
	display: block;
	color:#1F65A4;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 5px 0 10px;
}
#side .bnrImg {
	margin-bottom:10px;
}
#side .boxSide02 {
	margin-bottom:10px;
}
#side .bnrImgTop{
	margin-bottom:30px;
}

#side .boxSide02 .boxCompany{
	display:block;
	width:220px;
	height:120px;
	border:1px solid #E1DA9E;
	background:#F7F6E7;
	font-family:Verdana;
	box-sizing: border-box;
}
#side .boxSide02 .boxCompany .name{
	display:block;
	width:200px;
	height:30px;
	line-height:30px;
	margin:9px auto 6px;
	border:1px solid #E1DA9E;
	background:#EFEDD1;
	color:#3F1F06;
	text-align:center;
	letter-spacing:0.5px;
	box-sizing: border-box;
}
#side .boxSide02 .boxCompany .leftImg{
	width: 40px;
	float: left;
	margin-left: 10px;
}
#side .boxSide02 .boxCompany .rightText{
	width:auto;
	float:left;
	font-size:11px;
	color:#3F1F06;
	text-align:left;
	margin-left:7px;
	line-height:18px;
}
#side .boxSide02 .boxCompany .subText{
	display:block;
	width:200px;
	height:20px;
	line-height:20px;
	margin:5px auto 10px;
	text-align:center;
	border:1px solid #8C796A;
	font-size:11px;
	color:#8C796A;
	box-sizing: border-box;
}
#side .boxSide02 .boxCompany .telSide{
	font-size:14px;
}
/* secArticle */
#side .secArticle{
	border-top:#663300 solid 3px;
	margin-top:20px;
}
#side .secArticle .inner{
	border:#CCCCCC solid 1px;
	border-top:none;
	padding:0 8px 9px;
}
#side .secArticle .secLeft{ float:left; }
/*#side .secArticle .secLeft{
	width:100px;
	margin:0 auto;
}*/
#side .secArticle .secRight{ float:right; }
#side .numberList{
	font-size:0;
}
#side .numberList li{
	display:inline-block;
	margin-right:1px;
}
#side .txtNumber{
	font-size:11px;
	padding:5px 0 9px;
	text-align:right;
}
#side .secLeft .txtNumber{ color:#247684; }
#side .secRight .txtNumber{ color:#E03F67; }
#side .secArticle .txtMember{
	line-height:18px;
	text-align:center;
}
#side .secArticle .btnMember{
	display:block;
	margin:11px auto 14px;
	width:190px;
}
#side .secArticle .btnLogin{
	display:block;
	width:190px;
	margin:0 auto;
}
/* formArea */
#side .formArea{
	width:220px;
	height:auto;
	padding:9px 9px 4px;
	background:#FCFCF8;
	border:1px solid #D7D7D7;
	border-top:none;
	box-sizing:border-box;
}
#side .formArea .text{
	padding:10px 0 3px;
	color:#371C00;
	line-height:110%;
}
#side .formArea .textPass{
	padding:3px 0 3px;
}
#side .loginBt{
	padding: 16px 0 3px;
}
#side .sideLogin{
	width:200px;
	height:28px;
	padding:4px;
	background:#FFFFFF;
	border:solid 1px #D7D7D7;
	box-sizing:border-box;
}
#side .sideLogin.off{
	color:#CCCCCC;
}

#side .sideLoginPass{
	width:200px;
	height:28px;
	padding:4px;
	background:#FFFFFF;
	border:solid 1px #D7D7D7;
	box-sizing:border-box;
}

#side .sideLoginPass.off{
	background:url(../img/sidebox/input_default_pass.gif) 5px center no-repeat #FFFFFF;
}

#side .formArea .checkbox{
	width:180px;
	padding:0;
	margin:7px 0 0;
	text-align:left;
}
#side .formArea .checkbox table{
	border-collapse:collapse;
	border-spacing:0;
}
#side .formArea .checkbox td{
	vertical-align:middle;
}
#side .formArea .checboxWa{
	width:12px;
	height:12px;
	padding: 0 2px 0 0;
	font-size:0;
	line-height:0;
}
#side .formArea .checboxForm{
	width:13px;
	height:13px;
	background-color:#FFFFFF;
	border:solid 1px #C47B01;
}
#side .formArea .checkbox .text{
	padding-left:4px;
	font-size:12px;
	font-weight:normal;
	font-family:verdana;
	line-height:100%;
}
#side .loginBt a{
	width:200px;
	height:40px;
	background:#FFF;
	display:block;
}
#side .loginBt a:hover{ background-position:right top; }

#side .forgetBt{
	padding:8px 0 16px 0;
	height:100%;
	line-height:100%;
	text-align:center;
}
#side .forgetBt a{
	font-size:12px;
	color:#3284E6;
}
#side .forgetBt a:hover{ color:#5B9DEB; }
/* member_area */
#side .memberArea{
	width:220px;
	background:#FFF;
	border:1px solid #D7D7D7;
	border-top:none;
	text-align: center;
	margin-bottom:30px;
	padding: 18px 0 16px;
	box-sizing:border-box;
}
#side .memberArea .text{
	padding:10px 0 14px 4px;
	font-size:12px;
	line-height:16px;
	color:#663300;
	text-align:center;
}
#side .memberArea .bt{
	display:block;
	width:200px;
	height:40px;
	margin:0 auto;
	background:#FFF;
}
/* sideRecently
------------------------------------------------*/
#side .sideRecently{
	width:220px;
	height:auto;
	padding-bottom:9px;
}
#side .sideRecently .bg{
	width:220px;
	height:auto;
	padding:0 7px;
	background:#FFFFFF;
	border:solid 1px #CCC29D;
	border-top:none;
	box-sizing: border-box;
}
#side .sideRecently .list{
	width:203px;
	height:auto;
	padding:7px 0 10px 0;
	background:url(../img/estate/listLine.jpg) left bottom no-repeat;
	font-family:Verdana;
}
#side .sideRecently .top{ padding:7px 0 11px 0; }
#side .sideRecently .last{ background:none; }
#side .sideRecently .list .boxCheck{
	width:13px;
	height:13px;
	float:left;
}
#side .sideRecently .list .text{
	width:180px;
	height:auto;
	float:right;
}
#side .sideRecently .list .text01{
	line-height:18px;
	padding:4px 0 0 0;
	color:#3284E5;
	letter-spacing:1px;
}
#side .sideRecently .list .text02{
	line-height:140%;
}
#side .sideRecently .list .text01:hover{
	color:#5B9DEA;
}

#side .sideRecently .list .text03{
	line-height:130%;
	color:#333333;
	padding:4px 0 0 0;
	width:155px;
}
#side .sideRecently .list .text03 .price{
	font-family:Verdana;
	color:#D12626;
}
#side .recentlyBt{
	display: block;
	width: 200px;
	height: 40px;
	margin: 20px auto;
	background: #FFF;
	text-align: center;
}

/* secResearch */
#side .secResearch{ margin-top:20px; }
#side .secResearch .inner{
	border:1px solid #D7D7D7;
	border-top:none;
	margin-bottom:30px;
}
#side .txtResearch01{
	font-weight:bold;
	line-height:32px;
	background:#F5F3E7;
	padding-left:8px;
	letter-spacing:1px;
	font-weight:normal;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	box-sizing:border-box;
}
#side .researchIn{
	padding:8px;
	font-size:0;
}
#side .researchIn02{
	padding:1px 8px 4px;
}
#side .researchIn03{
	padding:0 8px 14px;
}

#side .researchIn .label01{
	display:inline-block;
	font-size:12px;
	padding:2px 7px 2px 0;
}
#side .researchIn .label02{
	display:inline-block;
	font-size:12px;
	padding:3px 7px 3px 0;
	line-height:17px;
}
#side .researchIn .radio{
	margin:0 5px 0 0;
	vertical-align:top;
}
#side .researchIn .check{
	margin:0 5px 0 0;
	vertical-align:middle;
}
#side .researchIn .select01{
	display:inline-block;
	width:150px;
	height:28px;
	text-indent:5px;
}
#side .researchIn .selectWord{
	font-size:12px;
	line-height:17px;
	padding-top:4px;
	padding-left:10px;
	vertical-align:middle;
}
#side .researchIn .select02{
	display:inline-block;
	width:100px;
	height:28px;
	text-indent:5px;
}
#side .researchIn .select03{
	display:inline-block;
	width:200px;
	height:28px;
	text-indent:5px;
}
#side .researchIn .select04{
	display:inline-block;
	width:80px;
	height:28px;
	text-indent:5px;
}

#side .researchIn .select01:first-child{
	margin-bottom:7px;
}
#side .researchIn .select.mgOn{ margin-top:10px; }
#side .researchIn .txtResearch02{
	font-size:12px;
	padding:8px 0 7px;
}
#side .researchIn .txtResearch02.pdOn{ padding-top:10px; }
#side .researchIn .txtResearch03{
	line-height:19px;
	font-size:12px;
	display:inline-block;
	padding-left:3px;
	vertical-align:top;
}
#side .researchIn .txtResearch03.mgOn{
	margin-top:5px;
}
#side .btnResearch{
	text-align:center;
	border-top:#CCCCCC solid 1px;
	padding:20px 10px;
}

/*============================
#footer
============================*/
#footer {
}
#footer .areaBtm {
	width:100%;
	height:410px;
	background:url(../img/common/bgApplication.jpg) center top no-repeat;
}
#footer .areaBtm .areaBtmIn {
	width:980px;
	margin:0 auto;
}
#footer .areaBtm .areaBtmIn .txtContact{
	text-align:center;
	padding:80px 0 31px;
}
#footer .areaBtm .areaBtmIn .boxTile .txtBtmTel{
	width:240px;
	float:left;
	margin:8px 38px 0 0;
}
#footer .areaBtm .areaBtmIn .boxTile .btnApp01 a{
	display:block;
	width:340px;
	height:102px;
	margin-right:22px;
	float:left;
}
#footer .areaBtm .areaBtmIn .boxTile .btnApp02 a{
	display:block;
	width:340px;
	height:102px;
	float:left;
}
#footer .areaBtm .areaBtmIn .textTile {
	display: block;
	width: 980px;
	height: 34px;
	margin-top: 65px;
	background: #E4E4E4;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#footer .areaBtm .areaBtmIn .textTile .text {
	float: left;
	color: #666666;
	line-height: 36px;
	padding: 0 15px 0;
}
#footer .areaBtm .areaBtmIn .textTile .btnTop{
	display:block;
	float:right;
	margin:10px 16px 0 0;
	color:#1F65A4;
	line-height:120%;
}
#footer .areaBtm .areaBtmIn .textTile .btnTop:hover{
	color:#4B83B5;
}
#footer .footerBtm {
	background:#013974;
}
#footer .footerBtm .footerBtmIn{
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
}
#footer .footerBtm .linkList01{
	width:980px;
	margin:0 auto;
	padding:20px 0 0;
}
#footer .footerBtm .linkList01 .linkListIn{
	width:980px;
	margin:0 auto;
	border-left: 1px solid #012856;
	border-right: 1px solid #1B4D82;
}
#footer .footerBtm .linkList01 .boxList {
	display: block;
	width: 245px;
	height:140px;
	float: left;
	border-left: 1px solid #1B4D82;
	border-right: 1px solid #012856;
	padding: 0px 10px 33px 18px;
	box-sizing: border-box;
}
#footer .footerBtm .linkList01 .boxList a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#footer .footerBtm .linkList01 .boxList .tit{
	display:block;
	font-size:14px;
	color:#EDC035;
	line-height:120%;
	padding-bottom:10px;
	letter-spacing:0.5px;
	font-weight:bold;
}
#footer .footerBtm .linkList01 .boxList a{
	display:block;
	color:#FFF;
	line-height:18px;
	margin-left:4px;
}
#footer .footerBtm .linkList02 {
	width:980px;
	margin:0 auto;
	padding:60px 0 17px;
}
#footer .footerBtm .linkList02 ul li{
	display:inline-block;
	border-left:1px solid #FFF;
	padding:0 4px 0 6px;
	line-height:13px;
}
#footer .footerBtm .linkList02 ul li a{
	color:#FFF;
}
#footer .footerBtm .linkList02 ul li a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#footer .footerBtm .boxAbout {
	display:block;
	width:980px;
	height:135px;
	background:#1B4D82;
	position:relative;
	z-index:1;
	color:#FFF;
	margin-bottom:15px;
}
#footer .footerBtm .boxAbout .titAbout {
	font-size:14px;
	line-height:120%;
	padding:17px 10px 7px 21px;
	position:relative;
	z-index:2;
	letter-spacing:-0.25px;
}
#footer .footerBtm .boxAbout .txtAbout {
	line-height:18px;
	padding:0 0 0 21px;
}
#footer .footerBtm .boxAbout .itemFigure{
	position: absolute;
	top: -66px;
	right: 8px;
	z-index:3;
}
#footer .footerBtm .groupLink {
	display: block;
	width: 980px;
	height: 36px;
	background: #325F8F;
	color: #FFF;
	line-height: 36px;
	margin-bottom:10px;
	padding: 0 20px;
	letter-spacing:1px;
	box-sizing: border-box;
}
#footer .footerBtm .boxGroup{
	font-size:11px;
	color:#FFF;
}
#footer .footerBtm .boxGroup .group01 {
	width:170px;
	float:left;
	border-right: 1px solid #012856;
	color:#FFF;
}
#footer .footerBtm .boxGroup .group02 {
	width:auto;
	float:left;
	border-left: 1px solid #1B4D82;
}
#footer .footerBtm .boxGroup .group02 .group02In{
	padding:6px 0 0 10px;
}

#footer .footerBtm .boxGroup .group02 .group02In .linkList{
	width:115px;
	float:left;
	margin-right:3px;
	color:#FFF;
display:block;
}
#footer .footerBtm .boxGroup .txt{
	display:block;
	line-height: 13px;
	padding: 8px 0;
}
#footer .groupPanel01{
	display:block;
	width:160px;
	height:46px;
	background:#FFF;
}
#footer .groupPanel02{
	display:block;
	width:115px;
	height:40px;
	background:#FFF;
}

#copy{
	width:100%;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	letter-spacing:0.5px;
	background:#2E2D2D;
	font-family:Verdana;
}
#copy .copyText{
	color:#FFF;
}
#copy .copyText:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
