@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */
/* color */
/* mediaquery  */
/* ¥ì¥¹¥Ý¥ó¥·¥Ö¥µ¥¤¥È·Ç±íÊ¾ */
/* PC¤Î¤ß */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?PC */
@media screen and (max-width: 639px) {
  .pctb {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?SP */
@media screen and (min-width: 960px) {
  .tbsp {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È¤Î¤ß */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .tb {
    display: none !important;
  }
}

/* SP¤Î¤ß */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

/* hover */
/*---------------------------------------------------------
¥µ©`¥¯¥ë½B½é
---------------------------------------------------------*/
#club .tbl_cmn tr:nth-child(odd) {
  background: #FDEEEA;
}

#club .club {
  width: 100%;
}

#club .club li {
  text-align: center;
}

@media screen and (min-width: 960px) {
  #club .club li {
    float: left;
    margin: 0px 2% 50px 0;
    width: 32%;
  }
  #club .club li:nth-child(3n) {
    margin-right: 0;
  }
}

#club .club li img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  #club .txt_r {
    text-align: right;
    font-size: 84%;
  }
}

#club .intro {
  padding-bottom: 70px;
}

@media screen and (min-width: 960px) {
  #club .intro .pic {
    width: 36.5%;
    float: right;
  }
}

#club .intro .pic img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  #club .intro .desc {
    width: 60%;
    float: left;
  }
}

/*---------------------------------------------------------
ÐÂ¥­¥ã¥ó¥Ñ¥¹˜‹Ïë
---------------------------------------------------------*/
#new_campus #campus_img {
  width: 710px;
  margin-right: -15px;
  margin-top: 30px;
}

#new_campus #campus_img li {
  float: left;
  margin: 0px 15px 15px 0px;
}

/*---------------------------------------------------------
ÐÂ¥­¥ã¥ó¥Ñ¥¹now
---------------------------------------------------------*/
#new_campus_now #movie {
  margin-bottom: 50px;
}

#new_campus_now #movie .pic {
  width: 354px;
  float: right;
}

#new_campus_now #movie .desc {
  width: 320px;
  float: left;
  background: url(/campuslife/img/new_campus_now/img01.jpg) no-repeat left bottom;
  padding-bottom: 210px;
}

#new_campus_now .list_blsm {
  border-top: 1px dotted #A2A2A2;
  border-bottom: 1px dotted #A2A2A2;
  padding: 20px 0px;
  margin: 20px 0px 40px;
}

#new_campus_now #latestcampus p {
  float: left;
}

#new_campus_now #latestcampus .btn {
  float: right;
}

#new_campus_now #archive {
  margin-bottom: 45px;
  margin-top: 20px;
}

/*»­Ïñ*/
#new_campus_now .new-campus-now {
  /*Ð´Õæ¤ÇÒŠ¤ëÐÂ¥­¥ã¥ó¥Ñ¥¹»­Ïñ*/
  /*´óÑ§È«¾°»­Ïñ*/
}

#new_campus_now .new-campus-now__img01 {
  max-width: 695px;
  margin: 0 auto;
}

#new_campus_now .new-campus-now__img02 {
  max-width: 695px;
  margin: 0 auto;
}

/*---------------------------------------------------------
ÔÚÑ§Éú¤Î»î„Ó
---------------------------------------------------------*/
@media screen and (min-width: 640px) {
  #ecvo .pic {
    width: 20%;
    float: right;
  }
}

@media screen and (max-width: 639px) {
  #ecvo .pic {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

#ecvo .pic img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  #ecvo .pic img {
    width: auto !important;
  }
}

@media screen and (min-width: 640px) {
  #ecvo .desc {
    width: 75%;
    float: left;
  }
}

@media screen and (min-width: 640px) {
  #kashimap .pic {
    width: 40%;
    float: right;
  }
}

@media screen and (max-width: 639px) {
  #kashimap .pic {
    text-align: center;
  }
}

#kashimap .pic img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  #kashimap .desc {
    width: 55%;
    float: left;
  }
}

/*---------------------------------------------------------
ÔÚÑ§Éú¤ÎÉù
---------------------------------------------------------*/
#students .students {
  width: 730px;
  margin-right: -35px;
}

#students .students li {
  background: url(/campuslife/img/students/interview_bg.gif) no-repeat top left;
  float: left;
  width: 345px;
  margin: 0px 20px 30px 0px;
  padding-top: 40px;
  border-top: 1px dotted #A2A2A2;
  overflow: hidden;
}

#students .students li img {
  float: left;
}

#students .students li .prof {
  overflow: hidden;
  padding-left: 20px;
  line-height: 150%;
}

#students .students li a {
  text-decoration: none;
  color: #333333;
}

#students .prof .course {
  font-size: 109%;
  margin-bottom: 16px;
}

#students .prof .sign {
  font-size: 150%;
  margin-bottom: 10px;
}

#students .prof .sign span {
  font-size: 84%;
  margin-left: 8px;
}

#students .students li .prof .btn {
  padding-top: 16px;
}

#students .students li:last-child {
  margin-bottom: 60px;
}

#students .student_v {
  border-top: 1px dotted #A2A2A2;
  margin-bottom: 40px;
}

#students .student_v .boxLeft {
  background: url(/campuslife/img/students/interview02_bg.gif) no-repeat top left;
  float: left;
  width: 240px;
  padding-left: 10px;
  padding-top: 62px;
  line-height: 150%;
}

#students .student_v .boxLeft img {
  margin-bottom: 25px;
  border: 4px solid #fff;
}

#students .student_v .boxLeft .prof .sign {
  font-size: 167%;
}

#students .student_v .boxRight {
  padding-top: 30px;
  overflow: hidden;
}

#students .student_v .boxRight p {
  line-height: 185%;
  margin-bottom: 15px;
}

#students .back li {
  text-align: right;
}

#students .back li a {
  background: url(/common/arw_l_prev.gif) no-repeat left center;
  padding-left: 15px;
}

#students .back {
  border-top: none;
  padding-top: 0;
  margin-top: 25px;
  padding-bottom: 10px;
}

/*---------------------------------------------------------
Ñ§ÄÚÊ©ÔO?Á¢µØ½B½é
---------------------------------------------------------*/
#campus #location img {
  width: 100%;
}

#campus #location p {
  float: left;
  width: 395px;
  margin-top: 15px;
}

#campus #location ul {
  width: 280px;
  float: right;
}

#campus #location ul li {
  text-indent: -27px;
  margin-left: 27px;
  margin-bottom: 5px;
}

#campus #location ul li img {
  margin-right: 5px;
}

#campus .hl02 img {
  margin: 0px 5px 2px 5px;
}

#campus .pic {
  float: right;
  margin: 0px 0px 15px 20px;
}

@media screen and (max-width: 639px) {
  #campus .pic {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #campus .pic img {
    width: 100%;
  }
}

#campus #buld {
  width: 425px;
  float: left;
}

#campus #buld .ttl {
  font-weight: bold;
  font-size: 117%;
  margin-bottom: 5px;
}

#campus #buld .ttl img {
  margin-right: 5px;
}

/*---------------------------------------------------------
¥«¥ì¥ó¥À©`
---------------------------------------------------------*/
#calender .tbl {
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  margin: 40px 0px;
  border: 1px solid #000;
}

#calender .tbl th,
#calender .tbl td {
  padding: 15px 10px;
  line-height: 1.8;
}

#calender .tbl .bdr {
  border-bottom: 1px dotted #CCC;
}

.calender-block01 {
  border-bottom: 1px solid #CCC;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .calender-block01 {
    display: block;
  }
}

.calender-block01--04 {
  margin-top: 20px;
  border-top: 1px solid #CCC;
}

.calender-block01__cell01 {
  width: 20%;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .calender-block01__cell01 {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
  }
}

.calender-block01__cell02 {
  width: 60%;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .calender-block01__cell02 {
    display: block;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
  }
}

.calender-block01__cell03 {
  width: 20%;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .calender-block01__cell03 {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*---------------------------------------------------------
¥­¥ã¥ó¥Ñ¥¹¥Ä¥¢©`
---------------------------------------------------------*/
#campus_tour .movie {
  width: 710px;
  margin: 20px -15px 50px 0px;
}

#campus_tour .movie dl {
  width: 340px;
  float: left;
  margin-right: 15px;
}

#campus_tour #location {
  margin-bottom: 40px;
}

#campus_tour #location p {
  float: left;
  width: 395px;
  margin-top: 15px;
}

#campus_tour #location ul {
  width: 280px;
  float: right;
}

#campus_tour #location ul li {
  text-indent: -27px;
  margin-left: 27px;
  margin-bottom: 5px;
}

#campus_tour #location ul li img {
  margin-right: 5px;
}

/*---------------------------------------------------------
±£½¡ÊÒ
---------------------------------------------------------*/
.list_indent dt {
  color: #D9657C;
  font-weight: bold;
}

.list_indent dd {
  margin: 0px 0px 20px 10px;
}

/*---------------------------------------------------------
¥®¥ã¥é¥ê©`
---------------------------------------------------------*/
.e2_photo_gallery {
  width: 100%;
  max-width: 695px;
  /* width:695px;*/
  margin: 0px auto;
  /*min-width:695px;*/
  color: #fff;
}

.e2_photo_gallery .bd .c .s {
  margin: 0;
  background: #FDEEEA;
  padding: 2em 4em 2em;
}

@media screen and (max-width: 639px) {
  .e2_photo_gallery .bd .c .s {
    padding: 1em 1em 1em;
  }
}

.e2_photo_gallery .slider-for img {
  width: 100%;
}

.e2_photo_gallery .slider-nav img {
  width: 100%;
}

.imgtitle {
  width: 100%;
  max-width: 600px;
  font-size: 100%;
  text-align: left;
  color: #333;
  display: block;
  font-size: 117%;
  background: url(/campuslife/img/new_campus_now/icon_camera.gif) no-repeat left 4px;
  padding: 3px 0px 5px 30px;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 5px;
}

.imgtitle h2 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}



/*---------------------------------------------------------
location
---------------------------------------------------------*/
#location .intro {
  margin: 0px 0px 20px;
  padding-top: 10px;
}

#location .intro dt {
  margin-bottom: 20px;
}

#location .map {
  text-align: center;
}

@media screen and (min-width: 640px) {
  #location .map {
    width: 582px;
    margin: 0px auto 20px auto;
  }
}

#location .map img {
  width: 100%;
}

#location .place {
  width: 100%;
}

@media screen and (max-width: 639px) {
  #location .place {
    margin-bottom: 30px;
  }
}

#location .place dl {
  padding-bottom: 5px;
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 4px 4px 4px;
  font-size: 92%;
}

@media screen and (min-width: 640px) {
  #location .place dl {
    width: calc((100% - 27px) / 4);
  }
  #location .place dl:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  #location .place dl {
    width: calc((100% - 9px) / 2);
  }
  #location .place dl:nth-child(2n) {
    margin-right: 0;
  }
}

#location .place dt {
  padding: 5px;
}

#location .place dt img {
  width: 100%;
}

#location .place dd {
  padding-left: 5px;
  padding-right: 5px;
}

#location .place .place-data {
  padding-bottom: 20px;
}

@media screen and (max-width: 639px) {
  #location .place .place-data {
    margin-bottom: 10px;
  }
}

#location .place .name {
  font-size: 109%;
  color: #D86579;
  margin-top: 5px;
}



/*# sourceMappingURL=campuslife.css.map */
