@charset "Shift_JIS";
/*--------------- for compare form---------------*/

h2#compf-title {
	line-height:1.2;
	font-size:146%;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
#compareform .compf-contbox {
	margin-bottom:30px;
	clear:both;
}
#compareform .compf-subbox {
	width:755px;
	padding:0 0 10px 0;
	clear:both;
	border-bottom:1px solid #ddd;
}
#compareform .compf-subbox h3.compf-subti {
	width:250px;
	float:left;
}
#compareform .compf-subbox p.compf-checkimg {
	width:260px;
	float:right;
	padding-top:18px;
}
#compareform .compf-subbox p.compf-checkimg img {
	margin-right:10px;
}

/* product table */
#compareform .compf-table{
	clear:both;
}
#compareform .compf-table td{
	padding:15px 0;
	width:107px;
	border-top:1px dotted #ddd;
	vertical-align:top;
}
#compareform .compf-table td.seriesname{
	background:transparent url(/oel/share/images/lineup/compare/bg_seriesname.gif) left 15px no-repeat;
}
#compareform .compf-table tr.top td{
	border:none;
}
#compareform .compf-table .compf-products{
	text-align:center;
	margin:3px 0;
	}
#compareform .compf-table p{
	text-align:center;
	margin:0 5px;
	word-break:break-all;/*for IE*/
}
#compareform .compf-table td.seriesname p{
	text-align:left;
	margin:30px 13px 0 8px;
}
#compareform .compf-table .compf-products img{
	border:1px solid #d9d9d9;
	vertical-align:baseline;
	margin:0 auto;
}
#compareform .compf-table .compf-products img.blank{
	border:1px solid #fff;
}

/* item list */
#compareform .compf-checklist { 
	margin:20px 30px;
	clear:both;
	width:695px;
}
#compareform .compf-checklist ul.leftcheck {
	width:325px;
	float:left;
}
#compareform .compf-checklist ul.rightcheck {
	width:365px;
	float:right;
}
#compareform .compf-checklist ul li {
	padding-bottom:0.8em;
}
#compareform .compf-checklist ul li input {
	margin-right:5px;
	vertical-align:middle;
}

/* submit box */
#compareform .compf-submitbox {
	background-color:#ededed;
	padding:10px 0;
	margin-top:15px;
}
#compareform .compf-submitbox p {
	text-align:right;
}
#compareform .compf-submitbox p img {
	margin-right:10px;
	vertical-align:middle;
}
#compareform .compf-error {
	margin:5px;
}



/*-------clearfix setting---------*/
#compareform .compf-subbox:after,
#compareform .compf-checklist:after{
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;
}
#compareform .compf-subbox,
#compareform .compf-checklist {
	display: inline-block;
	zoom:1;/*for IE 5.5-7*/
}
*+html:first-child body #compareform .compf-subbox,
*+html:first-child body #compareform .compf-checklist {/* for Opera */
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html #compareform .compf-subbox,
* html #compareform .compf-checklist { height:1%; }
#compareform .compf-subbox,
#compareform .compf-checklist{ display:block; }
/* End hide from IE-mac */