/* this makes it possible to add next button beside scrollable */
/*div.scrollable {
	width:175px;
	float:left;
}*/

#main{
	padding:0 !important;
}
.column-body{
	padding-left:0 !important;
}
#estimate{
	margin-top: 20px;
	width: 640px;
	 background-color:#DDEFF9;
	 padding: 10px 0;
	 -webkit-border-radius: 10px;	/* Safari、Google Chrome */
	 -moz-border-radius: 10px;	/* Firefox */
}
#estimate p.comment{
	margin: 0 10px;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
/*	width:18px; height:18px;*/
	width:18px; height:59px;
	background:transparent url("/img/left.png") no-repeat 0 0;
	float:left;
	margin:43px 5px;
	cursor:pointer;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
/*	background-position:0px -18px; */
	background-position:0px -59px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
/* next button uses another background image */
a.next, a.nextPage {
	background:transparent url("/img/right.png") no-repeat 0 0;
	clear:right;
}
/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	width:175px; height:20px;
	margin:0 35px; padding:0;
	text-align:center;
}
/* items inside navigator */
div.navi a {
	float:left;
	width:8px; height:8px;
	margin:3px;
	background:transparent url("/img/navigator.png") no-repeat 0 0;
	cursor:pointer;	
}
/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;
}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;
}

/*********** root element ***********/
/* root element for the whole scrollable setup */
.scrollable {
	float:left;
	position:relative;
	overflow:hidden;
	width:360px; height:350px; /* 画像の幅×3 */
}
/* 
root element for scrollable items. It is 
absolutely positioned with large width. 
*/
#thumbs {
position:absolute;
	width:20000em;
	clear:both;
	border:1px /*solid #222;*/
}
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:100px;
}
/* single item */
#thumbs div {
	position:relative;
	float:left;
	width:160px; height:350px;
	padding: 0 10px;	
/*	border-left:1px solid #333;*/
	cursor:pointer;
	line-height:1.5;
	background-color:#EFF8FC;
	background:#FFF;
}
/* style when mouse is over the item */
#thumbs div.hover {
	background:#FFF;
}
/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#FCFBE4;
	background:#FFF;

	cursor:default;
}
#thumbs h3{
	color:#FFF;
	background:#036;
	text-align:center;
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 0;
	margin-top: 10px;
	 -webkit-border-radius: 5px;	/* Safari、Google Chrome */
	 -moz-border-radius: 5px;	/* Firefox */
}

#thumbs div p{
	margin-bottom: 10px;
}
#calc{
	margin-left: 430px
}

	
#result{
	border:1px solid #DDD;
	background:#FFF;
	height: 320px;
	width: 190px;
	padding: 0  2px 0 5px;
	margin-bottom: 5px;
}

#est h3{
	color:#06C;
	font-size: 17px;
	margin:0;
}
#est h3 span {
	font-weight:normal;
}
#est #config{
	height: 270px;
	overflow:auto;
	
}
#est #config p{
	padding:0;
	margin:0;
	border-bottom: 1px dotted #ddd;
}

#est #config p{ font-size : 12px; color:#900;}
#est #config p span.item{ font-size: 11px; color:#333;}
#est #config .standard h4{margin-bottom:0;font-weight: normal;}
#est #config .standard p{color:navy;font-size: 11px;}


