@charset 'UTF-8';

div.PC{ margin:5px; padding:10px 60px; min-height:50px; border-bottom:solid 1px #ddd; }

/* GM */
div.text_gm{ background:url(_icon/_gm.png) no-repeat 5px center; }
div.text_gm::first-line { font-weight:bold; color:#000; }


/* 冒険者（ミナカミ） ============================================================================== */
/* アーティ・ロードライト */
div.mnkm_arty{ background:url(_icon/mnkm_arty.png) no-repeat 5px center; }
div.mnkm_arty::first-line { font-weight:bold; color:#9d1937; }


/* 冒険者（参加者・PL名五十音順） ============================================================================== */
/* シグリッド・カルム（朱理） */
div.syr_sigrid { background:url(_icon/syr_sigrid.png) no-repeat 5px center; }
div.syr_sigrid::first-line { font-weight:bold; color:#b395b2; }
/* シン（朱理） */
div.syr_sin { background:url(_icon/syr_sin.png) no-repeat 5px center; }
div.syr_sin::first-line { font-weight:bold; color:#cc3333; }
div.syr_sin-2 { background:url(_icon/syr_sin-2.png) no-repeat 5px center; }
div.syr_sin-2::first-line { font-weight:bold; color:#cc3333; }


/* ミスラン・ガンディーア（みちを） */
div.mtw_misran { background:url(_icon/mtw_misran.png) no-repeat 5px center; }
div.mtw_misran::first-line { font-weight:bold; color:#b8ceb7; }
/* リュクス（みちを） */
div.mtw_luxe { background:url(_icon/mtw_luxe.png) no-repeat 5px center; }
div.mtw_luxe::first-line { font-weight:bold; color:#663333; }
div.mtw_luxe2 { background:url(_icon/mtw_luxe2.png) no-repeat 5px center; }
div.mtw_luxe2::first-line { font-weight:bold; color:#663333; }


/* フロース（モノ） */
div.mn_floss { background:url(_icon/mn_floss.png) no-repeat 5px center; }
div.mn_floss::first-line { font-weight:bold; color:#ff9086; }
div.mn_floss2 { background:url(_icon/mn_floss2.png) no-repeat 5px center; }
div.mn_floss2::first-line { font-weight:bold; color:#ff9086; }
div.mn_floss3 { background:url(_icon/mn_floss3.png) no-repeat 5px center; }
div.mn_floss3::first-line { font-weight:bold; color:#ff9086; }


/* キルシュ（ユツキ） */
div.ytk_kirsch { background:url(_icon/ytk_kirsch.png) no-repeat 5px center; }
div.ytk_kirsch::first-line { font-weight:bold; color:#b8983e; }
div.ytk_kirsch2 { background:url(_icon/ytk_kirsch2.png) no-repeat 5px center; }
div.ytk_kirsch2::first-line { font-weight:bold; color:#b8983e; }


/* スマホ対応 ====================================================================================== */
@media screen and (max-width:640px){
div.PC{ margin:5px; padding:10px 10px 10px 60px; min-height:50px; border-bottom:solid 1px #ddd; }
}
