@charset "UTF-8";
/*　ヘッダー画像
-------------------------------------------------------------------------------- */
#h2Img {
  background: url("../img/headerimg.jpg") center center / cover no-repeat;
}



/*　コンテンツページ
-------------------------------------------------------------------------------- */

/* セクションごとのデザイン */
.scontentsArea section {
  border-top: 1px dotted #aaa;
  padding: 30px 0 70px 0;
}

/* 最初と最後のsectionだけ線を非表示 */
.scontentsArea section:first-of-type,
.scontentsArea section:last-of-type {
  border-top: none;
}

.scontentsArea h4,
.scontentsArea h5{
  font-size: 24px;
}


.scontentsArea .link1 {
    color: #235DA6;
    font-weight: bold;	
}


.scontentsArea .past_t {
   font-size: 20px;
	background: #f7f5f5;
	margin-top: 35px;
	padding: 10px;
	
}


/*テーブルデザイン*/
.tb01{
width: 60%;
border: #b9bec3 1px solid;
border-collapse: collapse;
border-spacing: 0px;
text-indent: initial;
}
.tb01 .month{
font-weight: bold;
padding: 10px;
border: #b9bec3 1px solid;
background: #f7f5f5;
}
.tb01 .event{
padding: 10px;
border: #b9bec3 1px solid;
text-align: center;
}




/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {

  .scontentsArea section {
    padding: 5px 0 20px 0;
  }

  .scontentsArea h4,
.scontentsArea h5{
    font-size: 16px;
  }

  .scontentsArea p {
    font-size: 13px;
  }
.tb01{
  width: 100%;}
	
.scontentsArea .past_t {
text-align: center;
font-size: 16px;
}
	
	.scontentsArea img{
		width: 90%;
		height:auto;

	}

}


/*　過去の総会・役員会
-------------------------------------------------------------------------------- */

/* 見出し */
.scontentsArea #past h3 {
  font-size: 24px;
  font-weight: normal;
  padding: 30px 0 20px;
  background-color: #f3f3f3;
  padding-left: 40px;
  margin-bottom: 60px;
  border-top: 3px solid #ccc;
}

/* リスト全体 */
.past-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

/* 各リスト項目 */
.past-list li {
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}


/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {

  .past-list li {
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 30px;
  }

  .scontentsArea #past h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 10px;
    background-color: #f3f3f3;
    padding-left: 0px;
    margin-bottom: 20px;
    border-top: 3px solid #ccc;
    text-align: center;
  }

}

/*　名簿委員会
-------------------------------------------------------------------------------- */

#meibo .notice{
text-align: center;
width: 70%;
margin: 0 auto;
background-color: #f9f9f9; 
border: 1px solid #ccc; 
padding: 15px 20px 30px 20px;
margin-bottom: 155px;  
}
#meibo .notice h4{
  font-size: 24px;
  padding: 0x;
  margin: 0;
}
#meibo .notice h5{
padding:0;
font-size: 20px;
}

#meibo .notice p{
text-align: left;
}

#meibo .notice ul{
  text-align: center;
  margin: 0 35px;
  padding: 0;
}
#meibo .notice li{
  list-style: none;
  margin-top: 30px;
}
/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {

#meibo .notice{
margin-bottom: 20px;  
}
#meibo .notice{
width: 90%;
}

#meibo .notice h4{
  font-size: 16px;
}
#meibo .notice h5{
font-size: 16px;
}

#meibo .notice ul{
  margin: 0 20px;
}

}

/*　会報の発行
-------------------------------------------------------------------------------- */

#kaihou .latest{
width: 70%;
margin: 0 auto;
border: 1px solid #ccc; 
padding: 15px 20px 30px 20px;
margin-bottom: 155px;  
  
}

#kaihou .latest h5{
  padding: 0x;
  margin: 0 1em 0 1em;
  font-size: 20px;

}

#kaihou .latest h4{
 background-color: #f3f0f0;  
 padding: 10px 15px 10px 15px;
 margin: 0;
}


/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {


#kaihou .latest{
width: 90%;
margin-bottom: 55px;  
}
  

#kaihou .latest h4,
#kaihou .latest h5{
  font-size:  16px;
}


}


/*　交流(同窓生・在学生)委員会
-------------------------------------------------------------------------------- */

#kouryu h4{
  border-bottom: 2px dotted #888988;
padding: 10px 0px 10px 0px;
margin-top: 35px;
}

#kouryu h5{
  border-left: 10px solid #888988;
padding: 0px 0px 0px 15px;
margin-top: 35px;
  font-size:  20px;
}

#kouryu #past h4 {
margin: 30px 30px 30px 30px;

}
#kouryu #past li {
margin: 0 30px 0 30px;

}


/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {

#kouryu h5{
  font-size:  16px;
}

}

/*　在学生支援委員会
-------------------------------------------------------------------------------- */

#shien .slist h4{
  font-size:  20px;
    padding: 0px;
 margin : 15px 0 5px 0;
}
#shien .slist p{
  padding: 0px;
  margin : 0px 0px 0px 15px;
}

/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {

#shien .slist h4{
  font-size:  16px;
}

}
