@charset "UTF-8";

body{
width:90%;
max-width: 960px;
margin: 0 auto;
}


.evlist {
	overflow:auto;
	height:260px;
	width: auto;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.evlist li {
	width: 100%;
	margin-bottom: 5px;
	margin-right: 20px;
}
.evlist li:hover {
	background-color:#F2E4E7;
}
.evlist li a {
	background-image: url(img/arrow_self.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color:#777;
	text-decoration:none;
}
.evlist li a:hover{
	background-image:url(img/arrow_self_on.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color:#7D001A;
	text-decoration:none;
}
.listbox{
	border: solid 1px #8D8AC2;
	margin: 10px 15px;
	padding: 20px;
}

.img_left {
	float: left;
	margin-right:20px;
}
.img_right {
	float: right;
	margin-left:20px;
}
.img_center {
	margin:0 auto;
	display:block;

}
.img_rightbottom {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 10px;
	float:right;
	display:block;
}


.facultyBox02{
	width:100%;
}



@media screen and (max-width: 939px) {
.facultyBox02{
	width:96%;
}
}
.articlemain{
	width: 98%;
	margin-top: 15px;
}
.articlemain p{
	margin-right:15px;
}
.articlemain:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #7773B4;
	font-weight: bold;
}




@media screen and (min-width: 940px) {
h4{
	width: 98%;
	color: #7773B4;
	font-size:150%;
	text-indent:20px;
	margin-bottom:10px;
	line-height: 60px;
	border: 1px solid #fff;
	border-radius: 10px;
    box-shadow: 0 0 0  1px rgba(255, 255, 255, 0.2),
                0 0 0  2px rgba(255, 255, 255, 0.2),
                0 0 0  3px rgba(255, 255, 255, 0.2),
                0 0 0  4px rgba(215, 215, 230, 1) inset;
	clear:both;
}

}
@media screen and (max-width: 939px) {
h4{
	width: auto;
	color: #7773B4;
	font-size:120%;
	text-indent:0px;
	margin-bottom:10px;
	line-height: 130%;
	border: 1px solid #fff;
	border-radius: 10px;
    box-shadow: 0 0 0  1px rgba(255, 255, 255, 0.2),
                0 0 0  2px rgba(255, 255, 255, 0.2),
                0 0 0  3px rgba(255, 255, 255, 0.2),
                0 0 0  4px rgba(215, 215, 230, 1) inset;
	clear:both;
	padding:10px 20px;
}
h4 img{
margin-bottom: -15px;
}


}
/*(max-width: 939px*/









.note01 {
	width: 300px;
	float: right;
	font-size: 12px;
	line-height: 25px;
	background-image: url(img/note04.png);
	background-repeat: repeat-y;
	background-position: bottom;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


article{
color:#565757;
}

article p {
text-align: justify; /* 両端揃え */
text-justify: inter-ideograph; /* 両端揃えの種類 */
}


.note16_ttl{
width:96%;
border-image: url("img/bkimg-report-ttl.png") 10;
border-style:solid; 
border-width:10px;
}
.note16_ttl2{
width:100%;
height:100%;
background-color:#dddced;
}
.note16_1{
	width: 96%;
	border-image: url("img/bkimg-report01.png") 10;
	border-style: solid;
	border-width: 10px;
}
.note16_2{
	font-size: 12px;
	line-height: 25px;

}
.note16_com{
	background-image: url(img/note04.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	margin:10px;
}




/*▼幅940px未満の画面*/
@media screen and (max-width: 939px) {
  .note50 {
    width: 100%;
  }
  img {
      max-width:100%;
  }
  .cont {
      background:none;
  }
  .pcOnly{
	  display:none;
  }
}


/*▼PC画面*/
@media screen and (min-width: 940px) {
  .note50 {
    width: 940px;
    margin: 0 auto;
  }
  .cont {
      background:url(event/20170424_bkimg.png) top center no-repeat;
      height:300px;
      width:940px;
  }
  p.img50 {
      display:none;
      text-align:center;
  }
  .spOnly{
	  display:none;
  }

}





table th {
    background:#e4e3f0;
    vertical-align: middle;
    padding:10px;
    border-bottom:0;
    width:auto;
    vertical-align: middle;
}
.event01r {
	max-width:700px;
	float:right;
}
.event01l {
	max-width:700px;
	float:left;
}

.event-table01{
	cellpadding:10px;
	width:100%;
}
.event-table01 td {
	border-bottom: solid 1px #CCCCCC;
}

.event-table01 .textleft20{
	text-align:left;
	padding-left:20px
}
.fr{
	float: right;
}
.fl{
	float: left;
}




@media screen and (min-width: 940px) {
.interview{
width:95%;
border: 3px double #7773b4;
margin:0 5px;
padding:10px;
position: relative;
}
.com-border{
	border: 1px solid #7773b4;
	font-weight: bold;
	padding: 5px;
	width:99%;
	margin: 5px;
}
}

@media screen and (max-width: 939px) {
.interview{
width:90%;
border: 3px double #7773b4;
margin:0 5px;
padding:10px;
position: relative;
}
.com-border{
	border: 1px solid #7773b4;
	font-weight: bold;
	padding: 5px;
	width:94%;
	margin: 5px;
}

.img_right,
.img_left {
	float: none;
	margin:0;
	text-align:center;
}


}

.archiveBtn{display: flex; justify-content:center; flex-wrap: wrap;}
.archiveBtn li{margin:0.5em; padding:0.5em; border-radius: 6px; background-color: #8D8AC2;}
.archiveBtn li a{display:block; color:#fff; text-decoration:none;}
.archiveBtn li a:hover{opacity:0.8;}