@charset "utf-8";
/*
   Index
------------------------------ */
body.home {
	background: url(../images/index/indexHeader.webp) repeat-x center top;
}
body.home.mobile {
	background-image: none;
}

/*
     Header
------------------------------ */
#branding {
/*	height: 620px; */ /* Slideshow */
	height: 570px;
}
.mobile #branding {
	height: auto;
}
#branding #lineFriend {
	display: none;
}
.mobile #branding #lineFriend {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin: 30px 0;
}
.mobile #branding #lineFriend img {
	height: 40px;
}

/*
     Slideshow
------------------------------ */
#indexImage {
	position: absolute;
	top: 210px;
	left: 6px;
/*	height: 410px; */
}
#indexImage img {
	border: 1px solid #fff;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	-moz-box-shadow: 4px 4px 4px #ccc;
	box-shadow: 4px 4px 4px #ccc;
}

/*
     index navi
------------------------------ */
#indexNavi {
	position: relative;
	margin: 20px 0;
	width: 988px;
	height: 164px;
	background: url(../images/index/indexNaviBack.webp) no-repeat 0 0;
	font-size: 80%;
}
#indexNavi nav#indexNaviInner {
}
#indexNavi ul li {
	position: absolute;
	top: 0;
	left: 0;
}
#indexNavi ul li.gn_top {
	display: none;
}
#indexNavi nav > ul > li > img {
	display: block;
	position: absolute;
	top: 30px;
	height: 60px;
}
#indexNavi nav > ul > li.gn_rent > img {
	left: 0px;
	width: 275px;
}
#indexNavi nav > ul > li.gn_buy > img {
	left: 275px;
	width: 370px;
}
#indexNavi nav > ul > li.gn_sell > img {
	left: 645px;
	width: 340px;
}
#indexNavi nav > ul > li.gn_rent > img:hover { background: url(../images/index/inRentOn.webp) no-repeat; }
#indexNavi nav > ul > li.gn_buy > img:hover  { background: url(../images/index/inBuyOn.webp) no-repeat; }
#indexNavi nav > ul > li.gn_sell > img:hover { background: url(../images/index/inSellOn.webp) no-repeat; }
#indexNavi nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 110px;
	left: 40px;
	width: 980px;
}
#indexNavi ul li.gn_rent ul {
	display: block; /* change by jquery */
}
#indexNavi ul li.gn_buy ul {
}
#indexNavi ul li.gn_sell ul {
}
#indexNavi nav > ul > li > ul > li {
	display: block;
	position: absolute;
	height: 40px;
}
#indexNavi nav > ul > li > ul > li.gn_rent_room {
	left: 0px;
	width: 300px;
	background: url(../images/index/inRentRoom.png) no-repeat 0 0;
}
#indexNavi nav > ul > li > ul > li.gn_rent_type {
	left: 300px;
	width: 350px;
	background: url(../images/index/inRentType.png) no-repeat 0 0;
}
#indexNavi nav > ul > li > ul > li.gn_rent_map  {
	left: 650px;
	width: 270px;
	background: url(../images/index/inRentMap.png) no-repeat 0 0;
}
#indexNavi nav > ul > li > ul > li.gn_buy_type {
	left: 0px;
	width: 520px;
	background: url(../images/index/inRentType.png) no-repeat 0 0;
}
/*
#indexNavi nav > ul > li > ul > li.gn_buy_land {
	left: 360px;
	width: 360px;
	background: url(../images/index/inBuyLand.png) no-repeat 0 0;
}
*/
#indexNavi nav > ul > li > ul > li.gn_buy_map {
	left: 520px;
	width: 270px;
	background: url(../images/index/inRentMap.png) no-repeat 0 0;
}
#indexNavi nav > ul > li > ul > li.gn_sell_consultation {
	left: 0px;
	width: 200px;
	background: url(../images/index/inSellConsultation.png) no-repeat 0 0;
}
#indexNavi nav > ul > li > ul > li > ul {
	position: absolute;
	top: 20px;
	left: 30px;
	line-height: 1.2;
}
#indexNavi nav > ul > li > ul > li > ul > li {
	position: relative;
	display: block;
	float: left;
}
#indexNavi nav > ul > li > ul > li > ul > li:after {
	content: " ・ ";
}
#indexNavi nav > ul > li > ul > li > ul > li:last-child:after {
	content: "";
}

/*
     index movie
------------------------------ */
#indexMovie {
	margin: 30px 0 20px 0;
}

/*
     campain
------------------------------ */
#content .linkcat h3 {
	display: none;
}

/*
     info
------------------------------ */
#content .widget_fudo_top_r h3 {
	display: block;
	width: 726px;
	height: 74px;
	text-indent: -9999px;
}
.mobile #content .widget_fudo_top_r h3 {
/*	width: 300px;*/
	width: 100%;
}
#content #fudo_top_r-2 h3 {
	background: url(../images/index/rentProperty.png) no-repeat left top;
}
#content #fudo_top_r-3 h3 {
	background: url(../images/index/sellProperty.png) no-repeat left top;
}
#top_fbox #content ul {
	/zoom : 1; 
	margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 726px; /* IE11 flex-wrap not-working */
    justify-content: flex-start;
}

#top_fbox #content ul:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

#top_fbox #content .grid-content li {
	position: relative; /* new up mark */
	display: block;
	width: 150px;
/*	height: 260px;	*/
	font-size: 12px;
	line-height: 1.4;
	float:left;
	list-style-type: none;
	outline: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px;
	margin:0 8px 8px 0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 70%, #F7F7F7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(100%, #F7F7F7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7', GradientType=0 ); /* ie */
}
.mobile #top_fbox #content .grid-content li {
	position: relative;
	float: none;
	clear: both;
	padding-bottom: 42px;
	width:100%;
	height: auto;
	min-height: 58px;
	box-sizing:border-box;
	font-size: 100%;
}

*:first-child+html #top_fbox #content .grid-content li {
	border: 1px solid #CCC;
	margin:0 6px 6px 0;
}

* html #top_fbox #content .grid-content li {
	border: 1px solid #CCC;
	margin:0 6px 6px 0;
}

.mobile .box1image {
	float: left;
/*	padding: 0 10px 10px 0;*/
	margin-right: 10px;
}

#top_fbox #container #content table {
	margin: 0;
	padding: 0;
	border: none;
}

#top_fbox #container #content tr td {
	margin: 0;
	padding: 0;
	border: none;
}

.box1low {
	line-height: 1.8;
	margin: 0 0 -5px 0;
	padding: 5px 0 0 0;
	font-size:10px;
}
.mobile .box1low {
	position: absolute;
	right: 8px;
	bottom: 13px;
	color: #000000;
	padding: 5px 10px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #b5b5b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #7a7a7a;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:	0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
}
.box1low a {
	color: #333;
	text-decoration: none;
}

.top_title{}
.top_price {font-weight: bold;color : #ee3300;}
.top_madori{font-weight: bold;}
.top_menseki{}
.top_shozaichi{}
.top_kotsu{}

/* = NEW/UP mark
-------------------------------------------------------------- */
#top_fbox #content .grid-content li {
	position: relative;
}
#top_fbox .new_mark {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	
	display: block;
	padding: 2px 5px;
/*	width: 26px; */

	position: absolute;
	top: 12px;
	right: 10px;
	
	border-radius: 4px;

	text-shadow:1px 1px 0px #900;

	background: #900; /* Old browsers */
	background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}

/*
     sidebar
------------------------------ */
#secondary section {
	margin-bottom: 20px;
}
#secondary section img {
	max-width: 100%;
	height: auto;
}
/* share button */
.sharedaddy {
    margin-top: 1rem;
}
#snscomm a.icomoon {
    font-size: 24px;
}
/* access */
#indexAccess {
	position: relative;
	width: 230px;
	height: 230px;
	background: url(../images/index/indexAccess.webp) no-repeat;
}
#indexAccess .goShop {
	position: absolute;
	top: 185px;
	left: 15px;
}
/* Line Friend */
#sidebarBanner #lineFriend {
	display: block;
	text-align: center;
}
/* topics */
section#topics {
	margin-bottom: 2px;
}
#topics {
	width: 230px;
}
#topics ul {
	padding: 0 12px;
	background: url(../images/index/topicsMiddle.png) repeat-y;
}
#topics li {
	padding-bottom: 1em;
}
#topics h3 {
	font-weight: bold;
	color: #62411C;
}
#topics h4 {
	font-weight: bold;
}
#topics p.goDetail {
	margin: 0;
	padding: 12px;
	font-size: 125%;
	text-align: center;
	background: url(../images/index/topicsMiddle.png) repeat-y;
}
/* houseContents */
section#houseContents {
	margin-bottom: 10px;
}
#houseContents h2 {
	height: 31px;
}
#houseContents ul {
	padding: 10px;
	width: 210px;
	background: url(../images/index/housecontentsMiddle.png) repeat-y;
}
/* banner2 */
#sidebarBanner2 {
	text-align: center;
}
/* qualification */
#qualification {
    width: 226px;
    padding: 16px 0;
    text-align: center;
    background-color: #e0e0e0;
    border: 2px solid #f3f3f3;
}
