@charset "UTF-8";
#campus_ekimae .list01 li{
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
}

#campus_ekimae .list01 li span {
	display: inline-block;
	width: 160px;
	padding: 1px 10px;
	margin: 0 10px 0 0;
	background-color: #9bbfc9;
	border-radius: 14px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
	font-size: 14px;
}

#campus_ekimae .ttl01 {
	font-weight: bold;
	border-bottom:dotted 1px #808080;
	padding-bottom:5px;
	margin-bottom:20px;
}
#campus_ekimae .ttl01:before {
	content: '●';
	margin-right:3px;
	color: #b49b46;
	font-size: 1em;
}
#campus_ekimae .ttl02 {
	font-weight:bold;
	color:#bc272d;
	position: relative;
	margin-bottom:30px;
}
#campus_ekimae .ttl02 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 1em 0 0;
	background-color: #fff;
}
#campus_ekimae .ttl02::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bc272d;
}

#campus_ekimae .ttl03 {
	font-size: 162.50%;
	line-height:1.4;
	margin-bottom: 15px;
	font-family: "Yu Mincho", "YuMincho", serif;
}
/*追加*/
#campus_ekimae .ttl04 {
	font-size: 160.50%;
	line-height:1.4;
	margin-bottom: 15px;
	font-family: "Yu Mincho", "YuMincho", serif;
}
/*end*/
table.ekimae {
  border-collapse: collapse;
  width: 660px;
  margin: 0 auto;
	font-size: 93.75%;
}
table.ekimae th {
  padding: 5px 10px 4px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
  background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
}
table.ekimae td {
  padding: 5px 10px 4px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
  background-color: #f5f5f5;
	text-align: left;
	vertical-align: middle;
}
table.ekimae th{
	background-color: #ebbec0;
}

#campus_ekimae .contentBox01 {
	width: 100%;
	margin-bottom: 40px;
}
#campus_ekimae .contentBox01.cf .txtArea {
	float: left;
	width: 55%;
	padding-top:200px;
	margin-top:-200px;
}
#campus_ekimae .contentBox01.cf .imgArea {
	float: right;
	width: 40%;
}
#campus_ekimae .contentBox01.cf .txtArea a {
	background-color: #efefef;
	text-align: center;
	display: block;
	width: 70%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	color: #bc272d;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    position: relative;
    z-index: 2;
}
#campus_ekimae .contentBox01.cf .txtArea a:hover {
	background-color: rgba(239,239,239,0.6);
}

#campus_ekimae #time-table , #campus_ekimae #campus-map {
	margin-top:-190px;
	padding-top:190px;
}



@media screen and (max-width:768px){

}
@media screen and (max-width:480px){
#campus_ekimae .ttl03 {
	font-size: 143.75%;
	line-height:1.2;
	margin-bottom: 10px;
	font-family: "Yu Mincho", "YuMincho", serif;
}
#campus_ekimae .contentBox01.cf .txtArea {
	float: none;
	width: 100%;
	margin-bottom:15px;
	padding-top:0;
	margin-top:0;
}
#campus_ekimae .contentBox01.cf .imgArea {
	float: none;
	width: 100%;
}

}
dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	align-items: top;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
dt {
  width: 140px;
  margin-bottom: 6px;
}
dt span{
	display: inline-block;
	width: 140px;
	padding: 1px 10px;
	background-color: #9bbfc9;
	border-radius: 14px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
	font-size: 14px;
}

dd {
  width: calc(100% - 150px);
  padding: 0 0 0 0;
  margin-bottom: 6px;
  font-weight: bold;
}
@media all and (max-width:600px){
dt {
  width: 140px;
  margin-bottom: 3px;
}
dd {
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 10px;
}
}