@charset "Shift_JIS";

/* ********************************************** */
/* **** 情報サービス:船級の一時停止および削除 *** */


/* 検索フォーム */
div#searchShips{
	width:180px;
	float:right;
	
	padding:8px 12px;
	background-color:#e4e4e4;
}
div#searchShips form,
div#searchShips td{
	padding:0;
	margin:0;
}

div#searchShips .text{
width:170px;
}

div#searchShips td{
width:170px;
}
/* データ一覧 */
#dataList{
	margin-top:24px;
}

#dataList table{
	width:100%;
	margin-bottom:12px;

	border-collapse:collapse;
	border: 1px solid #999999;
}

#dataList th,
#dataList td{
	text-align:left;
	line-height:1.3em;

	padding:3px 6px 2px 6px;
	border:1px dotted #cccccc;
	border-width:1px 0 0 1px;
}

#dataList th{
	background-color:#fcf3ef;
}

#dataList .cell_A{
	width:20%;
}
#dataList .cell_C{
	width:18%;
}
#dataList .cell_B{
	width:10%;
}
#dataList .cell_D{
	width:10%;
}

#dataList .cell_E{/* tonnage */
	width:6%;
}