@charset "utf-8";

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

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

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
img#about-position,
img#about-slogan,
img#about-organization{
  width:99%;
}
.about-tablewrapper {
  margin: 2px 10px 14px 20px;
}
table#about_org{
  width:98%;
}

.org_td_title{
  font-size:1.5em;
}
.org_td_text1 {
  font-size:1.0em;
}
.org_td_text2, .org_td_text2s {
  font-size:0.9em;
}
.org_td_l{
  width:23.5%;
}
.org_td_m{
  width:25%;
}
.org_td_s{
  width:2.8%;
}
table#about-history{
width:100%;
}
table#prohibit{
  width:90%;
}
.about-picttd img{
width: 160px;
height:auto;
}
}
