@CHARSET "UTF-8";

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：サイト汎用 - ページ編集
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*グローバル
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/


table#edit-input
{
	table-layout: fixed;
}
table#edit-input col.title
{
	width	: 80px;
}
table#edit-input col.input
{
	width	: auto;
}



table#remove-confirm
{
	table-layout: fixed;
}
table#remove-confirm col.title
{
	width	: 80px;
}
table#remove-confirm col.value
{
	width	: auto;
}




table#anchor
{
	table-layout: fixed;
}
table#anchor tbody th
{
	text-align : right;

	font-weight : normal;
}
table#anchor tbody td
{
	white-space: normal;
}
table#anchor col.anchortitle
{
	width	: auto;
}
table#anchor col.anchorurl
{
	width	: 300px;
}



table#upload-view
{
	table-layout: fixed;
}
table#upload-view tbody th
{
	text-align : right;
	
	font-weight : normal;
}
table#upload-view tbody td
{
	white-space: normal;
}
table#upload-view col.filecomment
{
	width	: auto;
}
table#upload-view col.fileicon
{
	width	:  50px;
}
table#upload-view col.filename
{
	width	:  300px;
}



table#upload-input
{
	table-layout: fixed;
}
table#upload-input col.filecomment
{
	width	: auto;
}
table#upload-input col.fileicon
{
	width	:  50px;
}
table#upload-input col.filename
{
	width	:  300px;
}
table#upload-input tbody th
{
	text-align : right;
	
	font-weight : normal;
}
table#upload-input tbody td
{
	white-space: normal;
}



table#filelist_edit-input col.filetitle
{
	width : 220px
}
table#filelist_edit-input col.fileicon
{
	width : 40px
}
table#filelist_edit-input col.CATEGORY
{
	width : 100px
}
table#filelist_edit-input col.order
{
	width : 60px
}
table#filelist_edit-input col.filetitle
{
	width : auto;
}



table#filelist_view th
{
	text-align : left;
}
table#filelist_view col.filetitle
{
	width : auto;
}
table#filelist_view col.fileicon
{
	width : 40px;
}







/*==================================================*/
/*リンクリスト
/*--------------------------------------------------*/
/*インデックス直接編集
/*==================================================*/
table#linklist_edit-direct
{
	table-layout: fixed;
}
table#linklist_edit-direct col.linktitle
{
	width : 210px
}
table#linklist_edit-direct col.linkiurl
{
	width : 210px
}
table#linklist_edit-direct col.order
{
	width : 60px
}
table#linklist_edit-direct col.command
{
	width : auto;
}

/*==================================================*/
/*リンクリストテーブル
/*--------------------------------------------------*/
/*編集
/*==================================================*/

/*外枠*/
table#linklist_edit-input
{
	table-layout: fixed;
}
table#linklist_edit-input col.title
{
	width : 60px
}
table#linklist_edit-input col.input
{
	width : auto;
}

/*リンク内枠*/
table#linklist_edit-input table col.linktitle
{
	width : 160px;
}
table#linklist_edit-input table col.linkurl
{
	width : auto;
}



table#linklist_view th
{
	text-align : left;
}
table#linklist_view col.filetitle
{
	width : auto;
}
table#linklist_view col.fileicon
{
	width : 40px;
}


/*==================================================*/
/*承認テーブル
/*--------------------------------------------------*/
/*
/*==================================================*/

table#approval
{
	table-layout: fixed;
}
table#approval tbody th
{
}
table#approval tbody td
{
}
table#approval col.title
{
	width	: 80px;
}
table#approval col.approvalinput
{
	width	: 40px;
}
table#approval col.approvalcomment
{
	width	: auto;
}
table#approval col.approvalview
{
	width	: 140px;
}

