/**************************************
	システムコード毎のスタイルシート
***************************************/
/* グループ名 */
.grpname
{
    color: #0000ff;
    font-weight: bold;
}
/*===============================================
 お知らせ用
===============================================*/
.projectInfo
{
  position: relative;
  padding: 15px 15px 15px 30px;
  font: 16px/1.6 'arial narrow', sans-serif;
  border: solid 2px #808080;
  border-radius:8px;
  color: #808080;
  background: #fff;
}
.projectInfo:before
{
  content: "お知らせ";
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #fff;
  font-size: 14px;
  padding: 0 10px;
}
/*===============================================
 Jquery用設定
===============================================*/
/* ページヘッダー */
/*
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit, .ui-btn-active
{
    background-color: #4169e1 !important;
    text-shadow: none;
    color: #FFFFCC;
    text-shadow: none;
    font-weight: normal;
}
*/
/* グループモード */
.gmode .ui-page-theme-a ,
.gmode .ui-bar-inherit,
.gmode .ui-btn-active
{
    background-color: #696969 !important;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: normal;
}
/* パーソナルモード */
.pmode .ui-page-theme-a ,
.pmode .ui-bar-inherit,
.pmode .ui-btn-active
{
    background-color: #4169e1 !important;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: normal;
}