@charset "shift_jis";
/* CSS Document */

a:hover img.opa70{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	}

#bedtable{
	width:900px;
	margin:1em auto 2em;
	position:relative;
}
#bedtable h1{
	margin-bottom:20px;
}
#bedtable .fixed{
	position:fixed;
	top:0px;
}

div#bedtable table.hikaku{
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	width:900px;
	font-size:11px;
	font-weight:bold;
	line-height:1.0;
	color:#333;
}
div#bedtable table.hikaku thead{
	border:1px solid #CCC;
	background:#EEE;
	color:#333;
}
div#bedtable table.hikaku th,
div#bedtable table.hikaku td{
	padding:5px;
}
div#bedtable table.hikaku th.name{
	border:1px solid #CCC;
	background-color:#EFFFEE;
	text-align:left;
	line-height:1.5;
	color:#555;
}
div#bedtable table.hikaku th.name span{
	display:block;
	margin-top:5px;
	color:#F00;
	font-weight:normal;
}

div#bedtable table.hikaku th.spec{
	border:1px solid #CCC;
	background:#EEE;
	color:#333;
	text-align:center;
	font-size:10px;
	line-height:1.2;
}
div#bedtable table.hikaku th.sctg{
	border:1px solid #CCC;
	background:#EEE;
	color:#333;
	text-align:center;
	font-size:10px;
	line-height:1.2;
	font-weight:normal;
	width:50px;
}
div#bedtable table.hikaku td{
	border:1px solid #CCC;
	background-color:#FFF;
	color:#666;
	font-weight:normal;
	text-align:center;
	font-size:12px;
}
div#bedtable table.hikaku td.price{
	font-size:10px;
	line-height:1.2;
	letter-spacing:2px;
	width:90px;
	text-align:left;
	word-break: break-all;
}
div#bedtable table.hikaku td ul{text-align:left; list-style:disc; padding-left:10px;}
div#bedtable table.hikaku td ul li{margin:0 0 10px 5px; line-height:1.2;}
div#bedtable table.hikaku td ul li:last-child{margin-bottom:0;}
div#bedtable table.hikaku th.name a{color:#1572D0; text-decoration:underline;}
div#bedtable table.hikaku th.name a:link{color:#1572D0; text-decoration:underline;}
div#bedtable table.hikaku th.name a:hover{color:#1572D0; text-decoration:none;}
