/* --- 表全体 --- */
table.hikaku {
	border-collapse: separate;
	border-spacing: 3px 5px;
	font-size: 12px;
	line-height: 1.6em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
table.hikaku p{
	padding: 0px;
}
/* --- セル --- */
table.hikaku th,
table.hikaku td {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #999 !important;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size:12px;
	line-height:1.6em;
}
/* --- 見出しセル --- */
table.hikaku thead th {
	text-align: center;
	color: #333;
	font-size: 14px;
	background-color: #666;
}
table.hikaku th{
	text-align: center;
	font-weight: bold;
	background-color: #FFE7B0;
	
}
.name {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../img/hikaku_name_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
}



#myList li {
	cursor: move;
}

#order_list {
	cursor: move;
	margin-left: 10px;
}

.hover {
	background: #eee;
}


ul {
list-style:none;
    margin-left: 0px;  
    padding-left: 0px; 
}
.elm{
	float:left;
}

#order_list li {
	/*float:left; */
border: 1px solid #999;
	width: 300px;
	height: 500px;
	margin: 2px;
	list-style-type: none;
}

/* --- プランの箇所 --- */
table.hikakuplan {
	font-size:12px;
	width:98%;
	margin:0 auto;
	border: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	clear: both;
	border-collapse:collapse;
}
table.hikakuplan td {
	margin:0 auto;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
table.hikakuplan th {
	margin:0 auto;
	border: 1px solid #CCCCCC !important;
	padding: 3px;
	width:50%;
	background:#FFF4FA;
	line-height:100%;
	font-size:12px;
}
div.planname {
	width:93%;
	border-left:solid #EF5996 3px;
	padding-left:10px;
	margin:3px;
/*	background-image:url(/img/hikaku-icon_plan.png);*/
	background-repeat:no-repeat;
	background-position:right;
	background-position:right;
}

