﻿@charset "utf-8";

/*****************************************************************************
 シリーズ以外のメニュー 横922px
******************************************************************************/
.simulation p{
	margin:0px;
	padding:0px;
}
.simulation{
	padding:4px 4px 12px 4px;
	width:726px;
	border:3px solid #daecf3;
}
.simulation h3{
	margin-bottom:5px;
}
.simulation #mainimg{
	margin-left:16px;
	margin-right:15px;
	margin-bottom:5px;
	width:535px;
	float:left;
	display:inline;
}
.simulation .simspecbox{
	margin-bottom:5px;
	width:114px;
	float:left;
}
.simulation #simspec{
	margin-top:88px;
	font-size:0.85em;
	color:#898989;
}
.simulation .selectbox{
	width:340px;
	float:left;
}
.simulation .sbleft{
	margin-right:14px;
	padding-left:16px;
	clear:both;
}
.simulation .selectbox .inbox{
	padding-left:8px;
	height:144px;
	border-left:2px solid #ebf0c6;
	border-right:2px solid #ebf0c6;
	border-bottom:2px solid #ebf0c6;
}
.simulation .selectbox .simfloor img{
	margin-top:10px;
	margin-right:7px;
}
.simulation .selectbox .simwood img{
	margin-right:6px;
}
.simulation .selectbox .simchair img{
	margin-right:5px;
}

.simwood img, .simchair img, .simfloor img{
	cursor:pointer;
}

/* after */
.simulation:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
