@import url('reset.css');

/**************/
/* ヘッダ関連 */
/**************/
/* ヘッダ */
#header {
  position: relative;
  width: 880px;
}

/* BAGロゴ */
#top_logo {
  position: relative;
  margin-right:20px;
  float: left;
  z-index: 998;
}

/* BAGロゴの装飾 */
#top_logo_deco {
    position: absolute;
    top: 120px;
    left: 110px;
    width: 100px;
    z-index: 999;
}

/* ヘッダ内コメント */
#top_comment {
  width: 330px;
  line-height:1.2em;
  letter-spacing:0.5pt;
  padding: 5px 10px 5px 10px;
  text-align: left;
  background-color: rgba(0,0,0, 0.3);
  float: left;
  margin-right: 10px;
}

/* 下部ナビゲーションリンク*/
#navlink {
  text-align:center;
  font-size: 13px;
}

/* コピーライト宣言 */
#copyright {
  margin-top:15px;
  background-color: rgba(0,0,0,0.3);
  padding:5px 20px 5px 0px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

/* スライドショーの外枠のDIV */
#rotate {
  float:left;
  position: relative;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
  margin: 30px 40px 50px 30px;
  border: 8px;
  border-style: solid;
  border-color: white;
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

a {
  color: #f7f06e;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    color: pink;
    text-decoration: underline;
}

p {
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}

/* 見出し */
.intro_pos {
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.9);
    font-size: 26px;
    color: midnightblue;
}

body {
    max-height: 100%;
    background-image: url(../img/bg.gif);
    color: cornsilk; /*#ffff99;*/
    font-size: 14px;
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
}

#wrapper {
    width: 880px;
    padding: 12px;
    background: url(../img/background.png);
    margin: 5px auto;
}

.contents {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
  line-height: 1.2em;
  letter-spacing: 0.5pt;
  width: 880px;
  font-weight: bold;
  margin-bottom: 20px;
}


div.left_menu {
  max-height: 100%;
  padding-left: 5px;
  float:left;
  margin:10px 20px 0px 0px;
  width: 140px;
  line-height:1.3em;
  font-size:13px;
}

div.right_contents {
  width: auto;
  overflow:hidden;
  padding:10px 20px 0px 20px;
  border-left:1px solid ghostwhite;
}

audio {
    width:180px;
    height:25px;
}

h1{
  font-size: 10.5pt;
  font-weight: bold;
  text-shadow: 1px 1px 1px #999999;
}

h2{
  font-size:26px;
  color: #223;
  text-shadow: 2px 2px 2px rgba(255,255,255,0.9);
  font-weight: bold;
}

h3{
  font-size:16px;
  color: #223;
  text-shadow: 2px 2px 2px rgba(255,255,255,0.9);
  font-weight: bold;
}

/********/
/* 共通 */
/********/
/* 画面上部/下部の飾り線 */
.deco_line {
  width:900px;
  border-color: royalblue;
  text-align:left;
  /*margin-left: 5px;*/
  margin: 5px auto;
}

/* ルビ */
ruby {
  position: relative;
  ruby-align: space-around;
}

ruby rt {
  position: relative;
  top: 0.6ex;
}

/* ページや各項目の見出し */
.pagetitle {
  position: relative;
  margin:0 0 10px 0;
}

.pagetitle img{
  filter: alpha(opacity=70);
   -moz-opacity:0.7;
   opacity:0.7;
}

label{
  position:relative;
  top: 2px;
}

/* 見出しの文言位置(トップページ) */
.titlepos {
  position: absolute;
  top: 0px;
  left: 5px;
}

/* サブ見出しの文言位置(トップページ) */
.subtitlepos {
  position: absolute;
  top: 20px;
  left: 60px;
}

/* 見出しの文言位置(その他ページ) */
.titlepos2 {
  position: absolute;
  top: -12px;
  left: 5px;
}

/* サブ見出しの文言位置(トップページ) */
.subtitlepos2 {
  position: absolute;
  top: 20px;
  left: 60px;
}

/* 各ページ真下の「▲ページトップへ」の位置*/
.totop {
  width: auto;
  text-align: center;
}

/******************/
/* トップ：ご挨拶 */
/******************/
#greeting {
  position:relative;
  width:400px;
  float:left;"
}

#greeting p {
  padding-left: 10px;
  margin: 0 0 15px 0;
  text-align: left;
  /*text-indent: -1.5em;*/
  /*padding-left: 1.5em;*/
}

#greeting span {
  padding-left: 10px;
  font-size:20px;
  color:pink;
}

/* スライド画像の左上ピン */
img#pin_1 {
    position: absolute;
    top: -32px;
    left: -8px;
}

/* スライド画像の右上ピン */
img#pin_2 {
    position: absolute;
    top: -32px;
    left: 338px;
}

/* スライドショー用サムネイル */
img#thumbnail {
    width: 170px;
    height: 127px;
}

/************************/
/* トップ：更新履歴関連 */
/************************/
/* 更新履歴ボックス */
#whatsnew {
  display: block !important;
  margin: -10px 0 20px 5px;
  overflow: auto;
  width: 410px;
  height: 98px;
  padding: 5px 0 5px 10px;
  border: 2px dotted #ffffff !important;
  color: #e8e8e8;
  background-color: rgba(0,0,0,0.3) !important;
  line-height: 1.2em;
  font-size: 12px;
}

/* 更新履歴ボックス内インデント */
#whatsnew p {
  margin: 5px 0 5px 0;
  text-align: left;
  text-indent: -10.2em;
  padding-left: 10.2em;
}

div#whatsnew::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
div#whatsnew::-webkit-scrollbar-thumb {
  background:#aaa;
}

/**********************/
/* トップ：演奏会情報 */
/**********************/
#playinfo {
  margin-left:40px;
  width:430px;
}

/* 演奏会情報ボックス */
#playinfo_box {
  margin: 0 0 20px 5px;
  width: 410px;
  height: 450px; /*330px;*/
  overflow: auto;
  padding: 10px 5px 10px 5px;
  border: 2px dotted #ffffff;
  color: #e8e8e8;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.2em;
  font-size: 14px;
}

div#playinfo_box::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
div#playinfo_box::-webkit-scrollbar-thumb {
  background:#aaa;
}

#pinfo_comment {
  margin: 0 0 10px 0;
  padding-left: 5px;
}

.pinfo_title {
  font-size: 16px;
}

.pinfo_sub {
  position: absolute;
  z-index: 998;
  top: -5px;
  left: 260px;
}

.pinfo_report {
  position: absolute;
  z-index: 999;
  top:48px;
  left: 340px;
}

.pinfo_finish {
  position:absolute;
}

#playinfo_box p {
  margin-bottom: 10px;
  padding-left: 5px;
}

.pinfo_line {
  width: 350px;
  border: 1px dotted ghostwhite;
  margin-bottom: 10px;
}

/************************/
/* トップ：演奏依頼受付 */
/************************/
#playreq {
  position:relative;
  margin:-20px 35px 0 5px;
  width:400px;
  float:left;
}

#playreq p{
  margin-bottom: 10px;
  padding-left: 5px;
}

/* 演奏依頼画像のピン */
img#pin_3 {
    position: absolute;
    top: 180px;
    left: 200px;
}

/****************************************/
/* 演奏依頼・チラシ折り込みポップアップ */
/****************************************/
#playorder {
  padding: 10px;
  width: 635px;
  border: 2px dotted ghostwhite;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.2em;
  font-size: 20px;
}

#playorder p {
  margin: 10px 0 5px 20px;
  font-size: 10.5pt;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
}

.title {
  color: #f7f06e;
  font-size: 16px;
}

#flyer {
  padding: 10px;
  width: 635px;
  border: 2px dotted ghostwhite;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.2em;
  font-size: 20px;
}

#flyer p {
  margin: 10px 0 5px 20px;
  font-size: 10.5pt;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
}

/********************/
/* トップ：団員募集 */
/********************/
#joinus {
  position:relative;
  margin:-20px 20px 20px 0;
  width:400px;
}

#joinus p{
  margin-bottom: 10px;
  padding-left: 5px;
}

/* 団員募集画像のピン */
img#pin_4 {
    position: absolute;
    top: 35px;
    left: 280px;
}

/******************/
/* トップ：ブログ */
/******************/
#bagblog {
  position: relative;
  margin-top: 0px;
  margin-left: 5px;
  width: 400px;
}

/* ブログボックス */
#blog_box {
  margin: 0 0 0 5px;
  width: 380px;
  /*height: 260px;*/     /*通常時は3段分*/
  height: 220px;
  /*height: 120px;*/ /*定期演奏会ポスター表示中は高さを1段分に*/
  overflow: auto;
  padding: 10px 5px 10px 5px;
  border: 2px dotted #ffffff;
  color: #e8e8e8;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.2em;
  font-size: 14px;
}

.entrytitle {
  text-indent: -8.2em;
  padding-left: 8.2em;
  margin-bottom: 10px;
}

.entryimg {
  width: 100px;
  float: left;
  margin-right: 15px;
}

#bagblog p{
  margin-bottom: 10px;
  padding-left: 5px;
}

div#blog_box::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
div#blog_box::-webkit-scrollbar-thumb {
  background:#aaa;
}

/****************************/
/* トップ：アフィリィエイト */
/****************************/
/* 団員募集の下 */
#affi {
  position: relative;
  margin: 5px 0 0 ;
  width: 400px;
  font-size: 12px;
  text-decoration: underline;
}

img#charm {
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 999;
}

/******************/
/* 団員募集ページ */
/******************/
#joinexplain {
  float: left;
  margin: 10px 0 10px 5px;
  padding: 10px;
  width: 420px;
  border: 2px dotted ghostwhite;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.2em;
  font-size: 20px;
}

#joinexplain p {
  margin: 10px 0 5px 20px;
  font-size: 10.5pt;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
}

.introduce {
  width:410px;
  float:left;
  padding: 8px;
  margin-left: 5px;
  margin-right: 5px;
  border: 2px dotted ghostwhite;
  background-color: rgba(0,0,0,0.3);
}

.introduce img {
  margin-right:10px;
  border:5px solid ghostwhite;
  float:left;"
}

.introduce p {
  font-size: 9pt;
  line-height: 1.3em;
  color: ghostwhite;
}

.part_introduce div {
  margin-left:5px;
  float: left;
}

.part_introduce img {
  border: 6px solid ghostwhite;
  float: left;
}

/************/
/* 活動実績 */
/************/
/* 左メニューの見出し */
.act_left_menu {
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.9);
    font-size: 16px;
    color: midnightblue;
}

/******************/
/* 問い合わせ関連 */
/******************/

/* 個人情報の取扱い */
#personalinfo {
  width: auto;
  padding: 15px 5px 10px 5px;
  overflow: hidden;
  background-color: rgba(0,0,0, 0.3);
  font-size: 10pt;
  color: ghostwhite;
}

p.careful {
  text-indent:-1em;
  padding-left:1em;
  margin: 5px auto 5px auto;
  font-size: 10pt;
}

p.perinfo {
  text-indent:-1.5em;
  padding-left:1.5em;
  margin: 5px auto 5px auto;
}


/* 経験年数の幅 */
input#years {
  width: 30px;
  text-align: right;
}

input#datepicker {
  width: 80px;
}

input,
select {
  color:#333;
  vertical-align: middle;
}

span.msg {
  color: #dd0000;
}

/**************/
/* 団員ページ */
/**************/
#newmember {
  margin: 5px 0 10px 30px;
  padding: 10px;
  width: 520px;
  border: 2px dotted ghostwhite;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.2em;
  font-size: 14px;
}

#newmember2 {
  margin: 10px 0 10px 0;
  width: 100%;
  border: 2px dotted ghostwhite;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 2.0em;
  font-size: 13px;
  padding:10px;
}

/*****************/
/* clearfix 定義 */
/*****************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height:1%;  /* for IE 7*/
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/**********************/
/* テーブル定義(標準) */
/**********************/
table.stdTbl {
    width: auto;
    border-spacing: 0;
    font-size:9pt;
    overflow:hidden;
    color: #333;
    line-height:1.2em;
    text-shadow: none;
}

table.stdTbl th {
  color: cornsilk;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.stdTbl th:first-child {
  border-radius: 5px 0 0 0;
}

table.stdTbl th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.stdTbl tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}

table.l_layout td {
    font-size: 8pt;
    text-align: left;
    padding: 5px 8px;
}

table.stdTbl tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.stdTbl tr {
  background: #fff;
}
table.stdTbl tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.stdTbl tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.stdTbl tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.stdTbl tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table td.leader {
    width: 60px;
    background: indianred;
}

table td.inactive {
    width: 60px;
    background: lightseagreen;
}

table td.member {
    width: 60px;
    background-color: rgba(0,0,0,0.3);
}

table td.member2 {
    width: 60px;
    background-color: indianred;
}

table td.recruit_ok {
    font-weight: bold;
    color: green;
}

table td.recruit_em {
    font-weight: bold;
    color: red;
}

table td.recruit_stop {
    font-weight: bold;
    color: #333;
}

table td.recruit_consultation {
    font-weight: bold;
    color: blue;
}

/************************/
/* テーブル定義(左寄せ) */
/************************/
table.l_layout {

    width: auto;
    border-spacing: 0;
    font-size:9pt;
    overflow:hidden;
    color: #333;
    line-height:1.1em;
    text-shadow: none;
}

table.l_layout th {
  color: cornsilk;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.l_layout th:first-child {
  border-radius: 5px 0 0 0;
}

table.l_layout th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.l_layout tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  font-size: 8pt;
  text-align: left;
}

table.l_layout tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.l_layout tr {
  background: #fff;
}
table.l_layout tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.l_layout tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.l_layout tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.l_layout tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/**********************/
/* テーブル定義(タイトル固定) */
/**********************/
table.stickyTbl {
    width: auto;
    border-spacing: 0;
    font-size:9pt;
    overflow:auto;
    color: #333;
    line-height:1.2em;
    text-shadow: none;
}
table.stickyTbl th {
  color: cornsilk;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgb(140,183,226), rgb(42,107,171) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgb(140,183,226)), to(rgb(42,107,171)));
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  position: sticky;
  top: 0;
}
table.stickyTbl tr td {
  padding: 8px 15px;
  text-align: center;
}
table.l_layout td {
    font-size: 8pt;
    text-align: left;
    padding: 5px 8px;
}
table.stickyTbl tr {
  background: #fff;
}
table.stickyTbl tr:nth-child(2n+1) {
  background: #f1f6fc;
}

/**************************/
/* テーブル定義(指定なし) */
/**************************/
table.none {
    width: auto;
    border-spacing: 0;
    border: none;
    font-size:9pt;
    overflow:hidden;
    line-height:1.2em;
    text-shadow: none;
}

/**************/
/* 次期開発用 */
/**************/

/**************************/
/* テーブル定義(個人情報) */
/**************************/
table#individual {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 10pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#individual th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#individual td {
  border: 1px solid ghostwhite;
  padding: 4px 10px;
  background-color: rgba(0,0,0,0.3);
}

table#recently {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 10pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#recently th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#recently td {
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(0,0,0,0.3);
}

table#information {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#information th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
  text-align: center;
}

table#information td {
  border: 1px solid ghostwhite;
  padding: 4px 5px;
}

table#information td.button {
  padding: 10px 0 10px 0;
  text-align: center;
}

table#information td.userName {
  text-align:center;
}


table#schedule {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#schedule th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#schedule td {
  border: 1px solid ghostwhite;
  padding: 4px 5px;
}

table#practiceinfo {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#practiceinfo th {
  text-align: center;
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#practiceinfo td {
  text-align: center;
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(0,0,0,0.3);
}

table#practiceinput {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#practiceinput th {
  text-align: center;
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#practiceinput td {
  text-align: center;
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(0,0,0,0.3);
}

table#userlist {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#userlist tr {
  height: 35px;
}

table#userlist th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#userlist td {
  border: 1px solid ghostwhite;
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 90px;
  font-weight: bold;
}

table#userlist td.part {
  border: 1px solid ghostwhite;
  padding: 5px 8px;
  white-space: nowrap;
  background: darkslategray;
  text-align: left;
  font-size: 8pt;
}

table#userlist td.role {
  border: 1px solid ghostwhite;
  padding: 5px 10px;
  white-space: nowrap;
  background: darkslategray;
  text-align: left;
  font-size: 8pt;
  width: 130px;
}

table#userlist td.num {
  border: 1px solid ghostwhite;
  background: darkslategray;
  font-size: 8pt;
  width: 30px;
}


table#maillist {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#maillist th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
  width: 20%;
}

table#maillist td {
  border: 1px solid ghostwhite;
  padding: 0 6px;
  white-space: nowrap;
  text-align: left;
  width: 16%;
  font-weight: bold;
}

table#maillist td.part {
  border: 1px solid ghostwhite;
  padding: 5px 8px;
  white-space: nowrap;
  background: darkslategray;
  text-align: left;
  font-size: 8pt;
}


button.deledit {
    padding: 2px;
    font-size: 9pt;
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
    width: 40px;
}

button#user {
    padding: 1px 2px;
    font-size: 9pt;
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
    width:85px;
}

button.attend {
    vertical-align:middle;
    position:relative;
    padding: 3px 3px 3px 3px;
    font-size: 8pt;
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
    width: 45px;
    height: 30px;
}

button.recruitchg {
    vertical-align:middle;
    position:relative;
    padding: 1px 2px;
    font-size: 9pt;
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
    width:40px;
    height: 20px;
}

table#attendlist {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#attendlist th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#attendlist tr {
  height: 25px;
}

table#attendlist td {
  border: 1px solid ghostwhite;
}

table#attendlist td.part {
  padding: 5px 10px;
  white-space: nowrap;
  background: darkslategray;
  text-align: left;
  font-size: 8pt;
}

table#attendlist td.num {
  background: darkslategray;
  text-align: center;
  font-size: 8pt;

  width: 40px;
}

/* 未入力:0 */
table#attendlist td.unknown {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
}

/* 出席:1 */
table#attendlist td.attend {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
  background: seagreen;
}

/* 遅刻:2 */
table#attendlist td.late {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
  background: darkorange;
}

/* 早退:3 */
table#attendlist td.early {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
  background: crimson;
}

/* 欠席:4 */
table#attendlist td.absent {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
  background: dimgray;
}

/* 未定:9 */
table#attendlist td.undecided {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
  background: purple;
}

table#attendlist td.blank {
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  width: 60px;
}

table#report {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#report th {
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#report td {
  border: 1px solid ghostwhite;
  padding: 5px 10px;
}

table#report tr:nth-child(2n+1):not(:nth-child(1)) {
  background-color: rgba(0,0,0,0.3);
}

table#report ul { margin:10px 0 10px 40px; padding:0px;}


table#report tr.odd td { cursor:pointer; }
/*table#report div.arrow { background:transparent url(arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}*/
table#report div.up { background-position:0px 0px;}


/***************/
/* 投票関連CSS */
/***************/
table#vote {
  border: 1px solid ghostwhite;
  margin: 10px 0 0 0;
  color: ghostwhite;
  background-color: rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 9pt;
  cellspacing: 0;
  cellpadding: 0;
  bordercolor: #333333;
}

table#vote th {
  text-align: left;
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(128,128,0,0.3);
}

table#vote td {
  text-align: left;
  font-weight: bold;
  border: 1px solid ghostwhite;
  padding: 4px 5px;
  background-color: rgba(0,0,0,0.3);
}

/* Pager style（外部化可） */
.pager{
  text-align:right;
  padding:10px;
  clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: ghostwhite; /*#333;*/
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
  margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
  margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
  padding:0 2px ;
}

/***********/
/* 角丸DIV */
/***********/
div.radius {
  background: rgba(65,105,225,0.65);
  border: 2px solid midnightblue;
  border-radius: 10px;
  font-size: 11pt;
  font-color: red;
  padding: 10px;
  overflow:hidden;
}

/***********/
/* 凡例DIV */
/***********/
div#hanrei {
  border: 1px solid ghostwhite;
  margin-left:60px;
  padding:5px 5px 5px 0;
  float:left;
  font-size: 11pt;

}
