@charset "utf-8";

/* ------------------------------------- 
 *  style css (共通タグ呼び出し)
 * ------------------------------------- */
@import url(../css/style.css);

/* ------------------------------------- 
 *
 *  観戦ガイド css
 *
 * ------------------------------------- */

/* about css -------------------------- */
#about1 {
  background-image: url(images/about_title.gif);
}

.about-margin {
  margin: 12px 12px 8px 12px;
}

.about_li1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #AA0000;
}

.about_li2 {
  margin:0px 0px 0.9em 0.9em;
  padding: 0px 0px 0px 0px;
}

.about_table-td1, .fanzone_table-td2{
  border-bottom: 1px solid #CCCCCC;
}

.about_table-td2{
  background-color: #FAFAFA;
}

.org_td_main1,
.org_td_main2,
.org_td_main2s {
  margin: 5px 5px 5px 8px;
  color: #000000;
}

/* 組織図 */
/* 緑の枠 */
.org_td_main1 {
  background-color: #368d4d;
  border: 1px solid #307a6c;
  /*height: 6px;*/
}
/* 青い枠 */
.org_td_main2 {
  background-color: #5674b9;
  border: 1px solid #617dbd;
}

/* タイトル */
.org_td_title{
  color: #276096;
  margin: 15px 5px 15px 5px;
  font-size: 1.9em;
  text-align: center;
}
/* テキスト */
.org_td_text1 {
  margin: 5px 5px 5px 8px;
  vertical-align: middle;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.org_td_text2, .org_td_text2s {
  padding: 3px 2px 2px 10px;
  vertical-align: middle;
  font-size: 1.15em;
  color: #ffffff;
  text-align: left;
}
.org_td_text2 {
  font-weight: bold;
}
.org_td_text2s {
  font-size: 1.1em;
}

.org_td_none {
  /*height: 6px;*/
  border: none;
  
}
/* 区切り線 */
.org_border_b, .org_border_rb {
  border-bottom: 1px solid #808080;
}
.org_border_r, .org_border_rb {
  border-right: 1px solid #808080;
}

/* table *//* テーブル css -------------------------- */
.about-tablewrapper {
  margin: 2px 40px 14px 60px;
  border-top: 1px solid #CCCCCC;
}

.about-td, .about-tdE, .about-tdS, .about-td-label, .about-tdE-label, .about-tdS-label {
  padding: 3px 8px 2px 8px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 90%;
  line-height: 2;
}
.about-tdS-label,
.about-tdS,
.about-tdE-label,
.about-tdE,
.about-td-label,
.about-td {
  text-align: left;
  vertical-align: middle;
}

.about-tdS-label,
.about-tdE-label,
.about-td-label {
  text-align: center;
  background-color: #FAFAFA;
}

.about-tdE-label,
.about-tdE {
  border-right: none;
}

.about-tdS-label,
.about-tdS {
  border-left: 1px solid #CCCCCC;
}

.about-picttable {
  margin: 12px 10px 14px 20px;
  border: none;
}
.about-picttd {
  padding: 3px 15px 2px 15px;
  border: none;
}
.about-large {
  font-size: 140%;
}

table#about_org{
  width:572px;
}

td.org_td_l{
  width:130px;
}
td.org_td_m{
  width:142px;
}
td.org_td_s{
  width:16px;
}
table#about-history{
  width:785px;
}
table#prohibit{
  width:590px;
}
