@charset "utf-8";

/*-------------------------------------------------------------------
	Version.												1.4.1.2;
	Author.												Kenta Aga(admin)

	PROGRAM-ID.									"funiture"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*-------------------------------------------------------------------
	Version.												1.4.1.2;
	Author.												Kenta Aga(admin)
	Aptx.													4.8.6.9;

	PROGRAM-ID.									"ACCESS"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*------------------------------------------------
	common
------------------------------------------------*/
.division{
	zoom											: 1;
	margin-bottom							: 20px;
	overflow										: hidden;
}


.contents .image{
	display										: inline;
	margin										: 0;
}

.image.smooth{
	float												: right;
	margin-left									: 26px;
}
.image.rough{
	float												: left;
	margin-right								: 26px;
}

/* note
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.note.rice{
	padding-left								: 1.4em;
	text-indent									: -1.4em;
}


/* last child
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.contents .main section :last-child{
	margin-bottom							: 0;
}

/*------------------------------------------------
	about
------------------------------------------------*/
section#about{
	margin-top									: 40px;
}


/*------------------------------------------------
	example
------------------------------------------------*/


/* intro
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.intro dl{
	overflow:hidden;
}
.intro dt dfn,
.intro dt span,
.intro dt address{
	display										: block;
}
.intro dt{
	font-size										: 130%;
}
.intro dt dfn{
	margin-bottom							: 10px;
}
.intro dt span{
	font-size										: 95%;
}
.intro dt address{
	font-size										: 80%;
}

.intro dd.outline{
	margin-top									: 16px;
	padding										: 10px 14px;
	background								: #f1f1f1;
}


/* gallery
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/* -- slide -- */
#slide.section{
	position													: relative;
	width														: 685px;

}
#slide #list{
	position													: relative;
	margin-bottom										: 10px;
	width														: 685px;
	height														: 370px;
	box-sizing												: border-box;
	border														: 1px solid #ccc;
	overflow:hidden;
}

#slide #list li{
	position													: absolute;
	top															: 0;
}

/* -- select -- */
#select{
	position													: relative;
	overflow													: hidden;
}

#select ul{
	zoom														: 1;
	overflow													: hidden;
	position													: relative;
	margin-left												: -15px;

}
#select #navi li{
	position													: relative;
	float															: left;
	display													: inline;
	margin-left												: 15px;
	margin-bottom										: 7px;
	width														: 160px;
	box-sizing												: border-box;
	overflow													: hidden;
}
#select #navi li a{
	zoom														: 1;
	overflow													: hidden;
}



#select #navi li a,
#select #navi li a img {
    overflow: hidden;
    float: left;
    margin: 0;
    border: 0px solid #CCCCCC;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#select #navi li a{
    border														: 1px solid #ccc;
}
#select #navi li a img {
    margin														: -1px;
}


#select #navi li a:hover img,
#select #navi .current img{
	filter														: alpha(opacity=40);
	-moz-opacity											: 0.40;
	opacity													: 0.40;
	-webkit-transition-propaty					: all;
	-webkit-transition-duration					: 0.3s;
	-webkit-transition-timing-function		: ease-in-out;
}
#select #navi li a.current{
    border													: 1px solid #3366ff;
	-webkit-transition-propaty					: all;
	-webkit-transition-duration					: 0.3s;
	-webkit-transition-timing-function		: ease-in-out;
}




/* estimate
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.estimate table{
	width											: 100%;
}
.estimate table td{
	padding										: 6px 8px;
	background								: #f1f1f1;
	border											: 2px solid #fff;
}
.estimate table td.place{
	width											: 20%;
	vertical-align								: top;
}
.estimate table td.num{
	text-align									: center;
}

.estimate table thead td{
	color											: #fff;
	text-align									: center;
	letter-spacing								: 0.1em;
	background								: #2f2f2f;
}
.estimate table tfoot td{
	color											: #fff;
	font-size										: 130%;
	text-align									: center;
	letter-spacing								: 0.1em;
	background								: #979797;
}

.estimate table thead td.sale,
.estimate table tfoot td.sale{
	background								: #e21010;
}
.estimate table tfoot td.price,
.estimate table tfoot td.sale{
	text-align									: right;
}

.estimate table tbody td.price{
	font-size										: 120%;
	text-align									: right;
}

.estimate table tbody td.sale{
	font-size										: 130%;
	color											: #e21010;
	font-weight									: bold;
	text-align									: right;
	background								: #ffe7e7;
}