/*島根フィルムコミッション*/
@charset "utf-8";

h1.page_title_about {
  line-height: 1.2!important;
}

/********島根フィルムコミッション********/
#film_commission {
  margin-top: 4%;
}
.film_commission_photo {
  text-align: center;
  margin-top: 5%;
}
.film_commission_photo img {
  max-width: 800px;
}

/*****ネットワークの構成*****/
.organization_group_box {
  text-align: center;
}
.organization_group_box img {
  max-width: 700px;
}
.sfcn_list {
  width: 98%;
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 0.8rem;
}
.sfcn_list table {
  border:1px #8dc11f solid;
  border-collapse: collapse;
  width: 100%;
}
.sfcn_list th {
  text-align: center;
  padding:4px;
  background-color: #eee;
  font-weight: normal;
  border: 1px #ddd solid;
  /*display:block;*/
}
.sfcn_list td {
  text-align: left;
  padding:4px;
  border: 1px #ddd solid;
  font-size: 0.8rem;
  /*display:block;*/
}

/**************** デスクトップレイアウト（560px～）****************/
@media (min-width: 560px) {

.sfcn_list {
  font-size: 0.9rem;
}
.sfcn_list td {
  font-size: 0.9rem;
}
.pc_nowrap {
  white-space: nowrap;
}

}