/* 一覧リストテーブルレイアウト(テキスト一覧・サムネイル付)
---------------------------------------------*/
/* 表本枠指定 */
#list_01 {
clear: both;
margin: 0px auto;
padding: 0px;
line-height:1.3em !important;
}

#list_01 p {
margin: 0px;
padding: 0px;
}

#list_01 br {
display:none;
}
/* リストテーブル基本枠指定 */
#list_01 table {
width: 100%;
margin: 0px auto;
padding: 0px;
border-collapse: collapse;
}

/* セル指定 */
#list_01 td {
margin: 0px;
padding: 10px;
text-align: left;
vertical-align: top;
}

/* 日付セル指定 */
#list_01 td.day {
white-space:nowrap;
margin: 0px;
padding: 18px 10px 18px 1px;
text-align: left;

}

/* 本文セル指定 */
#list_01 td.read {
margin: 0px;
padding: 18px 5px 18px 0px;
text-align: left;
vertical-align:top;
}

/* 専用装飾指定
---------------------------------------------*/
/* タイトル指定 */
#list_01 .title {
margin: 0px;
padding: 0px 0px 0px 50px;
font-weight: normal;
position:relative;
}

/* 行背景色指定
行背景色を交互にする際に利用します */
#list_01 tr {
background: url(../../../images/main/cont/news/news_list_border.png) bottom right no-repeat;
height:auto !important;
}