@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

.inukiBnr {
	margin: 0 10px 10px;
}

#main h2 span {
	width: 81.2%;
}

#main .comSection {
	margin-bottom: 10px;
	padding: 5px 7px 8px;
}

#main .section01 {
	padding: 9px 10px 4px;
	background-color: #FCF5D5;
	overflow: hidden;
}

#main .searchBox {
	margin: 0 -10px 10px;
	padding-bottom: 8px;
	position: relative;
	background: url(../img/search_box_bg.jpg) no-repeat left bottom;
	background-size: 100%;
}

#main .searchBox h3 {
	margin-bottom: 7px;
}

#main .searchBox ul {
	margin: 0 5px 4px 10px;
}

#main .searchBox li {
	padding-bottom: 5px;
	float: left;
	width: 50%;
}

#main .searchBox li a {
	margin-right: 5px;
	display: block;
}

#main .searchBox li img {
	display: block;
}

#main .searchBox .link {
	margin: 0 10px;
}

#main .section02 {
	background-color: #F0F7D9;
}

#main .section03 {
	background-color: #FFF2FF;
}

#main .section04 {
	background-color: #E6F1FB;
}

#main .section05 {
	background-color: #F0F0D9;
}

#main .comSection .image {
	margin-bottom: 9px;
}

#main .comSection .iconUl {
	margin-bottom: 7px;
	text-align: center;
}

#main .comSection .iconUl li {
	margin: 0 3px;
	display: inline;
}

#main .comSection .iconUl li a {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url(../img/icon_out.png) no-repeat;
	background-size: 9px 9px;
}

#main .comSection .iconUl .on a {
	background: url(../img/icon_over.png) no-repeat;
	background-size: 9px 9px;
}

#main .comSection .link {
	border: 1px solid #CCC;
	border-radius: 3px;
	background: -moz-linear-gradient(
		top,
		#FEFEFE 0%,
		#F7F7F7 50%,
		#F0F0F0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FEFEFE),
		color-stop(0.50, #F7F7F7),
		to(#F0F0F0));
}

#main .comSection .link a {
	padding: 14px 14px 11px;
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(../img/icon03.gif) no-repeat 5px 16px;
	background-size: 5px auto;
}

#main .ulLink li {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

#main .ulLink li:last-child {
	margin-bottom: 0;
}

#main .ulLink li img {
	display: block;
}


/*物件特集*/
.reccomendedCube {
	margin: 0 5px;
	overflow: hidden;
}
#corner01 ,
#corner02 ,
#corner03 ,
#corner04 {
	width: 100%;
}
#corner01 .contents,
#corner02 .contents,
#corner03 .contents,
#corner04 .contents {
	width: 100%;
	overflow: visible!important;
}
#corner01 .contentsBox,
#corner02 .contentsBox,
#corner03 .contentsBox,
#corner04 .contentsBox {
	background: #FFF;
	width: 120px;
	padding: 5px 0;
	border: 1px solid #EEE;
}
#corner01 a,
#corner02 a,
#corner03 a,
#corner04 a {
	color: #000;
	text-decoration: none;
}
#corner01 span,
#corner02 span,
#corner03 span,
#corner04 span {
	text-align: center;
	display: block;
	font-size: 10px;
}
#corner01 .pic img,
#corner02 .pic img,
#corner03 .pic img,
#corner04 .pic img {
	width: 110px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;	
}
#corner01 .price,
#corner02 .price,
#corner03 .price,
#corner04 .price {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	height: 20px;
	text-align: center;
	margin-top:5px;
}
#corner01 .price img,
#corner02 .price img,
#corner03 .price img,
#corner04 .price img {
	height:16px;
}
#corner01 .tiku,
#corner02 .tiku,
#corner03 .tiku,
#corner04 .tiku {
	color: #666;
}
#corner01 .flipsnap,
#corner02 .flipsnap,
#corner03 .flipsnap,
#corner04 .flipsnap {
	width: 532px;
}
#corner01 .flipsnap .item,
#corner02 .flipsnap .item,
#corner03 .flipsnap .item,
#corner04 .flipsnap .item {
	width: 133px;
	float: left;
}

#corner01 .pointer,
#corner02 .pointer,
#corner03 .pointer,
#corner04 .pointer {
	height: 30px;
	text-align: center;
	margin: 0 auto;
}
#corner01 .pointer span,
#corner02 .pointer span,
#corner03 .pointer span,
#corner04 .pointer span {
	width: 18px;
	height: 30px;
	background: url(../img/ico_cube_01_off.png) no-repeat 50% 50%;
	display: inline-block;
	background-size: 9px;
	-webkit-background-size: 9px;
}
#corner01 .pointer span.current,
#corner02 .pointer span.current,
#corner03 .pointer span.current,
#corner04 .pointer span.current {
	background-image: url(../img/ico_cube_01_on.png);
}



#corner00 {
	width: 100%;
	margin: 0 auto;
}
#corner00 .contents {
	width: 100%;
	overflow: visible!important;
}
#corner00 .contentsBox {
	width: 280px;
}
#corner00 a {
	color: #000;
	text-decoration: none;
}
#corner00 span {
	text-align: left;
	display: block;
	font-size: 12px;
}
#corner00 .pic {
	margin-bottom: 5px;	
}
#corner00 .pic img {
	float: left;
	width: 136px;
	height: 136px;
	margin-right: auto;
	margin-left: auto;	
}
#corner00 .price {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #F60;
	height: 20px;
	text-align: right;
	margin-top:5px;
	margin-right:10px;
}
#corner00 .price img {
	height:20px;
}
#corner00 .tiku {
	color: #666;
}
#corner00 .flipsnap {
	margin: 0 auto;
	width: 280px !important;
}
#corner00 .flipsnap .item {
	width: 133px;
	float: left;
}

