@charset "utf-8";

/* ==================================
先輩メッセージ
================================== */
#community {
  padding: 20px;
  background-color: #ffffff;
}
#community .tit_balloon {
  margin-bottom: 5px;
}
#community .interviewee {
  margin-left: 40px;
}
#community .interviewee li {
  float: left;
  width: 268px;
  margin: 5px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #cccccc;
}
#community .interviewee li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
#community .interviewee li a:hover {
  background-color: #ffffe0;
}
#community .interviewee li a span {
  display: block;
  text-align: center;
}
#community .interviewee li a .photo {
  padding: 4px;
}
#community .interviewee li a .name {
  font-size: 108%;
}
#community .interviewee li a .btn {
  padding-top: 4px;
  padding-right: 4px;
  text-align: right;
}
#community .btn_exhibition {
  margin: 0 auto;
  width: 568px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #cccccc;
}
#community .btn_exhibition a {
  display: block;
  padding: 4px 4px 0;
}
#community .btn_exhibition a:hover {
  background-color: #ffffe0;
}
#community .btn_exhibition span {
  display: block;
}
#community .btn_exhibition .btn {
  padding-top: 6px;
  text-align: right;
}

/* ==================================
各インタビュー
================================== */
#voice {
  padding: 10px 20px;
  background-color: #ffffff;
}
#voice .interview {
  margin: 10px auto 0;
  padding: 0 20px;
  width: 580px;
  border-left: 2px dotted #d0d09b;
  border-right: 2px dotted #d0d09b;
}
#voice .interview img {
  padding: 4px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#voice .pagenav {
  margin-top: 20px;
  text-align: center;
}
#voice .pagenav .prev {
  padding-left: 24px;
  padding-right: 8px;
  background: url(../img/common/icn_prev.webp) no-repeat left center;
  border-right: 1px solid #999999;
}
#voice .pagenav .top {
  padding-left: 8px;
  padding-right: 8px;
}
#voice .pagenav .next {
  padding-left: 8px;
  padding-right: 24px;
  background: url(../img/common/icn_next.webp) no-repeat right center;
  border-left: 1px solid #999999;
}

/* ==================================
卒業作品展
================================== */
#exhibition {
  padding: 10px 20px 20px;
  background-color: #ffffff;
}
#exhibition .exhibits li {
  float: left;
  width: 300px;
  margin: 5px;
  padding: 10px 5px;
  background-color: #fffdcd;
  border-bottom: 1px solid #eae678;
  border-right: 1px solid #eae678;
  text-align: center;
}
#exhibition .exhibits li .photo {
  margin: 2px 0;
}
#exhibition .exhibits li .photo img {
  border: 4px solid #ffffff;
}
#exhibition .exhibits li h4 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 93%;
}
#exhibition .exhibits li .name {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 116%;
}

/* 平成19年度 */
#exhibition .h19_main {
  background: #fffdcd;
  text-align: center;
}
#exhibition .h19_theday {
  float: left;
  margin-bottom: 20px;
  width: 310px;
  padding: 0 5px;
  font-size: 93%;
}
#exhibition .h19_theday img {
  float: left;
  padding-right: 5px;
}
#exhibition .h19_theday_sub {
  clear: both;
  margin: 0 auto;
  width: 632px;
  padding: 3px;
  border: 1px solid #dddddd;
  text-align: center;
}
#exhibition .h19_theday_sub img {
  padding-right: 3px;
}

/* 平成20年度 */
#exhibition .h20_theday {
  float: left;
  width: 180px;
  padding: 0 18px;
  font-size: 93%;
}
#exhibition .h20_theday img {
  padding-bottom: 5px;
}

/* 平成22年度 */
#exhibition .h22_theday {
  float: left;
  width: 208px;
  padding: 0 4px;
  font-size: 93%;
}
#exhibition .h22_theday img {
  margin-bottom: 5px;
  padding: 3px;
  border: 1px solid #cccccc;
}
#exhibition .h22_theday_sub {
  clear: both;
  margin: 0 auto;
  border: 1px solid #cccccc;
  text-align: center;
}
#exhibition .h22_theday_sub img {
  padding: 2px;
}
/* 平成23年度 */
#exhibition .h23_theday {
  float: left;
  width: 208px;
  padding: 0 4px;
  font-size: 93%;
}
#exhibition .h23_theday img {
  margin-bottom: 5px;
  padding: 3px;
  border: 1px solid #cccccc;
}
#exhibition .h23_theday_sub {
  clear: both;
  margin: 0 auto;
  border: 1px solid #cccccc;
  text-align: center;
}
#exhibition .h23_theday_sub img {
  padding: 2px;
}
/*12_09_06追加先輩メッセージ*/
#voice .interview .columntop {
  font-size: 112%;
  font-weight: bold;
  color: #13a2dc;
  margin-bottom: 1.2em;
}
#voice .interview .columntop img {
  border: none;
  padding: 0 5px 0 0;
}
#voice .interview .info {
  border: dotted #d0d09b 1px;
  padding: 10px 0 10px 10px;
  overflow: hidden;
  _height: 160px;
}
#voice .interview .info dt {
  padding: 0 10px 10px 0;
  font-weight: bold;
  color: #888834;
}
#voice .interview .info dd {
  float: left;
}
#voice .interview .info .campict {
  float: right;
  margin-right: 10px;
}
/*14_02_26movie_box*/

.mbox_area {
  margin-bottom: 2.5em;
}
.maincont p.photolead {
  margin-bottom: 1em;
}
