.spec_box{
	border:1px solid #996633;
	padding:10px;
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 150%;
	color:#333333;
	height:auto;
	clear:both;
	margin-bottom:20px;
	width:658px;
}
.spec_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .spec_box{
    height: 1em;
    overflow: visible;
}
/**/
.spec_leftbox{
	float:left;
	width:280px;
	margin-right:10px;
}
.spec_rightbox{
	float:right;
	width:360px;
}
.spec_midashi{
	font-weight:bold;
	font-size:14px;
	color:#996600;
	border-bottom:1px solid #996633;
	padding-bottom:5px;
	margin-bottom:10px;
}
.right_text{
	font-size:11px;
	text-align:right;
	color:#333333;
	margin-top:5px;
}