@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");

/* ===================================================================
 style info : 個別用
=================================================================== */

/*背景の種類・長さ*/
#wrapper { background:#e83828 url(../../commons/img/share/bg_cnt_m.jpg) no-repeat 0 0; height:auto; }
#mainCnt { background:#000 url(../img/bg_suspects.jpg) no-repeat 0 0; height:995px;}

#suspectArea { margin:0px 22px 0; padding-top:120px; overflow:hidden; }
#suspectArea ul { float:left; padding:8px 8px 12px; _padding:4px 8px 6px; overflow:hidden; width:406px; _margin: 6px 3px; }
#suspectArea ul li { float:left; color:#241b08;  }
#suspectArea ul li.sPhoto { padding-right:12px; }
#suspectArea ul li.sText { position:relative; width:275px; }
#suspectArea ul li p { line-height:1.4em;}
#suspectArea ul li p.sName { font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-weight:bold;}
#suspectArea ul li p.actName { color:#e20f17; font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-weight:bold; }
#suspectArea ul li p.sCooment { padding-top:4px; }
#suspectArea ul li p.sLink { padding-top:4px; }
