@charset "utf-8";
/* CSS Document */

span {
	display: block;
}

.oshirase {
	clear: both;
	text-align: center;
	display: block;	
	}
.oshirase dl {
	padding: 1%;
}
.oshirase dt {
	padding-bottom: 2%;
	font-weight: 800;
}
.oshirase dd {
	line-height: 1.25rem;
}
.hr {
	padding-bottom: 20px;
	border-bottom: #d3d3d3 1px solid;
	
}
.rink {
	clear: both;
	text-align: right;
}
.rink a {
	font-size: 1.15rem;
	font-weight: 700;
	margin-right: 3%;
	margin-bottom: 2%;
	
}
/* レスポンシブ対応 ************************************* */
@media screen and (max-width: 650px) {
.contents img {
	max-width: 85%;
}		
}	