@charset "utf-8";

/* ==================================================================
	list.css
	
=================================================================== */

/* =================================
   ■ .list
================================== */

/* ◆ メニュー(サイド)
-------------------------------- */

	/* ◇ main
	-------------------------------- */	

	.contents .main table.table{
		border-bottom:1px solid #ccc;
		width:100%;
		margin-bottom:15px;
	}

	.contents .main table.table th,
	.contents .main table.table td{
		padding:0 15px 15px;
	}

	.contents .main table.table th{
		width:150px;
	}

	.contents .main table.table th span{
		color:#900;
	}

	.contents .main table.table td .short{
		width:20%;
	}

	.contents .main table.table td select{
		width:60%;
	}


	.contents .main table.table td .error{
		color:#F00;
	}
	
	.contents .main table.table td ul li{
		float:left;
		display:inline;
		white-space:nowrap;
		margin:0 4px;
	}
