@charset "utf-8";
/* CSS Document */

#main {
	background: url(../img/mainimg.png) center no-repeat;
	height: 300px;
	margin-bottom: 40px;
}
#main ul {
	width: 866px;
	margin: 0 auto ;
	padding-top: 84px;
}
#main li {
	width: 418px;
	height: 134px;
	float: left;
	position: relative;
	margin-right: 15px;
  background: #FFF;
}
#main li:first-child {
	/* margin-right: 0px; */
}
#main li div {
	position: absolute;
	top: 35px;
	left: 110px;
	color: #000;
}
#main li div p {
	font-size: 13px;
	margin-bottom: 2px;
}
#main li a div h1  {
	font-size: 30px;
}
#main li div h1 span {
	color: #06ADFF;
}
#main li:first-child div h1 span {
	color: #F00;
}
#main .searchBox {
  display: block;
  background: #FFF;
}

/*------------
PICK UP
------------*/

#pickup {
	width: 490px;
	float: left;
}
#pickup h1 {
	margin-bottom: 10px;
	position: relative;
}
#pickup h1 p {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 26px;
}
#pickup h1 p span {
	color: #F00;
}


/*------------------------------
 #jsonCube1
------------------------------*/
#jsonCube1 {
	width: 490px;
	color: #999;
	float: right;
}
#jsonCube1 li {
	float: left;
	margin: 0 0 25px 0;
	text-align: center;
}
#jsonCube1 li span {
	display: block;
	font-size: 12px;
	line-height: 13px;
	color: #000;
}
#jsonCube1 li span.price,
#jsonCube1 li span.address,
#jsonCube1 li span.madoriChiku {
	padding: 4px 0;
}
#jsonCube1 li span.price {
	height: 25px;
	padding: 0 0 5px;
}
#jsonCube1 li span.comment {
	color: #947550;
	padding: 5px 0;
}
#jsonCube1 li.rank01 {
	width: 448px;
	border: #FC9C9A 6px solid;
	text-align: left;
	padding-left: 20px;
}
#jsonCube1 li.rank01 span.ttlRankImg img {
	float: left;
}
#jsonCube1 li.rank01 span.ttlRankImg {
	display: none;
}
#jsonCube1 li.rank01 span.pic {
	float: right;
}
#jsonCube1 li.rank01 span.pic img {
	width: 233px;
	height: 233px;
}
#jsonCube1 li.rank01 span.comment {
	padding: 5px 250px 5px 0;
}
#jsonCube1 li.rank01 span.price {
	height: auto;
	padding: 40px 0 15px;
}

#jsonCube1 li.rank01 .madoriChiku {
	padding: 9px 0;
}

/*------------
NEWS
------------*/
#news {
	width: 480px;
	float: right;
}
#news h1 {
	margin-bottom: 10px;
}
/*------------
NEWS
------------*/
#rentMenu {
	background: #EDEDE4;
	margin: 50px 0 0;
	clear: both;
	padding: 20px 0;
}
#rentMenu h1 {
	text-align: center;
	font-size: 19px;
	padding-bottom: 15px;
}
#rentMenu h1 span {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/bg_rentmenu.png) left top no-repeat;
}
#rentMenu ul {
	overflow: hidden;
	margin-left: -10px;
}
#rentMenu li a {
	float: left;
	width: 93px;
	height: 33px;
	padding-top: 60px;
	background: #FFF;
	text-align: center;
	margin-left: 8px;
	line-height: 1;
	border-radius:5px;
	border-bottom: 1px solid #D3D3BE;
	display: block;
	color: #000;
	text-decoration: none;
}
#rentMenu li:first-child a {
	background: #FFF url(../img/ico_rent01.png) center 10px no-repeat;
}
#rentMenu li:nth-child(2) a {
	background: #FFF url(../img/ico_rent02.png) center 10px no-repeat;
}
#rentMenu li:nth-child(3) a {
	background: #FFF url(../img/ico_rent03.png) center 10px no-repeat;
}
#rentMenu li:nth-child(4) a {
	background: #FFF url(../img/ico_rent04.png) center 10px no-repeat;
}
#rentMenu li:nth-child(5) a {
	background: #FFF url(../img/ico_rent05.png) center 10px no-repeat;
}
#rentMenu li:nth-child(6) a {
	background: #FFF url(../img/ico_rent06.png) center 10px no-repeat;
}
#rentMenu li:nth-child(7) a {
	background: #FFF url(../img/ico_rent07.png) center 10px no-repeat;
}
#rentMenu li:nth-child(8) a {
	background: #FFF url(../img/ico_rent08.png) center 10px no-repeat;
}
#rentMenu li:nth-child(9) a {
	background: #FFF url(../img/ico_rent09.png) center 10px no-repeat;
}
#rentMenu li:last-child a {
	background: #FFF url(../img/ico_rent10.png) center 10px no-repeat;
}

/*------------
CUBE
------------*/
#cube {
	background: #FBFBFB;
	padding: 10px 0 50px;
	overflow: hidden;
}
#cube #rent {
	padding-bottom: 45px;
}
#cube div #rent {
	width: 150px;
	height: 215px;
	float: left;
	background: #EDEDE4;
	position: relative;
}
#cube iframe {
	float: right;
}
#cube div h1 {
	font-size: 26px;
	text-align: center;
	padding-top: 60px;
}

#cube div h1 span {
	display: block;
	color: #F00;
}
#cube div div a {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: block;
	width: 115px;
	height: 70px;
	line-height: 70px;
	background: #FFF url(../img/bg_lupe.png) 30px 25px no-repeat;
	color: #000;
	text-decoration: none;
	text-align: center;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.03);
	padding-left: 15px;
}
#cube .box {
	margin-top: 40px;
}
#cube div #sale {
	clear: both;
	width: 150px;
	height: 260px;
	float: left;
	position: relative;
	background: #D2FFFF;
}
