@charset "utf-8";


/* 新着一覧（総合）
---------------------------------------------- */

div#contents_newList{
margin:0 0 20px 0;
}

/* 新着一覧_main */
div.contents_newList_main{
float:left;
}

div.contents_newList_main_bg{
background:url(../../../img/sec/new_list/new_list_bg.jpg) repeat-y;
width:635px;
padding:20px 0 20px 20px;
}

div.contents_newList_main_bg h2{
background:url(../../../img/sec/new_list/new_list_title.jpg) no-repeat;
width:613px;
height:53px;
text-indent:-9999px;
margin:0 0 10px 0;
padding:0;
}

div.newList_box{
background:#FFFFFF;
width:611px;
}

div.newList_box dl{
margin:0;
padding:10px 0 10px 0;
float:left;
background:url(../../../img/common/icon/dotline.gif) left bottom repeat-x;
}

div.newList_box dl dt{
margin:0 0 10px 10px;
padding:0;
float:left;
line-height:1.5;
width:110px;
height:83px;
}

div.newList_box dl dd{
margin:0 0 0 10px;
padding:0;
float:left;
width:470px;
line-height:1.5;
}

div.newList_box dl dd.contents_title h4{
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
}
div.newList_box dl dd.contents_type_occult{
background:url(../../../img/common/icon/icon_occult.jpg) no-repeat;
width:55px;
height:17px;
text-indent:-9999px;
}

div.newList_box dl dd.contents_type_kabukora{
background:url(../../../img/common/icon/icon_kabukora.jpg) no-repeat;
width:55px;
height:17px;
text-indent:-9999px;
}

div.newList_box dl dd.contents_type_koma{
background:url(../../../img/common/icon/icon_koma.jpg) no-repeat;
width:55px;
height:17px;
text-indent:-9999px;
}

div.newList_box dl dd.contents_type_trader{
background:url(../../../img/common/icon/icon_trader.jpg) no-repeat;
width:55px;
height:17px;
text-indent:-9999px;
}

div.newList_box dl dd.contents_type_sekaino{
background:url(../../../img/common/icon/icon_sekaino.jpg) no-repeat;
width:55px;
height:17px;
text-indent:-9999px;
}

div.newList_box dl dd.contents_type_wara{
background:url(../../../img/common/icon/icon_wara.jpg) no-repeat;
width:55px;
height:17px;
text-indent:-9999px;
}

div.newList_box dl dd.contents_txt{
margin:0 0 0 10px;
padding:0;
font-size:12px;
line-height:1.5;
}
div.newList_box dl dd.contents_txt p{
margin:0;
padding:0;
font-size:12px;
}
div.newList_box dl dd.contents_update{
padding:0;
line-height:1.5;
float:left;
width:300px;
}

div.newList_page{
clear:both;
font-size:16px;
padding:15px 0;
text-align:center;
}

/* 右サイド */
div#contents_newList_side{
float:right;
width:300px;
}




