/*(min-width:651px) and (max-width:960px)*/

/*共通部分*/

.for_small {
  display: none;
}

.for_wide {
  display: none;
}

.for_medium {
  display: block;
}

.wrap .inner {
  padding: 7% 7%;
}

div.header_top {
  padding-right: 10px;
  padding-left: 10px;
}

div.logo {
  max-width: 237.5px;
  width: 50%;
  margin-top: 20px;
  margin-left: 2%;
}

#gnav {
  display: none;
}

.hamburger_background {
  position: fixed;
  z-index: 99998;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  opacity: 0.9;
}

#top .hamburger_background {
  background-color: #ffffff;
  opacity: 0.9;
}

h1.main_img {
  margin-top: 80px;
}

ul.footer_sns {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 300px;
}

ul.footer_sns li {
  float: none;
}

ul.footer_sns li:last-child {
  margin-top: 20px;
}

.footer p.credit {
  font-size: 12px;
  margin-top: 5px;
}

.font_small {
  font-size: 15px;
}

/*index.html*/

h1.top_img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-top: 10px;
  background-image: none;
}

h1.top_img img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.announce {
  font-size: 18px;
  width: 100%;
}

/*screening.html*/

.polepole_info p {
  font-weight: 1000;
  text-align: center;
}

.inner .polepole_info h2 {
  margin-bottom: 20px;
  line-height: 1.7;
}

.firstweek_info {
  padding: 10px;
}

.firstweek_info .schedule_guest {
	padding: 5px;
}

.firstweek_info p:first-of-type, .firstweek_info p:nth-of-type(2) {
}


.firstweek_info ol {
  margin-bottom: 20px;
}

.secondweek_info {
  padding: 10px;
}

.secondweek_info .schedule{
	padding: 5px;
}

.secondweek_info>p:first-of-type {
  margin-bottom: 10px;
}



.inner .polepole_info .asterisk {
  font-size: 12px;
}

/*directors_comments.html*/

div.comment p:first-child, div.directors_profile p:first-child {
  text-align: center;
}

/*about.html*/

.introduction p:nth-child(2) {
  text-align: center;
}

.name {
  text-align: center;
}

.staff dt {
  float: left;
  clear: left;
  max-width: 9em;
  width: 100%;
  position: relative;
}

.staff dt:after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 0;
}

.staff dd {
  float: left;
  max-width: 210px;
  width: 100%;
}
