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

#campus_miyashiro .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_miyashiro .ttl01 {
	font-weight: bold;
	border-bottom:dotted 1px #808080;
	padding-bottom:5px;
	margin-bottom:20px;
}
#campus_miyashiro .ttl01:before {
	content: '●';
	margin-right:3px;
	color: #b49b46;
	font-size: 1em;
}

#campus_miyashiro .map01{
	margin-bottom:50px;
}

#campus_miyashiro .map01 .boxL{
	width:40%;
	float:left;
}

#campus_miyashiro .map01 .boxR{
	width:58%;
	float:right;
}
#campus_miyashiro .map01 p {
	text-indent:-18px;
	padding-left:18px;

}
#campus_miyashiro .ttl02 {
	font-size: 162.50%;
	margin-bottom: 15px;
	font-family: "Yu Mincho", "YuMincho", serif;
	padding-top:200px;
	margin-top:-200px;
}

#campus_miyashiro .contentBox01 {
	width: 100%;
	margin-bottom: 40px;
}
#campus_miyashiro .contentBox01.cf .txtArea {
	float: left;
	width: 55%;
}
#campus_miyashiro .contentBox01.cf .txtArea .ttl03 {
	font-weight:bold;
	color:#bb262c;
	border-bottom:dotted 1px #808080;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-top:200px;
	margin-top:-200px;
}
#campus_miyashiro .contentBox01.cf .imgArea {
	float: right;
	width: 40%;
}
#campus_miyashiro .contentBox02 {
	width: 100%;
	margin-bottom: 40px;
}
#campus_miyashiro .contentBox02.cf .txtArea {
	float: left;
	width: 28%;
}
#campus_miyashiro .contentBox02.cf .imgArea {
	float: right;
	width: 67%;
}


#campus_miyashiro #time-table , #campus_miyashiro #campus-map {
	margin-top:-190px;
	padding-top:190px;
}
	
@media screen and (max-width:768px){
}
@media screen and (max-width:480px){
#campus_miyashiro .map01{
	margin-bottom:30px;
}

#campus_miyashiro .map01 .boxL{
	width:100%;
	float:none;
}

#campus_miyashiro .map01 .boxR{
	width:100%;
	float:none;
}
#campus_miyashiro .ttl02 {
	font-size: 143.75%;
	margin-bottom: 10px;
	font-family: "Yu Mincho", "YuMincho", serif;
}
#campus_miyashiro .contentBox01.cf .txtArea {
	float: none;
	width: 100%;
	margin-bottom:15px;
}
#campus_miyashiro .contentBox01.cf .imgArea {
	float: none;
	width: 100%;
}
#campus_miyashiro .contentBox02.cf .txtArea {
	float: none;
	width: 100%;
	margin-bottom:15px;
}
#campus_miyashiro .contentBox02.cf .imgArea {
	float: none;
	width: 100%;
}
#campus_miyashiro .contentBox01.cf .txtArea .ttl03 {
	font-weight:bold;
	color:#bb262c;
	border-bottom:dotted 1px #808080;
	padding-bottom:5px;
	margin-bottom:10px;
}
}
.clr01{
	color: #aa8534;
}
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;
}
}


#campus_miyashiro .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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  z-index: 2;
}