@charset "utf-8";

/*-----------------------------------------------------------------

	住まい通信TOP

------------------------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
}

h2.section_bar {
	display: block;
	border-top: 3px solid #ddd;
	color: #666;
	padding: 2px 0 4px;
	margin: 0 0 20px;
}

h2.section_bar .inner_b {
	border-top: 1px double #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 3px;
	padding: 8px 0 8px;
	zoom: 1;
	font-size:26px;
}

h2.section_bar .inner_b span {
	font-size: 17px;
	padding-left: 16px;
	font-weight: normal;
}

h3.section_title {
	line-height: 1;
	border-left: 3px solid #ffa900;
	font-size:24px;
	color: #666;
	margin-top: 30px;
	padding: 4px 0 4px 8px;
	font-weight: normal;
}

h3.section_title:first-of-type {
	margin-top: 20px;
}

h3.section_title + p {
	padding: 10px 0 10px;
	font-size: 15px;
	font-weight: normal;
}

.new_disp ul {
	overflow: hidden;
	margin-top: 10px;
}

.new_disp li {
	float: left;
	position: relative;
	overflow: hidden;
}

.new_disp li:first-of-type {
	margin-right: 30px;
}

.new_disp li img {
	position: relative;
	vertical-align: bottom;
}

.new_disp li span.ul_icon {
	color: #fff;
	position: absolute;
	bottom: 30px;
	background-color: #f44f8a;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	left: 12px;
	z-index: 2;
}

.new_disp .new_info {
	position: absolute;
	width: auto;
	color: #fff;
	z-index: 1;
background-image: url(/images/sumai/bg_black.png);

	padding: 6px 0 26px 75px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.7em;
	overflow: hidden;
}
.new_disp li a {
	display: block;
	width: 460px;
	height: 306px;
	overflow: hidden;
}
.new_disp li a img {
	display: block;
	width: 100%;
}
.new_disp li a .new_info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	min-height: 68px;
}

.new_disp .new_info span {
	display: block;
	font-size: 11px;
	position: absolute;
	bottom: 2px;
}

ul.picup_list {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.picup_list li {
	width: 220px;
	float: left;
	margin-left: 20px;
	color: #333;
}

.picup_list li:first-of-type {
	margin: 0;
}

.picup_list .media_box {
	display: block;
	background-image: url(/images/sumai/sumai_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding: 4px 0 0 26px;
	color: #333;
	font-size: 130%;
	min-height: 70px;
}

.picup_list li a .media_date {
	color: #333;
	display: block;
	padding: 10px 0 0 26px;
	font-size: 11px;
}

.icon_p {
	display: inline-block;
	padding-left: 5px;
}

.picup_list li a:hover {
	text-decoration: none;
}

a:hover {
	opacity: .7;
	filter: alpha(opacity=);
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-webkit-transition:0.1s ease; -moz-transition:0.1s ease; -ms-transition:0.1s ease; -o-transition:0.1s ease; transition:0.1s ease;
}


.clearfix {
	display: block;
}

.category_list {
	padding: 20px 0 20px;
	background: url(/images/sumai/dotline_column2_01.gif)repeat-x bottom;
	width: 460px;
	float: left;
}

.category_list:nth-child(odd) {
	margin-right: 30px;
}

.category_list .textBox {
	float: right;
	width: 284px;
}

p.title {
	display: inline;
background-image: url(/images/sumai/sumai_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 28px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

p.inner {
	line-height: 1.4em;
	color: #333;
	padding-top: 4px;
	font-size: 14px;
}

.browse_run {
	width: 300px;
	position: relative;
	float: left;
	margin-right: 16px;
}

.browse_list {
	padding: 20px 0 20px 24px;
	background: url(/images/sumai/dotline_column2_01.gif)repeat-x bottom;
	width: 280px;
	float: left;
	color: #333;
}

.browse_list .browse_textBox {
	float: right;
	width: 176px;
	color: #333;
	min-height: 90px;
}

.browse_run span {
	position: absolute;
	top: 36px;
	font-size: 20px;
}

.browse {
	overflow: hidden;
}

p.browse_title {
	padding-top: 4px;
	min-height: 60px;
}

p.date {
	font-size: 11px;
}

.kw {
	margin-top: 30px;
}

.kw_title {
	font-size: 20px;
	position: relative;
}

p.popularity {
display: inline-block;
position: absolute;
bottom: -2px;
}


ul.kw_list {
	overflow: hidden;
	margin-top: 4px;
	margin-left: -5px;
}

ul.kw_list li {
	float: left;
	padding: 4px 7px;
	margin: 6px 0 0 5px;
	border: 1px solid #ddd;
}

ul.kw_list li a {
	color: #333;
}

ul.kw_list li:hover {
	background-color: #ddd;
}

ul.kw_list li a:hover {
	text-decoration: none;
	color: #333;
}

.btnBox_00 {
	width: 700px;
	margin: 70px 0 10px 0;
	padding: 12px 9px 20px 9px;
	background: #f6f6f6;
	border: solid #ccc 1px;
	text-align: center;
	position: relative;
}

.btnBox_00 img.infoBtn {
padding-right: 20px;
}

.btnBox_00 h2 {
	font-weight: bold;
	color: #f75833;
	padding: 4px 0 8px 22px; 
}
.btnBox_00 p.three_btn {
	font-weight: bold;
	color: #666;
	padding: 4px 0 8px 22px; 
	font-size:  150%;
	text-align: left;
}
.btnBox_00 h2 span {
	font-weight: bold;
	font-size:  150%;
	padding-right: 10px;
}
a img.Btn:hover {
	opacity: .7;
	-webkit-transition:0.3s ease; -moz-transition:0.3s ease; -ms-transition:0.3s ease; -o-transition:0.3s ease; transition:0.3s ease;
	filter: alpha(opacity=70);        /* ie 6 7 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

.synthesis_info {

	border-radius: 4px;
	width: 320px;
	background-color: #f75833; 
	color: #fff;
	font-size: 180%;
	margin-left: 22px;
}

.synthesis_info p {
	text-align: center;
	padding: 5px;
}
.synthesis_info p span {
	font-size: 14px;
}
.info_btn {
	position: absolute;
	top: 50px;
	left: 375px;
}

.womanInfomation {
	position: absolute;
	top: -46px;
	right: -90px;
}

/* 右カラム > 売却をご検討の方へ
--------------------------------------*/
.module_salecons{
clear:both;
border:1px solid #d5d3cf;
margin:15px 0 0;
font-size:92.3%;
line-height:1.5;
padding:2px 2px 10px 2px;
background:#FFFFFF;
position:relative;
}

.module_salecons .readtext{
padding:10px 10px 0;
}

.module_salecons .readtext2{
padding:5px 10px 0;
}

.module_salecons .btn{
padding:5px;
text-align:center;
}

.module_salecons .whitespace{
position:absolute;
height:15px;
width:235px;
top:-16px;
left:-1px;
overflow:hidden;
background:#FFFFFF;
z-index:10;
}

/*-----------------------------------------------------------------

	住まい通信コラム

------------------------------------------------------------------*/


.column2 .detilepic01{
border:#e6e6e6 solid 1px;
}

.column2 .detileh2{
font-size:169.2%;
margin:25px 0 0 0;
}

.column2 .datesns{
margin:20px 0 0 0;
padding:0 0 20px 0;
background:url(/images/sumai/dotline_column2_01.gif) repeat-x bottom;
}

.column2 .datesns ul{
margin:0;
padding:0;
float:right;
}

.column2 .datesns li {
float:left;
list-style-type:none;
}

.column2 .datesns .snstw{
width:110px;
display:inline-block;
overflow:hidden;
}

.column2 .datesns .date{
float:left;
}

.column2 .article{
font-size:107.7%;
margin:20px 0 0 0;
}

.column2 .article a{
text-decoration:underline;
}

.column2 .article a:hover{
text-decoration:none;
}

.column2 .article p{
margin:0 0 20px 0;
}

.column2 .article h3{
margin:0 0 20px 0;
}

.column2 .articlelink a{
display:block;
margin:20px 0 0 0;
padding:0 0 0 15px;
background:url(/images/arrow_right_01.gif) no-repeat left 50%;
font-size:115.4%;
font-weight:bold;
}

.column2 .otherarticle{
margin:20px 0 0 0;
border-top:#333333 solid 1px;
background:#f7f7f7;
}

.column2 .otherarticle li+li{
background:url(/images/sumai/dotline_column2_01.gif) repeat-x top;
}

.column2 .otherarticle li.back{
padding:10px;
}

.column2 .otherarticle li.next{
padding:10px;
text-align:right;
}

.column2 .otherarticle li.back a span{
padding:0 0 0 15px;
background:url(/images/arrow_left_01.gif) no-repeat left 50%;
color:#333333;
margin:0 10px 0 0;
}

.column2 .otherarticle li.next a span{
padding:0 0 0 15px;
background:url(/images/arrow_right_01.gif) no-repeat left 50%;
color:#333333;
margin:0 0 0 10px;
}

.column2 .othergenre{
margin:30px 0 0 0;
border:#e1dcd3 solid 1px;
}

.column2 .othergenre .tabnav li{
float:left;
}

.column2 .othergenre .articlelist{
padding:10px 15px 15px 15px;
}

.column2 .othergenre .articlelist li{
margin:5px 0 0 0;
}

.column2 .othergenre .articlelist li a{
color:#44321f;
text-decoration:underline;
}

.column2 .othergenre .articlelist li a:hover{
color:#44321f;
text-decoration:none;
}

.column2 .othergenre .articlelist li img{
vertical-align:middle;
margin: 0 0 0 5px;
}

.column2 .othergenre .link{
text-align:right;
padding:0 15px 15px 15px;
}

.column2 .othergenre .link a{
color:#44321f;
padding:0 0 0 15px;
background:url(/images/sumai/icon_column2_arrow_01.gif) no-repeat left 50%;
}

.content_right2 .freeAdviceForHome {
margin-top: 0;
}

h2.section_title {
line-height: 1;
border-left: 3px solid #ffa900;
font-size:20px;
color: #666;
margin-top: 22px;
padding: 5px 0 5px 8px;
font-weight: normal;
}
/*-----------------------------------------------------------------

	コラム一覧

------------------------------------------------------------------*/

.column2 h3.sub_ttl{
margin:8px 0 30px 0;
font-size:15px;
font-weight: normal;
}

.column2 .article_list{
margin:20px 0;
border-top:#cccccc 1px solid;
border-bottom:#cccccc 1px solid;
}

.column2 .article_list .link{
	padding:10px 0;
	background:url(/images/sumai/dotline_column2_01.gif) repeat-x bottom;
}

.column2 .article_list .bottom{
	padding:10px 0;
	display:block;
	background:none;
}

.column2 .article_list .border {
	float:left;
	border:#ccc solid 1px;
}

.column2 p.text_box{
	float:right;
	width:520px;
}

.column2 .text_box {
	float:right;
	width:520px;
}

.column2 .text_box .info .day{
	float:left;
	font-size:12.5px;
	color:#333333;
}

.column2 .text_box .info .icon{
	float:left;
	width:360px;
    margin-left:10px;}

.column2 .text_box .info .icon img{
	margin-left:5px;
}

.column2 .text_box .ttl{
	margin-top:10px;
	font-size:16px;
	color:#1992ca;
	min-height: 44px;
}

.column2 .text_box .ttl img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 5px;
	float:none !important;
}

.column2 .article_list a .link:hover{
	background-color:#faf5ec;
}

.column2 .article_list a {
	text-decoration:none; 
}



/* ページング
--------------------------------------*/
.paging{
margin:20px 0 0;
text-align:center;
}
.paging li{
display:inline;
}
.paging li img{
vertical-align:middle;
}
.paging li a.pageNumber{
border:#d1c7b5 solid 1px;
background:#f6eddd;
padding:3px 7px;
}
.paging li a.pageNumber:link	{text-decoration:none;color:#483517;}
.paging li a.pageNumber:visited	{text-decoration:none; color:#483517;}
.paging li a.pageNumber:hover	{text-decoration:underline;color:#483517;background:#ffffff;}
.paging li a.pageNumber:active	{text-decoration:none;color:#483517;}

.paging li span.pageNumber{
border:#9a7d4f solid 1px;
background:#9a7d4f;
padding:3px 7px;
color:#ffffff;
}


/* ページング2 */
.paging2{
margin:20px 0 0;
width:100%;
}
.paging2 img{
vertical-align:top;
}
.paging2 .prev{
float:left;
width:49%;
text-align:left;
}
.paging2 .next{
float:right;
width:49%;
text-align:right;
}

/* タグ */
.pct_box .pct_box_inner {
margin-top: 2px;
}
ul.pct_box_inner {
overflow: hidden;
}
.pct_box_inner li {
float: left;
margin-top: 4px;
margin-left: 4px;
background-color: #b3af99;
padding: 2px 10px;
margin: 2px 3px;
border-radius: 6px;
font-weight: bold;
}
.pct_box_inner li a {
color: #fff;
font-size: 11px;
text-decoration: none;
}
.pct_box_inner li:hover {
background-color: #ffa900;
}