﻿/***** Detail.cssより継承 *****/

#pnlEditContents { float:right; }
#detailUpdate { height:25px; }
#detailViewAuthor { height:25px; float:right; margin-right:10px; }

.title { width:auto; }
.entryDate { width:158px; text-align:right; }

#pnlContentsComments td { padding:0px; }
#pnlContentsComments #ucContentsComments_dtlCommentList { width:100%; }
#pnlContentsComments table.commentItem { table-layout:fixed; width:730px; border:solid 3px #699be7; margin-top:10px; }
#pnlContentsComments table.commentItem tr.itemTitle { height:28px; 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; color:White; }
#pnlContentsComments table.commentItem tr.itemTitle td.entryDate { width:158px; text-align:right; }
#pnlContentsComments table.commentItem tr.itemTitle td.entryDate span { margin-right:5px; color:White; }
#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%; }

/***** 印刷時の非表示設定 *****/

html, body, form, div { overflow:visible !important; zoom:0.98; }

/* タイトルロゴ */
/*#logo { display:none; }*/
/* フォントサイズ */
#pnlFontSize { display:none; }
/* 検索ボックス */
#pnlSearchBoxTop { display:none; }
/* 左パネル */
#sideL { display:none; }
/* 中央パネル */
#main { float:left !important; }
/* 右パネル */
#sideR { display:none; }
/* ヘッダボタン */
#headerRight { display:none; }
/* いいねボタン */
#cell_likeDetail { display:none; }
/* コンテンツの編集ボタン */
#pnlEditContents input { display:none; }
/* コメントヘッダ */
#btnAddCommentArea { display:none; }
table.detailTitle { display:none; }
/* コメントの編集ボタン */
#pnlContentsComments table.commentItem tr.itemTitle td.editButton { width:1px; }
#pnlContentsComments table.commentItem tr.itemTitle td.deleteButton { width:1px; }
#pnlContentsComments table.commentItem tr.itemTitle td.editButton input { display:none; }
#pnlContentsComments table.commentItem tr.itemTitle td.deleteButton input { display:none; }
#btnAddComment2 { display:none; }
/* コメントフッタ */
#commentFooterArea { display:none; }
/* 評価エリア */
#divEstimationHeaderArea { display:none; }
#EstimationArea { display:none; }
/* フッタボタン */
#footerRight { display:none; }
#footerBtnArea { display:none; }
