﻿/***** Default.cssより継承 *****/

html, body, form { overflow:visible; }
html { overflow:scroll; }

#pnlEditContents { float:right; }
#detailUpdate { height:25px; }
#detailViewAuthor { float:right; margin-right:10px; }

table.detailTitle { width:100%; }

#pnlContentsComments td { padding:0px; }
#pnlContentsComments #ucContentsComments_dtlCommentList { width:100%; }
#pnlContentsComments table.commentItem { table-layout:fixed; width:100%; border:solid 3px #699be7; margin-top:10px; }
#pnlContentsComments table.commentItem tr.itemTitle { height:25px; background-color:#699be7; }
#pnlContentsComments table.commentItem tr.itemTitle td.icon { width:24px; background-image:url('./img/item_icon/img_iconFukidasi24px_a07.gif'); background-repeat: no-repeat; }
#pnlContentsComments table.commentItem tr.itemTitle td.title { width:auto; }
#pnlContentsComments table.commentItem tr.itemTitle td.title span { margin-left:5px; font-weight:bold; }
#pnlContentsComments table.commentItem tr.itemTitle td.entryDate { width:180px; text-align:right; }
#pnlContentsComments table.commentItem tr.itemTitle td.entryDate span { margin-right:5px; }
#pnlContentsComments table.commentItem tr.itemTitle td.editButton { width:45px; text-align:center; }
#pnlContentsComments table.commentItem tr.itemTitle td.deleteButton { width:45px; text-align:center; }
#pnlContentsComments table.commentItem tr.itemComment td div { margin:15px 20px; }
#pnlContentsComments table.commentItem tr.itemComment td div div { margin:0px; }
#pnlContentsComments table.commentItem tr.itemComment td textarea { width:95%; }

#pnlContentsComments table.addComment { border-color:#184acf; }
#pnlContentsComments table.addComment tr.itemTitle { height:40px; background-color:#184acf; color:White; }
#pnlContentsComments table.addComment tr.itemTitle td.title span { font-Size:16px; }

#pnlContentsComments .comment { font-size:10px; }

/***** 印刷時の非表示設定 *****/

/* タイトルロゴ */
#logo { display:none; }
/* 左パネル */
#sideL { display:none; }
/* 右パネル */
#sideR { display:none; }
/*** 中央パネル ***/
/* ボタン(ヘッダ) */
#pnlContentDetailCtrl { display:none; }
/* 編集ボタン */
#pnlEditContents { display:none; }
/* ボタン(フッタ) */
#pnlDetailBottomButtom { display:none; }

#cellDetailCtrls { display:none; }
.addComment { display:none; }


html, body, form, div { zoom:0.98; }

#result { overflow:visible !important; }

#resultDetail { overflow:visible !important; }
